Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 31/12/2023 New Year SALE

    We are glad to announce New Year SALE. 25% discount for all our extensions. Use NY24 coupon code. Hurry up the discount is valid till 7 January.

  • 21/11/2023 BLACK FRIDAY 23 is coming

    BIG SALE, 35% discount for all our extensions. Use BF23 coupon code. Hurry up the discount is valid till 27 November.


2Checkout.com, Inc. is an authorized retailer of goods and services provided by ARI Soft. 2CheckOut




Follow us on twitter



Welcome, Guest
Please Login or Register.    Lost Password?

Show Page Heading not displayed
(1 viewing) (1) Guest
component
Go to bottomPage: 1
TOPIC: Show Page Heading not displayed
#60138
Show Page Heading not displayed 7 Years ago Karma: 2
Good day!
A menu is created that displays a list of all available quizzes. In the menu settings - Show Page Heading. On the site - is not displayed. Help solve this problem.
Last Edit: 2017/04/14 07:51 By stepan39.
The administrator has disabled public write access.
 
#60139
Re:Show Page Heading not displayed 7 Years ago Karma: 747
Hello,

If want to show a custom page heading which is defined in "Page Display -> Page Heading" parameter in menu item settings then open <joomla_directory>/components/com_ariquiz/views/quizzes/tmpl/default.php file and add the following code before <?php if (empty($this->quizzes)): ?> code:

Code:


<?php if (JFactory::getApplication()->getParams()->get('show_page_heading')) : ?>
<div class="page-header">
<h1> <?php echo JFactory::getApplication()->getParams()->get('page_heading'); ?> </h1>
</div>
<?php endif; ?>



Regards,
ARI Soft
The administrator has disabled public write access.
 
#60140
Re:Show Page Heading not displayed 7 Years ago Karma: 2
Thanks, its works!
This should be in the current release
The administrator has disabled public write access.
 
Go to topPage: 1