test
Viewing 14 posts - 31 through 44 (of 44 total)
  • Author
    Posts
  • antoniocerasuolo Friend
    #481494

    hello..

    can anyone pl,ease help…

    ciao,
    Antonio

    Luna Garden Moderator
    #481495

    Hello Antonio,

    I have answered to your latest question here. Is there anything not clear for you ?

    antoniocerasuolo Friend
    #481530

    <em>@Luna Garden 357460 wrote:</em><blockquote>Hello Antonio,

    I have answered to your latest question here. Is there anything not clear for you ?</blockquote>

    hi luna,

    I’m so sorry.. I had not seen that!!

    Thankj you so much!!

    ciao,
    Antonio

    antoniocerasuolo Friend
    #481547

    Hi Luna ,
    I have a problem

    when 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,
    Antonio

    Luna Garden Moderator
    #481970

    Hello,

    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

    antoniocerasuolo Friend
    #482976

    Hi 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?


    1. for_joomlart_14_1
    2. for_joomlart_14_2
    antoniocerasuolo Friend
    #483528

    Luna, or anyone… can you please help with this problem…

    Luna Garden Moderator
    #483601

    Hello 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>

    antoniocerasuolo Friend
    #483814

    Hi 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,
    Antonio

    Luna Garden Moderator
    #483882

    Hi,

    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>

    antoniocerasuolo Friend
    #484059

    Hi 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
    – Balthazar

    can 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,
    Antonio

    antoniocerasuolo Friend
    #484064

    luna ,

    sorry it should be LIFFEY SCRIPT SF NOT liffey park!

    ciao,
    Antonio

    antoniocerasuolo Friend
    #484177

    hi luna,

    do you also know how i can add smily faces to the JCE editor I am using??

    ciao,
    antonio

    Saguaros Moderator
    #484246

    Hi 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 🙂

Viewing 14 posts - 31 through 44 (of 44 total)

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