Home › Forums › Basel support forum › stick shop menu to the bottom of page
stick shop menu to the bottom of page
- This topic has 9 replies, 2 voices, and was last updated 7 years, 6 months ago by Artem Temos.
-
AuthorPosts
-
May 23, 2017 at 10:28 pm #14297
zivbbbbParticipantHi,
first of all is there any way of editing the “shop” menu? (the one that displays the categories and “ALL”)
I have several Questions related to it
1. How to remove “all”?
2. I want to stick this menu to the bottom of the window, like the upper menu is ticked to the top and rolls down with you , so same with the shopping menu. but stick it to the bottom, until reaching the footer (so it wont override the footer). Can you please help with that?3. How can I display a photo when Hover over the shop menu?, kind of like “mega menu” but to the shopping menu. I saw that I need to add a code similar to this:
a:hover:after { content: url(image/circle.PNG); /* no need for qoutes */ display: block; position: absolute; left: 123px; /* change this value to one that suits you */ top: 56px; /* change this value to one that suits you */ }
Can you help me get this right, I just want that if I put the mouse over “shirt” category, it will also show a shirt photo and not just that bottom line like it currently does when hovering.
Thanks!!
May 24, 2017 at 6:14 am #14305
Artem TemosKeymasterHi,
Categories menu is generated automatically based on all categories in your shop. It is not a regular WordPress menu.
1. Try to add the following code snippet to the Custom CSS area in Theme Settings to remove “All”.
.shop-all-link { display: none!important; }
2. Sorry, but there is no such feature in our theme.
3. It is not possible to do with CSS code only. It requires additional code customization. Sorry, but it is out of our theme support scope.
Regards
May 24, 2017 at 7:37 am #14312
zivbbbbParticipantOk if this is the case, How can I completely remove the categories menu, and make the wordpress menu the only menu available menu?
and I put there all the categories like in other themes.Thanks!
May 24, 2017 at 7:42 am #14313
zivbbbbParticipantfound it
May 24, 2017 at 7:58 am #14314
zivbbbbParticipantCan you help me get the wordpress menu to be on bottom instead of on top?
thanks
May 24, 2017 at 8:58 am #14317
Artem TemosKeymasterHi,
Sorry, but there is no such ability in our theme.
Regards
May 24, 2017 at 9:40 am #14319
zivbbbbParticipantIt should be simple, just css code. why cant you help me with that?
Its not a change in functionality. it is a really basic thing moving something from upper to bottom
May 24, 2017 at 9:43 am #14320
Artem TemosKeymasterBut we would already help you if it is simple 🙂 But trust me, it is not possible to do with simple CSS. You can check our sticky header code in both styles.css and functions.js files. It requires a lot of scripts and css tricks. It is not as simple as you think. We are sorry, but additional code customization is out of our theme support scope.
Kind Regards
May 24, 2017 at 10:00 am #14321
zivbbbbParticipantOk I understand.
How can get my topbar to be like the one in your demo (https://demo.xtemos.com/basel/) with link to “my account”?
but it wont be like the connect\disconnect right? its not ajax, just link?And where can I see like a list of shortcodes available?
Thanks!
May 24, 2017 at 11:25 am #14323
Artem TemosKeymasterYes, it is just a link in the top bar. You can manage your top bar menu in Appearance -> Menus.
There are no plain shortcodes except
[social_buttons]
in our theme. All other shortcodes are transformed to Visual Composer elements and can be used only via this drag and drop builder.Regards
-
AuthorPosts
Tagged: menu
- You must be logged in to create new topics. Login / Register