typography

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
Fri May 31, 2013 8:22 am
Reply with quote
Report this post
typography / icons are not showing on joomla based articles.

can you please advise a fix.
User avatar
Platinum Boarder

GK User
Fri May 31, 2013 8:23 am
Reply with quote
Report this post
Could You post an url to your site with example article that should contain those typography / icons?
User avatar
Moderator

GK User
Fri May 31, 2013 10:15 am
Reply with quote
Report this post
sure

https://poprepublic.tv/the-news/music/1 ... new-single

bottom url link





Cyberek wrote:Could You post an url to your site with example article that should contain those typography / icons?
User avatar
Platinum Boarder

GK User
Fri May 31, 2013 11:48 am
Reply with quote
Report this post
Ok, and where will I find correctly "looking" link?
User avatar
Moderator

GK User
Fri May 31, 2013 3:26 pm
Reply with quote
Report this post
not sure what you mean - the bottom url link should have an icon next to it (in the text body)

here is a screen cap.




Cyberek wrote:Ok, and where will I find correctly "looking" link?
User avatar
Platinum Boarder

GK User
Fri May 31, 2013 4:00 pm
Reply with quote
Report this post
You misunderstood me - do You have anywhere on your site an article, where the links is displayed the way You want (with icon)?
User avatar
Moderator

GK User
Fri May 31, 2013 4:08 pm
Reply with quote
Report this post
hi,

no - its not showing up any of the typography... i have double checked the plugin, and such - so not sure whats wrong - even cleared cache, refreshed etc...

Cyberek wrote:You misunderstood me - do You have anywhere on your site an article, where the links is displayed the way You want (with icon)?
User avatar
Platinum Boarder

GK User
Fri May 31, 2013 4:19 pm
Reply with quote
Report this post
To use typography You either needs to use plugin that comes with template, or html editor...
now You have:
Code: Select all
<a href="/community/groupsartist-pages/viewgroup/161-samantha-jade" target="_self">Join the Samantha Jade Group now!</a>

and if You would like an icon to be showed ther, You need to have:
Code: Select all
<a href="/community/groupsartist-pages/viewgroup/161-samantha-jade" target="_self"><i class="icon-calendar"></i>Join the Samantha Jade Group now!</a>

(example with callendar icon)

The same goes to other styles used in "typography" page of our demo template.
User avatar
Moderator

GK User
Sat Jun 01, 2013 4:17 am
Reply with quote
Report this post
ah ok - thanks

the problem is that the gavick "typography" plugin supplied in the template plugins folder does not work then ;-) got it!

thanks





Cyberek wrote:To use typography You either needs to use plugin that comes with template, or html editor...
now You have:
Code: Select all
<a href="/community/groupsartist-pages/viewgroup/161-samantha-jade" target="_self">Join the Samantha Jade Group now!</a>

and if You would like an icon to be showed ther, You need to have:
Code: Select all
<a href="/community/groupsartist-pages/viewgroup/161-samantha-jade" target="_self"><i class="icon-calendar"></i>Join the Samantha Jade Group now!</a>

(example with callendar icon)

The same goes to other styles used in "typography" page of our demo template.
User avatar
Platinum Boarder


cron