There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021
Is there somewhere to enter <head> tag content that will show just for a particular page?
I've got an accordion script that uses jquery-1.7.1.min.js and this is conflicting with the Nextgen Gallery.
no you can't do it in the theme options, you will have to edit the code - function.php - change line 845 from
HTML Code:
wp_enqueue_script('jquery');
to
HTML Code:
if (!is_page(206)) {wp_enqueue_script('jquery');}
replacing 206 with the page ID you need
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support