Questions and answers about change of functions, design, hosting etc.
Moderators: Koduc, Xpycm
Forum rules
Pay attention! Forum is not a means for guaranteed support of clients and users. An answer as well as a quick answer is not supposed on the forum. We post messages as soon as possible.
The message limit on the forum is 3 messages per day.
If you want to say "thank you" then use the function "Give good reputation point", which is a green icon "plus" under the nickname of the person, who answered the message.
by capitald » 05 Mar 2017, 12:50
Hi there, is it possible to remove the categories listing from the center if the footer between about us and contact us, as we don't need to use it in the layout of our website?
Our site for reference is
www.unlimitedtech.co.nzThanks,
Damian
-
capitald
- Stranger
-
- Posts: 1
- Joined: 05 Mar 2017, 12:41
- Reputation point: 0
by andipas » 06 Mar 2017, 10:34
The data can be edited in a file - protected/views/layouts/main.php
- Code: Select all
<li class="second-col">
<div class="widget-block">
<h4><?php echo tc('Категории');?></h4>
<ul class="menu-categories page-text">
<?php foreach ($this->bottomCatalogCategories as $key => $item) :?>
<li><a href="<?php echo CatalogCategory::getCatIdUrl($item['id'], $item['title']); ?>"><?php echo CHtml::encode($item['title'].' ('.$item['count'].')'); ?></a></li>
<?php endforeach; ?>
</ul>
</div>
</li>
-
andipas
- Web Developer
-
- Posts: 156
- Joined: 28 Dec 2011, 22:37
- Reputation point: 1
by stewartcristan » 16 Mar 2017, 14:33
If it were possible to remove these links in the footer from within the Admin Control Panel.
-
stewartcristan
- Stranger
-
- Posts: 3
- Joined: 08 Mar 2017, 16:01
- Location: india
- Reputation point: 0
-
by Xpycm » 19 Mar 2017, 18:49
No. Only in protected/views/layouts/main.php file
-
Xpycm
- Web Developer
-
- Posts: 281
- Joined: 30 Dec 2011, 11:06
- Reputation point: 2
-
Return to Questions and help for changes
Who is online
Users browsing this forum: No registered users and 1 guest