Viewing 15 posts - 1 through 15 (of 17 total)
  • Author
    Posts
  • toonetcreation Friend
    #918298

    Hello,

    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


    1. layout
    pavit Moderator
    #918386

    Do 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 Friend
    #918404

    everything 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 :-/


    1. error-2
    pavit Moderator
    #918419

    Edit your first post and add a temp super user account to it so i can take a look at it

    toonetcreation Friend
    #918853

    done.
    I have edited my first post with admin details.

    thanks
    laurent

    pavit Moderator
    #918861

    Hi

    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 Friend
    #918862

    yes 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 error

    I have not updated the layout before or after the template upgrade.

    So I don’t understand why this is possible?

    pavit Moderator
    #918863

    It 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 Friend
    #918864

    Ok I will do this and I come back to you.

    thanks

    toonetcreation Friend
    #919218

    Hello,

    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 Moderator
    #919248

    Hi 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.png

    If 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>

    1. Screenshot_2-4
    toonetcreation Friend
    #919254

    ok that’s perfect worke fine now 😉

    thank you again
    Laurent

    brusamolino Friend
    #923447

    Hi
    i have the same problem after updated the template

    How can i fix it?
    thanks luca


    1. image-1
    pavit Moderator
    #923513

    i have the same problem after updated the template

    Hi

    Please follow the suggestion i posted into previous topic to remove it

    brusamolino Friend
    #923531

    Hi
    if i do it i cannot see the full image inside some articles where i have put it

    Any suggestion?

Viewing 15 posts - 1 through 15 (of 17 total)

This 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