Errors of the version 1.28.2

Write about issues that you have found.

Moderators: Koduc, Xpycm

Forum rules
Pay attention! Forum is not a means for guaranteed support of clients and users. An answer as well as a quick answer is not supposed on the forum. We post messages as soon as possible.

The message limit on the forum is 3 messages per day.
If you want to say "thank you" then use the function "Give good reputation point", which is a green icon "plus" under the nickname of the person, who answered the message.

Errors of the version 1.28.2

Postby support » 31 Jan 2019, 11:02

Errors of the version 1.28.2
Last edited by support on 17 Mar 2019, 09:58, edited 1 time in total.
support
Citizen
Citizen
 
Posts: 136
Joined: 28 Dec 2011, 13:14
Reputation point: 0

Re: Errors of the version 1.28.2

Postby andipas » 05 Feb 2019, 11:22

In the mobile version there are hidden section buttons when viewing an object.

In the file themes/basis/assets/css/media-queries.css

delete css style
Code: Select all

    
.tab_header {
        display: none;
    }


After changes styles in a file, you must clear the site cache. You can do it in section - Settings - Site maintenance - Press the buttons “Clear folder "assets" and “Clear folder "runtime".
andipas
Web Developer
Web Developer
 
Posts: 156
Joined: 28 Dec 2011, 22:37
Reputation point: 1

Re: Errors of the version 1.28.2

Postby andipas » 08 Feb 2019, 11:04

Error: new references were added via the form editor are not displayed

To fix, in the file - protected\modules\formdesigner\models\FormDesigner.php

Replace the code:
Code: Select all

                    
|| ($item['for_sale'] != $forSale)
                    || (
$item['rent'] != $rent)
                    || (
$item['buy'] != $buy)
                    || (
$item['exchange'] != $exchange)
  

on:
Code: Select all

                    
&& ($item['for_sale'] != $forSale)
                    && (
$item['rent'] != $rent)
                    && (
$item['buy'] != $buy)
                    && (
$item['exchange'] != $exchange)
  
andipas
Web Developer
Web Developer
 
Posts: 156
Joined: 28 Dec 2011, 22:37
Reputation point: 1


Return to Issues

Who is online

Users browsing this forum: No registered users and 4 guests

cron