problem with suffix for pages and modules

February 2014 Joomla Template
Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Thu Jan 15, 2015 2:57 pm
Reply with quote
Report this post
Hi! To adjust the individual elements used suffixes. But i have problem - they do not work. I read some articles on gavick.com, but still does not understand. For example, I would like to change the width of "readon-button" only in one articles http://consultant30.ru/index.php/seminary. I'm going to template manager - gk news 2 - advanced settings tab. And in field "custom css code" write:
Code: Select all
.MUSS readon-button {
width: 25%!important;
}

Then go to "features " tab and in field "Suffixes for pages" write:
ItemID/Option - 981 - id articles in menu
Suffix: MUSS
The idea is to work, but no. Something i do wrong.
User avatar
Junior Boarder

GK User
Thu Jan 15, 2015 3:05 pm
Reply with quote
Report this post
1. You should use lower case:
Code: Select all
muss

2. There is an error in your css:
Code: Select all
.MUSS readon-button {
width: 25%!important;
}

should be:
Code: Select all
.MUSS .readon-button {
width: 25%!important;
}
User avatar
Moderator


cron