Home Forums WoodMart support forum How do I remove this.

How do I remove this.

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #441219

    JDFabrications
    Participant

    How can I remove this, or can you remove this? It looks tacky on the checkout page.

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

    Hello,

    There is an issue with the 3rd party plugins. Please deactivate all the 3rd party plugins and activate only theme-required plugins on the site and then check the issue. I am sure your issue will be solved. Then Activate the 3rd party plugins one by one and check which plugin is creating the issue for you.

    Otherwise, if the issue still exists then keep the 3rd party plugins deactivated and let me know so I will check and give you a possible solution.

    Best Regards.

    #441488

    JDFabrications
    Participant

    Hello, I am sure it is the flux checkout. Problem is I want to use the flux checkout. I don’t need anything that searches for a post. The code associated with this is a woodmart code. How do I get rid of it. I was able to get rid of the cart and my account that was the mobile nav bar. <div class=”wd-search-full-screen wd-fill woodmart-search-full-screen”>
    <span class=”wd-close-search wd-action-btn wd-style-icon wd-cross-icon woodmart-close-search”></span>

    <form role=”search” method=”get” class=”searchform woodmart-ajax-search” action=”https://jdfabrications.com/&#8221; data-thumbnail=”1″ data-price=”1″ data-post_type=”post” data-count=”20″ data-sku=”0″ data-symbols_count=”3″>
    <input type=”text” class=”s wd-search-inited” placeholder=”Search for posts” value=”” name=”s” aria-label=”Search” title=”Search for posts” required=”” autocomplete=”off”>
    <input type=”hidden” name=”post_type” value=”post”>
    <button type=”submit” class=”searchsubmit”>
    <span>
    Search </span>
    </button>
    </form>

    <div class=”wd-search-loader wd-fill woodmart-search-loader”></div>
    <div class=”search-info-text”><span>Start typing to see posts you are looking for.</span></div>

    <div class=”search-results-wrapper”>
    <div class=”wd-dropdown-results wd-scroll woodmart-search-results”>
    <div class=”wd-scroll-content”><div class=”autocomplete-suggestions” style=”position: absolute; display: none; max-height: 300px; z-index: 9999;”></div></div>
    </div>
    </div>

    </div>

    #441511

    JDFabrications
    Participant

    Also how do I fix this woodmart/woocommerce/global/quantity-input.php version 4.0.0 is out of date. The core version is 7.2.0,

    #441623

    Hello,

    1- We have visited the Checkout page on your Site, but we can’t seem to find the said thing for the Desktop view: https://snipboard.io/yIRHwL.jpg

    The search is appearing for the Mobile view specifically, so we applied the following Custom CSS on your Site to remove it:

    .woocommerce-checkout .wd-search-full-screen {
        display: none !important;
    }

    Location to find Custom CSS, go to Dashboard >> Theme Settings >> Custom CSS >> Custom CSS for mobile section >> there you can find the CSS pasted.

    This is the resultant preview after applying CSS: https://snipboard.io/hyctdv.jpg

    Please check back your Site after completely clearing the browser and server cache.

    2- Regarding the quantity input out-of-date concern, on your Site under the Dashboard > WoodMart > Patcher > you haven’t applied Patch #430083 on your Site > which is related to UPDATE: WooCommerce template. So, we have applied it now and this out-of-date concern is resolved now.

    Best Regards

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