Hi Team
i have fixed the problem.
Thanks for your help.
Thank you have reloaded the theme.
Now back to the problem on the Ajax Portfolio – Latest Area Sales.
Once the category is selected, the pages won’t load the correct number of portfolio items.
The Avenues should have 8 portfolio items on the page. Page 2 shouldn’t be there.
St Marys Bay page 1 is OK, but page 2 should not be there and is full of items that shouldn’t be there.
Could you have a look please.
Hi Basilis
Now getting this.
Fatal error: Cannot redeclare modify_jquery() (previously declared in /home/patric13/public_html/wp-content/themes/enfold/functions.php:531) in /home/patric13/public_html/wp-content/themes/enfold/functions-enfold.php on line 1672.
Help Please
Hi Basilis
I updated the functions.php file as per this thread after updating WordPress 4.6
https://kriesi.at/support/topic/having-problems-after-updating-to-wordpress-4-5-please-read-this-first/#post-616207
function modify_jquery() {
if (!is_admin()) {
wp_deregister_script(‘jquery’);
wp_register_script(‘jquery’, ‘https://code.jquery.com/jquery-1.11.3.min.js’);
wp_enqueue_script(‘jquery’);
}
}
add_action(‘init’, ‘modify_jquery’);
What do you think?
Thanks Rikard