takuyoshi
Forum Replies Created
-
Forum: Plugins
In reply to: [Crop-Thumbnails] Cannot use arrow keys anymoreThe latest version reintroduces the function. Thank you very much!
Forum: Plugins
In reply to: [Crop-Thumbnails] Cannot use arrow keys anymoreI got it. Seems like there is nothing you can do about it. Thanks!
Hi Taufik.
I have actually stopped using this plugin due to the same issue as yours.
Docket Cache creates a huge number of files in my server driving CPU crazy.
I’m now using OPCache only.
I hope somebody will create a cache plugin for WPP.
Forum: Plugins
In reply to: [WP-PostRatings] Alt attribute for loading.gifHi.
I used one of the templates like this.
<div itemprop="aggregateRating" itemscope itemtype="https://schema.org/AggregateRating"> %RATINGS_IMAGES% (<em> <b><span itemprop="reviewCount">%RATINGS_USERS%</span></b> votes, average: <b><span itemprop="ratingValue">%RATINGS_AVERAGE%</span></b> out of <span itemprop="bestRating">%RATINGS_MAX%</span>, <b>rated</b></span> </em>) </div>
But whenever I save it I get this.
<div> %RATINGS_IMAGES% (<em> <b><span>%RATINGS_USERS%</span></b> votes, average: <b><span>%RATINGS_AVERAGE%</span></b> out of <span>%RATINGS_MAX%</span>, <b>rated</b></span> </em>) </div>
All item* things will be removed.
Why’s that?
Forum: Plugins
In reply to: [WP-PostRatings] Alt attribute for loading.gifCan you also add Schema to your code?
It would be something like this.
<div itemprop="aggregateRating" itemscope itemtype="https://schema.org/AggregateRating"> <em> <b><span itemprop="reviewCount">1</span></b> votes, average: <b><span itemprop="ratingValue">5.00</span></b> out of <span itemprop="bestRating">5</span>, <b>rated</b></span> </em> </div>
But some people might not want this. So it will be great if there’s a checkbox in the setting to turn the function on and off.
P.S. I use ‘b’ rather than ‘strong’ because the latter one apparently has SEO values that should be applied only to important texts not just numbers which have no meaning independently.
Forum: Plugins
In reply to: [WP-PostRatings] Alt attribute for loading.gifHi. It’s working like a charm!
Thank you so much ??
Can you possibly create a new version based on this fix?
Forum: Plugins
In reply to: [WP-PostRatings] Alt attribute for loading.gif@rom174 Hi.
It’s simply a fact that I don’t like HTML Validation Errors.
That’s all to it.
If you are talking about SEO or that kinda thing with regard to alt attributes, you really shouldn’t focus too much on it.
It’s so much more important to improve your Site contents.
Google apparently observes how much time visitors spend on your Site, how much content they see through scrolling and other things like these.
If HTML errors would make a site content unreadable, that would be a huge problem. Modern browsers, however, correct pretty much all HTML anomalies for viewers anyway (for instance inserting a closing tag if missing).
So please take it easy.
Forum: Plugins
In reply to: [WP-PostRatings] Alt attribute for loading.gif>Why is it important to have alt and title on those images
I use alt only because HTML Validator tells me to do it. So don’t follow me for this. I just do it. There might be more cons than pros.
Title is a pure utility for me. I use it when text-overflow: ellipsis is there.
When you hover a cursor over truncated letters you can read the whole text through the title attribute. That’s useful don’t you think?
- This reply was modified 5 years, 7 months ago by takuyoshi.
Forum: Plugins
In reply to: [WP-PostRatings] Alt attribute for loading.gifThank you very much!
It works!
But the alt is in div tags not img…
Can you please fix it?
Forum: Plugins
In reply to: [WP-PostRatings] Alt attribute for loading.gifCan you add a filter hook for that then?
Forum: Plugins
In reply to: [Advanced Custom Fields (ACF?)] acf-input.min.js ErrorI rolled back a little and found out that this error occurred in 5.7.0 or later versions.
- This reply was modified 6 years ago by takuyoshi.
Forum: Plugins
In reply to: [Crop-Thumbnails] Crop Thumbnails button disappearedOK! Thank you very much!
All fine now.
Forum: Plugins
In reply to: [Crop-Thumbnails] Crop Thumbnails button disappearedHi Volkmar.
Thank you very much for the reply!
But it looks like myCustomPhpFooterCode() accepts only one image for the modal.
Can I have multiple images at once?
That’s what I want.