akisp
Forum Replies Created
-
Forum: Plugins
In reply to: [Redis Object Cache] Server hosts 2 domains – Only one is okdid that. we still can’t work on domain 2 (newspedia.gr – database 1)
- This reply was modified 3 years, 7 months ago by akisp.
Forum: Plugins
In reply to: [Redis Object Cache] Server hosts 2 domains – Only one is okBut I set it as I already wrote that.
define( ‘WP_REDIS_DATABASE’, 1 );
(for domain 2)Domain 1 is using ‘database 0’.
Both domains have the correct setup (as supposed) and this is visible at – wp redis object cache plugin’s – settings.
After your comment, I added to domain 1 (alldaynews.gr) wp-config.php (very top) the line:
define( ‘WP_REDIS_DATABASE’, 0 );
Forum: Plugins
In reply to: [Bellows Accordion Menu] Expand the 1st menu itemHi sevenspark,
no, the “Expand Current Submenu” does not meet my needs.
I have Categories:
Parent category: World
Sub-categories: Africa, America, Asia etc.On Frontpage I have the menu on a sidebar, and it would be nice to have it expanded rather than showing only the first menu item (World).
So, yes this can be a feature request… But, in the meantime if you have a code snippet to share I would have been grateful.
cheers
Bravo! This just solved ‘one’ of my problems!
Forum: Plugins
In reply to: [Simple Parse Push Service] metabox not work on "post" edit pageI think I found the solution (at least for me it works!).
plugin version 1.3.5
File: simpleParsePS.php
Line: 330 comment this line and you are good to go!
From this:
wp_enqueue_script(“dashboard”);To this:
//wp_enqueue_script(“dashboard”);