Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Plugins & Atahualpa (http://forum.bytesforall.com/forumdisplay.php?f=16)
-   -   [SOLVED] Atahualpa and Woocommerce issue with sidebar and footer.. (http://forum.bytesforall.com/showthread.php?t=20037)

tharavens22 Mar 30, 2013 03:48 PM

[SOLVED] Atahualpa and Woocommerce issue with sidebar and footer..
 
I have put this code into the footer.php and now when i try to update a page the page turns white.. How can i fix this..

if ((!isset($bfa_ata)) or (class_exists('Woocommerce')) )


:(

Thank you in advance..

juggledad Mar 30, 2013 05:12 PM

What version of Atahualpa and WP?
what is the url?

tharavens22 Mar 30, 2013 05:16 PM

Atahualpa 3.7.11 and word press is the latest version. The url is http://18nup.net/store

juggledad Mar 30, 2013 05:20 PM

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

tharavens22 Mar 30, 2013 05:29 PM

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.

tharavens22 Mar 30, 2013 05:33 PM

Im trying to fix the sidebar and footer issue

juggledad Mar 30, 2013 05:50 PM

the code looks correct
shut off all other plugins to see if there is a conflict

tharavens22 Mar 30, 2013 06:16 PM

Thank you Juggledad, for some reason it looks like jetpack was causing problem, i disabled it and everything works fine..


All times are GMT -6. The time now is 06:00 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.