Home New Guten Forums WoodMart support forum I have a same problem again just like in ticket #268514 please check

I have a same problem again just like in ticket #268514 please check

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #270815

    Djapa89
    Participant

    Booked plugin doesn’t have original styling and i don’t have caching plugin now. Last time you said the caching plugin was the problem now i don’t have it and again i have the same problem.

    #270819

    Djapa89
    Participant

    Also html block with booked short code wont open right it has white background on top . Try to create a html block with booked short code. You can see in pictures below how it opens here and how it is supposed to be.

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

    Hello,

    I saw the screenshot you attached.

    Please try changing the primary buttons color from booked plugin settings.

    Screenshot for Clarification: https://ibb.co/7XxFNFj

    I have changed the color and it’s working fine.

    And for the shortcode please create an HTML block and add it inside and provide me with the link of the page to check it myself and help you out accordingly.

    Best Regards

    #270923

    Djapa89
    Participant

    Just click the clock or calendar icon in header on https://dentist.winwebdesign.com . also i provide you login it is popup named booked calendar, it just have shortcode with booked shortcode.

    #270935

    Hello,

    I have visited your website as the code is needed to be added in the text-element and it is the default behaviour that the padding is added to the popup content.

    Therefore to remove it try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    div#popup-1.woodmart-content-popup {
        padding: 0;
    }

    Regards.
    Xtemos Studios

    #270999

    Djapa89
    Participant

    I added this css but nothing is changed, i still have white background on popup. How i can fix it? What do you advice me is it good to switch to bookly plugin because of updates and support. This plugin booked also show me a message in site health ‘ This interferes with REST API and loopback requests. The session should be closed by session_write_close() before making any HTTP requests. so i add seasion write close after seasion start .

    #271135

    Hello,

    To remove the background of the popup try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .mfp-move-horizontal.mfp-ready .mfp-with-anim {
        background: transparent;
    }

    Sorry, but we could not suggest you with any other plugin. And for the warning in the site health, we could not help you with this as this is out of our theme support scope.

    You can try asking the plugin support for help.

    Regards.
    Xtemos Studios.

    #271232

    Djapa89
    Participant

    Do I need to use a child theme for this css customization so that it doesn’t get lost after the theme update. Does custom css in theme settings/custom css always remain regardless of the update.

    #271248

    Hello,

    You don’t need to use the child theme for CSS customizations.

    You can use the Default Theme Custom CSS options. And they will not lose after updating.

    Best Regards

    #271252

    Djapa89
    Participant

    I need global and desktop custom css to achieve what i need. Check screenshot. I know that is safe to stay in appearance/customize/custom css, but is it safe to stay like on screenshot in theme settings/custom css?

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

    Hello,

    I saw the screenshot you attached.

    Yes the CSS added in the Custom CSS area is also safe. It would not be lost.

    Regards.
    Xtemos Studios

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