increase Font

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
Wed Nov 19, 2014 2:59 pm
Reply with quote
Report this post
Hi.
I'm using the increased fonts that the client can modify - the template appears an A + / A / A-. However this is at the top of the page away from the article and is obviously horrible for the user to access.
Need this to be just above the joomla article text.
Where do I change that?
See: http://www.marianomaia.com.br/music/ind ... -madrugada
Is appearing above the item name and must be up to the article, so that the person can increase the supply, have to climb the page.
Another thing: how do I not appear in the link (url) the id of the article? I want the url become simpler - clean. I do not want to use the SEF URL because it is giving conflict.
Thanks & Regards.
User avatar
Senior Boarder

teitbite
Sat Nov 22, 2014 11:56 am
Reply with quote
Report this post
Hi

I found this answer to the links question: http://joomla.stackexchange.com/questio ... omla-3-url

For the font resizer please edit /layout/blocks/head.php and add this code:

Code: Select all
   <script type="text/javascript">(function($) {$(document).ready(function() {
               $('#gkTools').prependTo('.itemBody');
   });})(jQuery)</script>
User avatar
Moderator

GK User
Mon Nov 24, 2014 5:41 pm
Reply with quote
Report this post
Hi.
The font resizer works fines in the articles.
But he appears on the home above the Tabs GK5 and the blog categories. How do I take it, I want to appear only in the articles.
Thanks & Regards.
User avatar
Senior Boarder

GK User
Mon Nov 24, 2014 6:10 pm
Reply with quote
Report this post
Thanks for the answer as the problem ID URL in the joomla3 articles. It worked perfectly.
User avatar
Senior Boarder

teitbite
Wed Nov 26, 2014 7:04 pm
Reply with quote
Report this post
Hi

Ok. I do not understand, but itf it works than it's ok I think. To remove it from non-article pages please add this to the code I gave You already:

Code: Select all
<script type="text/javascript">(function($) {$(document).ready(function() {
if( $('article.item-page').size() > 0 ) {
               $('#gkTools').prependTo('.itemBody');
} else {
               $('#gkTools').remove();
}
});})(jQuery)</script>
User avatar
Moderator

GK User
Thu Nov 27, 2014 12:51 pm
Reply with quote
Report this post
That's perfect. Thank you!
User avatar
Senior Boarder


cron