grimnebluna
Forum Replies Created
Viewing 8 replies - 1 through 8 (of 8 total)
-
Forum: Plugins
In reply to: [Polylang] Search & Filter Pro plugin searches fails when Polylang activatedsame problem here
Forum: Plugins
In reply to: [Download Monitor] Force Download not workingproblem solved. our server manager switched on FastCGI (instead of PHPCGI?), now it works.
strange anyway.
Forum: Plugins
In reply to: [Download Monitor] Force Download not working.. and this is the error log:
[08-Mar-2016 08:39:57 UTC] PHP Notice: wp_enqueue_script was called <strong>incorrectly</strong>. Scripts and styles should not be registered or enqueued until the <code>wp_enqueue_scripts</code>, <code>admin_enqueue_scripts</code>, or <code>login_enqueue_scripts</code> hooks. Please see <a href="https://codex.www.ads-software.com/Debugging_in_WordPress">Debugging in WordPress</a> for more information. (This message was added in version 3.3.) in /var/www/vhosts/URLURL/httpdocs/cms/wp-includes/functions.php on line 3792 [08-Mar-2016 08:39:57 UTC] PHP Notice: wp_enqueue_style was called <strong>incorrectly</strong>. Scripts and styles should not be registered or enqueued until the <code>wp_enqueue_scripts</code>, <code>admin_enqueue_scripts</code>, or <code>login_enqueue_scripts</code> hooks. Please see <a href="https://codex.www.ads-software.com/Debugging_in_WordPress">Debugging in WordPress</a> for more information. (This message was added in version 3.3.) in /var/www/vhosts/URLURL/httpdocs/cms/wp-includes/functions.php on line 3792 [08-Mar-2016 08:39:57 UTC] PHP Notice: wp_enqueue_style was called <strong>incorrectly</strong>. Scripts and styles should not be registered or enqueued until the <code>wp_enqueue_scripts</code>, <code>admin_enqueue_scripts</code>, or <code>login_enqueue_scripts</code> hooks. Please see <a href="https://codex.www.ads-software.com/Debugging_in_WordPress">Debugging in WordPress</a> for more information. (This message was added in version 3.3.) in /var/www/vhosts/URLURL/httpdocs/cms/wp-includes/functions.php on line 3792
Forum: Plugins
In reply to: [Plugin: Polylang] url rewrite troubles on multisite subdomainTurns out, i imported some weird taxonomies.
Forum: Plugins
In reply to: [Plugin: Polylang] url rewrite troubles on multisite subdomainbtw, i’ve already tried this:
define('ADMIN_COOKIE_PATH', '/'); define('COOKIE_DOMAIN', ''); define('COOKIEPATH', ''); define('SITECOOKIEPATH', '');
no change.
Forum: Hacks
In reply to: Multiple instances of infinite scrollStill no success. I’ve now temporarily created a paged theme with three columns.
Ideas about implementing the infinite scroll are still very much appreciated.
Forum: Hacks
In reply to: Multiple instances of infinite scrollfixed:
function oz_infinite_scroll_render() { while ( have_posts() ) : the_post(); get_template_part( 'contentoz', 'single' ); endwhile; } add_theme_support( 'infinite-scroll', array( 'container' => 'oz-layout', 'render' => 'oz_infinite_scroll_render' ) );
Viewing 8 replies - 1 through 8 (of 8 total)