|
User Details |
message
|
|
Antonio Guedes
post date:
2011-02-19 18:59:14
|
|
Hi, rnrnI've just start working with FlexiCSS and I encounter the following issues:rnrn1 - whenever I update the layout, regardless of the column or row, the Flexi erases all my previous CSS rules, so all the text formating + css classes go back to square zero or are deleted permanently. rnrn2 - even if i do all the formatting after designing all the layout, if I need to do an update for a client later on, it will be a problem. rnrncan someone help?
|
|
|
Andrei Rinciog [Extend Studio]
post date:
2011-02-21 04:40:45
|
Hello Antonio,
When you use full page layouts you need to use an external CSS sheet to make the changes. The extension creates a CSS file especially for that inside the folder "includes/CSSLayouts" folder from your site. The file has the termination "_user.css". Place your rules inside that file.
The extension will not modify that file. Plus if you save the layout in the gallery, your CSS is saved as well in the template.
Regards,
Andrei Rinciog
|
|
|
Antonio Guedes
post date:
2011-02-22 02:23:33
|
hi andrei,
so i tried that, and it worked until the point where I had to create links, just regular links, and what happens is I can't link the "compound rules" with the internal style sheet.
i did save it into gallery, yet I can't see any change on how secure that is. sorry, but I need more enlightenment.
thanks!
|
|
|
Andrei Rinciog [Extend Studio]
post date:
2011-02-22 06:04:20
|
Hello,
Please give me an example of what you are trying to do.
Also, if you could send me a sample website by email to support at extendstudio.com, that would be great.
Regards,
Andrei Rinciog
|
|
|
micdim
post date:
2011-04-15 16:08:07
|
I created a div tag inside one of my Dreamweaver template pages, so that my sub menus can be viewed. I put my (div class="wrapMenuDiv") used an external style sheet (the one created by Flexi CSS layouts for the .user.css file). The one you said will not modify being able to modify the template using Flexi CSS layout extension. The menu works fine, but now the Flexi CSS extension won't see the page and I can't modify the CSS layout again. The code in the page created by Flexi CSS is below.
<div class='cssLO indexPage_nav_menu_layout'>
<div class='nav_menu cssLI indexPage_nav_menu_design'><!-- nav_menu Content Starts Here -->
<!-- TemplateBeginEditable name="EditMenuRegion" -->
<div class="wrapMenuDiv">EditMenuRegion</div>
<!-- TemplateEndEditable -->
<!-- nav_menu Content Ends Here -->
</div>
</div>
|
|
|
micdim
post date:
2011-04-15 19:04:50
|
Never Mind the post above. My mistake, they work now.
There's still another issue about text links that once pressed the underline in the text link does not show up again.
I've posted this issue on it's own Post.
|
|