*

pare

  • *
  • 2 posts
Hi,

I've bought your theme today and I like it, looks nice and clean. Thought you use Bootstrap, but it isn't :) what do you use? is there anywhere an info to use a grid system etc.? like to change something.

Here some points from me:

1. On Zara product page to order this nice theme you wrote: "Also Zara theme contains Favorite items plugin that is premium (paid) and is exclusively delivered with this theme for free and fully integrated to it." within the downloaded zip file, there is no "favorite items plugin" and on installed version i cant find the options for users. What do I wrong or have i misunderstood the line above, that the plugin is included?

2. How is it possible to show own pages on mobile menu?

3. Is it possible to show latest items on mobile FrontPage?

4. It would be nice if it were possible to setup some page sections within the adminare to show on mobile or not.

good luck with sales for this nice theme and thanks for reply
pare

*

MB Themes

@pare
We use only own code, no framework.

1) It is included, but you probably did not install plugins. Please check readme file
2) If I understand correctly, you cannot add some links to mobile menu only. It is possible, but require good knowledge of osclass (but still might not be successful)
3) It is possible (but I do not recommend it) by adding bellow listed code to file:
oc-content/themes/zara/style.css

Code: [Select]
.content.home #latest.white {display:block!important;}

4) osclass does not support such functionality and the solution would not be so nice
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

pare

  • *
  • 2 posts
hi frosticek

thanks for fast reply.

sorry, i have not seen the plugins.zip, now, all is fine :)

regarding my point 2: yes i've created an custom page in osclass admin with terms and conditions and like to show a link to this page on mobile version. on the desktopversion all is fine, the link to the page is shown. on mobile version there is nowhere this link. i have some further skills in php and html so if you have an tip to me where i have to setup the code, it would be nice.

regarding my point 4: you have some informations like the "partners" section. it would be nice if in the theme configuration were an checkbox to set it visible or hidden on mobile version. that was my suggestion. the same could be possible with point 3 of my first question.

regarding point 3: thanks for code, i check this :)

regards
pare

*

MB Themes

@pare
2) There is no code in theme to hide any links from menu, it must be defined somewhere in plugin
4) As I told, it is not easy and not 100% reliable to create functionality to show/hide elements on mobile/desktop, as you do not have any control over hooks, everything needs to be done in theme that does not seem interesting.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots