markva
Forum Replies Created
-
Forum: Plugins
In reply to: [Easy Table of Contents] Browser errors were logged to the consoleIt’s been like this since you introduced the SVG icons, a couple of weeks.
Forum: Plugins
In reply to: [Easy Table of Contents] ez-toc-icomoon.eotI kindly ask you not to mark this topic as resolved until it is resolved (or some efforts have been made other than asking for videos and the like). Other users of your plugin(s) may find the 18 threads of this topic it insightful. Merely opening a GitHub ticket (after 1 month!) and marking this support issue as “resolved” does not help much. All it does is hiding the efforts I put into providing you the required information (17 threads and this one).
Forum: Plugins
In reply to: [Easy Table of Contents] ez-toc-icomoon.eotThe problem can be tracked to \easy-table-of-contents\vendor\icomoon\style.css
`@font-face {
font-display: swap;
font-family: ‘ez-toc-icomoon’;
src:url(‘fonts/ez-toc-icomoon.eot’);
src:url(‘fonts/ez-toc-icomoon.eot?#iefix’) format(’embedded-opentype’)
…If the part
src:url(‘fonts/ez-toc-icomoon.eot’);
src:url(‘fonts/ez-toc-icomoon.eot?#iefix’) format(’embedded-opentype’)is removed correctly, the problem is gone.
Why do you load the legacy fonts?
Forum: Plugins
In reply to: [Easy Table of Contents] ez-toc-icomoon.eotSeriously, what video?
I already sent you all the screenshots you have asked for in addition to the info provided. I can show you the effect on many sites, dozens of websites to be exact.
The question simply is:
why do you still use these fonts: wp-content/plugins/easy-table-of-contents/vendor/icomoon/fonts/ez-toc-icomoon.eot ?
It seems these fonts are outdated by 10? years since the last version of Internet Explorer that used them.
Alternatively, can you check a test sites of yours that uses current version of WordPress and the AMP plugin https://wordpress.org/plugins/amp/
Check your test site using https://www.webpagetest.org/
It may well show the “problem: for which I resend you the screenshots:
https://www.webpagetest.org/result/220903_BiDc8E_330/3/experiments/#Quick
1 resource is being preloaded, but is not used during page load.
It’s that super BIG legacy fonts you are using which I would like to get rid off, because, as said, it seems these fonts are not use any more by current browsers, superseded by many years.
Please don’t again ask for a video. Instead install a test site as specified above.
Thank you very much!
Forum: Plugins
In reply to: [Easy Table of Contents] ez-toc-icomoon.eotThe previous screenshots are from this site in Spanish, so I stick with it:
https://i.imgur.com/dR6w5xG.png`Sites in English show the same “issue”.
Forum: Plugins
In reply to: [Easy Table of Contents] ez-toc-icomoon.eotIt’s everywhere, for example on https://librasakilos.com/2-2-libras-a-kilos
Forum: Plugins
In reply to: [Easy Table of Contents] ez-toc-icomoon.eotThanks for your reply, please see the link and linked image:
https://www.webpagetest.org/result/220903_BiDc8E_330/3/experiments/#Quick
Forum: Plugins
In reply to: [Easy Table of Contents] Form elements do not have associated labelsAll is fine now. Thank you very much!!!
Forum: Plugins
In reply to: [Easy Table of Contents] Form elements do not have associated labelsForum: Plugins
In reply to: [Easy Notification Bar] Close Icon Not ShowingI forgot to say I am using AMP in standard mode (all is AMP).
Forum: Plugins
In reply to: [Easy Notification Bar] Close Icon Not ShowingHey AJ!
I have just tested with AMP disabled and the X does show:
I wish it would also show in AMP, because your (great) plugin is labelled “AMP Compatible”.
Regarding my site’s menu: Using my S10 I have no issues with the menu.
What device are you using?
Thanks,
MarkForum: Themes and Templates
In reply to: [Neve] Debug ErrorsPlease mark the issue as solved.
I have disabled useFeatured in the header main menu, because it was not needed.
This stopped filling the error log.
Thank you!
- This reply was modified 4 years ago by markva.
Forum: Plugins
In reply to: [Web Stories] ReplayThanks, yes. Mobile is my issue, I strongly believe some sort of replay button would be great. Next and previous can be done with mouse or tap. Replay is absent it seems.
Forum: Plugins
In reply to: [Web Stories] ReplayForum: Plugins
In reply to: [AMP] Clock stopped showing HandsThanks a lot!
I have been able to solve the issue by moving the code to one line, as opposed to four:
<g id=”hour” style=”transform: rotate(‘.$hrPosition.’deg)”><path class=”hour-arm” d=”M300.5 298V162″/><circle class=”sizing-box” cx=”300″ cy=”300″ r=”253.9″/></g>
It used to be:
<g id=”hour” style=”transform: rotate(‘.$hrPosition.’deg)”>
<path class=”hour-arm” d=”M300.5 298V162″/>
<circle class=”sizing-box” cx=”300″ cy=”300″ r=”253.9″/>
</g>