*

driione

  • ***
  • 21 posts
Re: New backoffice interface
« Reply #15 on: April 02, 2016, 08:21:16 PM »
you are right,@frosticek is a master good developer, but I thought it worked well before the update

*

Seti

  • ***
  • 30 posts
Re: New backoffice interface
« Reply #16 on: April 02, 2016, 08:28:22 PM »
Hi,

Yes I am not worried, @frosticek is the best. Love his work and especially the great support. Was just pointing out that I also have the same issue as driione. I am sure it will be resolved within a couple of days.

*

Seti

  • ***
  • 30 posts
Re: New backoffice interface
« Reply #17 on: April 02, 2016, 09:22:52 PM »
HI,

Just  a quick update, I have just upgraded to zara 1.1.5 but still missing Location selector : show location on homepage. also the option for location auto select on or off.

 

*

Ghany

  • ****
  • 227 posts
Re: New backoffice interface
« Reply #18 on: April 02, 2016, 10:00:58 PM »
yes @seti issue not solved
Unlock the power of visibility without breaking the bank - https://www.adycart.in/

*

Seti

  • ***
  • 30 posts
Re: New backoffice interface
« Reply #19 on: April 02, 2016, 10:07:50 PM »
Hi,

I have deleted the theme, reinstalled version 1.0.8 and the upgraded directly to 1.1.5 skipping version 1.1.4. This somehow worked and now can see the select location on home page. http://www.expatn.com

This is not really a fix, because still missing Location selector : show location on homepage option in admin cpanal. also the option for location auto select on or off missing in cpanal.

*

slicer

  • ****
  • 204 posts
Re: New backoffice interface
« Reply #20 on: April 02, 2016, 10:23:48 PM »
Hey guys, yeah this seems to be a bug, just don't panic bugs happens in every software every day so, this is a good piece of work, I love it.  Lets just report it and let the developer know about this, I'm pretty sure we'll get a fix soon.

Reporting the same issue with Location Icon that just disappear as soon as you make any change in the admin I tested reinstalling many times from the ground and thats it.

^_^

*

slicer

  • ****
  • 204 posts
Re: New backoffice interface
« Reply #21 on: April 02, 2016, 10:36:21 PM »
HI,

Just  a quick update, I have just upgraded to zara 1.1.5 but still missing Location selector : show location on homepage. also the option for location auto select on or off.

I'm not a programmer, this not the right way to do it but I found a quick solution myself, go to phpmyadmin and find  this table: oc_t_preference => insde it you will find too many things, just go directly    [home_location]  and set the string to 1 and the magic happens, it turns on the Location Icon manually.

I solved this while the developer fix it in another version.

~_^

*

MB Themes

Re: New backoffice interface
« Reply #22 on: April 02, 2016, 10:41:05 PM »
@Slicer, Seti
Home location selector option was accidentally removed from theme settings in latest version. We will add it shortly.
Meanwhile you only need to go into file:
oc-content/themes/zara/inc.category.php

Find:
Code: [Select]
<?php if(osc_get_preference('home_location''zara_theme') == && osc_is_home_page()) { ?>
Replace with:
Code: [Select]
<?php if(osc_is_home_page()) { ?>
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

slicer

  • ****
  • 204 posts
Re: New backoffice interface
« Reply #23 on: April 02, 2016, 10:56:19 PM »
@frosticek a quick question:

I tried to rename zara - theme folder to something that fits my domain name, everything seems to work fine but... languages doesn't work no matter how I tried copying the same translation folder to themes/mysite/language/* setting it to *langxx* whatever I do looks like its locked to default english

Am I doing something wrong?  :-[ :-[  :-\

Thanks for your time.

*

driione

  • ***
  • 21 posts
Re: New backoffice interface
« Reply #24 on: April 03, 2016, 12:02:25 AM »
Thanks ;D frosticek

*

MB Themes

Re: New backoffice interface
« Reply #25 on: April 03, 2016, 09:46:51 AM »
@slicer
We will not provide any support to renaming of our products.

@driione
Theme updated
« Last Edit: April 03, 2016, 10:04:07 AM by frosticek »
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

driione

  • ***
  • 21 posts
Re: New backoffice interface
« Reply #26 on: April 03, 2016, 11:00:05 AM »
thank you for your speed frosticek

*

slicer

  • ****
  • 204 posts
Re: New backoffice interface
« Reply #27 on: April 03, 2016, 06:43:43 PM »
@slicer
We will not provide any support to renaming of our products.

@driione
Theme updated

Sorry about that  :-[ @frosticek this is not exactly my intention and I will stop trying immediately. what really want is some sort of file Obfuscation or merge all files into a cache so we reduce the number of requests and so, something like Prestashop cache method.

Is there any way to do this with osclass and Zara I would buy it for sure.

*

MB Themes

Re: New backoffice interface
« Reply #28 on: April 03, 2016, 07:37:03 PM »
@slicer
You should check for some cache plugin for osclass...
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots