SABOND21
Forum Replies Created
-
I tried many times but unfortunately I can’t do it (may be I’m just doing it wrong, because one of widgets is styles OK, but this YouTube Channel gallery NO) =/
Hey, guys, does anyone know where I can find horizontal YouTube channel video gallery, because I tried at least 10 galleries but they all were vertical (or was horizontal, but doesn’t have widget support)… =(
Forum: Plugins
In reply to: SIDEBAR LOGIN – I CAN'T LOG OUTFixed: just deleted <?php if ( function_exists(‘register_nav_menu’) ) register_nav_menu(); ?> line and now log out works!
Forum: Plugins
In reply to: SIDEBAR LOGIN – I CAN'T LOG OUTI have one interesting problem – after inserting functions.php (which includes just 2 lines: <?php if ( function_exists(‘register_nav_menu’) ) register_nav_menu(); ?> AND <?php if ( function_exists(‘register_sidebar’) ) register_sidebar(); ?>) I can’t log in/out, but when I delete functions.php I can – Does anyone know how to fix this magical bug?
Hey guys, I have small problem – I tried to put
<?php wp_loginout($_SERVER['REQUEST_URI']); ?>
, then I tried<?php wp_loginout( $redirect, $echo ); ?>
, then<?php wp_loginout(); ?>
– and nothing helped me, my theme just redirects me to a blank page after I press the button Log out – I just can’t log out (in other themes anything is ok)… May be someone can tell me what is wrong (may be I have to put something in functions.php or may be I have to create loop.php (I didn’t create it) or something else…)?