[email protected]
Forum Replies Created
-
Forum: Plugins
In reply to: [Theme My Login] invalid argumentProblem is with result of wp_logout_url();
When plugin is active its generate wrong url, like this:
/wp-login.php?_wpnonce=50efde7c4cWhen plugin is not active, its generate URL which works:
/wp-login.php?action=logout&redirect_to=index.php&_wpnonce=43a289b322If i active plugin, and use second URL, it will log me out.
Forum: Plugins
In reply to: [Theme My Login] invalid argumentWhen I try a plain instalation of WP 3.5.1 + TML 6.3 Beta – It works 🙂
On my project (WP 3.5.1 + TML 6.3 Beta) the original bug is solved, however I am not able to logoff.
Function wp_logout_url(); resolves in problem with _nonce.
The generated url leads to site like this: /wp-login.php?_wpnonce=50efde7c4cCombination WP 3.5.1 + TML 6.2.3 resolves in the reported bug above.
correct syntax is “!is_page(array(XX, YY, ZZ))”
it works for me
Hi,
I needed to translate just a post title. To do it, I have changed plugin file “recent-post-slider.php” on line 339 to:
$post_details[$key][‘post_title’] = qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage($val->post_title);
It works for me.
Forum: Plugins
In reply to: qTranslate with Smooth Sliderworking for me with post_title,
thnks
Forum: Plugins
In reply to: Floating Portfolio Slideshow left in Suffusion Themesame issue, any idea how to fix it?
thanks, it works.
Forum: Fixing WordPress
In reply to: Vertical Scrolling banner to move with pageI have a same need.
Any ideas, thnx.
Jan