Tagged: x
-
AuthorPosts
-
January 4, 2017 at 4:30 am #1315500
Hello,
Is it possible to put a sidebar on top of the woocommerce catalog loop? in category pages, etc..
i’ve managed to get it on mobile (using this thread: https://community.theme.co/forums/topic/sidebar-on-mobile-is-below-content)Is there a simple way to do it on desktop?
Hope i didn’t miss anything on that post.Thank you!
January 4, 2017 at 5:33 am #1315602Hi,
Thanks for writing in! Regretfully, at this time I am not entirely certain what it is you would like to accomplish based on the information given in your post. If you wouldn’t mind providing us with a little more clarification on what it is you’re wanting to do (a link to a similar example site would be very helpful, or perhaps some screenshots), we’ll be happy to provide you with a response once we have a better understanding of the situation.
January 4, 2017 at 2:46 pm #1316346Hello,
Thank you for your reply!Lets make it simple: let’s say I have some Ajax filters in my woo shop (to filter products by brand, size, color etc). They’re widgets which I put in the sidebar. However, I want to position the sidebar before the product listing. I want it on top of it, to save space on the right or on the left and have more products per row.
I’m talking about desktop view only.
Is it possible to align the filters (which are dropdowns), horizontaly above the products listing?Thank you!
January 4, 2017 at 10:42 pm #1316884Hi there,
Thanks for writing back. If you just need to change the position that might be possible with some custom CSS. Kindly provide your URL and add a screenshot that what you are trying to achieve. We’ll tailor some code for you if that’s achievable.
Cheers!
January 9, 2017 at 7:23 am #1322299This reply has been marked as private.January 9, 2017 at 10:42 am #1322596Hi again,
Thank you for providing the URL. It sounds like you might be having an issue with a third party plugin. Regretfully, we cannot provide support for third party plugins or scripts as our support policy in the sidebar states due to the fact that there is simply no way to account for all of the potential variables at play when using another developer’s plugin or script. Because of this, any questions you have regarding setup, integration, or troubleshooting any piece of functionality that is not native to X will need to be directed to the original developer.
Thank you for your understanding.
January 10, 2017 at 4:04 am #1323631Thank you for your reply.
Ok, let’s say i get this plugin out of the way and use native wordpress and X features.
Is there a way to move the sidebar above product listing, on desktop?Thank you.
January 10, 2017 at 6:31 am #1323786Hi,
You can add this under Custom > Edit Global CSS in the Customizer.
@media (min-width: 979px) { .post-type-archive-product.woocommerce .x-main.left, .post-type-archive-product.woocommerce .x-sidebar.right { width:100%; display:block; float:none; } }
Hope that helps.
-
AuthorPosts