Alessandro Senese aka Ceceppa
Forum Replies Created
-
Forum: Plugins
In reply to: [Ceceppa Multilingua] Site Title/Tagline not translating with my theme.Hi,
I found the solution….
Add the paramter ‘display’ to function get_bloginfo… replace:with
‘ . get_bloginfo(‘name’,’display’) . ‘
and:
<div id=”site-description”>’ . get_bloginfo(‘description’) . ‘</div>
with:
<div id=”site-description”>’ . get_bloginfo(‘description’, ‘display’) . ‘</div>
Forum: Plugins
In reply to: [Ceceppa Multilingua] with base url it goes in the translated home pageCan you contact me here: “http://www.alessandrosenese.eu/contatti”?
Thanks
Forum: Plugins
In reply to: [Ceceppa Multilingua] Site Title/Tagline not translating with my theme.Seen…
Can you past the code inside ‘<div id=”branding” role=”banner”>’?
Probabily you can find it in “header.php”Forum: Plugins
In reply to: [Ceceppa Multilingua] widget title translationWhat theme are you using?
Forum: Plugins
In reply to: [Ceceppa Multilingua] with base url it goes in the translated home pageIs Your browser language the same of the default one?
If you want force redirect to default language, go in “Ceceppa Multilingua” -> “Settings” and choose “Automatically redirects the default language. ” for “Detect browser language:”Hi,
in 1.3.28 I added new option “Hide empty translations of posts and show in default language” see if it works as you expect…Forum: Plugins
In reply to: [Ceceppa Multilingua] Site Title/Tagline not translating with my theme.Hi,
I tested your code and works correctly for me…
What is your website address?Forum: Plugins
In reply to: [Ceceppa Multilingua] widget title translationFor translate widget title go in “Ceceppa Multilingua” -> “Widget titles”
Ok,
In “Ceceppa Multilingua” -> “Settings” -> “Filter” uncheck “Show only posts of the current language” and check “Hide translations of posts of the current language”…Hi,
What you intend for “I would like to appear my ‘x’ post appear in english if Dutch or Chines translation not found for that post.”Where do you want it? in the loop ( in you website homepage )?
Forum: Plugins
In reply to: [Ceceppa Multilingua] Article appears twice in one postWhich theme are you using?
Forum: Plugins
In reply to: [Ceceppa Multilingua] TagsHi,
Actually you can’t filter the tag cloud, I tried many time ago and the query was to complex to filter…Forum: Plugins
In reply to: [Ceceppa Multilingua] How to display a static front pageOps, after updated to wp 3.7 the contact form was disappeared… 🙁
What theme are you using?
Please contact me here: http://www.alessandrosenese.eu/contatti, now contact form works 🙂
Forum: Plugins
In reply to: [Ceceppa Multilingua] Page title problemHi,
your site is under maintenance mode…
however try to use the_title instead of elegan_titles()Forum: Plugins
In reply to: [Ceceppa Multilingua] is "left to right" optional?Hi,
I added support to right to left languages in 1.3.27.Go in “Ceceppa Multilingua”, click on the last icon of table ( “Show/Hide advanced…” ), of Farsi row, check the box “Right to Left” and save settings…