• Resolved lcf

    (@lcf)


    Thanks for the plugin but I found out that it is not working with Flatsome, a popular WooCommerce theme. When using Flatsome, the free gift does not show “add to card” button.

    It is working when I switched to Storefront theme (without disable any plugin)

    Possible to have a solution? Thanks.

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author DecomTeam

    (@decomteam)

    Hi @lcf – maybe your buttons are just hidden with CSS, try to inspect that and apply CSS

    #dgfw-choose-gift button.dgfw-add-gift-button { 
    display: inline-block;
    }
    • This reply was modified 6 years, 3 months ago by DecomTeam.

    Hi DecomTeam
    Great plugin.

    I too have same problem with Flatsome.
    Thread is marked as resolved.
    Any chance @lcf could contact me as with tips how he got it going?

    Should the CSS be put into the (child) style.css ?

    • This reply was modified 6 years, 1 month ago by nitrro888.
    Plugin Author DecomTeam

    (@decomteam)

    @nitrro888 (child) style.css should work:

    #dgfw-choose-gift button.dgfw-add-gift-button { 
    display: inline-block;
    }
    kory718

    (@kory718)

    I added this to style and it’s still not showing with flatsome. Is there anything else that needed to be done?

    nitrro888

    (@nitrro888)

    We were never able to get this to display nicely.
    Thanks DecomTeam, but Flatsome just “doesn’t like it”.

    Plugin Author DecomTeam

    (@decomteam)

    @kory718 @nitrro888 did you guys try to use display: inline-block !important; as this was just simple CSS thing…
    – Share a links to website to take a look

    minglulee

    (@minglulee)

    Hey there, hope this can help

    For flatsome theme, please disable:

    Customize -> Cart Layout -> Auto update on quantity change

    This will resolve the conflict between Flatsome and Woocommerce Giftable.

    For css, you can change font size to make it look better:
    dgfw-gift-link .product-name <- Product name
    button.dgfw-add-gift-button <- Button
    .dgfw-available-gifts .slick-dots>li>button <- Nav. button
    .dgfw-available-gifts <- Div

    Hope this helps.

    Plugin Author DecomTeam

    (@decomteam)

    @minglulee Thank you

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Not working with Flatsome theme’ is closed to new replies.