Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #1403589

    Hello Kriesi team,
    In my last ticket, you modified the submenu element in the single product page.
    The ticket :

    Menu in a single product layout (with woocommerce)

    But I don’t understand how to change css to have the same layout than before.
    Best regards,
    Philip

    #1403764

    Hey mescalytequila,

    Thank you for the inquiry.

    Are there any issues with the modification? The submenu seems to be displaying as it should. Please provide a screenshot of the issue or the changes that you would like to implement, using services such as Imgur or Dropbox.

    Best regards,
    Ismael

    #1404035

    Hello Ismael,
    I show you my problem :
    before the changes I had this on the product page :
    https://lebazargraphik.com/medi11.jpg
    Now :

    And on the shop I had :
    https://lebazargraphik.com/medi12.jpg
    And now I have :
    https://medicircum.com/boutique/

    know a little css, but every time I change a piece of data, it changes my whole page.
    Thanks for your patience.

    #1404418

    Hi,
    Thank you for your patience, I changed the original sub-menu code to this and it seems to have corrected the issue, please clear your browser cache and check.

    add_action('ava_after_main_container', 'ava_after_main_title_mod');
    function ava_after_main_title_mod() {
    	if(is_product()) {
    		echo do_shortcode("[av_submenu which_menu='' menu='58' position='center' sticky='aviaTBsticky' color='main_color' mobile='disabled' mobile_switch='av-switch-768' alb_description='' id='' custom_class='' template_class='' av_uid='av-ldyiqu1t' sc_version='1.0'] [av_submenu_item title='Élément 1 de menu' button_style='' link='' linktarget='' av_uid='av-gb0n7' sc_version='1.0'] [av_submenu_item title='Élément 2 de menu' button_style='' link='' linktarget='' av_uid='av-bn1kr' sc_version='1.0'] [/av_submenu]");
    	}
    }

    Best regards,
    Mike

    #1404455

    Hey Mike !
    This is a very great job !!! Many many thanks, it’s works.
    Best regards
    Phili

    #1404478

    Hi Mike.
    I’m sorry.
    I have the menu on the product page :

    But I woulld have too on the category page :
    https://medicircum.com/nos-produits/dentaire/
    Thanks
    Philip

    #1404528

    Hi,
    Thanks for the feedback I adjusted it to show on product pages and product categories with this: if(is_product() || is_product_category()) {…}
    please clear your browser cache and check.

    Best regards,
    Mike

    #1404589

    Ok YES !!! Really perfect !
    Many Thanks Mike !
    Best regards,
    Philip

    #1404595

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Css adjustments in the single product page’ is closed to new replies.