terrelltechsup
Forum Replies Created
-
Forum: Plugins
In reply to: [PDF.js Viewer] Micrsoft Defender SmartScreen has block this unsafe contentMy initial thought is, it has to do with using the absolute url in the ?file statement. Can the following be changed?
Current format
Proposed format:
Forum: Plugins
In reply to: [WP-GeoMeta] Geo Table does not match Post Meta TableFigured out what the deal is and it is an issue with how the ACF plugin stores a drawn object if you dont use the centered version of the map and only affects longitude. If you use the wrapped part of the map you will go outside the bounds of the sphere and it will be 360 degrees added to the actual longitude. I am not sure if this is an issue with the geometa library or the ACF map part of the plugin. Any comments would be appreciated.
Forum: Plugins
In reply to: [WP-Chatbot for Messenger] Conflict with Page Plugin and bad widthHere you go: https://emilyterrellrealtor.com/
Forum: Plugins
In reply to: [WP-Chatbot for Messenger] Conflict with Page Plugin and bad widthI noticed this as well when I have smashballoon’s facebook plugin enabled on the page. For some reason the iframe for this chat plugin ends up being a child in the smashballoon’s div, where the classes/CSS are messing with the messenger style causing it to go full width.
Forum: Plugins
In reply to: [Multiple Domain Mapping on Single Site] SSL Cloudways Odd behaviorI fixed it in .htaccess prior to the plugin involvement:
RewriteEngine On RewriteCond %{HTTP_HOST} ^www\.(.*)$ [NC] RewriteRule ^(.*)$ https://%1/$1 [R=301,L] RewriteCond %{HTTP:X-Forwarded-Proto} !https RewriteRule ^(.*)$ https://%{HTTP_HOST}/$1 [R=301,L]
- This reply was modified 6 years, 9 months ago by terrelltechsup.