Problems with Newsletter Widget
Dear reader,
I have to integrate a Newsletter plugin (with their subscription form) into the website. The plugin only works via a Widget. I created the Newsletter widget. And also created a second sidebar in my Theme options called 'Newsletter'. But, when I select the 'Sidebar-element' into the contact page, the other sidebar (for the searchpage, that show the 'category-menu') keeps showing up. I've also selected the 'Newsletter' sidebar at the bottom of the page editor, near the SEO settings.
Can you enlighten me on how to resolve this?
https://kenniscentrumtgg.nl/contact-ktgg/ (code ktgg)
Comments
Hi,
Does it work properly without this plugin?
Notice that we did not test this plugin, and we cannot recommend any plugins other than the ones we support. You can find the list on this page, in the sidebar:
https://themeforest.net/item/betheme-responsive-multipurpose-wordpress-theme/7758048
Thanks
Changing the plugin is not an option, a team has been using this plugin to send their mailings for a long time.
So I've discovered a way to generate a form inside of the plugin-account, and it gave me this code to embed in a page where I wish to show the form:
<script async src="https://embed.email-provider.nl/e/reytn68dae-6lwflcjdjn.js"></script>
I tried using the <code> element and also the column element and then enter it as text. But it doesnt work.
How can I succesfully embed this code onto to contact page?
Hoping you can rescue me :)
The code element is to display the unparsed code on the page.
For that, please, use the Column Text element.
Thanks
Hi,
I tried that...
Both Inside the existing elementen (right above 'nieuwsbrief' heading) and also in a seperate section right underneath the 'Contact' heading.
I added screenshots to see what I did.
Sadly, they show up as nothing or just empty space on the page: https://kenniscentrumtgg.nl/contact-ktgg/ (code ktgg)
However, I see that on your screenshot different colors appear in the script-text. That didn't happen to me, it was all in white. Maybe I'm doing something wrong?
I have the Column Text editor changed to Code in Builder settings.
However, the Visual editor should work too. I have added this script to my website, and it adds a div below the script, but it has a display set to none.
As we do not support this plugin, we do not support custom scripts either. In that case, you should contact your web developer or the plugin author.
Best regards
Thanks for your help.
I managed to let the form show underneath the BeTheme part of the page and then added it via a html block in the WP editor.
Am I correct in the discovery that I can then not add any BeTheme elements underneath this html part?
https://kenniscentrumtgg.nl/nieuwsbrief-ktgg/
You are not able to add anything in there because of the HTML issue you made, you forgot to close the <div> opened before the <code> tag.
thanks