gmandler
Forum Replies Created
-
Forum: Reviews
In reply to: [Cloudflare] No admin barI have the same issue – narrowed it down to this plugin. If I am logged in the admin bar disappears when navigating my site. Seems that this plugin and W3 Total Cache may not play nicely?
Forum: Themes and Templates
In reply to: [Customizr] Extremely SLOW loading when using image-logo@lisa. Wow so we both had the same problem around the same time on the same ISP InMotionHosting.
I asked them if anything could have changed on their servers and they denied it. I don’t understand enough to know what changed, but something did for their PHP servers it appears.Forum: Themes and Templates
In reply to: [Customizr] Extremely SLOW loading when using image-logoI had this same issue where I made zero changes to my website. It went from a good page load time to taking up to 40 seconds or more to load a page. I spent countless hours blaming it on InMotionHosting servers and then came across ElectricFeet’s post.
I forced the size of the image and commented out the getimagesize() call as per ElectricFeet’s suggestion.
It worked!
Page load time back to normal.
Phew!
Thank you!So I wonder if something changed on my ISP server in their handling of the PHP getimagesize() call as it went from working fine to not working at all?
(I am not a developer but end user so if I knew how to use debugging tools I probably would have seen it spinning in this PHP code and not wasted a gorgeous Sunday in front of my computer.)
Thanks again for a great theme and great support!
Forum: Themes and Templates
In reply to: [Customizr] Customize ghost grey box behind text in slider?Please ignore previous post. My apologies. It must have been a cache issue.
This code works to remove the grey shadow box:
.carousel-caption {
background: rgba(0, 0, 0, 0);
}I sincerely appreciate the help on this forum and support for this great theme with the great name.
Forum: Themes and Templates
In reply to: [Customizr] Customize ghost grey box behind text in slider?Great theme, thank you.
I would also like to remove the grey box around the text in slider. I made the above changes (thank you ElectricFeet).carousel-caption {
background: rgba(0, 0, 0, 1);
}I am not sure what I am doing wrong as I even changed that 4th parameter to a 0,.5 and 1 and found no difference.
I made other changes in my Child CSS code with no problems (sticky header, changed size of slider and a few others) so I know I am modifying in the correct location.
My site is in the works and I’m modifying images FWIW the test site is http://acupuncturenutrition.com/ANGeorge
Forum: Plugins
In reply to: [Meteor Slides] [Plugin: Meteor Slides] Meteor slides stopped workingThank you for your help.
It turned out that ‘W3 Total Cache” plugin was breaking meteor slides.
I guess there must have been some sort of conflict?
Forum: Plugins
In reply to: [Meteor Slides] [Plugin: Meteor Slides] Meteor slides stopped workingI did try clearing the cache multiple times, but same result.
When I disabled minify then the page had the slides show up, but the content read like a theatre script where it was all sequentially down the page. So I saw all the slides one after the other vertically down the page.
It must be a conflict with some plugin?
I tried unintalling and re-installing meteor slides but that didn’t appear to change anything.
Any other suggestions before I decide to try another plugin?
Forum: Plugins
In reply to: [Meteor Slides] [Plugin: Meteor Slides] Meteor slides stopped workingMy site is iwellnesscenter.com.
There used to be a slideshow on the right hand side of the homepage (underneath the Navigation bar and “Search this site”).
If I put [meteor_slideshow] inserted into a page/post it creates the space for the slideshow 225×360, but no slides show up.