Page 1 of 1
Version 1.33 footer bar....
Posted:
11 Aug 2020, 23:50
by Simey
Hi, I've tried to search the forum, but I can't find a reference regarding how to remove "List your Property" and "Booking a Property" from the footer bar towards the bottom of the screen. I apologize if the solution is already out there, and if so perhaps someone can point me in the right direction. And if it isn't there, I would certainly like advice. Thanks in advance.
Re: Version 1.33 footer bar....
Posted:
12 Aug 2020, 13:24
by andipas
In file - themes\basis\views\layouts\_footer.php
delete
- Code: Select all
<li><a href="<?php echo Yii::app()->createUrl('/booking/main/mainform') ?>"
class="slow btn btn-default fancy"><?php echo tt('Reserve apartment', 'common') ?></a>
</li>
<li class="plus"><a href="<?php echo Yii::app()->createUrl('/guestad/add') ?>"
class="slow btn btn-primary"><?php echo tc('List your property') ?></a></li>
Re: Version 1.33 footer bar....
Posted:
18 Aug 2020, 19:03
by Simey
I am sorry but there is no file called _footer.php in that directory.
Re: Version 1.33 footer bar....
Posted:
19 Aug 2020, 09:01
by Xpycm
Hello,
are you using the free version? then - themes/atlas/views/layouts/main.php
Re: Version 1.33 footer bar....
Posted:
31 Aug 2020, 19:03
by Simey
I could not find that text in the file either. I did however find <div class="footer_links_block"> I then rem'd out the next three lines. I then found underneath the <div class "footer_request_block"> and rem'd out the next two lines up to and including </a> . It seems to have worked fine, however I don't claim to be an expert so perhaps someone could confirm that this is a good way to do it? Thanks for the help anyway.
Re: Version 1.33 footer bar....
Posted:
01 Sep 2020, 13:06
by Foton
If it worked, then the way is good