For whatever reason all articles show ARTICLES instead of the Masshead if called up directly via a Menu item to single article or via Read More from the Blog Layout....

I added Masshead exceptions for any and all, but I can not get rid of the ARTICLES line and it does not show the Masshead... see screenshot...

    iaweb

    It's page heading, if you don't want to show it on article page, open the file:

    /templates/ja_sugite/html/com_content/article/default.php

    and remove line 56-60:

    <?php if ($this->params->get('show_page_heading', 1)) : ?>
    	<div class="page-header clearfix">
    		<h1 class="page-title"><?php echo $this->escape($this->params->get('page_heading')); ?></h1>
    	</div>
    <?php endif; ?>

      saguaros Yeah that removed the page heading, but still the Masshead does not show, even its configured...

      Heiko

      Hi Heiko,

      The masshead module will show on category blog page only, not the detailed article page. You can see the same on our demo site

        saguaros makes not much sense, but I guess nothing I can do about then...?

        saguaros

        EDIT!!!!

        Nevermind everything I wrote below, I found the culprit, which created all the issues... An old version of SH404 was still installed on this website and screwed all of this up... Uninstalled it and now everything is working as it should be....

        Sorry and thanks...

        Heiko

        I am afraid there is a bit more then this... Even if I use a custom module in the masthead position and assign it to the individual articles it does not show...

        Actually NO module of any kind is working and showing on the individual articles, none of the footer menus, no masthead etc... basically absolutely no module is working ...this can be the idea?

        Something is wrong here !

        Heiko

        Hi Heiko,

        I checked an article page: /en/publications/202-hca-expands-office-in-thailand and the masthead is showing now, did you get it solved?

          saguaros YES, see the EDIT I did on my previous post... found the issue...

          Thanks,

          Heiko

          Write a Reply...
          You need to Login to view replies.