*

francesko

  • *
  • 4 posts
Hi, this is my first post.

1. When posting a listing (logged in & not logged in) on the post-item.php it shows two boxes for selecting categories:


2. If a registered user attempt to edit a listing (item-edit.php) and before editing he has clicked on any category search on the top search or main block categories it shows again 3 boxes for categories. Clearing the cookie with the icon on the right of search bar will fix it.


If you don't understand this problem, i can make a video!

-------
3. How can i change the order of the sections on the right sidebar on mobile ? Example: i want to show the contact number before description, related listening to the end etc..
4. How can i set the default view expanded for descrition, location on mobile view


Thank you!
Sorry for bad english!

*

MB Themes

Re: Possible "Bug" on Zara theme v1.2.8 | Help with section order on mobile
« Reply #1 on: September 05, 2017, 09:22:29 PM »
@francesko
1. will check that
2. Do you mean on item edit page, category is not selected correctly?
3., 4. Unfortunately theme does not have such settings, block cannot be moved.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

francesko

  • *
  • 4 posts
Re: Possible "Bug" on Zara theme v1.2.8 | Help with section order on mobile
« Reply #2 on: September 05, 2017, 10:47:49 PM »
You can see the video here: https://youtu.be/TTzn41yB_Zo

Category is selected correctly on item edit page, but when you change the search category on the top search block or select a category on the main categories block, different from the category where the listing was posted, and go to item edit page, it shows 3 boxes (instead 2 normally).

On item publish page it shows 2 boxes for selecting categories instead 1 that should be displayed normally. You can reproduce this problems on demo page too.

Another update:
On php version >= 7.1.x you will get an "ilegal string offset" error.
Code: [Select]
Warning: Illegal string offset 's_contact_name' in \oc-content\themes\zara\item-post.php on line 275 Warning: Cannot assign an empty string to a string offset in \zara\item-post.php on line 275...To fix this problem:
Edit item-post.php
On line 274 find:
Code: [Select]
$user_info = ' ';Replace with:
Code: [Select]
$user_info = (array) ' ';

*

MB Themes

Re: Possible "Bug" on Zara theme v1.2.8 | Help with section order on mobile
« Reply #3 on: September 06, 2017, 09:14:06 AM »
@francesko
Thanks
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots