KurtWagnerOne / wp-constructor

Automatically exported from code.google.com/p/wp-constructor
0 stars 0 forks source link

Theme broken after customize #186

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Go to Appearance -> Customize
2. Make any change
3. save using [Save changes]

Theme is broken - like no css and images; delete of 
/web/wp-content/constructor/cache helps, but still images are missing.

[Clean theme] button reverts to default,  (deletes folder 
/web/wp-content/constructor, which restores working default theme)

Conctructor is installed in /web/wp-content/themes/constructor

What version of the ... are you using?
1. Wordpress: 3.3.1
2. Constructor: 1.6.4
3. PHP: 5.2.17 (http://www.taro.sk/phpinfo.php)
4. Browser: FF 9
5. OS: Win 7

What URL of your blog(s)?
1. http://www.taro.sk

Original issue reported on code.google.com by tarap...@gmail.com on 27 Jan 2012 at 12:00

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
It looks like customize puts files to /wp-content/constructor/

while browser is instructed to look for files in 
/wp-content/uploads/constructor/

<link rel='stylesheet' id='constructor-style-css'  
href='http://www.taro.sk/wp-content/uploads/constructor/cache/style.css' 
type='text/css' media='all' />
<link rel='stylesheet' id='constructor-theme-css'  
href='http://www.taro.sk/wp-content/uploads/constructor/themes/current/style.css
' type='text/css' media='all' />

After copying files from /wp-content/constructor/ to 
/wp-content/uploads/constructor/, customized theme started working.

Original comment by tarap...@gmail.com on 27 Jan 2012 at 12:14

GoogleCodeExporter commented 8 years ago
OK, so my WP had Settings -> Media -> Store uploads in this folder set to 
'/path/wp-content'. I changed it to '/path/wp-content/uploads' and now 
customization works.

Anyway, the feature should work also with non standard settings.

Original comment by tarap...@gmail.com on 27 Jan 2012 at 12:30