*

eddy

  • ***
  • 38 posts
Re: Footer Menu
« Reply #15 on: April 23, 2018, 10:30:50 AM »
Then you just remove counts :

Code: [Select]
<div class="location">
    <?php $i_count=0;
while(osc_has_list_cities()) { ?>

<a href="<?php echo osc_search_url(array('sCity' => osc_list_city_name()));?>"><?php echo osc_list_city_name() ; ?> </a>
<?php $i_count++; 
 if ($i_count==25) {
  break;
} } ?>

</div>
Hey @Ivanko
thanks for the tips. its now showing. but one more thing. how to arrange them in column as shown in veronika demo site?
also is there a way to only show popular cities instead of alphabetical order? Thanks

*

ferry

  • ****
  • 155 posts
Re: Footer Menu
« Reply #16 on: April 24, 2018, 02:36:24 AM »
if you use original footer.php everything works fine eddy

*

zhongguo

  • *
  • 2 posts
Re: Footer Menu
« Reply #17 on: April 28, 2021, 11:06:36 AM »
I want to change the color of the menu of which folder is the file menu
veronika themes

*

MB Themes

Re: Footer Menu
« Reply #18 on: April 28, 2021, 01:25:18 PM »
@zhongguo
All styles are in CSS files, you can find it using inspect tools from your browser.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots