kryptosuperdog
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Easing Slider not loading..not sure how fix jQueryIf jQuery is hardcoded into your theme files this may cause plugins that rely on jQuery to break as reloading the jQuery library a second time overwrites previously loaded jQuery plugin files.
To avoid this you can add jQuery via your functions.php file using a built-in WordPress function. This will coordinate between all of the files that require the library to ensure that only one version is loaded. The default code below will load jQuery from the version that is packaged with the WordPress core files.
Add the following code to functions.php:
add_action('template_redirect','custom_theme_files'); function custom_theme_files() { wp_enqueue_script( 'jquery' ); }Hopes this helps
Forum: Plugins
In reply to: [SEO Facebook Comment] [Plugin: SEO Facebook Comment] dark and light themesBUMP it UP
Forum: Fixing WordPress
In reply to: MU upload sizei had it set on 3.2 as 128mb using the .httacess file .. but the upgrade to 3.3 made that moot wont work in php config on the server im hosted on has the upload set to 128m
Forum: Fixing WordPress
In reply to: MU upload sizejust gives me an option to edit profile and logout no “network admin”
Forum: Fixing WordPress
In reply to: MU upload sizeim using hosting24.com i dont see that anywhere in my cpanel