*

rejja

  • ***
  • 26 posts
[HELP]Zara theme Message Box
« on: March 02, 2016, 02:00:07 PM »
Hello where can i find the message box from the bottom right(This theme is ownership of MB-Themes)?
Another question if there is a solution to display a "Show all ads" link in mobile version?
Thanks
« Last Edit: March 02, 2016, 02:05:05 PM by rejja »

*

MB Themes

Re: [HELP]Zara theme Message Box
« Reply #1 on: March 02, 2016, 03:13:27 PM »
@rejja
This message is shown only on mb-themes.com domain and it's subdomains.
You can remove whole code in header.php

You can add such link with following code:
Code: [Select]
<a href="<?php echo osc_search_url(array('page' => 'search'));?>"><?php _e('See all offers''zara'); ?></a>
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

rejja

  • ***
  • 26 posts
Re: [HELP]Zara theme Message Box
« Reply #2 on: March 02, 2016, 03:23:40 PM »
I mean how can i enable that message  :D
Where i need to put the link code to mobile version?
Thank you

*

MB Themes

Re: [HELP]Zara theme Message Box
« Reply #3 on: March 02, 2016, 03:40:30 PM »
@rejja
You cannot enable that message.
I suppose to main.php, there is no mobile version of files, only CSS styles related to mobile devices.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots