Northern Badger
Forum Replies Created
-
I am getting the same error. For me I think its because I am not enquing jQuery in the standard way. Why is the plugin dependant on jQuery in this manner?
Thanks dcooney! Thats totally it. Problem solved.
Love the plugin by the way, especially the dev options on the settings page like removing css.
Forum: Plugins
In reply to: [Adaptive Images for WordPress] Defer loading images & adaptive imagesHi Takis,
Firstly thanks for getting back to me so quickly. Well this makes me super happy!!! Its a great technique isn’t it. By
you need to have a CDN
Do you mean my images need to be served using a CDN? I tested by remote debugging Safari & Chrome (from iPhone 6 and a Nexus 7). And checked my server and the only images in the cached directory were the ones that weren’t being deferred. Currently the images are all just on my server.
Would you mind if I emailed you a link to the website?
Forum: Plugins
In reply to: [Page Restrict] not work for me in wp 4.2.2I’m having same issue. Was working fine with 4.0 – Now wont restrict and no login form is appearing. Let me know if I can help out.
Forum: Fixing WordPress
In reply to: Quotation Form – Echo two values from a PHP form selectionThe problem was with my switch. It isnt checking against the selection. Here is how I fixed it.
- Removed case; 0 – It needed a : not ; after case and it was already being checked
- Made the switch check drop_off_price
$drop_off_time_price = 0; switch ($drop_off_time) { case "8:00am": $drop_off_time_price = 100; break; case "8:30am": $drop_off_time_price = 10000; break; case "9:00am": $drop_off_time_price = 100000; break; }
Hope this helps anyone else who gets stuck with a similar issue.
Forum: Plugins
In reply to: [Tumblr Importer] Stop posts from having their own page remove title linksThanks for pointing me in the right direction Samuel. It was a really easy fix. I just removed a line of code from the index.php file.
<a href="<?php the_permalink(); ?>" title="<?php the_title_attribute(); ?>
Forum: Plugins
In reply to: [Tumblr Importer] Stop posts from having their own page remove title linksI see. Would you be able to show me the code the change it?
Forum: Themes and Templates
In reply to: Overriding parent theme templatesJust looked at the wordpress editor again. The Functions template i have put under the child theme is now appearing (its called general_child.php). The others are not…
Forum: Themes and Templates
In reply to: Overriding parent theme templatesIts called Mater-Ana. It is ment to have a child theme running. On my dashboard when i go to Appearance/Editor – Its says
“This child theme inherits templates from a parent theme, Mater (Ana Skin).”
The templates Ive copied over are not showing up. Any idea what im doing wrong?
Thanks for getting back to me on this. really appreciated!
Forum: Themes and Templates
In reply to: Overriding parent theme templatesHi thanks for quick reply! Sorry:
Forum: Plugins
In reply to: [Theme My Login] Custom Log Out PageSorry no idea why i said that. Any help on best way to get the login on a custom template?
Forum: Fixing WordPress
In reply to: Remove navigation bar a from single pageHi andrew,
Would you be able to give a little more detail? I am stuck on where exactly i put the code.
Cheers,
Stuart ??
Forum: Plugins
In reply to: [Theme My Login] Custom Log Out Pagehttps://www.stuartjnelson.com – my site.
Forum: Plugins
In reply to: [Theme My Login] Custom Log Out PageI am also having a little trouble with my log-in & registration. I can log in as the administrator. But when i try create a new user nothing happens. I am pretty sure this is due to the fact that my login/registration options are on a splash page I made.
How would i go about correcting this as well?
Cheers,
Stuart