n0ts0smart
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Stop WordPress from Auto Updating WP Memory LimitNo access to the php.ini file, but I’ll give the wp-config file a shot. Thanks!
Forum: Plugins
In reply to: [WordPress Share Buttons Plugin – AddThis] Error After UpdatingPHP version 5.3.24
Screenshot is here: https://snag.gy/LwPKQi.jpg
Forum: Plugins
In reply to: [WordPress Share Buttons Plugin – AddThis] Error After UpdatingHi there,
When updating the plugin I get the following error: Update Failed: Internal Server Error
It is not a standard error page, but it appears where the plugin is listed on the plugins page.
This is my site: https://tinyurl.com/y82ktf6f
Forum: Plugins
In reply to: [Owl Carousel] Infinite Loop instead of rewind?Hi pjehan,
Sorry to piggy back on this thread, but I was wondering if you’re close on the infinite loop or if you could send over some code? I’m looking for this feature as well. Thanks in advance for the help!
Forum: Plugins
In reply to: Slider Plugin To Mimic This SliderBump. Any thoughts?
Forum: Plugins
In reply to: [Gravity Forms Constant Contact] Checkboxes for multiple listsGoing to bump this topic. I would like to know the same thing. Is this possible?
Forum: Plugins
In reply to: [Fast Secure Contact Form] Getting Error After Form SubmissionAny particular settings I should have my eye on? Just double checked and everything looks fine.
Forum: Plugins
In reply to: [Logo Slider] Logo Slider Only Working When Logged inI’m having the same issue: http://tinyurl.com/7sev9cl
When logged in, the site appears with the slider. When logged out, we only see the shortcode.
Forum: Plugins
In reply to: [AJAX Thumbnail Rebuild] Kills image libraryjunkcoder,
That does fix the problem. Thank you!
Forum: Plugins
In reply to: [CampTix Event Ticketing] One ticket per person?I’m going to bump this topic because I would like to know as well. Any thoughts?
Forum: Plugins
In reply to: [Floating Social Media Links] Bump Icons Down?I didn’t even notice that. Thank you so much!
Forum: Fixing WordPress
In reply to: WP 3.5 Killed DropdownsI figured it out.
In the functions.php file I had to change
wp_register_script(‘jquery’, ‘http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js’);
to:
wp_register_script(‘jquery’, ‘http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js’);It was pulling an older version of the JQuery. I hope this helps someone else, even if it’s different from the Cascadia theme.
Forum: Fixing WordPress
In reply to: WP 3.5 Killed DropdownsThanks Kmessigner.
I’ll keep playing around with Firebug and see if I can find anything.
I submitted that a few days ago and have heard nothing. I also contacted Envato support directly. Envato has been given those who are asking about this full refunds on the product because they can’t get a hold of the author either.
Forum: Fixing WordPress
In reply to: WP 3.5 Killed DropdownsI switched it to the default theme and found that this is a specific theme issue, so I’m assuming that it’s a JQuery issue. I’m using a Mac with Firebug Lite and when I check the JQuery I get this: Access to restricted URI denied.
Forum: Fixing WordPress
In reply to: WP 3.5 Killed DropdownsWorked through it and still no change unfortunately.