Wordpress Themes - WP Forum at BFA
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

Wordpress Themes - WP Forum at BFA » WordPress Themes » Atahualpa 3 Wordpress theme » eCommerce & Atahualpa »

WP ecommerce, lost right sidebar on single product page


  #1  
Old Jul 7, 2011, 03:04 AM
ozbod
 
59 posts · Jan 2010
Stamford, Lincs, England
WP ecommerce, lost right sidebar on single product page

Hi,

I have just brought a client site bang up to date with all the various upgrades and it seems to have gone quite well apart from the fact that I have lost the right side bar on the single product pages

I am using WPecommerce 3.8.5 wp 3.2 and Atahualpa V 3.6.7 along with the latest WP ecommerce Gold Cart upgrade (allows the gird view).

Here is an example of what I mean:

http://www.shinnerz.com/shop/patterned/patterned-medium the side bar is there, now click on the more details link for any product on that page and you will see the sidebar dissappears.

Any input from anyone would be gratefully received.

Many thanks

Dave
  #2  
Old Jul 7, 2011, 04:16 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
You do not have all BUGFIX's for your version applied. (they can be found in the 'New Version & Updates' forum and sub forum)

Apply them and re-test
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #3  
Old Jul 7, 2011, 05:14 AM
ozbod
 
59 posts · Jan 2010
Stamford, Lincs, England
Hi,

thank you for your quick reply, I foillowed your advice and went to 'New Version & Updates' forum and sub forum.

But there are so many bug fixes, starting with 367 there that I just don't which one to go for, could you give a direct link to the relevant fix(s) please then I will apply them and test and let you know.

or

do i need to apply them all?

Many thanks

Dave
  #4  
Old Jul 7, 2011, 06:44 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
yes apply them all (you can skip 2 since it is incorporated into 4)
they all fix errors and it's just a matter of ftp'ing the modules to your host.
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #5  
Old Jul 7, 2011, 09:52 AM
ozbod
 
59 posts · Jan 2010
Stamford, Lincs, England
Thanks for the clarification, I will have a crack at it now and report back later.

Thanks again

Dave
  #6  
Old Jul 7, 2011, 10:28 AM
ozbod
 
59 posts · Jan 2010
Stamford, Lincs, England
Hi,

have just applied them all and they have had no effect as far as I can tell on my reported problem with the missing sidebar.

Interestingly in 367-01 and 367-03 the instruction say to overwrite the existing files in ata/functions, I have uploaded into wp-content/themes/atahualpa/functions and there were no original files to be overwritten.

However in the case of 367-04 there was an original file to be overwritten, but as I said there has been no effect on the problem after installing these.

I didn't install 367-05 as its not applicable to my set up.

Thanks

Dave
  #7  
Old Jul 7, 2011, 07:35 PM
Jam's Avatar
Jam
 
1,112 posts · Mar 2011
Perth, Western Australia
Quote:
Originally Posted by ozbod
Hi,

I have just brought a client site bang up to date with all the various upgrades and it seems to have gone quite well apart from the fact that I have lost the right side bar on the single product pages

I am using WPecommerce 3.8.5 wp 3.2 and Atahualpa V 3.6.7 along with the latest WP ecommerce Gold Cart upgrade (allows the gird view).

Here is an example of what I mean:

http://www.shinnerz.com/shop/patterned/patterned-medium the side bar is there, now click on the more details link for any product on that page and you will see the sidebar dissappears.

Any input from anyone would be gratefully received.


Many thanks

Dave
I'd be rolling back to earlier WP eCommerce version, it fixed same problem for me.
http://forum.bytesforall.com/showthr...7792#post67792
__________________
May the learning curve never plateau... Thanks Larry for teaching me heaps.
My Themeframe built sites
  #8  
Old Jul 8, 2011, 04:00 AM
ozbod
 
59 posts · Jan 2010
Stamford, Lincs, England
Hi Jam,

belive me the thought has crossed my mind a few times, but what I am afraid of is the fact that Wordpress is advancing at such a rate and so it appears is wp-ecommerce, I just don't want my client getting left behind and ending up with a shop that doesn't work at all in the future because of some future Wordpress upgrade.

But yes, what you said makes sense, thanks for your input

Cheers

Dave
  #9  
Old Jul 8, 2011, 04:08 AM
ozbod
 
59 posts · Jan 2010
Stamford, Lincs, England
Hi Juggledad,

I tried your suggestions and the result was that I lost the right sidebar altogether throughout the site and the bottom of the central area extenede over the footer image, will attach a screen shot for you to see because I can't leave it like that.

This is how I added the code suggestions you made (the red code is your and the rest is the existing code):

<!-- Right Inner Sidebar -->
<?php echo '$right_col2 ='.$right_col2.'<br>';
<?php if ( $right_col2 == "on" ) { ?>
<td id="right-inner">

--------------------------------------------------

<!-- Right Sidebar -->
[html]<?php echo '$right_col ='.$right_col.'<br>';
<?php if ( $right_col == "on" ) { ?>
<td id="right">

I have now set this back to it's original state because it's a live site.

If I set up a copy of the site and gave you access would you consider taking a look?

Cheers

Dave
Attached Thumbnails
Click image for larger version

Name:	shinnerz-sidebar-error.jpg
Views:	1676
Size:	56.0 KB
ID:	1452  
  #10  
Old Jul 8, 2011, 04:14 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
oh !@&$# I forgot the closing '?>'. It should be

<!-- Right Inner Sidebar -->
<?php echo '$right_col2 ='.$right_col2.'<br>'; ?>
<?php if ( $right_col2 == "on" ) { ?>
<td id="right-inner">

--------------------------------------------------

<!-- Right Sidebar -->
<?php echo '$right_col ='.$right_col.'<br>'; ?>
<?php if ( $right_col == "on" ) { ?>
<td id="right">
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #11  
Old Jul 8, 2011, 04:40 AM
ozbod
 
59 posts · Jan 2010
Stamford, Lincs, England
Hi,

have just tried that, sadly the same result as the previous one, have reverted it back to the original for the moment.

As I suggested earlier, if I set up a copy would you be willing to delve into it, of course for a consideration?

Cheers

Dave
  #12  
Old Jul 8, 2011, 04:54 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
never mind, I've reproduced it. Their code is stomping on something causing the variables in Atahualpa to be changed. this is going to take some time digging thru their code.
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Category Page Broken WP ecommerce brideoflinux eCommerce & Atahualpa 39 Jan 5, 2012 06:13 PM
Sidebar Issue- Lost Sidebar Box sdchoboken Sidebars & Widgets 1 Jul 13, 2010 06:59 PM
[SOLVED] Slight page shift when adding inner sidebar to a single page mmqc2 Sidebars & Widgets 2 Feb 19, 2010 10:34 PM
Changing product page titles - not sure how to do it. tobywinn eCommerce & Atahualpa 5 Feb 9, 2010 03:02 PM
Show a unique sidebar for just a single page considerthis Sidebars & Widgets 1 Sep 2, 2009 03:08 PM


All times are GMT -6. The time now is 05:07 AM.


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