TheMadWiddler1200
Forum Replies Created
-
I just went through the pages on “show optimized images” and every single image that I’ve uploaded has 5 or more duplicates! I really hope there is a fix for this.
Hi @nosilver4u
I did what you suggested, I uploaded one image and went to the “show optimized images” option. There were 5 different images of the same image I had just uploaded. All of them are sized differently! This is why its taking me a long time to upload and optimize my images. It’s also making my browser freeze a lot. Please tell me how I can stop this. Why are my images be replicated?
What do you mean by optimizing locally? I am resizing all my images and saving them for web through photo-shop cs6. I’m not sure what the EWWW IO Cloud is, so no, I’m not using it.
All my images are in JPG format, none are in png or gif or any other format.
My optipng and pngout options are set to default, I have not touched them at all.
I would greatly appreciate it if you could show me how to stop my images from being replicated. Thank You!!
You were right, I copied the code wrong, I just tried again and it works perfectly!! There was a bottom margin to the header, I just had to adjust
#tc-reset-margin-top { margin-bottom: 5px; /* or more */ }
I had it set higher. That little jump is not to bad at all!
I was getting a php error. Thank you, @d4z_c0nf!!Got a syntax error with the code you provided…
I don’t think I’ll be fixing this problem. I also don’t want to remove the sticky header. I removed the border around the body, now the overlapping is less noticeable, but it’s still there. That’s the best I could do. Thanks for all your help.Would you know how to fix this problem? Are the header and body divs? Can’t I just style the divs to clear:both; ? Quick extra question, whats the css selector for the menu items? I’d like to increase the font size on them. Thanks.
Just removed the logo and the header no longer overlaps the body. My logo is the problem here. But why? How is it making the header overlap the body? Any fixes for this? Thanks for you help.
I did what you suggested, @d4z_c0nf, I deactivated my plugins but the header was still overlapping the body. This problem only just started when I added my logo, I’m going to try and remove it and see what happens. I also added that piece of code, thanks.
Could that be the problem, javascript? I’m running the latest version of Firefox. margin-top: 40px; didn’t work.
I’ve tried adding a top margin to the main wrapper but it doesn’t work. Also tried increasing the margin but the problem persists. The header goes crazy when you scroll back up, it cover a bit of the body then it covers more then less, headers’ gone mad! Any other suggestions would be greatly appreciated.
Hi @d4z_c0nf
You mean you don’t know how to fix the problem or you don’t understand what problem I have??
The header just starting overlapping the body when i added my logo, before that it was all good. I really don’t want to disable it, but if there’s no fix then I’ll have to.
Can anyone help with this? I could just disable the sticky header and problem solved, but I like the sticky header, so if anyone can help I’d greatly appreciate it.
Never mind that last question, I got it to work. I added a left padding to it and I was able to move it to the center. Thanks for your help, @rdellconsulting!
Thanks for the comment! I don’t know how W3TC was messing with my style sheet, but it wasn’t letting me add any more styles so I moved back to WP Supercache. WPSc is really good, plus it’s easier to use for us newbies.
Thanks for the advice. I thought it was better to minify before I started adding content to my site. Minifying my site before adding content won’t create a problem or will it??
I removed the call to action button btw, thanks! But I’ve ran into another problem. I can’t seem to center the text I added.
I can change the color of the font and add margins but I can’t center it, any help?
This is the code I’m using for it./* Text on top of featured pages block */ #my-content-header h1{ color: #e67fb9; text-align: center; margin: 10px 0 10px 0; }
I tried out the snippet you suggested and I actually like it better than the one I have. I managed to find the css selector for it and style it, but I want to remove the call to action button on the right of it. This is the code I think I should just remove but I don’t want to end up making a mistake and breaking my site.
<div class="span4 text-center"> <?php printf('<a class="btn btn-large btn-warning">%1$s</a>', __('Call to action') ) ?> </div>
Is this the right piece of code to remove from the snippet to get rid of the call to action button? Hope you don’t mind all these questions. Thanks for your help.
Hey @rdellconsulting
I managed to find the culprit that made my style sheet stop working. It was a recent plug in I had added, W3 Total Cache. Don’t know why or how it was messing with my style sheet, but it was. I removed it completely and went back to WP Super Cache. Everything is now back to normal. Just tried out the code you suggested, it works perfectly. Thank you! I also found a way around it, I could’ve of just given my .page h1.entry-title a top margin and it would of also worked. But thanks for your suggestion. As for the text on my featured pages block, do you think it would be possible to style the text without having to use a different snippet? Thanks for your help.