-
AuthorPosts
-
bascop Friend
bascop
- Join date:
- February 2015
- Posts:
- 9
- Downloads:
- 4
- Uploads:
- 2
- Thanks:
- 2
- Thanked:
- 2 times in 1 posts
March 22, 2016 at 2:23 pm #903362I have a problem with joomla 3.5.0 and Purity III. Since the update the logo links to the very (sub-)page you’re already on – instead of "home"/domain like it used to. E.g. if you were on "site.com/blah.html" it says "site.com/blah.html" and it changes for every page. Don’t know if it’s a joomla-issue or a purity-iii-issue, but it would be great to get this solved, because it makes "homecoming" rather difficult on mobile devices.
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
March 22, 2016 at 4:48 pm #903437Hi there
Joomlart developers are working to test all Joomlart templates on the new Joomla 3.5 version , in the next days a blog post will announce templates compatibility , actually it is not safe to update live websites to the new Joomla version.
If you have a backup then rollback your website to it
Best regards
1 user says Thank You to pavit for this useful post
bascop Friendbascop
- Join date:
- February 2015
- Posts:
- 9
- Downloads:
- 4
- Uploads:
- 2
- Thanks:
- 2
- Thanked:
- 2 times in 1 posts
March 22, 2016 at 7:40 pm #903484Thanks for your response Pavit!
Backups, you said? 🙂 I Guess it’s too late for me to roll back, since I got nowhere to roll to…
It’s the only compatibility-issue that ocurred to me til now. Let’s hope it stays that way, and maybe we find a workaround for the logo home-link.Best regards
2 users say Thank You to bascop for this useful post
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
March 30, 2016 at 4:14 am #906493In the mean time, you guys can follow this fix in Github of T3 framework and apply the solution there: https://github.com/t3framework/t3/commit/c57c5f876f3f47dfdc63c5696189dd70b7e63faf
In this link, we provide solution for header block in T3 Blank template, you can use the same solution for header block in template you’re using: ROOT/templates/ja_your_default_template/tpls/blocks/header.php
Hope this helps.
panospap Friendpanospap
- Join date:
- December 2010
- Posts:
- 43
- Downloads:
- 149
- Uploads:
- 11
- Thanks:
- 12
- Thanked:
- 1 times in 1 posts
April 2, 2016 at 7:45 am #908250I did this in /templates/uber/tpls/blocks/header.php
But nothing
Another solution?
April 2, 2016 at 8:38 pm #908326I have the same problem with JA_LENS…and cannot find any header.php file in there (even "tpls" folder)
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
April 3, 2016 at 7:22 am #908452Hi @dufi
Ja-lens template is not using T3 framework, that’s why you cannot find /tpls folder , you can apply a temp solution
Edit this file /templates/ja_lens/index.php and find
<div id="logo"> <h1> <a href="<?php JURI::base(true) ?>" title="<?php echo JText::_('JA_DESC'); ?>"><span><?php echo JText::_('JA_NAME'); ?></span></a> </h1> </div>
Change it to
<div id="logo"> <h1> <a href="index.php" title="<?php echo JText::_('JA_DESC'); ?>"><span><?php echo JText::_('JA_NAME'); ?></span></a> </h1> </div>
Hope it helps
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
April 3, 2016 at 7:35 am #908454Hi @panospap
I did this in /templates/uber/tpls/blocks/header.php
If you are using a Header ja acm module then you will need to apply changes in the header style.php file
as example if you have the JA-ACM Module Header style-1 published into your header position then you will need to apply the suggested change into this file /templates/uber/acm/header/tmpl/style-1.php
Best regards
April 5, 2016 at 11:58 am #909601This is working solution and a similar topic
https://www.joomlart.com/forums/topic/joomla-3-5-purity-iii-v-1-1-5-and-t3-system-plugin-2-5-3/bascop Friendbascop
- Join date:
- February 2015
- Posts:
- 9
- Downloads:
- 4
- Uploads:
- 2
- Thanks:
- 2
- Thanked:
- 2 times in 1 posts
April 12, 2016 at 4:10 pm #916872Thanks for all the responses to my question, especially to Saguaros for the github-Link. The solution presented there worked for me.
AuthorPostsViewing 10 posts - 1 through 10 (of 10 total)This topic contains 9 replies, has 6 voices, and was last updated by bascop 8 years, 7 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Link in logo changes url from page to page – since joomla 3.5.0-upgrade
Viewing 10 posts - 1 through 10 (of 10 total)