Forum Replies Created
-
AuthorPosts
-
Thanks for answering.
Right, p and br tag didnt worksee the login details in the privat content area
Hello, truly?
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?
April 15, 2018 at 12:53 pm in reply to: URGENT please – logo left + menu below the logo on the right #942186Hi Victoria,
thanks for your answer. Yesterday we had the meeting with the customer and we decided to give up the submenu.
Best regards,
claudiaApril 12, 2018 at 8:50 pm in reply to: URGENT please – logo left + menu below the logo on the right #941130Hi 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,
ClaudiaHi 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 -
AuthorPosts