roth113
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Post pages not Updating with 4.3 wordpress updateDoes anyone know a fix to this issue of Page/Posts not updating since the 4.3 upgrade?
Forum: Fixing WordPress
In reply to: Post pages not Updating with 4.3 wordpress updateDonhazza – How did you fix?
I am experiencing the same problem.
Forum: Plugins
In reply to: [Autoptimize] Render-blocking – Inline & Defer not an optionThanks again!
So far, I think it is safe to assume that the idea to includes ‘all’ of the critical CSS in the inline and Defer option is working.
95/100 in PageSpeed Insights and good page load speeds.
Forum: Plugins
In reply to: [Autoptimize] Render-blocking – Inline & Defer not an optionYour responses are awesome! Thank you.
One last idea, if I add all of the ‘critical’ CSS into the above the fold option for all 3 templates, would that cause loading issues? Is there a ‘best practice’ on how to do this?
Forum: Plugins
In reply to: [Autoptimize] Render-blocking – Inline & Defer not an optionWould moving the CSS file to the footer cause the same “Flash Of Unstyled Content” issue?
I am trying to figure out how to test that…
Forum: Plugins
In reply to: [Autoptimize] Render-blocking – Inline & Defer not an optionThank you for the suggestion. I will have to review that as I do not really understand how to do what you are stating.
Wouldn’t it be easier to just asynch the AO CSS file?
Forum: Plugins
In reply to: [Autoptimize] Render-blocking – Inline & Defer not an optionNo – not in the url.
https://topyx.com/social-learning-blog/equip-a-global-workforce-with-an-lms/
https://topyx.com/lms-pricing/
https://topyx.com/All different templates. That is why I cannot get the Above the Fold tools to work when trying to inline and defer.
Is there somewhat to move, asynch, or stop the render-blocking aspect of the AO CSS delivery?
Forum: Plugins
In reply to: [amr shortcode any widget] Plugins adds weird .li styling to widgetsThe best workaround I have found is to build out new CSS for the amr_widget class.
Manyspears, something like :
.amr_widget {
display: inline;}in your styles.css or wherever may work for your needs.
Forum: Plugins
In reply to: [amr shortcode any widget] Plugins adds weird .li styling to widgets<div id=”text-X” class=”widget_text widget amr_widget “>
It looks like the plugins now add the above code for ‘Text’ widgets. I believe the IL and a bunch of other CSS that wasn’t previously being assigned is now being associated with the element.
Does anyone know the PHP good enough to stop the plugin from doing this?
Forum: Plugins
In reply to: [amr shortcode any widget] Plugins adds weird .li styling to widgetsI am having the same problem. Has there been any workaround identified yet?