reverb09
Forum Replies Created
-
Actually, it looks like it’s working on my production server, but just not locally. Wonder why that is.
My slider isn’t displaying either, and it seems the script isn’t firing. I have the wp_footer function in my theme footer, and I switched to loading jQuery locally. I’m not sure what else I might be missing, though. Any chance you can take a look?
You can see the soliloquy container above the regular gallery here if you inspect the page: http://joshgold.com/2012/10/pepsi-cola-sutra/
Thanks for any help
Forum: Fixing WordPress
In reply to: 10px added to width in image captions?@jpadie how do i install this plugin? i’m not familiar with installation from a text file. thanks.
Forum: Plugins
In reply to: hide unproved comments from contributor admin menui need this too! i’m helping set up a blog and some commenters need to remain anonymous, so i don’t want to show comment ip addresses to contributors. if i could just disable the whole comments section that would be great.
Forum: Fixing WordPress
In reply to: Browser redirect scripti am trying this on a site i’m building and i get this error:
Parse error: parse error, unexpected T_BOOLEAN_AND in /home/massive/public_html/dev1/index.php on line 30
this is line 30:
if (stristr($ua, "mac")) && (stristr($ua, "msie 5")) {is it the two ampersands causing the problem?