VISIT AND LIKE OUR PAGE ON FACEBOOK
TAKE A LOOK AT OUR TWEETS ON TWITTER
SUBSCRIBE TO THE JOOMFREAK RSS FEED
VISIT OUR CHANNEL ON YOUTUBE

Account Details

Change your name, email, password or permanently delete your account. Change settings

We offer several ways you can get support from our experts: Support ForumKnowledgebaseNewsletter

Your Forum Posts

No posts to display.

Welcome, Guest
Username Password: Remember me

Change content of Page header
(1 viewing) (1) Guest
  • Page:
  • 1
  • 2

TOPIC: Change content of Page header

Change content of Page header 12 Aug 2019 15:52 #11749

Hi,

I'm trying to find how to display "Refills" instead of the current "Blog Post" text on the div id="intro" section. Where can I modify that for all my pages?
Attachments:
  • Attachment This image is hidden for guests. Please log in or register to see it.

  • Posts:16
  • d0ben
  • Fresh Boarder
  • OFFLINE
  • Karma: 0

Re: Change content of Page header 16 Aug 2019 02:38 #11757

Hi,
We use "Blog Post" text for all k2 item. Do you want each item has other text?

joomfreak

  • Posts:2940
  • isupport
  • Moderator
  • OFFLINE
  • Karma: 0

Re: Change content of Page header 16 Aug 2019 14:48 #11759

I since then changed the structure and just used Joomla built-in Articles. I found if I enable "Show Page Heading" and enter the text I want, it will display it as the Page header (like the attached screenshot). So that part is working.

It allows it for components as well, however, for some reason I cannot do that for Hikashop (Categories listing). It just shows a blank page header without any text.
Attachments:
  • Attachment This image is hidden for guests. Please log in or register to see it.

  • Posts:16
  • d0ben
  • Fresh Boarder
  • OFFLINE
  • Karma: 0

Re: Change content of Page header 19 Aug 2019 02:49 #11764

Can you please send me the super admin access via private message system?

joomfreak

  • Posts:2940
  • isupport
  • Moderator
  • OFFLINE
  • Karma: 0

Re: Change content of Page header 21 Aug 2019 03:08 #11768

I have changed code on your site to show page header.
 
<?php if($menuparams->get( 'page_heading' )) { ?>
<h1><?php echo $menuparams->get( 'page_heading' ); ?></h1>
<?php } elseif ($option == 'com_k2' && $view == 'item') { ?>
<h1><?php echo JText::_('TPL_JF_CRYPTO_BLOG_POST'); ?></h1>
<?php } ?>
 


joomfreak

  • Posts:2940
  • isupport
  • Moderator
  • OFFLINE
  • Karma: 0

Re: Change content of Page header 22 Aug 2019 20:55 #11773

Thank you! Which file did you change? If I look at for instance the /locations/gobles page, then it is still blank

  • Posts:16
  • d0ben
  • Fresh Boarder
  • OFFLINE
  • Karma: 0
  • Page:
  • 1
  • 2
Time to create page: 0.96 seconds
Friday 29 March 2024

joomfreak is not affiliated with or endorsed by the Joomla Project or Open Source Matters.
The Joomla logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.