lastala
Forum Replies Created
-
Forum: Plugins
In reply to: [Gallery Custom Links] Plugin extend page loading timeHello Jordy,
thanks for your reply!
As I told before, your plugin worked well before, before updating to WP 5.5.1. The problem occurred ONLY AFTER updating WP.
So, you are saying that it work well with 5.5.1, and blame that te fault is due to another plugin or theme. But I’ve not changed those.
Also my server provider told me that it was specifically this Gallery Custom Links plugin that caused the fault. This very plugin caused a process that first slowed down the website and eventually caused the website getting stuck.
Forum: Plugins
In reply to: [Gallery Custom Links] Plugin extend page loading timeThe plugin worked fine until upgrading WP to 5.5.1, and then the page load times grew extensively. The plugin does not work with WP 5.5.1!!!
Forum: Fixing WordPress
In reply to: excluding some submenu items when in mobile menuThank you adnanhyder!
I figured something similar that worked for me:
@media screen and (max-width: 44.99em ) {
#menu-item-1024 .sub-menu {
display: none;
}
}Many thanks for your help!
Forum: Fixing WordPress
In reply to: excluding some submenu items when in mobile menuThank you, Steve and adnanhyder, for your answers!
@steve: I’m a novice in WP, but will try the @media block – yes, it exists for instance in the style.css.
@adnanhyder: I’ve tried to look for a plugin, but nothing seems to work for this template, for instance “if menu” and “menu item visibility control” do not work.
Would appreciate any further thoughts!
Thanks!