SOGO
Forum Replies Created
-
Forum: Reviews
In reply to: [SOGO Add Script to Individual Pages Header Footer] Malicious Popupthis plugin does not inject code, I think your site was hacked
Please make sure your template include wp_head and wp_footer
Forum: Plugins
In reply to: [SOGO Add Script to Individual Pages Header Footer] not working for elementorHi,
the function is working on any theme page the use wp_footer wp_header
I am also using it with elementor pages and it is working.
did you try to view source and see if your script is printed to the page, maybe other js error causing thatForum: Plugins
In reply to: [SOGO Add Script to Individual Pages Header Footer] Json LD gets deletedHi, can you share the json, as it is working on our site
you can add the script to the general settings and in the JS you should check if the body has a class archive-<your CPT> class then the script should run
Forum: Plugins
In reply to: [SOGO Add Script to Individual Pages Header Footer] Regex jsit should work …. I used your code in my dev site and it is working,
can you share a link to your site with the script to we can test it?thx for your feedback will try to add it next version
Forum: Plugins
In reply to: [SOGO Add Script to Individual Pages Header Footer] divi themeit hook wp_head and wp_footer
Forum: Plugins
In reply to: [SOGO Add Script to Individual Pages Header Footer] Change Logdone
Forum: Plugins
In reply to: [SOGO Add Script to Individual Pages Header Footer] Schema.orgYes
we have add the option also to the body script now, Please update the plugin and test again
Hi Fiona,
We released a new version now that support it
BR
Orenjust search the postmeta table for %_oh_%
Yes you have the option to insert a global script… go to settings – header footer settings
Forum: Plugins
In reply to: [SOGO Accessibility] Dropdown information not displaying correctlyyou have one line of style that make the issue: this is the white-space: pre-wrap on the btn class
you should enter the custom style like that:#sogoacc .btn { /* line-height: 18px !important; ---remove it */ /* text-align: center !important; --- remove it */ white-space: initial; }
- This reply was modified 5 years, 11 months ago by SOGO.