PJR1970
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: RSS not workingI’ve got the all posts feed working however i still get the issue with category feeds? The error returned from the feed is:
This page contains the following errors:
error on line 37 at column 80: Specification mandate value for attribute allowfullscreen
Forum: Plugins
In reply to: [Easy Modal] Overlay not closingThis issue was a javascript conflict issue. To fix the issue I cheated a bit by stripping the js out of EMs js file and hard coding it into the page where i wanted the call to take place. As the EMs js file was being loaded into the header i had to save it as a blank file to stop the conflict.
The consequence of this is if you need to add more than one modal in your site you would have to embed the js into the place you want it.
Forum: Plugins
In reply to: [Easy Modal] Overlay not closingHi Danieliser. Did you get any joy with this or do you think its a no go. I now think there’s a conflict with another piece of js running on the page (the flip counter) but i can’t work out where.
Many thanks
PJR
Forum: Plugins
In reply to: [Easy Modal] Overlay not closingThanks for the prompt response. The link is:
http://beta.gurucareers.com/what-we-do/#
And its the request callback button.
Forum: Plugins
In reply to: [Contact Form 7] Validation warning on acceptance checkbox – CF7acceptance_as_validation: on
Forum: Fixing WordPress
In reply to: CSS and footer.phpSimple. Could see the wood for the trees etc. and coding too late at night.
Thanks alchymyth.
Forum: Fixing WordPress
In reply to: CSS and footer.phpHi.
The url is: http://beta.gurucareers.com
I’m trying to use the styles in my CSS but the footer doesn’t seem to recognise them (the rest of the site does).
The Stylesheet is at http://beta.gurucareers.com/wp-content/themes/imbalance/style.css and the style i’m testing is #footer-container and can be found on line 158 of the css.
Thanks