-
AuthorPosts
-
toonetcreation Friend
toonetcreation
- Join date:
- November 2013
- Posts:
- 194
- Downloads:
- 71
- Uploads:
- 59
- Thanks:
- 8
- Thanked:
- 2 times in 2 posts
April 15, 2016 at 11:37 am #918298Hello,
A strange icon appears since JA_Medicare 1.1.5 update. So my layout is broken. See attached file.
Do you know why?
Thanks Laurent
- This topic was modified 7 years, 3 months ago by toonetcreation.
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
April 15, 2016 at 4:25 pm #918386Do you know why?
Hi
You are using an external extension like no number tabs on that page and it is giving such problems
Try to disable it and check again the page layout
toonetcreation Friendtoonetcreation
- Join date:
- November 2013
- Posts:
- 194
- Downloads:
- 71
- Uploads:
- 59
- Thanks:
- 8
- Thanked:
- 2 times in 2 posts
April 15, 2016 at 6:04 pm #918404everything was working fine previously, before template update.
the problem is the same on this page http://www.via-ap.com/nous-contacter.html and no number extension is not published on it.
if you look attached file, you will see that a DIV is added…so the problem is not coming from no number :-/
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
April 15, 2016 at 6:12 pm #918419Edit your first post and add a temp super user account to it so i can take a look at it
toonetcreation Friendtoonetcreation
- Join date:
- November 2013
- Posts:
- 194
- Downloads:
- 71
- Uploads:
- 59
- Thanks:
- 8
- Thanked:
- 2 times in 2 posts
April 17, 2016 at 6:41 am #918853done.
I have edited my first post with admin details.thanks
laurentpavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
April 17, 2016 at 7:31 am #918861Hi
This problem happens when you use your customized layout VIA-AP_Pages where you added a lot of customizations for your positions , it is a div block showing logo img
Double check again all your customizations and find where you wrongly added that div
Best regards
toonetcreation Friendtoonetcreation
- Join date:
- November 2013
- Posts:
- 194
- Downloads:
- 71
- Uploads:
- 59
- Thanks:
- 8
- Thanked:
- 2 times in 2 posts
April 17, 2016 at 7:37 am #918862yes you’re right I see.
but before template update, everything was fine.
with template version 1.1.2 = OK
the after update in version 1.1.5 = I get this errorI have not updated the layout before or after the template upgrade.
So I don’t understand why this is possible?
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
April 17, 2016 at 7:45 am #918863It is not related to the template update because you are using a local folder and all your customized blocks are located in such folder.
Try to disable each block and test again on a new layout specifically created for this test using default settings
toonetcreation Friendtoonetcreation
- Join date:
- November 2013
- Posts:
- 194
- Downloads:
- 71
- Uploads:
- 59
- Thanks:
- 8
- Thanked:
- 2 times in 2 posts
April 17, 2016 at 7:46 am #918864Ok I will do this and I come back to you.
thanks
toonetcreation Friendtoonetcreation
- Join date:
- November 2013
- Posts:
- 194
- Downloads:
- 71
- Uploads:
- 59
- Thanks:
- 8
- Thanked:
- 2 times in 2 posts
April 18, 2016 at 8:55 am #919218Hello,
I had a look on the website and the problem is not coming from my customizations.
I have created another layout called VIA-AP_Content.
On this layout, the problem appears when I add this block <?php $this->loadBlock(‘mainbody’) ?>If I remove it, the div block showing logo img is not displayed.
I don’t find where this DIV is located, I think this is into the template. I have not added this DIV manually, this is certain.
If you have an idea? :-/
Thanks Laurent
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
April 18, 2016 at 10:09 am #919248Hi there
That div is containing the website logo for article menu item type ( look at image below )
If you want to add an image into article top then you will need to upload logo.png in this folder
/templates/ja_medicare/images/logo.pngIf you want to remove it then edit this file and remove or comment below blocks /templates/ja_medicare/html/layouts/joomla/content/fulltext_image.php
at line 15<div > <span itemprop="image" itemscope itemtype="https://schema.org/ImageObject"> <img src="<?php echo JURI::base(); ?>/templates/<?php echo JFactory::getApplication()->getTemplate() ?>/images/logo.png ?>" alt="" itemprop="url" /> <meta itemprop="height" content="auto" /> <meta itemprop="width" content="auto" /> <meta itemprop="url" content="<?php echo JURI::base(); ?>" /> </span> </div>
and line 30
<div class="pull-<?php echo htmlspecialchars($imgfloat); ?> item-image article-image article-image-full"> <span itemprop="image" itemscope itemtype="https://schema.org/ImageObject"> <img <?php if ($images->image_fulltext_caption): ?> <?php echo 'class="caption"' . ' title="' . htmlspecialchars($images->image_fulltext_caption) . '"'; ?> <?php endif; ?> src="<?php echo htmlspecialchars($images->image_fulltext); ?>" alt="<?php echo htmlspecialchars($images->image_fulltext_alt); ?>" itemprop="url" /> <meta itemprop="height" content="auto" /> <meta itemprop="width" content="auto" /> </span> </div>
toonetcreation Friendtoonetcreation
- Join date:
- November 2013
- Posts:
- 194
- Downloads:
- 71
- Uploads:
- 59
- Thanks:
- 8
- Thanked:
- 2 times in 2 posts
April 18, 2016 at 10:16 am #919254ok that’s perfect worke fine now 😉
thank you again
Laurentbrusamolino Friendbrusamolino
- Join date:
- January 2009
- Posts:
- 273
- Downloads:
- 75
- Uploads:
- 70
- Thanks:
- 56
- Thanked:
- 10 times in 2 posts
April 27, 2016 at 11:46 am #923447pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
April 27, 2016 at 2:52 pm #923513i have the same problem after updated the template
Hi
Please follow the suggestion i posted into previous topic to remove it
brusamolino Friendbrusamolino
- Join date:
- January 2009
- Posts:
- 273
- Downloads:
- 75
- Uploads:
- 70
- Thanks:
- 56
- Thanked:
- 10 times in 2 posts
April 27, 2016 at 3:07 pm #923531Hi
if i do it i cannot see the full image inside some articles where i have put itAny suggestion?
AuthorPostsThis topic contains 16 replies, has 3 voices, and was last updated by brusamolino 8 years, 6 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum