Jump to content
This topic contains 64 posts. A summary containing the most significant posts is available

Featured Replies

  • Replies 63
  • Views 3k
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • There might be an issue with the patch system, so just update these files. Any cloud customers can just PM me their URL and I can push the updated files from our end. Patch.zip

  • Oh yeah. I didn't press a button. I pressed it now. It should appear.

  • /* Menütags */ li[data-navapp="blog"] span:nth-child(2)::after { content: "Pro"; display: inline-block; background: #FFB343; padding: 2px 5px; font-size: 10px; text-transform:

Posted Images

My install wasn't installed or updated today.

I also installed beta8 immediately after its release and didn’t have the patch.

I updated yesterday, no patch.

  • Author
  • Community Expert
  • Management

There might be an issue with the patch system, so just update these files.

Any cloud customers can just PM me their URL and I can push the updated files from our end.

Patch.zip

Thank you, Matt!

What does the patch do?

 

What does the patch do?

Resolves a bug in custom templates

 

There might be an issue with the patch system, so just update these files.

Any cloud customers can just PM me their URL and I can push the updated files from our end.

Patch.zip 29.72 kB Â· 16 downloads

I'm glad I waited for the patch before submitting my new bug reports. Thanks for the quick fix! ðŸ˜ƒ

 

Beta nine, Charles is all mine

Then I wanna see... Beta 7, ate 9 so, it's Beta 10.

@Matt

What is noticeable in beta 8 (excluding bugs) is a sharp decrease in mobile performance - by more than 20 points compared to beta 7.

 

@Matt

What is noticeable in beta 8 (excluding bugs) is a sharp decrease in mobile performance - by more than 20 points compared to beta 7.

Any specific areas? 

 

Any specific areas? 

The home page of my test site is built only with Pages/blocks.
Earlier this month, the PSI corrected the "CPU throttling factor"

Dec 5, 2024
The CPU throttling factor for PageSpeed Insights has been adjusted to account for the low CPU performance benchmarks typical in PageSpeed Insights production environments. In general, this should result in increased lab data TBT scores for sites on mobile. Field data and desktop scores should not be affected. 

Shortly after that, you activated beta 7 - I shared in the corresponding article about beta 7 - the sharp improvement in all network indicators.

Now, after updating to beta 8 - mobile performance is already severely reduced, (65-75 points) without me having made any changes to my page.

google authenticator will be fixed one day ðŸ˜ž

 

google authenticator will be fixed one day ðŸ˜ž

Top tip. Need to help us to help you 😉 

 

 

Oh go on then 😄

THANK YOU! 😄 

 

Nice customization. Would be a good feature request to set that directly in the Menu Manager. 

I agree, that would be great! 🙂 

  • Author
  • Community Expert
  • Management

Sweetest Day Food GIF by Guava Juice

 

Nice customization. Would be a good feature request to set that directly in the Menu Manager. 

Bildschirmfoto2024-12-17um11_13_11.png.209e9a3a2d6f96e6f570e3647fcb48cb.png

It would be better if you told us now how to do it😃

 

It would be better if you told us now how to do it😃

You can use your browser's dev tools to copy my custom CSS from my site. 

Ok I'll make it easy:

li[data-ips-hook="navColumnItem"]:nth-child(6) span:nth-child(2)::after {
    content: "Pro";
    display: inline-block;
    background: #FFB343;
    padding: 2px 5px;
    font-size: 10px;
    text-transform: uppercase;
    border-radius: 4px;
    color: black;
    font-weight: bold;
    margin-left: 10px;
	letter-spacing: 0em;
}

li[data-ips-hook="navColumnItem"]:nth-child(5) span:nth-child(2)::after {
    content: "New";
    display: inline-block;
    background: #00cc66;
    padding: 2px 5px;
    font-size: 10px;
    text-transform: uppercase;
    border-radius: 4px;
    color: black;
    font-weight: bold;
    margin-left: 10px;
	letter-spacing: 0em;
}

There may be a more elegant selector than li[data-ips-hook="navColumnItem"]:nth-child(), which breaks the relationship if you edit your menu, but this is just something I quickly hacked to see what it would look like. 

Edited by David N.

Recently Browsing 0

  • No registered users viewing this page.