Tagged: x
-
AuthorPosts
-
October 27, 2016 at 10:15 am #1233275
co50ParticipantHow do I move the cart and search icons to the top of the left fixed menu bar (under the logo) instead of at the bottom? My first menu item is 443.
Thanks.
October 27, 2016 at 12:11 pm #1233475
RahulModeratorHey There,
Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.
October 27, 2016 at 12:16 pm #1233484
co50ParticipantGuys, this is annoying. If you require the client’s URL for most support requests, does it make any sense to have a forum? The purpose of a forum is so others can see answers to client’s questions. But if you try to make every question a tailored one to that client, what you need is a support ticket system, not a forum. Someone in upper management is confused as to how the forum/support dynamic works.
I need an answer that I can use on multiple sites – in fact ANY site with the left menu + WooCommerce. Do you have a solution to that? Is your codebase unique on every install and I will need to put in a support request every time I need to do this?
October 27, 2016 at 1:50 pm #1233602
RupokMemberHi there,
Thanks for writing back. Actually it’s not a general question and we can’t provide you a general code that you can use. Because we have several stacks with lot of variations. So we don’t know what you are using hence not possible to provide you some code that will actually ‘work’ on your site. So if you need some code then you must provide your URL so that we could assist you in right way. But if you have a general question and doesn’t require any code then it’s not necessary. Hope you understand and co-operate us so that we could assist you better.
Cheers!
October 27, 2016 at 1:59 pm #1233616
co50ParticipantThis reply has been marked as private.October 27, 2016 at 6:35 pm #1233933
JadeModeratorHi there,
Please add this code in Appearance > Customizer > Custom > JS:
(function($){ $(".x-navbar-fixed-left .desktop .x-nav li:first-child").before($(".x-navbar-fixed-left .desktop .x-menu-item-search")); $(".x-navbar-fixed-left .desktop .x-nav li:nth-child(2)").before($(".x-navbar-fixed-left .desktop .x-menu-item-woocommerce")); })(jQuery);Hope this helps.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1233275 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
