-
AuthorPosts
-
antoniocerasuolo Friend
antoniocerasuolo
- Join date:
- February 2011
- Posts:
- 274
- Downloads:
- 0
- Uploads:
- 59
- Thanks:
- 55
- Thanked:
- 7 times in 1 posts
January 29, 2013 at 9:17 am #481494hello..
can anyone pl,ease help…
ciao,
AntonioLuna Garden ModeratorLuna Garden
- Join date:
- July 2011
- Posts:
- 2617
- Downloads:
- 80
- Uploads:
- 96
- Thanks:
- 78
- Thanked:
- 453 times in 425 posts
January 29, 2013 at 9:35 am #4814951 user says Thank You to Luna Garden for this useful post
antoniocerasuolo Friendantoniocerasuolo
- Join date:
- February 2011
- Posts:
- 274
- Downloads:
- 0
- Uploads:
- 59
- Thanks:
- 55
- Thanked:
- 7 times in 1 posts
antoniocerasuolo Friendantoniocerasuolo
- Join date:
- February 2011
- Posts:
- 274
- Downloads:
- 0
- Uploads:
- 59
- Thanks:
- 55
- Thanked:
- 7 times in 1 posts
January 29, 2013 at 3:47 pm #481547Hi Luna ,
I have a problemwhen i go to my site http://www.mydomain.com i dont see the font lobster 13.
then when i click on the top menu item i get sent to mydomain.com/page without the www. infront and the font looks fine.
then i discovered that when i go to the site without the www inforn it looks fine..
can you tell why this is happening?? i checked with my hosting company they said its not their problem can you hep??
ciao,
AntonioLuna Garden ModeratorLuna Garden
- Join date:
- July 2011
- Posts:
- 2617
- Downloads:
- 80
- Uploads:
- 96
- Thanks:
- 78
- Thanked:
- 453 times in 425 posts
February 1, 2013 at 9:04 am #481970Hello,
Please try this:
Go to this file: <blockquote>templatesja_bistrofontslobsterstylesheet.css</blockquote>
Change these lines:
<blockquote>@font-face {
font-family: ‘Lobster13Regular’;
src: url(‘Lobster_1.3-webfont.eot’);
src: url(‘Lobster_1.3-webfont.eot?#iefix’) format(‘eot’),
url(‘Lobster_1.3-webfont.woff’) format(‘woff’),
url(‘Lobster_1.3-webfont.ttf’) format(‘truetype’),
url(‘Lobster_1.3-webfont.svg#webfontLXW01n4B’) format(‘svg’);
font-weight: normal;
font-style: normal;}
</blockquote>to
<blockquote>@font-face {
font-family: ‘Lobster13Regular’;
src: url(‘Lobster_1.3-webfont.eot’);
src: local(‘fonts/lobster’),
url(‘Lobster_1.3-webfont.eot?#iefix’) format(‘eot’),
url(‘Lobster_1.3-webfont.woff’) format(‘woff’),
url(‘Lobster_1.3-webfont.ttf’) format(‘truetype’),
url(‘Lobster_1.3-webfont.svg#webfontLXW01n4B’) format(‘svg’);
font-weight: normal;
font-style: normal;}</blockquote>
Hope this helps
1 user says Thank You to Luna Garden for this useful post
antoniocerasuolo Friendantoniocerasuolo
- Join date:
- February 2011
- Posts:
- 274
- Downloads:
- 0
- Uploads:
- 59
- Thanks:
- 55
- Thanked:
- 7 times in 1 posts
February 9, 2013 at 9:42 pm #482976Hi Luna,
I added the Rs joomla photo gallery component and as you can see in the attached picture for joomlat 14_2 the page title is not lobster 13 as for example in for joomlart 14_1.
this may be happening because it is not an article and i set the page title in the page display options.
can you please help?
-
antoniocerasuolo Friend
antoniocerasuolo
- Join date:
- February 2011
- Posts:
- 274
- Downloads:
- 0
- Uploads:
- 59
- Thanks:
- 55
- Thanked:
- 7 times in 1 posts
February 15, 2013 at 7:47 am #483528Luna, or anyone… can you please help with this problem…
Luna Garden ModeratorLuna Garden
- Join date:
- July 2011
- Posts:
- 2617
- Downloads:
- 80
- Uploads:
- 96
- Thanks:
- 78
- Thanked:
- 453 times in 425 posts
February 16, 2013 at 2:45 am #483601Hello Antonio,
In order to make page title in joomla photo gallery component to font Loster13, go to this file:
<blockquote>templates/ja_bistro/css/template.css</blockquote>
find these lines:
<blockquote>h1.componentheading, .componentheading, #ja-content-main h2 {
color: #473F38
display: block;
font-family: “Lobster13Regular”,sans-serif;
font-size: 200%;
font-weight: normal;
line-height: 1;
margin: 0 0 15px;
padding: 0;
}</blockquote>
change to:
<blockquote>h1.componentheading, .componentheading, #ja-content-main h2, #ja-content-main h1 {
color: #473F38
display: block;
font-family: “Lobster13Regular”,sans-serif;
font-size: 200%;
font-weight: normal;
line-height: 1;
margin: 0 0 15px;
padding: 0;
}</blockquote>1 user says Thank You to Luna Garden for this useful post
antoniocerasuolo Friendantoniocerasuolo
- Join date:
- February 2011
- Posts:
- 274
- Downloads:
- 0
- Uploads:
- 59
- Thanks:
- 55
- Thanked:
- 7 times in 1 posts
February 18, 2013 at 5:29 pm #483814Hi Luna,
is there a way to make the titles in the content blog listing as links?? to point to the relative articles?? just like the read more link??
maybee even have the photos linked??
ciao,
AntonioLuna Garden ModeratorLuna Garden
- Join date:
- July 2011
- Posts:
- 2617
- Downloads:
- 80
- Uploads:
- 96
- Thanks:
- 78
- Thanked:
- 453 times in 425 posts
February 19, 2013 at 4:48 am #483882Hi,
1. In order to make the title in the content blog listing has link, go to the menu >> menu item that the category is assigned to >> Set like this capture: http://easycaptures.com/fs/uploaded/549/1010082646.png
Also in Article Manager Options (backend >> Content >> click to Option) , in Tab article, set Link article to Yes.
2. In order to make article image has link, go to file <blockquote>templatesja_bistrohtmlcom_contentcategoryblog_item.php</blockquote>
Find these lines:
<div class="img-style-wrap style3 left clearfix">
<span>
<?php echo $image; ?>
</span>
</div>change to:
<div class="img-style-wrap style3 left clearfix">
<span>
<a href="<?php echo JRoute::_(ContentHelperRoute::getArticleRoute($this->item->slug, $this->item->catid)); ?>"><?php echo $image; ?></a>
</span>
</div>1 user says Thank You to Luna Garden for this useful post
antoniocerasuolo Friendantoniocerasuolo
- Join date:
- February 2011
- Posts:
- 274
- Downloads:
- 0
- Uploads:
- 59
- Thanks:
- 55
- Thanked:
- 7 times in 1 posts
February 20, 2013 at 1:33 pm #484059Hi Luna,
i will need to change all the fonts in the site, lets first begin by adding the fonts to the correct folder I need the following fonts
– Liffey Park
– Adventure Light
– Blue ridge light
– Balthazarcan you tell me where I can find them?? and exactly where i should add the folders??
once we have obtained these fonts I will then begin asking you how i can change the various fonts in the various parts of the site..
ciao,
Antonioantoniocerasuolo Friendantoniocerasuolo
- Join date:
- February 2011
- Posts:
- 274
- Downloads:
- 0
- Uploads:
- 59
- Thanks:
- 55
- Thanked:
- 7 times in 1 posts
February 20, 2013 at 2:31 pm #484064luna ,
sorry it should be LIFFEY SCRIPT SF NOT liffey park!
ciao,
Antonioantoniocerasuolo Friendantoniocerasuolo
- Join date:
- February 2011
- Posts:
- 274
- Downloads:
- 0
- Uploads:
- 59
- Thanks:
- 55
- Thanked:
- 7 times in 1 posts
February 21, 2013 at 7:27 pm #484177hi luna,
do you also know how i can add smily faces to the JCE editor I am using??
ciao,
antonioSaguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
February 22, 2013 at 9:30 am #484246Hi Antonio,
Do you mean that you want to add smily face emoticon into JCE editor? I think emoticons are hard coded in html file of this plugin, it’s better if you post a thread on this plugin’s forum 🙂
If you need further help, please create a new thread for more helps from community 🙂
1 user says Thank You to Saguaros for this useful post
-
AuthorPosts
This topic contains 44 replies, has 3 voices, and was last updated by Saguaros 11 years, 10 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum