silviod
Forum Replies Created
-
Forum: Plugins
In reply to: [MyBookTable Bookstore by Stormhill Media] multilanguageany news? :/
i’m still in trouble…Forum: Plugins
In reply to: [MyBookTable Bookstore by Stormhill Media] multilanguagethank you ??
Mybooktable 1.3.0 with developer add-on 1.0.8
WordPress is 3.8.1 with WPML 2.9 “full” version
Forum: Plugins
In reply to: [MyBookTable Bookstore by Stormhill Media] multilanguageof course!
this is my site https://www.laputa.itbut, as I wrote in a request for assitance by e-mail, the plugin on my site is not working properly due to a problem with WPML multilanguage: links to genre and authors do not work as you can verify here: https://www.laputa.it/libreria/
If you click on a genre or author you get a “nothing found” page. Similarly, link to bookshop home or other navigation links do not work.
deactivating WPML, Mybooktable back to work, but text strings in my site switch back to english!
Unfortunately, WPML is essential for those who have a blog in languages ??other than English.
wpml staff provides assistance to developers who want to make their plugins compatible: https://wpml.org/documentation/plugins-compatibility/
so, please fix it! ??
Forum: Plugins
In reply to: [Metro Style Social Widget] white line/linesgreat! it works!
Thank you very muchvery nice plugin ??
SilvioForum: Plugins
In reply to: [MyBookTable Bookstore by Stormhill Media] multilanguagedone!
Thanks neovita!Silvio.
Forum: Plugins
In reply to: [MyBookTable Bookstore by Stormhill Media] multilanguageSo,
I am ready to send you the file taxonomies.php modified for internationalization. It seems to work.
There is still some string around, but it’s a good start.How can I contact?
Forum: Plugins
In reply to: [MyBookTable Bookstore by Stormhill Media] multilanguageThank you very much.
To localize MyBookTable you just need to change static texts (for example in taxonomies.php):
register_taxonomy('mbt_author', 'mbt_book', array( 'hierarchical' => true, 'labels' => array( 'name' => 'Authors', 'singular_name' => 'Author', 'all_items' => 'All Authors',
eccetera…
with something like this
register_taxonomy('mbt_author', 'mbt_book', array( 'hierarchical' => true, 'labels' => array( 'name' => __('Authors', 'mybooktable'), 'singular_name' => __('Author', 'mybooktable'), 'all_items' => __('All authors', 'mybooktable'),
eccetera…
so, internationalization plugins like WPML or similar will be able to identify “Authors”, “Author”, “All authors”, eccetera… as static text belonging to “mybooktable” and possibly replace it with the equivalent text in another language (it will be up to the end user fill in the translations, however). You should do this for each string intended for display eg. “books”, “series”…
Unfortunately I’m not enough skilled to be more helpful ??
but it seems to be enough and here you can find a tutorial.cheers
Forum: Themes and Templates
In reply to: [Pinboard] Pinboard search bar on mobile devicesthanks chrisdoth
it seems to workForum: Plugins
In reply to: [W3 Total Cache] Fatal error 0.9.2.10Thank you Fredrick, it still a GREAT work. I’ll wait fort next upgrade.
Forum: Fixing WordPress
In reply to: Pinboard theme mobile menu positioning problemhi, theme works correctly on traditional browsers (also reducing window size), but I still have a problem with the menu on mobile devices (I tried Android an I-phone): the “search” bar appear overlyng on the menu.
Please check my website http:/www.laputa.it, I see the same problem on the demo site of the theme with my mobile device (https://demo.onedesigns.com/pinboard/)
I inserted the code above in the style.css file of the child theme but it don’t change anything.
Can you help me please?
thnks