Forum Replies Created
-
in reply to: Social Icon Widget color
Thanks for your quick response! I added that bit of code to the custom css box but they still go white/transparent on hover in both test browsers. Is there something else that needs to be added/changed? Thanks!
in reply to: Page flashing on each new load on Tower themeHello!
We figured out that it was being caused by moving the <script> text from the header to the footer, as per every SEO recommendation. Can you recommend a way to move the javascript from the header to the footer and still have the site load properly? Every SEO check tells us to move javascript below the fold, and most recommended moving it from the header to the footer. In our case, that’s what caused it not to load properly.
This is the script we had originally moved from the header to the footer:
<p>
<script src="https://html5shiv.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> <?php //Generated css from options include('includes/register/register_styles.php'); // Loaded all others styles and scripts. ?> <?php // Loaded all others styles and scripts. wp_head(); ?> <script><?php echo $cl_redata['tracking_code'] ?></script></p>
in reply to: Too many H1 tags on front pageI changed both of those lines to be h3 instead of h1 as instructed. However they’re still showing as h1 tags when the page loads and you look in the code or scan with an SEO checker.
$output .= ‘<h3>‘.esc_html(get_the_title()).’</h3>’;
$output .= ‘<h3 class=”animated with_animation” data-animation=”fadeInUp”>‘.get_the_title().’</h3>’;
What’s another way to get the slideshow text AND the latest blog headlines to not show as h1?
Thanks!
in reply to: Page flashing on each new load on Tower themeWe had our host provider secure that script. We’re still seeing that flash load and then reload though… What else should we do to fix it?
in reply to: Too many H1 tags on front pageThanks for your quick reply!
I recreated the headers using the Custom Header element and that worked.
The two I’m not sure how to fix:
1) The titles of the blog posts showing under latest blog at the bottom — These are pulling from the theme as the titles on the blog post are supposed to be h1 on the post page. But how do I make it so that the titles on the Full Blog Element (the preview) on the home page not show as H1?
2) Is there a way to edit the slide content to not show as H1? Under content on Codeless Slider you have three sections where you can enter content. In order to use those three spots, I have to enter some under “Title”. How can I make those not show as H1?
Thanks for all of your help so far!
in reply to: Logo not displaying properly on mobilePerfect. That worked. Thanks! High five!
in reply to: Page flashing on each new load on Tower themeOkay, thanks! I’ll let you know what they say / if we get it resolved. Thanks!
in reply to: Logo not displaying properly on mobileHmm, that didn’t seem to work, and it made it a bit worse as it’s now just moved down.
This is the screenshot with the custom css added:
goo.gl/MoUB5p
And this is before:
goo.gl/XPKaQc
Any other ideas?
in reply to: Yoast SEO not working with Tower themeOkay, thank you! It’s good to know you guys are working on it. We’ll anxiously await an update! Thanks!