Home Forums WoodMart support forum Preloader, My Account, Shop Page, Search keyword, Category Name, Coupon box issu

Preloader, My Account, Shop Page, Search keyword, Category Name, Coupon box issu

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #657418

    okdeals.com.bd
    Participant

    Dear Woodmart theme developer, this is okdeals.com.bd, using your theme, and I am facing the following issues:
    1. The Sign In/Account page is not appearing on the home/landing page, but is visible on other pages.
    2. The product layout on the Shop page is not displaying as set in the settings. (Note: This page was created manually on the Layout page.)
    3. The preloader is not working on the home page.
    4. Keywords/search characters are not showing.
    5. The category name is not displaying.
    6. The coupon box is shown in the corner and cannot be moved to the center.
    Please help, guide, or advise on these issues.

    #657527

    Hello,

    01. I have checked your site and the login element is showing fine in the header on the home page.
    https://ibb.co/0VyvVQ5R

    02, 04, 05. Please share some screenshots of the issue you’re encountering. This will help me analyze the problem and provide you with the best possible solution. Also, please share your Site WP-ADMIN Login details in the Private Content field so that we can check this concern on your Site and give you a possible solution.

    03. You can enable it by navigating to > Theme Settings > Performance > Preloader
    Here’s a screenshot for reference: https://ibb.co/3mgd6dr1

    06. Please add this code to the Theme Settings > Custom CSS > Global:

    body.woocommerce-cart .wd-coupon-form {
        justify-content: center;
        text-align: center;
        width: 100%;
    }
    
    body.woocommerce-cart .wd-coupon-form .input-text,
    body.woocommerce-cart .wd-coupon-form .button {
        display: inline-block;
        margin: 0 5px;
    }

    Best Regards,

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