Search:
Search took 1.00 seconds.
-
well try this :) : WordPress › WP Minify « WordPress Plugins
-
In theme-scripts.js you can delete or comment out:
/* style the select dropdown menus */
$('select').selectBox({
menuTransition: 'fade', // default, slide, fade
-
Probably this problem is due permalink settings.
You Have to go into wordpress admin and settings permalink "Custom Structure"
Select Custom Structure ClassiPress enter the code standard.
...
-
Look for the code below in the theme-scripts.js which can be found at the \includes\js\ folders of Classipress;
$(this).stop().animate( { opacity:0.6 }, 200 );
Just change the opacity value...
-
You may try adjusting it through the Wordpress admin-Settings then Media. You may also need the plugin WordPress › Regenerate Thumbnails « WordPress Plugins for the adjustment to take effect.