Korinashide
Forum Replies Created
-
Forum: Plugins
In reply to: [Polylang] [Plugin: Polylang] language in pages permalinkThank you so much!!! It works perfectly.
I will ask them to include this modification.Forum: Plugins
In reply to: [Polylang] [Plugin: Polylang] language in pages permalinkHi Chouby,
I was actually trying to find this functionality in your great plugin. I understand well the reason why you prefer not to set fixed paths of posts, but I’m struggling with the Bombax theme (and I’m not a Web designer so I’m a bit lost).
When I activate Polylang and set up everything, some of the stylesheets are not accessible anymore for the added language. It’s ok for the default language when the “Hide language information for default language” option is checked.
Here is the difference between the two produced page sources:
Default language:
<head> [...] <link rel="stylesheet" href="http://192.168.1.191/wordpress/wp-content/themes/bombax/style.css" type="text/css"> [...] <link rel="stylesheet" id="itx-css" href="http://192.168.1.191/wordpress//?itx=css&ver=3.3.1" type="text/css" media="all">Second language:
<link rel="stylesheet" href="http://192.168.1.191/wordpress/wp-content/themes/bombax/style.css" type="text/css"> [...] <link rel="stylesheet" id="itx-css" href="http://192.168.1.191/wordpress/?lang=en%2F%3Fitx%3Dcss&ver=3.3.1" type="text/css" media="all">(I can post captures of the pages, but the site is currently only local to our LAN)
Will the next version enable this to work, or do I need to find another way?
Thank you very much for the plugin, and for you help!