Support Forum
As I mentioned in posts, you have serious jQuery issues caused by theme. Will try to help you tonight to resolve the theme issues.
Visit Cruise Talk Central and Mr Papa's World
HA HA HA HA
I made it!
I simply remove this function:
function theme_update_jquery_scripts() {
if(is_admin()) {
return;
}
wp_deregister_script('jquery');
if (theme_get_option('theme_iclude_scripts_from_cdn')) {
wp_register_script('jquery', 'https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js');
} else {
wp_register_script('jquery', get_bloginfo('template_url', 'display') . '/jquery.js');
}
Bingo! working!!
who needs this???
Am I a genius??
Yup. That's the one we were trying to get you to change. Good work. Thanks for the update.
Visit Cruise Talk Central and Mr Papa's World
please try to keep unique topics to individual topics... hard to follow topics with many different thoughts in them... and some will get missed...
as to the spacing, you are likely using a narrow width display for page content... see: http://codex.simple-press.com/.....ach-other/
you do not say which template tag you are using - we have numerous... there is an argument to the tags that controls the number of posts shown... see: http://codex.simple-press.com/.....gs-plugin/
Visit Cruise Talk Central and Mr Papa's World
1 Guest(s)