Recent activity
Subscribe to this feed
Tanel replied on May 06, 2009 13:13 to the question "How do I add a link to a pdf file" in Edicy:
Hello!
In order to add a link to any of the uploaded files, type the text, which you would like to make a link later, then click the link tool "Insert a link" button on the text editor toolbar. This will open the link tool, where, as you start typing the first letters of the file name, you will be presented with a list of links of uploaded files, click on any of them to apply the link to selected text.
Tanel replied on April 21, 2009 08:29 to the problem "Blogi ja kommentaarid" in Edicy:
Tere!
Selleks, et saaksime viga lähemalt uurida saatke palun oma saidi nimi aadressile support@edicy.com.
Täname!
Tanel replied on April 09, 2009 10:37 to the question "How do you use the "first" filter?" in Edicy:
Hello! And also a good snippet if you want to use a latest post from some certain blog in other page:
{% blogcontext "my_blog_page_name" %}
{% for article in blog.latest_articles limit:1 %}
{{ article.title }}
{{ article.excerpt | truncate:50 }} "{{article.url}}" Read more..
{% endfor %}
{% endblogcontext %}
Tanel replied on April 08, 2009 15:16 to the question "how can I minimize the Edicy block ?" in Edicy:
Tanel set one of Tanel's replies as an official response to "how can I minimize the Edicy block ?" in Edicy
Tanel replied on April 08, 2009 09:20 to the question "how can I minimize the Edicy block ?" in Edicy:
Tanel set one of Tanel's replies as an official response to "How can I change my web site's size(resolution)?" in Edicy
Tanel replied on April 06, 2009 10:48 to the question "How can I change my web site's size(resolution)?" in Edicy:
Hello!
Change of the design resolution means generally full redesign: new size for graphic elements and style sheets modification (new sizes for every elements). It is hard to implement this kind automatic tool so it isn't on our task list at the moment.
But with knowledge about some basics of web design you can do this by your self (first you can try to change sizes of your html elements in your style.css file (with For example.)
Tanel replied on April 06, 2009 10:23 to the problem "My footer is broken." in Edicy:
Hello!
Seems that you are modified your code so that some of your HTML code is broken (there is unclosed DIV tags and to much body-tags).
We recommend to use a HTML validation service to track down HTML mistakes: Markup Validation Service
Some more useful sources:
HTML tutorial
CSS tutorial
Firebug plugin for Firefox - very useful tool for web developer.
Pleas contact us by email support@edicy.com for more detail answer.
Tanel set one of Tanel's replies as an official response to "How can i ad a sidebar to my site?" in Edicy
Tanel replied on April 02, 2009 10:27 to the question "How can i ad a sidebar to my site?" in Edicy:
Hello!
What is "sidebar" for you?
By the way if you want to add a new element into your design then there are 3 steps to follow:
1) You should add a new HTML element or block (div) into your layouts. If you want to use it in more than one layout then you can create a new component for your code and include it into layout.
2) Next you should add styling rules for your new elements into CSS file if needed.
3) If you need that some part of your content is editable then you can add a new area in the right place. For example: {% content name="my_new_area" %}
Read more about customizing from Edicy Developer site.
Tanel replied on April 01, 2009 08:01 to the question "kas lehele pandud pilte on võimalik linkida alammenüüdesse" in Edicy:
A comment on the question "kas lehele pandud pilte on võimalik linkida alammenüüdesse" in Edicy:
Tere! Linkimise tööriista ikoon on alumises reas vasakult viies ikoon, pildi ja tabeli ikooni vahel. – Tanel, on April 01, 2009 07:44
Tanel replied on March 30, 2009 12:58 to the question "I cant add footer to my page and can't find a file to change." in Edicy:
Hello! No it doesn't. You can add a new text area into your design (after "Langmenu" component in Buenos Aires).
For example:
< div id="myfooter" >
{% content name="myfooter" xpage="true" %}
< /div >
Same example but now the content of the area is "cross-page" - same in every page (good solution for footer).
< div id="myfooter" >
{% content name="myfooter" xpage="true" %}
< /div >
Remember that you need a CSS rule for "myfooter" element also.
See also a code example from Edicy Developer site
Tanel set one of Tanel's replies as an official response to "How can i edit the code in the applied design like "Lyon"?" in Edicy
Tanel replied on March 27, 2009 20:50 to the question "How can i edit the code in the applied design like "Lyon"?" in Edicy:
Hello! You can contact with us by e-mail support@edicy.com and we can help to replace your customized design manually. Or you can create a additional site by yourself, pick up a design you like and then choose "Customize current design".
Read more about customization from this answer: "Custom design code edit doesn't work!"
Tanel set one of Tanel's replies as an official response to "Custom design code edit doesn't work!" in Edicy
Tanel replied on March 27, 2009 20:42 to the problem "Custom design code edit doesn't work!" in Edicy:
Hello!
I have to explain the design customisation process in Edicy a little bit.
If you press the "Customize current design" button for the very first time then a copy of layouts and files (images, stylesheets) of the current design is copied into your site.
If you switch back ("Pick new design") to some of our default designs (files and layouts of default designs are centralized) then the customized design remains in your site (this feature prevents you from deleting the customized design accidentally).
After picking up a new design and pressing again "Customize current design" you are switched back to the previously customized design - no new files are copied. It makes harder to investigate how our certain design is built up, but it prevents accidental deletion. We are planning to add later a way to "reset" or "delete" a customized design.
But so far you can contact with us by e-mail support@edicy.com and we can help to replace your customized design manually. And of course you can create a additional site by yourself, pick up a design you like and then choose "Customize current design".
For reference information about creating your own design, there's a full documentation available at Edicy Developer site.
Tanel set one of Tanel's replies as an official response to "I cant add footer to my page and can't find a file to change." in Edicy
Tanel replied on March 26, 2009 10:59 to the question "I cant add footer to my page and can't find a file to change." in Edicy:
| next » « previous |
Loading Profile...



