glisky
Forum Replies Created
-
Forum: Plugins
In reply to: [Max Mega Menu] Mobile menu toggle missing accessible name?Thank you, that solved it! Both solutions worked. Google Pagespeed Insights (the accessibility part) thought it was okay to add the text in the standard block, even if I made it transparent, just for screen reader accessibility. But I went with the Animated block so I could set the Aria label instead. Thank you!
Forum: Plugins
In reply to: [Max Mega Menu] Linked text in the mega menu panel disappears too slowly.Thank you so much, Tom! Everything works perfectly. Outstanding support as always!
- This reply was modified 1 year ago by glisky.
Forum: Plugins
In reply to: [Max Mega Menu] Linked text in the mega menu panel disappears too slowly.You can see it here: Click on “Produkter” to open the mega menu panel. Click it again to close it and see how the text with links fade out too slowly. https://digprostaging2.hemsida.eu/sv/
Forum: Plugins
In reply to: [Max Mega Menu] Max mega menu on parts of menu – mobile issueThank you so much Tom!
Works perfectly!
Forum: Plugins
In reply to: [WPC Product Bundles for WooCommerce] Smart bundle with optional product?Ok! Can the multiple parts have different VAT-rates? (part one 6%, part two 12% and part three 25%)? I need that.
Forum: Plugins
In reply to: [LiteSpeed Cache] Litespeed changes menu font colorThanks! That makes the menu color right, and increase the accessability score from 92 to 96, but it slows down the desktop site speed from 100 to 91 and the mobile site speed from a green 97 to to an orange 78.
Is there anything else I can try?
Thank you, your support solved it! Excellent support and product!
I am trying to make a completely customized page on my site (“custom page for user A only”) that only “user A” can access. Then a “custom page for user B only” that only “user B” can access.
Awesome, thank you so much! It works fine. If I want to make sure this filter is not overwritten when I update the theme, I should put this in a child theme right?
And how should the code look if I want this for pages as well, when the code for posts look like this
.. if ( is_singular( ‘post’ ) ) {
return ‘https://example.com/’ . $post->post_name; …