Jigo Shop Plug-In added to Authentic

Support Area Forums Authentic Jigo Shop Plug-In added to Authentic

Viewing 5 posts - 1 through 5 (of 5 total)
URL to the page in question:
  • Author
    Posts
  • #8989
    Robyn
    Participant

    Hi Bill,

    I added the jigo shop plug-in to my Authentic Theme site.

    It has the same issue, as my bottega theme/Blue Arrow site.

    The sidebar is not fitting in the page sidebar and is forced to the bottom of the page.

    It seems that on the jigo shop pages only, the padding I added to the content area has been deleted as well.

    http://servantsofmary.org.previewdns.com/shop/

    Will the fix from bottega theme work here as well?

    Thanks Bill!

    Robyn

    #9027
    Bill Robbins
    Moderator

    Robyn,

    You are absolutely right. Try adding this to your Custom CSS box and see if that does the trick:

    
    #content { 
    	width: 670px; 
    	float: left;
    	display: inline; 
    }
    
    #sidebar { 
    	width: 283px; 
    	display: inline;
    	float: right;
    }
    
    footer {
    	clear: both;
    }
    

    If you run into trouble, let me know,
    Bill

    #9031
    Robyn
    Participant

    Hi Bill!

    I added in the above snippet (plus I added padding 40px, 5px 5px) and I duplicated the sidebar-post.php and changed it to sidebar.

    1. The 40px padding in the sidebar is not being applied.

    2. The sidebar rules are extending outside of the sidebar…

    This is for my shop page only. The sidebar seems to be perfect on all other pages.

    http://servantsofmary.org.previewdns.com/shop/

    Thanks for your insight.

    #9032
    Bill Robbins
    Moderator

    Robyn,

    Ok. To use that sidebar, we’ll need to modify it just a bit. Edit the sidebar.php file and replace the code there with this:

    Save your changes and see if that doesn’t wrangle your widgets back into place.

    #9033
    Robyn
    Participant

    That worked!

    Many Thanks, O’ Widget Wrangler Extraordinaire!!

    Robyn!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Jigo Shop Plug-In added to Authentic’ is closed to new replies.