Forum Replies Created

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • in reply to: HTML in LayerSlider #1034830

    Thanks for answering.
    Right, p and br tag didnt work

    see the login details in the privat content area

    in reply to: Sidebar single product page – right or left #973487

    Hello, truly?

    in reply to: Woocommerce Single Product Page Sidebar #972561

    Hello, this CODE ist running well:

    add_action('init','ava_product_sidebar_init_mod', 50);
    function ava_product_sidebar_init_mod() {
    	remove_action( 'woocommerce_before_single_product_summary',  'avia_close_image_div', 20);
    	add_action( 'woocommerce_before_single_product_summary',  'avia_close_image_div_mod', 20);
    	add_action( 'woocommerce_after_single_product_summary', 'avia_add_sidebar_mod', 19);
    }
    
    function avia_close_image_div_mod() {
    	echo "</div>";
    }
    
    function avia_add_sidebar_mod() {
    	global $product, $avia_config;
    	if( is_product() ) {
    		$avia_config['currently_viewing'] = "shop_single";
    		get_sidebar();
    	}
    }

    connect it with this css

    .single-product-main-image {
        width: 25%;
    }
    
    .single-product-summary {
        overflow: hidden;
        width: 45%;
        float: left;
        margin-right: 5%;
    }
    
    .single-product .sidebar {
        width: 25%;
    }

    its a earlier solution from Kriesi

    But what code is for the right side? Can you please answer this?

    Hi Victoria,
    thanks for your answer. Yesterday we had the meeting with the customer and we decided to give up the submenu.
    Best regards,
    claudia

    Hi Yigit,
    thanks for your answer. Meanwhile I get a response from Vinay to do this:
    #top #header_main_alternate .main_menu>div,
    #top #header_main_alternate .main_menu ul:first-child {
    width: auto!important;
    float: right;
    }
    the main menu is now displayed on the right. but the submenu (Megamenu) will get out to the right
    Do you know how to solve this?
    Thank you and best regards,
    Claudia

    in reply to: logo left + menu right + below the logo #941129

    Hi Vinay,
    thanks for the first info. the main menu is now displayed on the right. but the submenu (Megamenu) will get out to the right
    Best regards
    claudia

Viewing 6 posts - 1 through 6 (of 6 total)