mikka23
Forum Replies Created
-
Hi,
Thanks for the information. I didn’t even realise it was possible to do that in the browser, so that explains a lot of my misunderstanding!
For the icon aspect, it seems that is no longer an issue, rather the issue is just that the src appears to be stripped from the font-face declaration. Is that intentional?
Something new I am now seeing is that CSS seems to be repeated in the critical CSS, which also varies depending on the page type which is a bit strange. For example, homepage appears mostly okay, just 1 copy. Sub-page I am seeing the same CSS 4x. Single post 2x, category 2x.
To add some context, I am currently testing this for a particular theme to see if this is a viable solution to recommend to our user base. Part of the issue likely comes from the fact the CSS is unique per page and generated on first page load. With the duplication aspect I imagine this is coming from the small, medium and large viewport emulation you mentioned. So likely won’t be a core bug in the plugin but a combination of factors.
If you would like access to a test site I can provide that but would rather not provide on a public platform.
Thanks
- This reply was modified 5 years, 1 month ago by mikka23.
Forum: Plugins
In reply to: [Uncanny Toolkit for LearnDash] Conflict with Avada themeHi,
Instead of automatically blaming other vendors please actually check the error report next time. There error here is coming from https://developer.ww.wp.xz.cn/reference/hooks/wp_nav_menu_item_custom_fields/. 5 parameters are expected here but the plugin is only passing on 4.
Thank you.
I worked out a way I can do it using php. The only problem is I don’t know how to dynamically get the first and last ID number.