Home Forums WoodMart support forum Moved: Reply To: Login RTL and product image

Moved: Reply To: Login RTL and product image

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #337421

    TawProg
    Participant

    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.
    #337533

    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

    #337626

    TawProg
    Participant

    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

    #338214

    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

    #338301

    TawProg
    Participant

    Can you give me css code to fix this problem in rtl login

    Attachments:
    You must be logged in to view attached files.
    #338311

    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

    #338321

    TawProg
    Participant

    dropdown not working on mobile

    #338510

    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

    #338921

    TawProg
    Participant

    How can I remove my account list from wishlist page, I explain in screenshot

    Attachments:
    You must be logged in to view attached files.
    #339248

    TawProg
    Participant

    ???

    #339296

    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

    #339702

    If you have any questions please feel free to contact us.

    Best Regards

Viewing 12 posts - 1 through 12 (of 12 total)

The topic ‘Moved: Reply To: Login RTL and product image’ is closed to new replies.