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
What version of Atahualpa and WP?
what is the url?
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
#3
Mar 30, 2013, 05:16 PM
tharavens22
5 posts · Mar 2013
Atahualpa 3.7.11 and word press is the latest version. The url is http://18nup.net/store
first I would remove that code. if you can't then use FTP to rename the style.css file in the atahualpa folder to style.old - this should cause a reviresion to twenty twelve and then you can get in and fix it.
Where did you put that code exactly? show the code 5 lines before and after
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
#5
Mar 30, 2013, 05:29 PM
tharavens22
5 posts · Mar 2013
global $bfa_ata, $cols, $left_col, $left_col2, $right_col, $right_col2;
if ((!isset($bfa_ata)) or (class_exists('Woocommerce')) )
list($bfa_ata, $cols, $left_col, $left_col2, $right_col, $right_col2, $bfa_ata['h_blogtitle'], $bfa_ata['h_posttitle']) = bfa_get_options();
?>
</td>
<!-- / Main Column -->
<!-- Right Inner Sidebar -->
<?php if ( $right_col2 == "on" ) { ?>
<td id="right-inner">
The code is in red.. its in the footer.php even if i put if (!isset($bfa_ata)) back in i still have the same problem.
the code looks correct
shut off all other plugins to see if there is a conflict
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
#8
Mar 30, 2013, 06:16 PM
tharavens22
5 posts · Mar 2013
Thank you Juggledad, for some reason it looks like jetpack was causing problem, i disabled it and everything works fine..