StuCorlett
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: First Gallery on a page not correctly responsiveThank you, Thank you, Thank you! I had already used two days to try and sort this out!
Forum: Fixing WordPress
In reply to: First Gallery on a page not correctly responsiveYogi! You are a Master! Its fixed! Thank you so much! wslade thanks for your help too. I owe you both a beer!
Forum: Fixing WordPress
In reply to: First Gallery on a page not correctly responsiveWPyogi Which CSS file did you find that in?
Forum: Fixing WordPress
In reply to: First Gallery on a page not correctly responsiveWPyogi
Thanks so much!
What should I change it to?Forum: Fixing WordPress
In reply to: First Gallery on a page not correctly responsiveSo, I set up a new subdomain and loaded the theme and then installed a gallery.
On this page there is no problem, so its clearly got to do with something else thats been done.
Forum: Fixing WordPress
In reply to: First Gallery on a page not correctly responsivelol
Forum: Fixing WordPress
In reply to: First Gallery on a page not correctly responsiveHave removed the logo completely and its still happening. I wonder if it something in the responsiveness code…. Any idea where I might find that?
Forum: Fixing WordPress
In reply to: First Gallery on a page not correctly responsiveYes. You are right! Hadn’t noticed that. There is an option in the template options for two logos one larger sized for Retina screens. I will try disabling the larger one and see what happens….
Forum: Fixing WordPress
In reply to: First Gallery on a page not correctly responsiveThanks for your help on this man!
Forum: Fixing WordPress
In reply to: First Gallery on a page not correctly responsiveHere’s the logo code in the header.php file
<!-- MAIN LOGO --> <a href="<?php echo home_url(); ?>"><img src="<?php if ( isset( $logoUrl['background-image'] ) ) echo $logoUrl['background-image']; ?>" id="main-logo" /><img src="<?php if ( isset( $smallLogoUrl['background-image'] ) ) echo $smallLogoUrl['background-image']; ?>" id="main-logo-min" /></a> </div> <div id="top-sticky-bar" class="container"> <div id="sticky-top-bar"> <div id="top-contact-wrap"> <div class="thirteen columns" id="top-menu-others">
Forum: Fixing WordPress
In reply to: First Gallery on a page not correctly responsiveThanks wslade. How would I force the logo to stay only on the top banner? Any ideas?
Thanks David. Yes I think the problem was not with updraft, it was just co-incidental and the actual problem was happening with the server
Yes. I would prefer to use css if possible.
Website is https://www.light-thoughts.com
Thanks for your help!Forum: Fixing WordPress
In reply to: Avatars not showing in pagesThat worked. I searched the Elegant-Themes forums and found this fix and added it to the styles.css file in editor. Thank you for your help!
.comment-body .avatar-box {
display: none;
}bluffaway, how did you resolve this problem? I have the same, and just can’t find the answer. Thanks in advance