Eyal_bin
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: menu admin panel (nav-menus.php) page is extremely slow*** UPDATE ***
Hopefully this will help someone in the future… apparently the problem is related to chrome browser, when working from Firefox i don’t have any issues
Forum: Plugins
In reply to: [LoadGo for WP] Website crash after latest updateForum: Plugins
In reply to: [LoadGo for WP] Website crash after latest updateSorry but this is a running site and I can’t shut it down
Forum: Plugins
In reply to: [Polylang] Hide a language from the language switcher (not current)Chrystl, what a brilliant solution, thanks!
Hi Dave,
Thanks for your reply, I sort of found a solution for this issue, I installed a lazy load plugin which solved the issue.
Thanks anyway,
Eyal.Forum: Fixing WordPress
In reply to: including template file for posts in sub categoriesHa??? your answer has nothing to do with question? or maybe I didn’t understand…
Takayuki Miyoshi,
since I must have the textarea functional for form submissions I rolled back to the previous version, so I can’t show you the error…
Forum: Fixing WordPress
In reply to: exclude categories when NOT using wp_list_categoriesSolved it!
just need to change $category_ids = get_all_category_ids(); to $category_ids = get_categories(); and add relevant arguments