Close

Bugs

hristo
one year ago
#22175 Quote
Avatar
  • Moderator
  • 172
nasser_yacout wrote:
Hello

When Change to RTL the slider images disappear.


Hello Nasser.

Do you have a RTL language properly set up? If you just switch to RTL without having a language that is set up as "RTL" in the administration, there will be no "rtl" direction attribute added to your site, and the slider needs that to display the RTL images properly.
Regards,
Hristo Gospodinov
Nop-Templates.com
IntactCliqxTeam
11 months ago
#22180 Quote
Avatar
  • 3
Categories can not be displayed on the website homescreen if it doesn't have any children categories
It causes the website to crash and display an error referencing @await widget zone


Is there a way to prevent this crash?
hristo
11 months ago
#22181 Quote
Avatar
  • Moderator
  • 172
bluerocksystems wrote:
Categories can not be displayed on the website homescreen if it doesn't have any children categories


Hello bluerocksystems.
We are not able to reproduce your issue, the HomePage categories work normally at our end, both with or without sub-categories.
If you have any modifications on any files, you have to double check that.
If not, please open a support ticket at nop-templates.com and provide us with admin access to the website so we can log in and check the error logs, etc.
Regards,
Hristo Gospodinov
Nop-Templates.com
jakubz
6 months ago
#22270 Quote
Avatar
  • 182
Hi, we actual found error on our order completed page in:

<script id=instantSearchItemTemplate type=text/x-kendo-template>
                
    <div class="instant-search-item" data-url="${ data.CustomProperties.Url }">
        <a class="iOS-temp" href="${ data.CustomProperties.Url }">
            <div class="img-block">
                <img src="${ data.DefaultPictureModel.ImageUrl }" alt="${ data.Name }" title="${ data.Name }" style="border: none">
            </div>
            <div class="detail">
                <div class="title">${ data.Name }</div>


Probably this type=text/x-kendo-template (after this our webbrowser show "codes not work" should be in "" but i can't to find this.

We use Nop-Templates Pacific theme, but 4.40.04 version and can't this year update it. Maybe you can help me to find where i should change this?