Alessandro Senese aka Ceceppa
Forum Replies Created
-
Forum: Plugins
In reply to: [Ceceppa Multilingua] No more access to my admin pages@lol
You can use a ftp manager like FileZilla for change the permissions of the files…Forum: Plugins
In reply to: [Ceceppa Multilingua] No more access to my admin pagesCan you check if with 1.3.41 the problem exists anymore?
Forum: Plugins
In reply to: [Ceceppa Multilingua] Erratic language switching.Hi,
It’s my fault…I found and fixed the problem, please update to 1.3.41Forum: Plugins
In reply to: [Ceceppa Multilingua] No more access to my admin pagesHi,
I’ll try the plugin with “Bello” theme….Forum: Plugins
In reply to: [Ceceppa Multilingua] php code if languageYou can use the function “cml_get_current_language()” for retrieve info about current language….
So you can write something like this:<?php
$current = cml_get_current_language();
//cml_language_slug is the same of “Url slug”
$min = ( $current->cml_language_slug == “en” ) ? 1 : 4;
$max = $min + 2;for( $i = $min; $i < $max; $i++ ) ….
?>
Forum: Plugins
In reply to: [Ceceppa Multilingua] Erratic language switching.Hi,
in 1.3.39 I fixed the problem of the widget “Language switcher”, now redirect works fine when you switch language…The problem of “Page not found” nevere happend to me…
Can you me paste the link given by giant translation post button?Forum: Plugins
In reply to: [Ceceppa Multilingua] Site Title/Tagline not translating with my theme.You’re welcome 🙂
Forum: Plugins
In reply to: [Ceceppa Multilingua] Site Title/Tagline not translating with my theme.Hi,
It’s the same problem of the other user…
You have to modify the line #105 of “header.php” from:/”><?php bloginfo( ‘name’ ); ?>
in:
/”><?php bloginfo( ‘name’, ‘display’ ); ?>
if you do not know how to do contact me here http://www.alessandrosenese.eu/contatti and I’ll send the modified file
Regards
Forum: Plugins
In reply to: [Ceceppa Multilingua] Site Title/Tagline not translating with my theme.Which theme are you using?
Forum: Plugins
In reply to: [Ceceppa Multilingua] No more access to my admin pagesNo, it never happened :(….
Maybe it is not compatible with some other plugin…
If you can access to your database, search on google how to disable all plugin using phpmyadmin…Forum: Plugins
In reply to: [Ceceppa Multilingua] Changing language is not workingWhen you use static page, as homepage, you have to link post between them…
Forum: Plugins
In reply to: [Ceceppa Multilingua] does it translate other plugins too? how?Sorry for delay, I’ve been busy….
I don’t know why language doesn’t change, I should do some tests…
However my plugin doensn’t works correctly woocommerce, because when you translate an item woocommerce says them as different items…
Maybe in the future I will extend the compatibility with woocommerce, but now you have to use different multilingua plugin…Hi,
another use had the same problems with windows & xampp, but all worked fine on his website…
The problem could be xampp, but I’m not sure because I test the plugin on UBUNTU…
You could try another WAMP server like EasyPHP…Forum: Plugins
In reply to: [Ceceppa Multilingua] Error on line 204 in functions.phpI sent email to you with development version of my plugin…
Forum: Plugins
In reply to: [Ceceppa Multilingua] Error on line 204 in functions.phpFor the problem of dates I’ll add an option for disable the translation via plugin…
For second I’m investigating…