paulieweb
Forum Replies Created
-
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Error on image tagI’m getting a similar issue, in Google Search Console: “Disallowed attribute or attribute value present in HTML tag.” When I investigate any given AMP page, I get an error as seen in this image. Basically it looks like for the amp-featured-image <figure>, both the ‘data-hero’ and ‘fallback’ versions are removing the quotes ” from alt=”blah blah” to alt=blah blah, which means HTML is no longer valid.
But only affects the cached version of page, internal version is okay. So possibly an internal issue, just thought should mention in case. EDIT: just confirmed rolling back from 1.0.77.22 to 1.0.7.20 fixes this issue.
Confirmed, Popup Maker settings section is working properly again with updated S&SD plugin. Thank you for your help!
Thanks Bel. I created a support topic on their WP page, and they’ve recreated the issue and added as a bug to fix in a coming update.
Awesome, thank you!
Sure, this is the only area affected that I can tell, it’s on the Edit Popup screen. No JS errors show in console relating to this.
Hi Bel, thank you yes, I have received response in the support ticket. I opened topic here just in case anyone else ran into the same issue, might help them save some time/effort troubleshooting.
Forum: Plugins
In reply to: [Social Media Auto Publish] LinkedIn Not publishing(removed)
- This reply was modified 4 years, 11 months ago by paulieweb. Reason: saw new settings upon refresh
Forum: Plugins
In reply to: [Interactive Image Map Plugin - Draw Attention] Lightbox ScrollingHi,
Thanks for the response. I actually set it up with 3 copies of the same DA map: one for desktop, ipad, and mobile, each with slightly different options. They’re set with css to show/hide based on screen size.
If the scrolling works on a default install with no customization it does sound like something on my end. I’ll play around with my plugins and custom js and see if I can’t get it sorted. Thanks again!
Forum: Plugins
In reply to: [Interactive Image Map Plugin - Draw Attention] Lightbox ScrollingI’m on an Android 4.4. It’s the same using Chrome developer mode on my PC to emulate an iPhone 6.
Know this is from a while back but I had a similar issue. Wanted to display 2 images, where you can click back and forth between them. Even though JS isn’t allowed, I found another solution using
<input type="checkbox" />
Problem is the area description text box strips out ‘input’ tags (in addition to other tags). To allow the use of ‘input’ tags I manually added it to /wp-includes/kses.php with the option for ‘type’ within.
Hope this helps someone!
Forum: Plugins
In reply to: [Interactive Image Map Plugin - Draw Attention] Stacking Image MapsAdded:
beforeOpen: function() { $.featherlight.close() },
to line 14 of \public\assets\js\public.js
and it seems to close the extra windows just fine.
Forum: Plugins
In reply to: [Interactive Image Map Plugin - Draw Attention] Stacking Image MapsOh, sorry, I just noticed…
Now every time I switch maps, then click on an area, the lightbox opens an extra time… If you start of as normal on 1F and click an area you get one lightbox. If you switch to 2F and click an area you get 2 simultaneous lightboxes. If you switch back to 1F you get 3, and so on. Any idea?Forum: Plugins
In reply to: [Interactive Image Map Plugin - Draw Attention] Stacking Image MapsSpot on, thank you!
Forum: Plugins
In reply to: [Interactive Image Map Plugin - Draw Attention] Lightbox sizeForgot to mention – I also tried (z-index:-100/100) and (left:-200%/-50%) to no avail.