-
Author
-
March 23, 2015 at 15:32 #51165niljeParticipant
hello,
on Mobiles and Tablets becomes the mainmenue to a slidemenu and there are some icons, like the notifications, which are being displayed outside of that slidemenue. Can I change the priority of those outside icons? Now I see notifications and woocommerce, but instead of woocommerce I’d rather see the mail-icon.
thanks!
DaniMarch 25, 2015 at 18:16 #51509RaduModeratorPlease provide the URL with that problem.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAugust 24, 2015 at 12:06 #74298niljeParticipanthi,
sorry for the late answer,
so what I mean… at the screenshot you see the mobile version of the mainmenu, there are two icons outside, in this case notifications and the card. But I would like them to see the Email Icon and the Notifications.. or anything but the card.
Thanks!
Attachments:
You must be logged in to view attached files.August 24, 2015 at 18:45 #74388RaduModeratorCan you provide the url please ?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAugust 24, 2015 at 20:18 #74403RaduModeratorHi,
I’ve made a little hack,
Put the below code in your kleo-child theme functions.php, replace myemail@address.com with your email address
COPY CODEfunction kleo_woo_get_mini_cart() { $cart_output = '<a href="mailto:myemail@address.com"><i class="icon-mail"></i></a>'; return $cart_output; }
Let me know if it’s ok
Best regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAugust 24, 2015 at 20:49 #74409niljeParticipantohh I think you misunderstood me, sorry. With ’email icon’ I just meant the message icon which is already there at the mainmenu. I just mean the order / priority of which is shown, when the menu goes into a ‘slidemenu’ at mobile devices.
It would be ok too, if there would just be one icon instead of two at mobile devices. So then there would just be the notifications-icon
August 25, 2015 at 19:08 #74576RaduModeratorHi,
Sorry to say but this is not possible to set custom order for that icons…
In future we will implement this functionality.
Best Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
The forum ‘KLEO’ is closed to new topics and replies.