- This topic has 13 replies, 4 voices, and was last updated 4 months, 1 week ago by
David.
-
AuthorPosts
-
October 5, 2020 at 12:45 am #1472507
Robert
Hello,
in order to restructure our Desktop Menu taxonomy, i wanted to show the Mini-Cart more prominent and not as last item of Menu. Since it’s no regular item i can rearrange by using normal menu settings, i would appreciate your help.
Please find some screenshots to clarify my wishes:
Menu-Order now:
https://ibb.co/cFDTJT1Menu-Order how it should be:
https://ibb.co/NKM0myjBtw. WPML Language Switcher is also set as last menu item. But somehow Mini-Cart is “more last item” for the very end.
Thank you in advance!
Kind regards,
DanielOctober 5, 2020 at 1:52 am #1472601David
StaffCustomer SupportHi there,
can you share a link to your site so i can take a look at the CSS required.
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/October 13, 2020 at 9:44 am #1487071Robert
Hi David,
sure: It’s on your private Informations.
btw. since the new update the Mini-Cart is not showing the items inside anymore.
It’s showing the price and buttons to checkout.Could you also help me solving this problem?
Kind regards,
DanielOctober 13, 2020 at 11:11 am #1487241Leo
StaffCustomer SupportAre you able to add the WPML language switcher using a shortcode or a function so we can use a hook to add it?
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/October 13, 2020 at 10:52 pm #1487883Robert
Hi Leo,
yes, both options are available from here:
Using PHP Actions
do_action(‘wpml_add_language_selector’); β outputs the language switcher based on the options set in the Custom Language Switchers section.
do_action( ‘wpml_footer_language_selector’); β outputs the language switcher based on the options set in the Footer language switcher section, even if the Show language switcher in footer option is disabled.Using WPML Shortcodes
[wpml_language_selector_widget] β outputs the language switcher based on the options set in the Custom Language Switchers section.
[wpml_language_selector_footer] β outputs the language switcher based on the options set in the Footer language switcher section, even if the Show language switcher in footer option is disabled.Kind regards,
DanielOctober 14, 2020 at 9:49 am #1488918Tom
Lead DeveloperLead DeveloperSince you’re using the floats system in GP, you could try something as simple as this:
.wpml-ls-item { float: right !important; }
Let us know π
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentOctober 15, 2020 at 3:45 am #1490026Robert
Worked Tom, thank you.
Could you say something about this other issue we suffered since new major GP-Release?
“btw. since the new update the Mini-Cart is not showing the items inside anymore.
Itβs showing the price and buttons to checkout.”The images and single item price from the article customer puts into cart are missing on the Mini-Cart.
Can you help here too?
Kind regards, Daniel π
October 15, 2020 at 10:10 am #1490803Tom
Lead DeveloperLead DeveloperWhere can I see that happening? The 3.0 update wouldn’t have affected the mini-cart, as that’s a GPP feature.
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentOctober 17, 2020 at 11:39 pm #1493872Robert
Hi Tom,
you can see it in the Link below.
Before Update everything just worked fine.Maybe you can check what happened here?
Kind regards,
DanielOctober 18, 2020 at 3:00 am #1493999David
StaffCustomer SupportHi there,
can you disable your cache plugin so we can see what the issue is?
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/October 19, 2020 at 11:13 pm #1496466Robert
Hi David,
WP Rocket is deactivated. But Problem still remains π
Would be great, if we can fix this issue.Kind regards,
DanielOctober 20, 2020 at 6:43 am #1496946David
StaffCustomer SupportCan you go to Customizer > Layout > Primary Navigation and change the Navigation Dropdown to Hover
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/October 20, 2020 at 7:34 am #1497024Robert
That did the job! Thank you David!
October 20, 2020 at 7:41 am #1497032David
StaffCustomer SupportGlad to be of help.
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/ -
AuthorPosts
- You must be logged in to reply to this topic.