thegh0sts
Forum Replies Created
-
Yeah it is still broken and I have no idea why this was marked as resolved. You’ll need to go into csbwfs-class.php, search for “mailto:” (there’s 2 IIRC) and find the associated variable, break down that variable by ‘+’ and then recombine it with %20.
Yes, that means you’ll need to do some tinkering with the PHP file but luckily it shouldn’t break the functionality of the plugin.
This is a temp fix as I have no idea where in the PHP it is generating the ‘+’ to begin with.
The plus signs appear in the subject line. this appears when i have outlook as the default mail client but when gmail is default the plus signs are gone.
Forum: Themes and Templates
In reply to: Parsing error when adding footer widget areaOK, I did a bit of fiddling with the code and I removed the if statement that surrounded ‘dynamic_sidebar(‘footer-sidebar-1′);’ and now it works :p
Forum: Plugins
In reply to: [Carousel Horizontal Posts Content Slider] Plugin doesn't show contentsame here, gave the plugin a try and yet no content shows 🙁
it is visible to me and i had a similar issue where thumbnails weren’t showing because i had adblock blocking them for some reason.
i took your suggestion and found that it was adblock plugin causing the issue.
all good now 😀
odd, i tried clearing the cache and it didn’t work but going into incognito mode in chrome worked.
Strange cos it doesn’t show for me in either Chrome or Firefox.
It should show two thumbnails but it doesn’t.
Contact Photocrati for their reset plugin….worked for me.
Got the reset tool after sending in a bug report and it worked a treat.
Thanks for the help!
I wonder how the information is stored cos for some reason it works offline via xampp but not on my hosting space and I can’t change the settings because it gives me the page not found error.
i am having a problem with this gallery and i am confused as to how to apply the fix.
i am using fancybox as the lightbox option.
Forum: Fixing WordPress
In reply to: Header image shifted down in IE and firefoxoh ok, it that the same reason for FF?
got any suggestions on how to fix the issue?
EDIT: fixed! tried this and it worked.
#head-image, #head-image-2 { min-width: 1280px; height: 419px; margin: auto; top: -19px; position:relative; z-index:-10; background-position: center; background-color: #000; }Forum: Fixing WordPress
In reply to: PHP Error Log and theme checkOK, did that and the warning is gone….phew! Thanks for that.
When I read it I thought I had to add some PHP code into the theme or into wp-config.php to make it go away.