Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • lcgsite Friend
    #182226

    Where can I change the JA Brisk over the logo?

    pavit Moderator
    #472849

    Hi

    Could you be more clear ? what exactly you want change ?

    Maybe a screen shot could help us to better assist you

    Regards

    lcgsite Friend
    #472915

    Thanks


    1. Latinos-con-ganas-Latinas-con-ganas-112251
    pavit Moderator
    #472921

    Hi

    To change this goto this file templatesja_brisktplsblocksheader.php around line 27 you have

    <a href="<?php echo JURI::base(true) ?>" title="<?php echo strip_tags($sitename) ?>"<?php echo $logoimage ?>>

    <?php echo strip_tags($sitename) ?> the ($sitename) could be removed () or changed

    For any reference look here

    Regards

    lcgsite Friend
    #472924

    GRACIAS name removed

    brenot Friend
    #473211

    I have the same issue , but I dont want to remove the sitename, I really want do change the site name…

    How can I do this?

    pavit Moderator
    #473220

    If you look at the link to the manual you can replace the variable ($sitename) declared in <?php echo strip_tags with other variables defined above the code

    example

    <?php
    $html = '
    <div>
    <p style="color:blue;">color is blue</p><p>size is <span style="font-size:200%;">huge</span></p>
    <p>material is wood</p>
    </div>
    ';
    ?>

    then you will have in your code in header.php file

    <a href="<?php echo JURI::base(true) ?>" title="<?php echo strip_tags($html ) ?>"<?php echo $logoimage ?>>

    Hope was clear

    gcomo01 Friend
    #474445

    Hi,

    Where is sitename and slogan defined by the way ..is it in a language file or somewhere through Template Manager ? it doesn’t look like it is taking it from joomla global config

    thx & appreciated
    G

    dharsh Friend
    #485227

    Hi guys,

    to change the site name in: templates/ja_brisk/tpls/blocks/header.php do the ffg:

    <a href=”<?php echo JURI::base(true) ?>” title=”<?php echo strip_tags($sitename) ?>“<?php echo $logoimage ?>>

    change to

    <a href=”<?php echo JURI::base(true) ?>” title=”Your Sitename goes here“<?php echo $logoimage ?>>

    hope this helps!!

Viewing 9 posts - 1 through 9 (of 9 total)

This topic contains 9 replies, has 5 voices, and was last updated by  dharsh 11 years, 8 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum