Bundy21
Forum Replies Created
-
Forum: Plugins
In reply to: [Testimonials Widget] Quotes not rotatingIt rotates in TwentyTwelve, I must have made a mistake when getting rid of jquery. Any ideas?
I added this to my child-theme’s functions.php:
<?php wp_deregister_script(‘jquery’); ?>
And here is the code from the ‘Responsive’ theme’s functions.php I’m using that I believe is causing the issue:
if (!is_admin())
add_action(‘wp_enqueue_scripts’, ‘responsive_js’);if (!function_exists(‘responsive_js’)) {
function responsive_js() {
// JS at the bottom for fast page loading.
// except for Modernizr which enables HTML5 elements & feature detects.
wp_enqueue_script(‘modernizr’, get_template_directory_uri() . ‘/js/responsive-modernizr.js’, array(‘jquery’), ‘2.6.1’, false);
wp_enqueue_script(‘responsive-scripts’, get_template_directory_uri() . ‘/js/responsive-scripts.js’, array(‘jquery’), ‘1.2.2’, true);
wp_enqueue_script(‘responsive-plugins’, get_template_directory_uri() . ‘/js/responsive-plugins.js’, array(‘jquery’), ‘1.2.2’, true);
}}
Thanks!
Forum: Plugins
In reply to: [WP Sliding Login | Register Panel] Text not showing up in fields in Firefox.Commenting out -moz-box-sizing: border-box; worked, thanks!
Curious why you would remove the other one? Just wanting to learn something 🙂
Thanks again, really appreciate the prompt response.Forum: Plugins
In reply to: [WP Sliding Login | Register Panel] Text not showing up in fields in Firefox.I’m having a similar problem. The login/password text in firefox is cut off, top half shows only.
Site still in progress, but I’ll leave the plugin enabled so you can see. Thanks!
http://secure.presslock.orgHi Mark,
Thank you for replying. It started working again out of the blue a few days ago, forgot to delete this.
FYI I hadn’t been messing around with anything out of the ordinary. Any .htaccess changes were normal and wouldn’t have broken anything.Hi, I’m having the same problem. I installed Wordfence on one of my sites with no problem. Loved it!
I then installed Wordfence on my main domain, but now the first domain doesn’t work.
Won’t scan, no new options can be saved. I’ve tried re-installing to no avail. The settings/plugins/permissions for the two sites are identical as far as I can tell.
Help?
Thanks!