-
AuthorPosts
-
April 5, 2023 at 11:18 am #1403589
Hello Kriesi team,
In my last ticket, you modified the submenu element in the single product page.
The ticket :But I don’t understand how to change css to have the same layout than before.
Best regards,
PhilipApril 7, 2023 at 6:22 am #1403764Hey 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,
IsmaelApril 10, 2023 at 1:51 pm #1404035Hello 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.April 13, 2023 at 11:41 pm #1404418Hi,
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,
MikeApril 14, 2023 at 2:05 pm #1404455Hey Mike !
This is a very great job !!! Many many thanks, it’s works.
Best regards
PhiliApril 14, 2023 at 6:25 pm #1404478Hi 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
PhilipApril 15, 2023 at 5:51 pm #1404528Hi,
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,
MikeApril 16, 2023 at 2:33 pm #1404589Ok YES !!! Really perfect !
Many Thanks Mike !
Best regards,
PhilipApril 16, 2023 at 3:49 pm #1404595Hi,
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 -
AuthorPosts
- The topic ‘Css adjustments in the single product page’ is closed to new replies.