I want to change the point size of text in the menu Products(sub categories list)
and
I want to change some BLOCK titles:
Change:
"Products Categories" to just "Categories"
"Your Cart" to "Your Order"
I can do this on a Custom Block but how do I deal with regular blocks - I do not want to change files and code.
Chris
TOCDCO
31 Mar 2008 5:04 PM
Append your admin site to have: /admin_messages.php here you can change ALL messages/block titles.
Hope this helps
tony
31 Mar 2008 7:56 PM
Greetings
Hi ChristopherO
Font size can be changed in the CSS.
Locate = .topCategory a.title
Line: = font-size:9pt;
Also
a.title {
Depending if you want a hover
a.title:hover {
Can be more, but this should get you in the right direction.
Tony
SajMalik
1 Apr 2008 8:25 AM
Thanks to you both - all appreciated.
Dan - I found what I needed in messages.php. Thanks for the help. I did have one idea which was to copy the content of block_product_details.php into a custom block but could not see how I would make it work. This has the benefit of no customisation that may get lost in an upgrade.
Tony - can't find .topCategory a.title in the css
*** Also - I now want to change the field label:
Environment (OS, Database, Web Server, etc.)
in the Support Center.
My support ticket is not technology so this is meaningless.
And - can I add/delete fields easily?
TOCDCO
1 Apr 2008 8:30 AM
Chris,
I did this as well. I changed my fields to something more logical to my site. This was changed view the link that I gave to you from above. I've actually changed quite a lot of the titles/names of things with this.
Hope you can find a way to make it work for you as I did. About the font size, I'm sure it's gotta be in the css but I'm not sure of the style names... hence where I said we need a very detailed css information sheet contained within a very updated manual.
Ned
1 Apr 2008 9:49 AM
One tip is that any CSS setting is amended by a later entry of the same name.
If you create a section at the end of your CSS with the changes then its easier when upgrading to copy/paste into the new file without having to go through it line by line.
Ned
1 Apr 2008 9:52 AM
Oh and if Im changing Templates, blocks etc I put a copy of the new file in a folder called "changes" in the area.
This doesn't get overwritten on upgrade and its then possible to compare old with new to see how the changes you have made integrate into the changes that evolve as ViArt improve the product.
tony
1 Apr 2008 4:42 PM
Greetings
Hi christopherO
To change HelpDesk fields goto "HelpDesk" select "HelpDesk Types from this position you can add/delete or modify.
For the CSS what template are you working on? With this bit of info I might be able to offer better suggestion.
Tony
SajMalik
1 Apr 2008 4:47 PM
Tony done that - it changes the types in the drop down box.
What about field labels?
I don't need "Environment (OS, Database, Web Server, etc.)"
tony
1 Apr 2008 5:01 PM
Greetings
Hi christopherO
My mistake misunderstood, you want goto "Static Messages" enter " Environment" in the search box.
Tony
TOCDCO
1 Apr 2008 5:05 PM
Chris, do this just as you did the block titles. You can change them there
SajMalik
1 Apr 2008 9:08 PM
Thanks Dan
Sue
22 Apr 2008 11:58 AM
Can I ask? Is it possible to change the block titles in the trial site or only once its been installed on one's web space?
TOCDCO
22 Apr 2008 5:11 PM
you can/should be always able to change your block titles. unless you're in the demo version... they may have it disabled.
DO NOT MISTAKE DEMO FOR TRIAL>>> Not the same thing
CMartell (Guest)
18 Jun 2008 7:05 PM
Block titles can be changed by:
Changing messages.php in folder
messages/en folder
CMartell (Guest)
18 Jun 2008 7:09 PM
BLOCK TITLES can be changed.
They are found in
messages/en/messages.php folder
or they can be changed in ADMIN menu under static messages... I had trouble with this... told me they were "read only".