Digital experiences for all disciplines
Forum Replies Created
-
Posted in: We hit Power Elite.
-
oh. So i’ll have to update that parent code with each theme update?
not sure why but the child theme file for meta-boxes.php was not being recognized. I changed it in the core file and it is working properly. Any idea why the child theme file wouldn’t be recognized?
yes when i manually change the post meta from ‘none’ to ‘image’ it shows up. Even with the css still present. I wondering why the ‘std’ = ‘image’ isn’t being recognized and still maintaining ‘std’ = ‘none’ in the postmeta.php.
I had removed it previously and it did not have an effect.
I’m not refering to the image inside the actual blog post. I am referring to the thumbnail image on the BLOG page that shows all of the blog posts.
so it is the post meta being set to “none”. Even though in my child theme i’ve updated the ‘std’= ‘image’.
This reply has been marked as private.On the blog page itself (as well as a single instance on the homepage where i am only showing one blog post category “in the news”). All of the old posts show the image, but any new post (the newest Economist post) does not show the image. If I understand your question correctly, I’ve changed the meta options from ‘none’ to ‘image’. Which is what it has been for the site for a long time.
September 25, 2015 at 4:19 pm in reply to: flexform blog in full-width text box showing bullet point before title #216526There is no disabling of the right click. Not sure why you can’t.
September 25, 2015 at 4:01 pm in reply to: flexform blog in full-width text box showing bullet point before title #216523This reply has been marked as private.September 25, 2015 at 3:54 pm in reply to: flexform blog in full-width text box showing bullet point before title #216520Thanks, that did correct the text to the proper width, but the row itself/background is now not full width in mobile.
September 24, 2015 at 4:20 pm in reply to: flexform blog in full-width text box showing bullet point before title #216218Thanks that did it. No worries on the background color. That was only if I couldn’t get rid of the bullet point, which you did ever so quickly. 🙂
Btw – any idea why the full width text boxes on that same page aren’t responding well on mobile? The right side is being cutoff so the content is being cutoff. there are two on that page – the blue box with text below the slider and the blog with economist image. Both cutoff on mobile size. …?
Hi, Thanks for responding. I actually solved the problem by using the ‘Use Google libraries’ plugin to serve my js. fixed the problem. thanks.
The content appears to be visibility: hidden. Below is the code for the swift page builder Impact Text & Button module on the homepage. If the ‘hidden’ can be corrected to ‘visible’ throughout the site somehow, I think it would fix the problem.
<div id="wp-wpb_tinymce_content-editor-container" class="wp-editor-container">
<textarea id="wpb_tineymce_content" class="wpb_vc_param_value wpb-textarea
visual_composer_tinymce content textarea_html
wp-editor-area" name="wpb_tinymce_content" cols="40" rows="20" style="visibility:
hidden;"></p> <h2>What I'm Reading: The Patrick Melrose Novels (Edward St. Aubyn); Give
and Take (Adam Grant)</h2></p> </textarea>
</div>
I had to change it to a centered button. If the button is aligned right the text doesn’t center.
-
Posted in: We hit Power Elite.