Viewing 18 posts - 1 through 18 (of 18 total)
  • Author
    Posts
  • #614723

    WooCommerce shows empty product page when the product is saved with Advanced Layout Editor active.

    Right sidebar widgets are moved below product image on product page. Can it be corrected?

    #615396

    Hi kacharava,

    Please send us a temporary admin login so that we can have a closer look. You can post the details in the Private Content section of your reply.

    Best regards,
    Rikard

    #615508

    Here they are. Please do not correct any errors you may find, tell me about them and the ways to correct them instead.

    While it is a test account please feel free to do whatever you want inside (until it is legal of course).

    You should press on big blue button in order to receive access to WP admin

    • This reply was modified 7 years, 11 months ago by kacharava.
    #615839

    Actually I’m waiting for the answer as I need it working.

    #615859

    Hey!

    can u please switch language to english and remove the firewall so we can work?

    Best regards,
    Basilis

    #615887

    There is no any firewall and the language is set to English initially.

    #616587

    Just have to admit that there are still empty product pages saved with Enfold’s 3.5.3 (the freshest one) Advanced Layout Editor in WooCommerce 2.5.5 and WP4.5.

    #616721

    In case you really have problems clicking on a big blue button scrinshoted specially for you earlier, I hope this picture could help you to help me.
    Right sidefar on the left

    Seems like the devs have just forgotten to close some DIV tag.

    #617629

    I’m just curious if anyone at support is going to resolve the aforesaid issues.

    #618973

    Hey!

    WooCommerce shows empty product page when the product is saved with Advanced Layout Editor active.

    That’s expected, when you enable ALB on a Page/Product/Post it will remove all pre-defined template and leave you with an empty canvas, however it will provide you with the tools to rebuild it using ALB – http://screencast.com/t/yWSwTHKFOQfX

    Best regards,
    Josue

    #619015

    I dare to say moving the right sidebar to the deepest left position is also expected

    #619050

    Hey!

    If you’d like the sidebar at the left you can set it in the Layout Options.

    Regards,
    Josue

    #619072

    I want the sidebar to stay at the right as it is right sidebar.

    Why do I feel myself stupid when speaking to Kriesi’s support? :)

    #619084

    Ok then change it here – http://screencast.com/t/JvF2Y48pb

    #619095

    Josue, are you sure we are talking about the same issue?

    Here is the screenshot once again:
    Right sidebar position on Singlo Product <a href='https://refer.wordpress.com/r/84/woocommerce/' target='_blank' rel='nofollow'/ rel=WooCommerce page" />

    While the whole site is set to show the right sidebar at the right side of the all site’s pages it appears at expected place on all site’s pages except WooCommerce’s single product page where it appears on the left near product images gallery.

    This is the problem, not moving the right sidebar to the left.

    #619102

    My English may not be enough to describe the problem correctly, just let me know if so.

    #619105

    Ok, you’d need to add some code to child functions.php and style.css / Quick CSS:

    functions.php:

    function avia_close_image_div()
    {
    	echo "</div>";
    }
    
    function avia_add_summary_div()
    {
    	global $avia_config;
    	if(is_product()) {
    	$avia_config['currently_viewing'] = "shop_single";
    	get_sidebar();
    	}
    	echo "<div class='single-product-summary'>";
    }

    Quick CSS:

    #top.single-product #main .sidebar {
        float: right;
        width: 20%;
        margin-left: 50px;
    }
    
    .single-product-main-image {
        width: 16%;
    }
    
    #619114

    I’ve made a refund request )

Viewing 18 posts - 1 through 18 (of 18 total)
  • The topic ‘Problems with WooCommerce’ is closed to new replies.