• I actually like the plugin, but I have a terrible problem.
    The sidebar is getting below the content only at the pages assigned for the plugin. I tryed to change the theme but the problem still exist. Tried to dissable all other plugins – no result. Tried to set the page template to “full width (no sidebar)” – no result. Tried to enlarge the page width – no result. Tried to find the sollution in woocommerse.css but it is in one row, and for me is dificult to read it.

    Does anyone has ideas??? Please help me!

    The store is at http://pctehnik.com/magazin/

    Below is the report from the System status menu

    =============================================================================================
     Versions
    =============================================================================================
    WooCommerce version: 	1.6.6
    WordPress version: 	WP 3.5
    Installed plugins: 	Share Buttons by Lockerz / AddToAny by micropat version 1.0.3, ALO EasyMail Newsletter by Alessandro Massasso version 2.4.14, Backup Scheduler by SedLex version 1.3.7, Captcha by BestWebSoft version 2.34, Count Per Day by Tom Braider version 3.2.5, Coming Soon Pages [Free] by NetChillies.com version 2.1.02, Facebook Members by icrunched version 4.6.1, FAQ You by Ontwerpstudio Trendwerk version 2.0.1, Keyword Strategy Internal Links by Keyword Strategy version 1.9.1, Offer Calc by mpeshev version 0.8, Plugin Update Hider by Jason Newman version 0.0.4, Relevanssi by Mikko Saari version 3.1.2, SEO Facebook Comments by Fabio Zaffani version 1.4.3, Shadowbox JS by Matt Martz version 3.0.3.10.2, Shadowbox JS - Use Title from Image by Matt Martz version 3.0.3.10.2, Skype Online Status by RavanH version 2.8.7, Transliterado by Bertilo Wennergren  version 0.8, WMS Tools by mlazarov version 1.0.8, WooCommerce by WooThemes version 1.6.6, WP Emphasis by Benjamin J. Balter version 0.7, WP Mobile Detector by Websitez.com version 1.7.4, WP-Referrers by Thomas Tsoi version 1.01
    
    =============================================================================================
     Settings
    =============================================================================================
    Home URL: 	http://pctehnik.com
    Site URL: 	http://pctehnik.com
    Force SSL: 	No
    
    =============================================================================================
     Shop Pages
    =============================================================================================
    Shop base page: 	#1245 - http://pctehnik.com/magazin/
    Cart Page: 	#1235 - http://pctehnik.com/magazin/cart/
    Checkout Page: 	#1254 - http://pctehnik.com/magazin/checkout/
    Pay Page: 	#1257 - http://pctehnik.com/magazin/checkout/pay/
    Thanks Page: 	#1259 - http://pctehnik.com/magazin/checkout/thanks/
    My Account Page: 	#1237 - http://pctehnik.com/magazin/my-account/
    Edit Address Page: 	#1238 - http://pctehnik.com/magazin/my-account/edit-address/
    View Order Page: 	#1239 - http://pctehnik.com/magazin/my-account/view-order/
    Change Password Page: 	#1240 - http://pctehnik.com/magazin/my-account/change-password/
    
    =============================================================================================
     Core Taxonomies
    =============================================================================================
    Order Statuses: 	cancelled, completed, failed, on-hold, pending, processing, refunded
    
    =============================================================================================
     Server Environment
    =============================================================================================
    PHP Version: 	5.2.17
    Server Software: 	Apache
    WP Max Upload Size: 	64MB
    Server upload_max_filesize: 	64MB
    Server post_max_size: 	64MB
    WP Memory Limit: 	40MB - We recommend setting memory to at least 64MB. See: Increasing memory allocated to PHP
    WP Debug Mode: 	No
    WC Logging: 	Log directory is writable.
    
    =============================================================================================
     PHP Sessions
    =============================================================================================
    Session save path: 	 does not exist - contact your host to resolve the problem.
    Session name: 	PHPSESSID
    
    =============================================================================================
     Remote Posting/IPN
    =============================================================================================
    fsockopen/cURL: 	
    
    	                    	Your server has fsockopen and cURL enabled.                    	
    
    WP Remote Post Check: 	
    
    	                    	wp_remote_post() was successful - PayPal IPN is working.

    http://wordpress.org/extend/plugins/woocommerce/

Viewing 1 replies (of 1 total)
  • i had this problem and i finally found the fix
    There’s a clear div that is messing up with the layout. Please try this on your custom.css

    .container .clear { clear: none;}

    or if you wanted to remove the sidebar at all from these pages then write this instead:

    .woocommerce #sidebar{display:none;}

    both worked for me, i hope they work for you

Viewing 1 replies (of 1 total)
  • The topic ‘The sidebar getting below the content of the plugin pages’ is closed to new replies.