Forum Replies Created
-
AuthorPosts
-
Well after much trying seems like it was a spam problem. So I went and did the workaround posted by Josue in another thread
`function change_cf_from() {
return ” (Email address hidden if logged out) “;
}
add_filter(‘avf_form_from’, ‘change_cf_from’, 10);`Best Regards.
So I think I found the problem but I don´t know a way around it.
When I input the link that wistia gives me into a text box, it recognizes it and works like a charm. Why? because it gives the proper class to the link.
And it even writes down the script that needs to go with it. How could I overwrite the class button like that? I tried shortcode button but it always writes the class avia. I even tried the custom css property with no avail.<p><a href="//fast.wistia.net/embed/iframe/oc449rstgu?popover=true?videoFoam=true" class="wistia-popover[height=388,playerColor=010658,width=640]">This is my popover!</a><script charset="ISO-8859-1" src="//fast.wistia.com/assets/external/popover-v1.js"></script></p>
- This reply was modified 9 years, 6 months ago by pifias.
Hi Elliott.
Thanks for your fast reply.
The popup works fine if I use it just as a link. It doesn’t work if I paste the code inside the button box, nor does it work if I make a button using the shortcode button and then pasting the popup link. What I need is a workaround to make it pop from a button. The first code I wrote is using oEmbed, the second one doesnt use oEmbed. You think you can help me figure out why neither of the links work on a button?
Best Regards.
-
AuthorPosts