-
AuthorPosts
-
July 29, 2017 at 9:32 pm #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,
AlexisAugust 1, 2017 at 7:05 am #832618Hey 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,
RikardAugust 7, 2017 at 3:06 am #835175Hi ! 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,
AlexisAugust 7, 2017 at 3:11 am #835177I 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 :)August 7, 2017 at 3:28 pm #835407Hi,
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,
RikardAugust 8, 2017 at 5:22 am #835672Hi,
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,
AlexisAugust 9, 2017 at 4:50 am #836119Hi,
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,
RikardAugust 13, 2017 at 4:13 am #838112Thanks 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.August 13, 2017 at 4:16 am #838113The meta key in Private
August 16, 2017 at 6:26 am #839701Hi,
Thank you for the update.
Is it a shortcode from a plugin? Where did you add it?
Best regards,
IsmaelAugust 29, 2017 at 6:17 pm #845402Hi, 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.August 29, 2017 at 6:23 pm #845403Can you explain me more about the process to make it run? Unfortunately I don’t have skills in php.
Thank you.August 30, 2017 at 8:35 am #845676Hi,
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,
IsmaelAugust 30, 2017 at 6:19 pm #845899ok thanks, where do i put this code ?
September 1, 2017 at 9:55 am #846742 -
AuthorPosts
- You must be logged in to reply to this topic.