ez projects / ezstyleeditor / forum / general / ez webin - doesn't work for... / re: ez webin - doesn't work...
You need to be logged in to post messages in the forums. New users may register here.
Member since: Posts: 7 |
Saturday 06 February 2010 4:41:12 am Hi,
I've now done 4 clean installs of eZ 4.2 and this extension. The installs were 2 x eZ Flow, and 2 x eZ Webin. The outcome: the Flow installs of the extension work, but the Webin ones don't. Specifically, the problem seems to be that (in my eZ Webin installs), the "Choose" button does not work when selecting a Site Style. (This button is in the "Site style list" dialogue window accessed via the "Styles" menu bar). The results include that: 1) "Choose" button does not do anything (But in eZ Flow, the dialog window closes, site style updates and style changes are shown on the website). 2) Site style changes are not loaded when a style is selected or changed. 3) The current site style is not loaded when the site is loaded (eg if change using the extension, the changes do not take effect). I'm pretty sure its all part of the same problem. Using PHP 5.2.3 / MySQL. Suggested Improvement - adding a way to remove site styles (can add to list, but not remove). Anyone else had trouble with this? Is there something I've missed? Thanks - Paul |
|
|
Member since: Posts: 1 |
Thursday 18 February 2010 7:05:48 am Hi
I have experienced the same problems as Paul described, using eZ Publish 4.2.0 with Webin extension, PHP 5.2.10 and PostgreSQL 8.3. Used Firefox 3.5.8 as browser. - In Styles->Site style list, "Create" works and I can create a site style "Custom" for example. There is no "Delete" button. I could delete it only by deleting the record in the database table ezcssesitestyle. - In Styles->Site style list, "Choose" doesn't do anything as Paul described. "Cancel" button works. "Version" button shows "Version list". - Tried to change color of h1 text in "Company" page of Webin demo. In Elements->Header1 , changed color in the dialog box Properties of "Header 1". Color popup window worked, and the color of text with h1 tag changed properly on browser when "Apply" button was pushed. After pushed "Save" button, the color change remained. In webdeveloper plugin of Firefox, CSS is displayed as CSS specified by style elements in http://ezwebin.comio.net/eng/styleeditor/visual/140: @import url(/var/storage/packages/eZ-systems/ezwebin_design_blue/files/default/file/classes-colors.css); @import url(/var/storage/packages/eZ-systems/ezwebin_design_blue/files/default/file/site-colors.css); h1, div.attribute-header h1, div.attribute-header h1.long { color: #68D217; } h1, div.attribute-header h1, div.attribute-header h1.long { color: #68D217; } don't know why there's duplication of lines. When "Exit" button of Style Editor is hit, the change made by Style Editor is reverted on browser. Restarting Style Editor again, I see the change on Header 1 is still there in the Properties for "Header 1" window. By hitting the "Apply" button, the header changes its color again on browser. It doesn't stay when exiting the Style Editor. This extension can be a very important tool to work with designers when creating web sites using eZ Publish. I appreciate the efforts of the developers, and wish them best. -- Teru |
|
|
Member since: Posts: 9 |
Tuesday 23 February 2010 2:54:57 pm hi,
I had a similar problem. After moving ActiveExtensions[]=ezjscore below ActiveExtensions[]=ezstyleeditor ActiveExtensions[]=ezwebin and doing php bin/php/ezpgenerateautoloads.php -e -p php bin/php/ezcache.php --clear-all --purge it worked. best of luck sebastian |
|
|
Member since: Posts: 7 |
Tuesday 29 May 2012 8:40:27 pm Hi Sebastian, Paul,
I have the nex problem if you have any seggestion to fix this problem I appreciate this: Hello everybody, I change ActiveExtensions[]=ezstyleeditor and now I can see the CSS buttons on toolbar (like Steven says) after all this extension works partially.... when I click on CSS button I cant see the CSS toll bar with regular link: http:/www.website.com/styleeditor/visual/2 but I can see the ezstyleeditor extension if I change to: http:/www.website.com/styleeditor/visual/1 (or 68 for example) works if I change 2 for 1. Somebody can help me work with the regular /styleeditor/visual/2? Thanks, best regards |
You need to be logged in to post messages in the forums. New users may register here.