Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #831601

    Hi,

    i try to syncronize my contact forms from my theme with hubspot marketing but it seems like my contact forms are not detected from the hubspot dashboard, any ideas?

    Thanks,
    Alexis

    #832618

    Hey Alexis,

    I’m not familiar with hubspot unfortunately, could you try to explain a bit further how it works? You might want to consider contacting their support first and foremost.

    Best regards,
    Rikard

    #835175

    Hi ! I resolved the problem, it was the contact form from the enfold theme which is not compatible with hubspot,
    No problem with the plugin contact form 7.
    Thanks,
    Alexis

    #835177

    I have an other problem, i want to disable some buttons from a tab section, and the bar, i want nothing to see and be connected between them,
    I send you the problem i private. Maybe you could help me :)

    #835407

    Hi,

    Thanks for the screenshot, so you want to remove the background colour? If so then please post a link to your site so that we can have a closer look.

    Best regards,
    Rikard

    #835672

    Hi,

    First I want to desactive the buttons to make them unusable but without disable the sections and for the title bar i want to delete it or if it is not possible, i will put the white color everywhere and it will be ok.

    regards,
    Alexis

    #836119

    Hi,

    Ok, thanks for the feedback. Please try the following in Quick CSS under Enfold->General Styling:

    .page-id-4136 .av-tab-section-tab-title-container a {
        pointer-events:none !important;
    }
    
    .page-id-4136 .av-tab-section-tab-title-container {
        background-color: rgb(255, 255, 255) !important;
    }

    Best regards,
    Rikard

    #838112

    Thanks it works great ! One more question i try to put a shortcode into a link renamed but it doesn’t work for me.
    Do you have a solution for me?
    I would like to have this meta key by default in WP but i don’t know ho to do. (private)
    I use a plugin to have the shortcode which the value is innitially put by the user in his backend.

    #838113

    The meta key in Private

    #839701

    Hi,

    Thank you for the update.

    Is it a shortcode from a plugin? Where did you add it?

    Best regards,
    Ismael

    #845402

    Hi, thanks for feedback,

    the plugin is : User Shortcodes Plus

    I have contacted the creator of the plugin and he said to me that i should use a function which has this form : <?php add_shortcode( $tag , $func ); ?>
    I send you the mail i received from him in private.

    #845403

    Can you explain me more about the process to make it run? Unfortunately I don’t have skills in php.
    Thank you.

    #845676

    Hi,

    Please check the supported shortcodes.

    // https://wordpress.org/plugins/user-shortcodes-plus/

    If you want to use the shortcode in a template, use the do_shortcode function plus the shortcode. Example.

    echo do_shortcode("[user_email id=2]");
    

    Best regards,
    Ismael

    #845899

    ok thanks, where do i put this code ?

    #846742

    Hi,

    You should add it in a template. I’m not sure which exact template though since we’re not familiar with the hubspot plugin. Please contact the plugin author.

    Best regards,
    Ismael

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