OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
single category doesn't show the title of the page (0 viewing) 

Joomla Real Estate

Go to bottom Favoured: 0

Single category doesn't show the title of the page

msmgin (User)
Junior Boarder
Posts: 35
graphgraph
User Offline Click here to see the profile of this user
single category doesn't show the title of the page 9 Years, 11 Months ago
Karma: 0  
Dear ,
when I create a menu for the type of all houses , it show me the title of the page or my menu title, but when I select other menu for the type of ( single category ) it doesn't show me the title even when we adjust the menu from page display option.

please see the attached image and advice me how to fix it.

thanks,
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8243
graph
User Offline Click here to see the profile of this user
Re:single category doesn't show the title of the page 9 Years, 11 Months ago
Karma: 101  
hello,

because our designer created that in so style,

you may full rebuild that layout
{your site}/templates/ordasofttemplate-royalestatetemplate/html/com_realestatemanager/alone_category/default.php

and add some like
Code:

        <?php echo $currentcat->header; ?>

before
Code:

        <?php echo $currentcat->descrip; ?>


Thanks,
Ordasoft team
Logged Logged
The administrator has disabled public write access.
msmgin (User)
Junior Boarder
Posts: 35
graphgraph
User Offline Click here to see the profile of this user
Re:single category doesn't show the title of the page 9 Years, 11 Months ago
Karma: 0  
after adding this code , it still doesn't show me the correct result in both ( list view & default view )
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8243
graph
User Offline Click here to see the profile of this user
Re:single category doesn't show the title of the page 9 Years, 10 Months ago
Karma: 101  
Hello

For list view - you need add before code to
{your site}/templates/ordasofttemplate-royalestatetemplate/html/com_realestatemanager/alone_category/list.php

and for show like at your example need add for text some style, as example code must look like next

Code:

<div class="componentheading">
    <?php echo $currentcat->header; ?>
</div>



Thanks,
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
Go to top
»