-
AuthorPosts
-
Saguaros Moderator
Saguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
January 30, 2017 at 7:04 am #1006704Yes, it’s lined up in our backlog. You can check its status here: http://pm.joomlart.com/browse/PURITYIII-188
bobptz Friendbobptz
- Join date:
- November 2016
- Posts:
- 178
- Downloads:
- 8
- Uploads:
- 19
- Thanks:
- 1
- Thanked:
- 1 times in 1 posts
January 30, 2017 at 10:18 am #1006753Thank you so much.
sukinoz Friendsukinoz
- Join date:
- December 2013
- Posts:
- 44
- Downloads:
- 107
- Uploads:
- 5
- Thanks:
- 13
- Thanked:
- 2 times in 2 posts
February 1, 2017 at 2:07 pm #1007352Hello,
The last Joomla default article template (2016 version) seems to have resolved the problem.
Maybe is this related with this https://www.joomlart.com/forums/topic/2013-custom-vs-2016-original-override-or-not-articledefault-php/ ?
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
February 2, 2017 at 2:09 am #1007465Hi sukinoz,
It’s a different topic though. It relates to the copyright info of Joomla but pls don’t worry as it will not affect functions on your site. I will report to the team for further updates.
Regards
sukinoz Friendsukinoz
- Join date:
- December 2013
- Posts:
- 44
- Downloads:
- 107
- Uploads:
- 5
- Thanks:
- 13
- Thanked:
- 2 times in 2 posts
February 2, 2017 at 3:26 pm #1007631Yes, maybe is not related.
It relates to the copyright info of Joomla
Sorry, but it isnt just a simple "copyright info", the files are very differents from 2013 to 2016 version.
Thanks for report it.
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
February 3, 2017 at 2:33 am #1007744Hi,
The file in template override and based file of com_content of Joomla will be quite different because, the file in template override will inherit the override of T3 framework plugin which also implements a bit different way. So these files can’t be the same.
You can clarify which parts in based file of com_content which are not included in overridden file of template in details, the team will check and update also.
Thank you.
sukinoz Friendsukinoz
- Join date:
- December 2013
- Posts:
- 44
- Downloads:
- 107
- Uploads:
- 5
- Thanks:
- 13
- Thanked:
- 2 times in 2 posts
February 3, 2017 at 8:38 am #1007826Hello Saguaros,
Thanks for replaying.
So these files can’t be the same.
Obviosly… If the files were the same, there will be no override! 😉You can clarify which parts in based file of com_content which are not included in overridden
Sorry but i can’t. If I could do that, I wouldn’ t be here writting in the forum.Thanks for reply anyway!
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
bobptz Friendbobptz
- Join date:
- November 2016
- Posts:
- 178
- Downloads:
- 8
- Uploads:
- 19
- Thanks:
- 1
- Thanked:
- 1 times in 1 posts
February 19, 2017 at 9:35 pm #1011921This reply has been marked as private.Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
February 20, 2017 at 7:21 am #1012100Hi,
Could you try with the 3rd party extension as the beginning of this topic at this moment?
bobptz Friendbobptz
- Join date:
- November 2016
- Posts:
- 178
- Downloads:
- 8
- Uploads:
- 19
- Thanks:
- 1
- Thanked:
- 1 times in 1 posts
February 20, 2017 at 2:50 pm #1012220Could you try with the 3rd party extension as the beginning of this topic at this moment?
I did try it. The extension generates additional markup. It does not eliminate the old joomla or purityIII generated markup. So I need to find a way to delete those.
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
February 21, 2017 at 7:49 am #1012425Hi,
Could you specify the elements you wanna remove?
If it belongs to the com_content layout, you can find the override files in template directory: ROOT/templates/purity_iii/html/com_content/
or in T3 framework plugin: ROOT/plugins/system/t3/base-bs3/html/com_content/
Regards
bobptz Friendbobptz
- Join date:
- November 2016
- Posts:
- 178
- Downloads:
- 8
- Uploads:
- 19
- Thanks:
- 1
- Thanked:
- 1 times in 1 posts
February 21, 2017 at 5:48 pm #1012632Hi
I experimented by editing /templates/purity_iii/html/com_content/article/default.php and I could remove many of the errors I could spot.
Question: Do I need to edit files in both ROOT/templates/purity_iii/html/com_content/ and ROOT/plugins/system/t3/base-bs3/html/com_content/ ? What will happen if I edit files only in the template directory and not the T3?
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
February 22, 2017 at 2:36 am #1012706Hi,
You can edit template file only as when your site is loaded it will check whether there is override layout file in template you’re using or not. If there is existing file, it will use it, otherwise the associated file in T3 plugin will be used.
The inheritable directory will be: Joomla base > T3 framework plugin > Template
Hope this makes senses.
Regards
-
AuthorPosts
This topic contains 40 replies, has 4 voices, and was last updated by bobptz 7 years ago.
The topic ‘Error when testing with Google structured data testing tool’ is closed to new replies.