Home Forums WoodMart support forum UNABLE TO EDIT THE WISHLIST USING ELEMENTOR

UNABLE TO EDIT THE WISHLIST USING ELEMENTOR

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #715076

    gestion1985
    Participant

    Hello, I can’t seem to edit the wishlist using Elementor from the ‘PAGES’ section. When I go to the wishlist, I’m met with a shortcode (see photo), and I can’t access the wishlist as it appears when you click ‘View’ or from the list to make changes.

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

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    Wishlist is a functional page, and it is not editable. Navigate to Theme Settings > Shop > Configure Wishlist page.

    Please check this Manual: https://xtemos.com/docs-topic/wishlist/

    Best Regards

    #715163

    gestion1985
    Participant

    Hi, we’re not talking about the same thing. You’re referring to the wish list on the product pages. I’m talking about the wish list page that appears once you click on it (see photo). There are several sections on it, as well as a description, and it should be editable.

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

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    Thank you for the clarification.

    The page you are referring to (wishlist page with added products) is a functional page generated by the wishlist system, and the content you see is created dynamically via shortcode.

    That’s why:

    – You see only a shortcode in the page editor
    – And you cannot edit its structure with Elementor

    Can you please let me know what you actually want to change so I can check and give you a possible solution?

    Best Regards

    #715276

    gestion1985
    Participant

    Hello,

    Thank you for the clarification.
    Well, there are “product” blocks. I’d like to change the layout of these product blocks and also be able to change the icons on the left, but that can wait.

    #715313

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    Can you please share the Highlighted screenshot and the page URL in the private content area so I will check and give you a possible css code for this.

    Best Regards.

    #715383

    gestion1985
    Participant

    Hello, I’d like to increase the space between the ‘Remove’ button and the product cards, leaving more space between the two, and add a 20px gap between the cards (see photo 1). And the second issue: I noticed a bug when taking a screenshot of the wishlist – when you open a wishlist page and a single product page to select products by clicking on the wishlist heart (see photo 2). The counter tends not to update properly, and the products do not always appear correctly after refreshing the second wishlist page to update the new products that have been added to the list on the single product page. Basically, there is a poor synchronisation of real-time additions and removals of products when opening two pages – one to add items and the other to view what has been added and removed (a synchronisation issue between product counting and the display and removal of products).

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

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    Sorry to hear about the inconvenience. Kindly, please share your Site WP-ADMIN Login details in the Private Content field so that we can check this concern on your Site and help you out accordingly.

    Best Regards

    #715485

    gestion1985
    Participant

    Hello, here is the informations you are looking for

    #715528

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    01. Try to add the following custom css code in Theme Settings > Custom CSS:

    /* Add gap between product cards */
    .wd-wishlist-content .wd-products {
        gap: 20px !important;
    }
    
    .wd-wishlist-content .wd-wishlist-product-actions {
    margin-bottom: 30px !important;
    }

    02. In general, Wishlist, Cart and Compare pages should not be cached at all, so I suggest you exclude those pages from cache and recheck the issue.

    Please refer to the article for more details
    https://secure.lightningbase.com/index.php/knowledgebase/71/How-to-exclude-a-page-from-Litespeed-cache.html#:~:text=Log%20in%20to%20your%20WordPress,that%20should%20not%20be%20cached.

    Best Regards

Tagged: 

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