Hy,
I use the template JB Newstream. I do not know why I can not make a Page heading when I add it to the menu where I'm displaying a particular comment. Why? What's the problem?
Thank you!

    informatik1
    Hi,

    You can share us the credentials of your site and tell me page which the page heading doesn't show, I will check for you.

    Regards

    Ok,
    where can I send you the credentials (user/pass) to make it safe? In response to this message?
    Refards

      informatik1 where can I send you the credentials (user/pass) to make it safe? In response to this message?

      Please Take a look HERE Point-5 to see how to keep your info Private

      Hay, I included access to joomla. Please check.
      I have the problem that it does not show me the title of the page in the "top image", but for the links where I refer to a particular contribution (in the menu settings), it shows the "factory" headlines in front of the text itself.
      An error appears here (I use Articles » Single Article):
      http://cdp.nadskofija-maribor.si/cdp3/index.php/kaj-je-center-za-duhovne-poklice

      If I use / refer to the menu settings on the Articles »Category Blog and insert the" page title "then it works.
      As this example shows ...
      http://cdp.nadskofija-maribor.si/cdp3/index.php/fgdhgfhhg

      Thanks for your help!
      Regards

        informatik1

        You're right, this template supports to show the page heading in category blog page only. To have it appears the same on single article page, you copy this file:

        [ROOT]/plugins/system/t3/base-bs3/html/com_content/article/default.php

        Paste it to this directory:

        [ROOT]/templates/newstream2/html/com_content/article/ (this directory may not exist, just create these folders)

        Then open the new file: [ROOT]/templates/newstream2/html/com_content/article/default.php

        You will see this h1 tag:

        <h1> <?php echo $this->escape($this->params->get('page_heading')); ?> </h1>

        change it to:

        <h1 class="page-title"> <?php echo $this->escape($this->params->get('page_heading')); ?> </h1>

        Regards

        a month later

        informatik1 I use the Accordion Menu. But I do not see a "badge" at every major title.

        I am unable to see accordion menu at the similar section as shown in screenshot. On the contrary, Here is the screenshot of the specific section.

        Kindly confirm if you have published the specific module enabling us to take closer look and assist thereon

        I have enable: To enable the accordion menu in a module add the module class suffix accordion to the menu module in templates setting.

        i use a "menu modul".

        what else do I need?

        thank you

          informatik1
          Try this custom css:

          #sidebar-2 .accordion .caret {
          margin-left: 150px; /*change to the value which suits your need*/
          }

          informatik1

          I'm not entirely sure of your question here, what you mean by click "refresh session"? where should I click?

          Okay, I'm sorry.
          For example: when I click on the icon / arrow to the accordion menu, then the whole page (session) is overwritten.
          But when I look at the demo version - right accordion menu (https://demo.joomlabamboo.com/index.php?theme=sep14), when clicking on the icon / arrow of the menu, the index does not change, and I can only scroll through the menu (arbitrarily and easily).
          In my case, every time you navigate through the index menu, the webpage is reloaded each time... (http://cdp.nadskofija-maribor.si/cdp3/index.php/razlocevati/razlocevanje-poklicanosti).
          What's the problem?
          Thanks!

          Hey, I fixed this. Obviously I had a problem with the menu settings.
          But I have another problem.
          I added

          sidebar-2 .accordion .caret {

          margin-left: 150px; / change to the value that suits your need /
          }
          but nevertheless I do not see on the right side "according to the icon"

            Hello, I have a few more questions. Thanks for the help.
            1. I use Module Articles Category. And I do not know why in the head of the web page, it does not show the title of a single contribution.
            How can I solve this?

            1. In the previous version of the template, lines were included in the design. Can I include them in the new template? That would be decisive!

            Thanks for your help.

            paulus1031

            I'm not familiar with the native language on your site, could you share the URL of that page?

            informatik1
            Hi,

            As I mentioned above, I'm not familiar with the native language on your site, could you share the URL of that page?

            You need to Login to view replies.