MKDan
Forum Replies Created
-
[Update] All these .js files from the header do remove automatically when not using those features. Except https://cdn.ampproject.org/v0/amp-lightbox-0.1.js
Forum: Fixing WordPress
In reply to: How to add vertical lines in HTML table through CSS?Thanks bemdesign and Peter Hardy-vanDoorn for the responses.
I only tested the below code and it works fine. I changed the color to #eeeeef since it is mild.
If anyone want to use,
/* Minified version of the code
——————————————— */th:not(:last-child), td:not(:last-child) { border-right: 1px solid #eeeeef; }—————————————-
/* Larger version of the code
——————————————— */th, td { border-right: 1px solid #eeeeef; } th:last-child, td:last-child { border-right: none; }——————————————
Forum: Plugins
In reply to: [Lazy Widget Loader] Not working in genesis themeHope it will work in latest version of WordPress and Genesis theme soon. It will decrease the page load time. Thank you for the contributors.
Where do I exactly add this?
Its not working for me, I’m getting
Error occurred while loading comments. Please reload this page.
Update: It works!
I shouldn’t rename lazy-load-for-comments-master (as) lazy-load-for-comments