• Resolved ImageCodevz

    (@codevz)


    In the “Exclude the following CSS files from processing” I added .rtl. to exclude all the RTL styles, but problem is, all rtl.css files now loading before minified files and its not good for RTL website.

    For e.g.

    …/assets/css/core.rtl.css
    …/assets/wpo-minify-header-142310f6.min.css

    actually it should be like this:


    …/assets/wpo-minify-header-142310f6.min.css
    …/assets/css/core.rtl.css

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Support Imagevupdraft

    (@vupdraft)

    Can you check if your site support http2: https://tools.keycdn.com/http2-test

    If it does, can you uncheck the option to merge the JS and CSS. Your site should then download lots of smaller files simultaneously rather than having one big fie to download first.

    Thread Starter ImageCodevz

    (@codevz)

    Yes I know it, I’m expert, You should load all rtl.css files after minified files not before them.

    Plugin Support Imagevupdraft

    (@vupdraft)

    I will put an internal ticket onto our development board so that we look at implementing this.

    Thread Starter ImageCodevz

    (@codevz)

    Thanks, Please also note this, in the minified file also I notified some rtl styles minified before others and its wrong. Thanks in advanced.

    Plugin Support Imagevupdraft

    (@vupdraft)

    Thank you. I have added a link to this thread in the ticket so anything that you add here will be seen by our development team

    Plugin Contributor ImageVenkat Raj

    (@webulous)

    I installed Elementor plugin and used Hello Elementor theme. Here is the stylesheet loading order.
    https://prnt.sc/tiUm6N68Cg5l

    I enabled minify in WP-Optimize, excluded frontend-lite-rtl.min.css, and here is how the stylesheets are loaded.
    https://prnt.sc/W1Ih65P3Mcjh

    Here is the content of two minified assets
    https://prnt.sc/avCUs-L4nwWn

    In short, WP-Optimize doesn’t change the order of enqueued stylesheets. Could you please provide more information (about the theme/plugins used), so we can investigate and fix if needed? Thanks

    • This reply was modified 1 year, 7 months ago by ImageVenkat Raj. Reason: more content
Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘RTL styles problem’ is closed to new replies.