Home Forums WoodMart support forum Two questions

Two questions

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

    leonidas
    Participant

    Hi
    1. I was wondering if it is possible to display the countdown timer for the variable products like we do for the simple ones http://prntscr.com/jgzn4l
    2. Look at the two images and tell me why it is taking so long to load this request.
    Regards Leonidas

    #57274

    Artem Temos
    Keymaster

    Hi,

    1. Sorry, but this function works for simple products only.

    2. It may depend on your server performance since it is a simple WordPress AJAX request. In our future updates, we will add an option to disable this request at all.

    Regards

    #57290

    leonidas
    Participant

    2.Can I disable it now with a code?Is it safe?What function will I lose?

    #57311

    Artem Temos
    Keymaster

    Sorry, but you can’t disable it now without additional theme’s code customization.

    #57318

    leonidas
    Participant

    How do we create a FAQ page like this one? http://prntscr.com/jh4xgv
    How we display the link in the top bar http://prntscr.com/jh4xqx

    #57332

    Hello,

    1/ In order to create FAQ page you can either take demo page and edit it as per your needs http://prntscr.com/jh7zt8 or create your own page and use FAQ or Accordion element of WP Bakery Page builder.

    2/ Create a menu in Appearance > Menu, add there FAQ page and then add this menu in top bar via the Secondary menu of Header builder. http://prntscr.com/jh80j3

    Best Regards

    #57838

    leonidas
    Participant

    Hello
    I want to enable the galley below the image in quick view.Is this possible?

    #57858

    Hello,

    Unfortunately, there is no option to add gallery in quick view.

    Best Regards

    #58596

    leonidas
    Participant

    Hello
    I want to change the background color of the tooltip in the list view.(first image) like we did in the grid view (image 2)

    #58609

    Hello,

    Please add this CSS to Theme Settings > Custom CSS:

    .woodmart-tltp .woodmart-tooltip-label {
        background-color: #373B44;
    }
    .woodmart-buttons>div a .woodmart-tooltip-label:before {
        border-left-color: #373B44;
    }

    Best Regards

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