-
AuthorPosts
-
November 14, 2012 at 2:35 am #182226
Where can I change the JA Brisk over the logo?
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
November 14, 2012 at 5:49 am #472849Hi
Could you be more clear ? what exactly you want change ?
Maybe a screen shot could help us to better assist you
Regards
November 14, 2012 at 4:23 pm #472915pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
November 14, 2012 at 5:13 pm #472921Hi
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
November 14, 2012 at 5:46 pm #472924GRACIAS name removed
brenot Friendbrenot
- Join date:
- March 2011
- Posts:
- 223
- Downloads:
- 202
- Uploads:
- 49
- Thanks:
- 67
- Thanked:
- 8 times in 3 posts
November 17, 2012 at 1:30 pm #473211I 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 Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
November 17, 2012 at 3:38 pm #473220If 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 Friendgcomo01
- Join date:
- August 2012
- Posts:
- 9
- Downloads:
- 0
- Uploads:
- 0
- Thanked:
- 1 times in 1 posts
November 27, 2012 at 10:26 pm #474445Hi,
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
Gdharsh Frienddharsh
- Join date:
- August 2011
- Posts:
- 33
- Downloads:
- 0
- Uploads:
- 4
- Thanks:
- 7
- Thanked:
- 7 times in 1 posts
March 4, 2013 at 9:12 am #485227Hi 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!!
1 user says Thank You to dharsh for this useful post
AuthorPostsViewing 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
Where can I change the JA Brisk over the logo?
Viewing 9 posts - 1 through 9 (of 9 total)