Moved: Reply To: Login RTL and product image
-
1- Can you send to me a plugin link to install it to make the sort by dropdown or can you make it for me!
2- how can I make filter in the center not on the left I explain on screenshot
3- how can I edit menu and categories on menu and add more than two like screenshot I provided
4- how can make menu opens all over the screen, not just part of it, I explain on screenshot
Attachments:
You must be
logged in to view attached files.
Hello,
Attribute filter widgets have the option to set the drop-down view. Other widgets do not have such an option, and we have not met a plugin that could change that.
I suggested Classic Widget. You can find, install, activate it in Dashboard > Plugins > Add new > insert “Classic widgets” into the search.
Please check this manual to find our how to add the menu: https://xtemos.com/docs/woodmart/adding-menu-site/
If you have any questions please feel free to contact us.
Best Regards
2- how can I make filter in the center not on the left I explain on screenshot in last reply
4- how can make menu opens all over the screen, not just part of it, I explain on screenshot in last reply
Hello,
Please add this code to the Theme Settings > Custom CSS > Mobile:
.website-wrapper .shop-loop-head {
text-align: center;
justify-content: center;
}
.wd-side-hidden {
width: 100vw !important;
}
Please note, that the opened menu will not be possible to close.
Best Regards
Can you give me css code to fix this problem in rtl login
Attachments:
You must be
logged in to view attached files.
Hello,
This will be fixed in the nearest update, meanwhile please switch to the drop-down.
If you have any questions please feel free to contact us.
Best Regards
dropdown not working on mobile
Hello,
You can fix it now by removing the following code in the file woodmart\inc\configs\css-files.php https://prnt.sc/21cxbcx
Kind Regards
How can I remove my account list from wishlist page, I explain in screenshot
Attachments:
You must be
logged in to view attached files.
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body.page-id-60 .wd-my-account-sidebar{
display:none;
}
body.page-id-60 .woocommerce-MyAccount-content {
flex: 1 0 100%;
max-width: 100%;
width: 100%;
}
Best Regards
If you have any questions please feel free to contact us.
Best Regards
The topic ‘Moved: Reply To: Login RTL and product image’ is closed to new replies.