wprox
Forum Replies Created
-
Forum: Plugins
In reply to: [Lazy Loader] Anchors don’t workThanks Florian!
So seeing this in my DOM html in Inspect after loading the page is correct:
img alt="alt text." width="1920" height="1600" class="alignleft size-full wp-image-3 lazyloaded" data-sizes=“(max-width: 1920px) 1080px, 80vw” data-srcset=“https://domain.com/a.jpg 1920w, https://domain.com/a.jpg-300×250.jpg 300w, https://domain.com/a.jpg-768×640.jpg 768w, https://domain.com/a.jpg-1024×853.jpg 1024w, https://domain.com/a.jpg 1080w” data-src=“https://domain.com/a.jpg” sizes=“(max-width: 1920px) 1080px, 80vw” srcset=“https://domain.com/a.jpg 1920w, https://domain.com/a.jpg-300×250.jpg 300w, https://domain.com/a.jpg-768×640.jpg 768w, https://domain.com/a.jpg-1024×853.jpg 1024w, https://domain.com/a.jpg 1080w” src=“https://domain.com/a.jpg” /
I thought once the data- was applied, the original srcset, src, sizes were supposed to disappear. I thought that was what you were doing in your old blog post:
img->setAttribute( ‘data-sizes’, $sizes_attr );
img->setAttribute( ‘data-srcset’, $srcset );
img->removeAttribute( ‘sizes’ );
img->removeAttribute( ‘srcset’ );Thanks again!!!
- This reply was modified 7 years ago by wprox.
Forum: Plugins
In reply to: [Lazy Loader] Anchors don’t workThanks Florian, I did have smooth scrolling enabled in my Divi theme, but disabling it made no difference. With that feature enabled, the anchors work just fine without the lazyload plugin. Seems to be lazyload related.
I am also noticing that the plugin is causing me to have BOTH data-src and src- which I don’t think I’m supposed to have right, just the data-…
So, my img tags look like this:
img data-sizes= data-srcset= data-src= sizes= srcset= src=Help???
Forum: Plugins
In reply to: [Lazy Loader] Anchors don’t workThanks Florian!
My page is private.
Works perfectly on: https://images.guide/ goto “Table of Contents”, pull down arrow, test links to sections towards bottom of page, so fast and lazy loading all images
Anything they’re doing on that page / I would need to add on top of your plugin to get that?
Thank you ??
Forum: Plugins
In reply to: [WP-PostRatings] 1/2 star not showing up for uneven # ratingsSorry, I’m also currently looking into lazy loading options. Anything to keep in mind with your ratings plugin as far as trying to use lazy loading on the page?
Thanks again!
Forum: Plugins
In reply to: [WP-PostRatings] 1/2 star not showing up for uneven # ratingsThank you Lester!!!
Strange, yesterday the rating on mobile required the 2 clicks, now it’s working on just 1 click, like I want. Not sure why? Anything I can do / in my child theme to make sure it doesn’t require the 2 clicks again?
Thanks ??
Forum: Plugins
In reply to: [WP-PostRatings] 1/2 star not showing up for uneven # ratingsThanks!
1) I just gave it some 5 star ratings, and now have 4 full stars and 1/2 star for 55 votes, average: 4.25 out of 5, rated. That’s still below 4.5, but it changed?
Then, added some 1 stars, and below 4.25 average, it went back to 4 stars, 1 gray star.
2) Another issue I’m having is on my iphone. I go to click on a star to rate, and it acts as if I was hovering over it on desktop, just has those stars with the dark hover color with that rating “3 stars” just sitting there, but doesn’t do anything. I then need to click that same star AGAIN for it to process / tally in the rating and give me the results. Help!
Thank you!!!!
- This reply was modified 7 years ago by wprox.
Forum: Plugins
In reply to: [Plugin Organizer] Which plugins disable site wideThanks a lot Jeff for your very thorough answer ??
Forum: Plugins
In reply to: [Plugin Organizer] Conflict w Caldera Forms, like Emilybkk postedThanks a lot Jeff and Josh for your help!
I think I got this working with Jeff’s directions for the plugin filter to the CF API url.
Is it better that I instead “create a small plugin to hold the custom code…”?
If I don’t use Jeff’s directions, I’m not sure exactly what to do? Not a WP guru…
Thanks again ??
- This reply was modified 7 years, 5 months ago by wprox.
Forum: Plugins
In reply to: [Caldera Forms - More Than Contact Forms] HTML tags in emailMore specifically: The issue is on icloud mail on my PC.
The html tags do NOT appear on my iphone 6Plus ??
I have no idea if this is also an issue on the iPad email or on the Mac email because I don’t have these devices…
Thanks!
Forum: Plugins
In reply to: [Caldera Forms - More Than Contact Forms] HTML tags in emailHi,
I’m using Caldera Forms 1.5.0.8. Autoresponder message received in icloud email box shows <p> tags in the inbox preview pane.
Either html or text setting is causing this same issue:
Email Notification Settings > Email Type > html or textI have no experience changing php code, so not too comfortable applying your github php directions.
I’m a new, free customer so can’t fill out a support ticket.
Bummer, the tags make autoresponder email look bizzare / unprofessional…
Thanks for any help in how to fix this ??