Originally posted by RuralWeb
Announcement
Collapse
No announcement yet.
v8.5.0 beta released
Collapse
X
-
Has anyone tried the new design features in v8.5? These are particularly edit layouts in Dreamweaver in similar manner to editing in the v7 DW extensions and right click on class to edit in CSS file), and are our response to "popular demand".
Would be interested to heer if people can get these working.
Chris
Comment
-
Has anyone tried the new design features in v8.5? These are particularly edit layouts in Dreamweaver in similar manner to editing in the v7 DW extensions and right click on class to edit in CSS file), and are our response to "popular demand".
Would be interested to heer if people can get these working.
Comment
-
These are particularly edit layouts in Dreamweaver in similar manner to editing in the v7 DW extensions and right click on class to edit in CSS file), and are our response to "popular demand".
As we discussed on the telephone back in July 06 I felt that removing this feature was the biggest fault in V8 and having it back will I think make V8 a killer application.
As for the CSS edit - Ive not tried it yet but I imagine it will help a great deal as wading through the css file is a pain.
Comment
-
Get it working!
Hi have created a new basic default actinic site- the one when you select new site. In Dreamweaver I am unable to see which file to edit as it does not show any of the traditional brochure pages. - Which one do I edit to change the content page?. There do not seem to any HTML pages in this directory.
Might need some documentation to follow this.
Comment
-
Which one do I edit to change the content page?
Comment
-
Browser check errors
I have 8.5 Beta . It is coming up with 50 browser check errors but this is not important. I cannot see how to change the content page layout.
In V7 and Dreamweaver this was easy but in V 8- In v7 I canopen Actbrochureprimary.html and edit it but in V8 -nothing.
Am I missing something?
Comment
-
In V7 and Dreamweaver this was easy but in V 8- In v7 I canopen Actbrochureprimary.html and edit it but in V8 -nothing
What you did in V7 will no longer work with V8 - Templates have gone and are now replaced with an outer and inner layer.
Comment
-
Originally posted by RuralWebSTOP - V8 is TOTALLY different to V7. You would be best searching the forum as most of the basics of V8 have been discussed in great detail over the last 6 months.
What you did in V7 will no longer work with V8 - Templates have gone and are now replaced with an outer and inner layer.
Comment
-
Originally posted by RuralWebAs for the CSS edit - Ive not tried it yet but I imagine it will help a great deal as wading through the css file is a pain.
It's a really simple concept - theme specific css in a theme specific css file and global css in a global css file. Maintenance is the easiest you can get it and site owners, developers and alike will all benefit.
Now on the surface it may seem like that's going to be a whole load of files for them to maintain, but in fact it isn't, that is the whole point of a global css file. If Actinic, a developer or a site owner want to change something they go to the specific css file for that theme.
In addition, to help when looking at styles, any style within the global file is prefixed with GB, so when you are looking through coding it is very clear where you need to go to change it. If prefixed with GB e.g. #GBmenuHeader or .GBlogoHeader then its the global file, if not then it's the theme specific file.
This would result in a site having CSS as the web is moving toward. One huge CSS file (as we currently have) is large (at least a 75% wasted download), a pain in the backside to navigate and more importantly than anything is so inefficient and negates some of the advantages of CSS.
A theme specific CSS file would also remove the styling that we see within the code itself, which once again goes against using CSS. These are to overwrite styles already in the stylesheet and is just another area, where they are code bloating for no other reason than it's easier that way.
In V8 we now have a great piece of software that easily caters for the masses, we have a fantastic forum (maybe too good, people just ask instead of investigating now) and we have great documentation. Get the CSS streamlined, written CORRECTLY and make all of our lives easier.
Comment
-
wee paragraph explaining how the (old) templates are now merged into these layers in v8 may help
In V8 these templates have been replaced an outer layout (V7 act_primary and act_brochureprimary) and a series of other layouts which can be added to control the content. The other main one being the Inner layout which holds the main content of the page.
The outer layout can be linked to DW using the DW extension so you can create a design in DW, insert Actinic "bits" and register it with Actinic as the design for all or specific pages OR you can now open a design from Actinic in DW as we did with V7.
The outer layout can be edited in DW or Actinic but generally the inner layout can only be edited in Actinic ( you can if you copy and paste). This is all beacuse the layouts are contained within the database and not site1 as they were with V7.
CSS is another area which has changed in that it is controlled withing Actinic - if you need to link your own css file then see the AUG for how to do it.
It will be hard for people moving from V7 to get to grips with V8 - I know because Ive spent the last 6 months learning it as have the other regulars and if you look back at the threads from july/aug last year you will see that we were all having major problems with it BUT thing have become easier and most of the bugs have been fixed so its getting better every day.
I now struggle to get my head round V7 when I have to work on it
Comment
Comment