Our site www.viart.com site is operated by latest Viart Shop 5 with default Clear design
Topic Information
SajMalik
SajMalik
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
TOCDCO
Append your admin site to have: /admin_messages.php here you can change ALL messages/block titles.
 
Hope this helps
 
tony
tony
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
SajMalik
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
TOCDCO
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
Ned
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
Ned
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
tony
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
SajMalik
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.)" Wink
 
tony
tony
Greetings
 
Hi christopherO
 
My mistake misunderstood, you want goto "Static Messages" enter " Environment" in the search box.
 
 
Tony
 
TOCDCO
TOCDCO
Chris, do this just as you did the block titles. You can change them there Smile
 
SajMalik
SajMalik
Thanks Dan
 
Sue
Sue
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
TOCDCO
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)
CMartell (Guest)
Block titles can be changed by:
Changing messages.php in folder
messages/en folder
 
CMartell (Guest)
CMartell (Guest)
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".