Tagged: ,

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1236236

    First of all I would like to say thank you for creating such a great theme. I googled and searched the forum and only turned up vague results.

    Currently running enfold with the Avia layout builder but would like to integrate cartflows. It appears they list a bit of code here that they say enables enfold to work with their plugin:

    https://cartflows.com/docs/enfold-avia-builder/

    Tried adding it to my functions.php but got no result(not even an error as another user previously mentioned). Is there anyone that could shine some light on this issue?

    Hope you are having a great day!

    Joseph

    #1236286

    Hey Joseph,

    I’m not familiar with that plugin unfortunately, but send us login details to your site in private so that we can have a closer look.

    Best regards,
    Rikard

    #1237861

    It looks like I got it working. Any chance you could tell me why the check out form is not displaying in a 2 column layout? I have been messing with the css for an hour now and haven’t had any luck.

    Here is the url:
    https://paradigmbjj.com/new-member-checkout/

    #1238116

    Hi,

    Thanks for that. It looks to be two columns on my end though, did you manage to find a solution? If not then please post a screenshot highlighting the problem you are having.

    Best regards,
    Rikard

    #1238175
    This reply has been marked as private.
    #1238472

    Hi,

    Thanks for the clarification. Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 767px) {
    form.woocommerce-checkout #customer_details {
        width: 100% !important;
    }
    }

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.