cistelsa
Forum Replies Created
Viewing 3 replies - 1 through 3 (of 3 total)
-
Forum: Plugins
In reply to: [Page scroll to id] Problem highlighting Class of target elementok thanks I will try, although I investigated in a very separate way and I achieved this jquery:
<script> var hash = window.location.hash.substring(1); jQuery(document).ready(function($) { if(hash != ''){ $('#' + hash).addClass('select-product'); } else { $('#' + hash).removeClass('select-product'); } }); </script>then CSS for my case:
.select-product { background: #fff8f8; border: 2px solid #de6464; }thanks
- This reply was modified 5 years, 9 months ago by cistelsa.
#1. Failure in frontend of the template when the plugin is activated.
https://snag.gy/EewmdP.jpg
https://snag.gy/b7OVRo.jpg
https://snag.gy/dSLUlE.jpg#2. The same website with the plugin disabled.
https://snag.gy/PIdCHw.jpg
https://snag.gy/76DMEg.jpg
https://snag.gy/zHxFkj.jpgplease help
Forum: Plugins
In reply to: [Auto Publish for Google My Business] Pictures are not visible.it is necessary that the images that are published for google business that are uploaded to wordpress are in https or else the images will not work.
Viewing 3 replies - 1 through 3 (of 3 total)