1 === Xilitheme select === |
1 === Xilitheme select === |
2 Contributors: MS xiligroup |
2 Contributors: michelwppi, MS dev.xiligroup |
3 Donate link: http://dev.xiligroup.com/ |
3 Donate link: http://dev.xiligroup.com/ |
4 Tags: theme,ipod touch,iphone,Post,plugin,posts,admin,opera mini,windows mobile, multilingual,bilingual |
4 Tags: theme,ipod touch,iphone,Post,plugin,posts,admin,opera mini,windows mobile, multilingual,bilingual,ipad |
5 Requires at least: 2.6.0 |
5 Requires at least: 2.9.2 |
6 Tested up to: 2.9.2 |
6 Tested up to: 3.3 |
7 Stable tag: 1.0.1 |
7 Stable tag: 1.0.3 |
|
8 License: GPLv2 |
8 |
9 |
9 Xilitheme select provides an automatic selection of themes : one for current browsers and another for iphone/ipod touch browser (and more). |
10 Xilitheme-select provides an automatic selection of themes : one for current browsers and another for iphone/ipod touch browser (and more). |
10 |
11 |
11 == Description == |
12 == Description == |
12 |
13 |
13 *Xilitheme select provides an automatic selection of themes : one for current browsers and another for iphone/ipod touch browser (and more non "Apple touch" mobiles).* |
14 *Xilitheme select provides an automatic selection of themes : one for current browsers and another for iphone/ipod touch browser (and more non "Apple touch" mobiles).* |
14 |
15 |
15 The plugin xilitheme-select don't content itself themes. The themes remain in Themes folder and are selected by the current browser and the rulers defined by webmaster. Webmaster is totally free to define (the look of) the theme on each side (deskop or iPhone). There is no automatic look transformation. |
16 The plugin xilitheme-select don't content itself themes. The themes remain in Themes folder and are selected by the current browser and the rulers defined by webmaster. Webmaster is totally free to define (the look of) the theme on each side (desktop or iPhone). There is no automatic look transformation. |
16 |
17 |
17 If the themes are "international", xilitheme select don't interfere and so is compatible with [xili-language](http://wordpress.org/extend/plugins/xili-language/ "xili-language"). |
18 If the themes are "international", xilitheme select don't interfere and so is full compatible with [xili-language](http://wordpress.org/extend/plugins/xili-language/ "xili-language"). |
18 |
19 |
19 The xilitheme select plugin is the companion of the iTouchShop Module (in GoldCart extension of WP ecommerce from instinct.nz) : [iTouchShop](http://www.instinct.co.nz/wordpress-touchshop/ "iTouchShop module") |
20 = roadmap = |
|
21 * incorporate new librairies of WP 3.2 and more... |
|
22 = 1.0.2 = |
|
23 * compatibility if current theme is a child theme - as demo [here](http://dev.xiligroup.com/) *child of default twentyten*. |
20 |
24 |
21 = New 1.0.1 = |
25 = 1.0.1 = |
22 * More descriptions for non "Apple touch" mobiles/ |
26 * More descriptions for non "Apple touch" mobiles/ |
23 * A demo theme with more features - see [here](http://wordpress.org/extend/plugins/xilitheme-select/faq/) - |
27 * A demo theme with more features - see [here](http://WordPress.org/extend/plugins/xilitheme-select/faq/) - |
24 |
28 |
25 *this first release can be used by users/webmasters with knowledges about WP themes - see php code.* |
29 *this first release can be used by users/webmasters with knowledges about WP themes - see php code.* |
26 |
30 |
27 **prerequisite:** |
31 **prerequisite:** |
28 By default: |
32 By default: |
29 In addition of your current selected theme add in the themes folder a theme folder named as the current with extension *'_4touch'* dedicaced for iphone browser. |
33 In addition of your current selected theme add in the themes folder a theme folder named as the current with extension *'_4touch'* dedicaced for iphone browser. |
30 |
34 |
31 **Caution:** - Before use *xilitheme select*: uninstall plugins like *'iwphone'* or *'Wordpress PDA & iPhone'* which do theme's redirections as this. |
35 **Caution:** - Before use *xilitheme select*: uninstall plugins like *'iwphone'* or *'WordPress PDA & iPhone'* which do theme's redirections as this. |
32 |
36 |
33 **Note about theme with template_page:** |
37 **Note about theme with template_page:** |
34 Both themes (the current and the one for iphone / ipodtouch) must contain the same template (name) - the contents can differ obviously - |
38 Both themes (the current and the one for iphone / ipodtouch) must contain the same template (name) - the contents can differ obviously - |
35 |
39 |
36 **admin dashboard UI:** |
40 **admin dashboard UI:** |
91 = coding info = |
97 = coding info = |
92 * Add Android as selector - see line #50. - and select a theme named as current with _4touch as end (webkit). |
98 * Add Android as selector - see line #50. - and select a theme named as current with _4touch as end (webkit). |
93 * a newer demo theme default_4touch is available [here](http://dev.xiligroup.com/?p=123#loadlinks "Xilitheme select links"). |
99 * a newer demo theme default_4touch is available [here](http://dev.xiligroup.com/?p=123#loadlinks "Xilitheme select links"). |
94 * readme updated 090218 - see also php code |
100 * readme updated 090218 - see also php code |
95 * The plugin post is frequently updated [dev.xiligroup.com](http://dev.xiligroup.com/xilitheme-select/ "Xilitheme select") |
101 * The plugin post is frequently updated [dev.xiligroup.com](http://dev.xiligroup.com/xilitheme-select/ "Xilitheme select") |
96 * See also the [Wordpress plugins forum](http://wordpress.org/tags/xilitheme-select/). |
102 * See also the [xiligroup plugins forum](http://forum2.dev.xiligroup.com/). |
97 * For wordpress theme's developers, now give specific info if mobile (not apple) use *opera mini* browser. |
103 * For WordPress theme's developers, now give specific info if mobile (not apple) use *opera mini* browser. |
98 [see Opera doc](http://dev.opera.com/articles/view/designing-with-opera-mini-in-mind/) |
104 [see Opera doc](http://dev.opera.com/articles/view/designing-with-opera-mini-in-mind/) |
99 = display current theme view = |
105 = display current theme view = |
100 If `$wp_ismobile->cookienable` is set to 1, the theme can include a tag to refresh theme as viewing on a desktop browser. See tag example in php code. |
106 If `$wp_ismobile->cookienable` is set to 1, the theme can include a tag to refresh theme as viewing on a desktop browser. See tag example in php code. |
101 |
107 |
102 © 2010-02-27 MSC dev.xiligroup.com |
|
103 |
|
104 == Changelog == |
108 == Changelog == |
105 |
109 |
|
110 = 1.0.2, 1.0.3 = |
|
111 * maintenance releases |
106 = 1.0.1 = |
112 = 1.0.1 = |
107 * Add Android as selector - see line #50. - a newer demo theme default_4touch is available in [here](http://dev.xiligroup.com/?p=123#loadlinks "Xilitheme select links"). |
113 * Add Android as selector - see line #50. - a newer demo theme default_4touch is available in [here](http://dev.xiligroup.com/?p=123#loadlinks "Xilitheme select links"). |
108 |
114 |
109 = 1.0 = |
115 = 1.0 = |
110 * Admin settings improvments for latest 2.8 Wordpress. |
116 * Admin settings improvments for latest 2.8 WordPress. |
111 |
117 |
112 = 0.9.2 = |
118 = 0.9.2 = |
113 * option: now able to detect opera mini browser. |
119 * option: now able to detect opera mini browser. |
114 |
120 |
115 = 0.9.1 = |
121 = 0.9.1 = |
116 * option: now able to display current theme view on iPhone / iPod. |
122 * option: now able to display current theme view on iPhone / iPod. |
117 |
123 |
118 © 2010-02-27 dev.xiligroup.com |
124 © 2012-01-22 dev.xiligroup.com |
119 |
125 |
|
126 == Upgrade Notice == |
120 |
127 |
|
128 * Plugin only use Options table in WP database. |
|
129 * As usual before upgrading, read carefully the readme.txt and backup your database. |
|
130 * Read code source if you are developer. |
|
131 |