Hi,
We are using this plugin. When using this some code is displayed in this page. Seems this is a bug. When we deactivate this issue is not coming. Please suggest fix.
Thanks
]]>Hello, my Google Search is giving this error:
Parsing error: Missing ‘,’ or ‘]’ in array declaration
because of this plugin. Please look into this and tell me the issue. I ran rich results tests and got the error here:
This script was added using SOGO plugin.
Please look into this and resolve my issue.
Thanks
]]>I frequently recommend your plugin but some people have reservations because it’s outdated right now.
]]>it is not showing on the individual page please help me
]]>I’ve inherited a site with may pages and I need to know which pages have scripts added to them without going through each page edit screen one by one.
Where is the info saved in the database so I can quickly determine? What database table name and column name? Thanks!
]]>The plugin is useful for adding js to a normal page but i face many problems when trying to add js to elementor.
Say this example where i have this code in html in elementor=
<img src="https://xyz.com/wp-content/uploads/2020/09/rain.png"style="width:90px;height:90px;display: block; margin: 0 auto;" id="image1" onclick="changeimage1()">
I want to add a simple function to change the image on click but it does not work. Please guide me on how to correct it.
]]>Hi there, when I add custom JSON+ld and try to save it, the code gets deleted.
]]>Hi,
I’m using the plugin to add json scripts containing a FAQ list for each page. It was working fine but since I get errors in Search Console. Somehow the script is not only added in the header but also at the footer. I’ve tried disabling my caching and optimization plugins but that didn’t change anything. Any idea how to fix this bug?
Greetings
]]>This works well with the Classic Editor, but there is no “OH Add Script Area” on the Block Editor page. Is there a setting I am missing? It is checked in the Advanced Panel Options, but doesn’t appear there. Thank You!
]]>Hi,
I want to add a script to a CPT archive page. As it’s a page I can just edit with wordpress I’m wondering what’s the best way to achieve that.
Thanks
]]>Hi,
My regex added in js footer of one page with your plugin doesn’t want to work
function getDateFromString(str) {
var pattern=/(\d{1,4}([.\-/])\d{1,2}([.\-/])\d{1,4})/gi;
return(str.match(pattern));
}
Getting “str” to the function it’s correct.
Also, it is working when I add it in the footer of the whole page (with another plugin), but here always returns null.
Is it a problem with the plugin or I should set up something more to make it work? I would really appreciate the answer.
Best regards,
Weronika
Can you please update your change log?
]]>doesnt seem to output my css with divi theme on main blog page. what hook does it hook onto to output code in the header?
]]>Hi!
Is it possible to use this plugin to add schema.org JSON-LD to a page?
Many thanks,
Kuz
]]>Making some changes to my site and realizing I need to inventory all pages I’ve added custom scripts to. Is there a way to accomplish this without actually opening and inspecting every single post and page in wp-admin?
]]>Hi,
I want to use this plugin for Google conversion tracking and the page script needs to come AFTER the sitewide global tag. But upon looking at the source code, it looks like the sitewide global tag is inserted after the page script. It needs to be the other way around. Any idea how I can switch the order?
Thanks!
]]>Hi, a website I manage has this plugin installed. I need to know whether it is compatible with WordPress 5.0.x before I upgrade the website to latest WordPress.
I see that currently the plugin says only tested up to 4.9.9. Has anyone confirmed that it works ok in 5.0.x?
Thanks
Nicola
hi, can i use html instead of script or css? thanks
]]>Hello,
First of all fantastic plugin. I’d like to know where the ads from the free version are being shown? In the settings page alone or in the actual website too? Looking forward for the response.
]]>Each time I check the changelog after an update it is written in reverse order (oldest down to newest) instead of showing the latest changelog item first. Is it possible to have this changed?
Also there are no recent changelog items – so I don’t know what’s been changed to the plugin since version 1.3???
]]>Hello,
I’d like to add the “Review Collector” by Ausgezeichnet.org to my thank you page. Unfortunately I could not find a lot of information about this topic. The info mail says I should add the code in “<body> … </body>” on the thank you page. Any help is greatly appreciated.
Code:
<!– Ausgezeichnet.org-Collector: Begin –><div id=”myAusgezeichnetModal” class=”aus-modal-wrapper”> <div id =”questionDiv” class=”aus-modal”> <div class=”aus-header”> <span id=”myAusgezeichnetSpan” class=”aus-btn-close”>×</span> </div> <div class=”aus-body”> <p class=”aus-text-please-rate-us” style=”font-size: x-large;font-weight: bold”>Bitte bewerten Sie uns!</p> <p style=”font-size: small;font-weight: bold; line-height: 1.5″>Waren Sie zufrieden? Dann bewerten Sie uns bitte bei der unabh?ngigen Bewertungsplattform <span style=”color: rgb(243, 89, 33)”>AUSGEZEICHNET.ORG</span>.</p> <p class=”aus-text-want-rating-question” style=”font-size: x-large;font-weight: bold” id=”questionTxtId”>M?chten Sie uns nach Erhalt der Ware bewerten?</p> </div> <div class=”aus-footer”> Nein, danke. Ja, ich m?chte. <p style=”font-size: small; margin-bottom: 0;”>Für die Bewertung gelten die AUSGEZEICHNET.ORG Bewertungsrichtlinien</p> <p style=”font-size: small”>Informationen zur Datenverarbeitung finden Sie hier</p> </div> </div> <div id =”emailDiv” class=”aus-modal” style=”display: none”> <div class=”aus-header”> <span id=”myAusgezeichnetSpanEmail” class=”aus-btn-close”>×</span> </div> <div class=”aus-body”> <p style=”font-size: x-large;font-weight: bold” id=”inputEmailTxt”>Bitte geben Sie Ihre E-Mail-Adresse ein</p> <input type=”text” class=”aus-email-input” id=”txtEmail” placeholder=”[email protected]”/> <input type=”hidden” id=”txtHiddenCurrentLanguage” value=”de_DE”/> <p id=”invalidEmailText” style=”margin-top: 0;color: red; display:none”>E-Mail ist ungültig….</p> </div> <div class=”aus-footer”> Senden </div> </div> <style> .aus-modal-wrapper {display: none;font-family:Arial;position: fixed;z-index: 99999;left: 0;top: 0;width: 100%;height: 100%;overflow: auto;background-color: rgb(0,0,0);background-color: rgba(0,0,0,0.4);} .aus-modal {background-color: #fefefe;margin: auto;border: 1px solid #aaa;margin-top:100px;width: 90%; border-radius: 5px; max-width: 600px; overflow:hidden;} .aus-header {height: 50px; line-height: 50px; text-align: right; border-bottom: 1px solid #ddd; padding: 0 20px; background: #eee;} .aus-btn-close {color: #aaaaaa;font-size: 20px;font-weight: bold;text-decoration:none;cursor: pointer;} .aus-body { border-bottom: 1px solid #ddd; padding: 20px; text-align: center;} .aus-footer {padding: 15px 20px; text-align: center; padding-top: 10px;background: #eee;box-sizing: content-box;} .aus-email-input {width: 60%; min-width: 300px; outline: none; border: 1px solid #ddd; font-size: 15px;height: 40px; padding: 0 10px; border-radius: 2px; margin-bottom: 1em;} .aus-btn {padding: 0 10px; height: 40px; line-height: 40px; color: #333; border: 1px solid #aaa; border-radius: 5px; background-color: #fff; text-decoration: none;display: inline-block; text-align: center;} .aus-btn:hover {background-color: #ddd;} .aus-primary-btn {background-color: rgb(243, 89, 33); border-color: rgb(28, 143, 55); color: white;} .aus-primary-btn:hover {background-color: rgb(28, 143, 55); border-color: rgb(243, 89, 33); color: rgb(243, 89, 33);} @media screen and (max-width: 480px) { .aus-modal {margin: 20px auto;} .aus-email-input {min-width: 1px; width: 90%;} } @media screen and (max-height: 600px) { .aus-modal {margin: 20px auto;} .aus-text-please-rate-us, .aus-text-want-rating-question {margin: 0;} } </style> </div> <script type=”text/javascript”>window.tokenSendEmailCollector = “T0Iyss40r1TuEqCooAG7j8jwDN2n_nheVi0WbSG_B8w”;</script> <script type=”text/javascript” src=”//siegel.ausgezeichnet.org/widgets/js/5a80594e4c741743f14125c2/collector.js”></script><!– Ausgezeichnet.org-Collector: End –>
With best regards
Max
I just read a lot of articles about Gutenberg. Will the SOGO plugin be compatible with Gutenberg? Does this plugin need a migration plan?
Are the SOGO Headers and Footers custom data fields? If so, then they will not be viewable in the Gutenberg editor, right?
]]>I’m trying to create a custom contact form popup that prompts the user for their email and password with a submit button. I also don’t want the HTML used in the popup to show on the page after the user submits their contact details. I’ve honestly been trying to make this work for a while but I’m still stuck at this simple example.
<script type=’text/javascript’>
var person = prompt(“Please enter your name”, “Harry Potter”);
if (person == null || person == “”) {
txt = “User cancelled the prompt.”;
} else {
txt = “Hello ” + person + “! How are you today?”;
}
</script>
Any help would be appreciated.
]]>Does this plugin use cookies/is it compliant with the GDPR?
]]>If I already have a “global” tracking snippet in the generic header space for a theme, and I use this plugin to place a specific conversion snippet on a success page, that is a variation of the global snippet (as with Faacebook), is the original generic global snippet removed, or do they both end up in the header tag?
]]>Hello! I’ve updated Woocommerce recently and script stopped to work on Woocommerce Shop Page. It’s still working on shop category pages, you can see it here:
https://armorique.eu/product-category/new/
or here:
https://armorique.eu/product-category/fatskin/
Just scroll page down and you will see left column disappearing. Is this new Woocommerce limitation or I haven’t proper arms? ??
Before Woocommerce update everything worked fine.
Thanks for help!
]]>Hi,
Presently trying to use the plug-in to implement a Mailchimp Pop-up signup form.
However, when I insert the script the webpage will fail to load. I’m unsure if this is because WordPress is restricting this script from running, or the script itself is failing from Mailchimp.
Here it is:
<script type=”text/javascript” src=”//downloads.mailchimp.com/js/signup-forms/popup/embed.js” data-dojo-config=”usePlainJson: true, isDebug: false”></script><script type=”text/javascript”>require([“mojo/signup-forms/Loader”], function(L) { L.start({“baseUrl”:”mc.us13.list-manage.com”,”uuid”:”ed410cf6f65071b1925419355″,”lid”:”844d0f9527″}) })</script>
Looks like when I add some css to the blog page it is not included. All other pages work fine. Maybe just a wordpress limitation on the blog page?
]]>Hi!
I am trying to duplicate functionality I have found on another site that was achieved using jQuery.
The effect is when you click on a button it slides over a second page with a registration form on it. You can see the functionality here (https://conversionlab.no/)
I have the code, but I am not clear how I can add this code so that when someone clicks my link it activates the code and opens the new page.
I have been trying everything to figure out how to get this to work with this plugin- any help you could offer would be greatly appreciated!
Thanks!
]]>