Close

Profile: Aleks

Avatar

User posts

10 years ago

Hi clubfredd,

could you provide us with a link to your website or information about what theme are you using ?

Best Regards,
Nop-Templates Support Team

10 years ago

zjerry wrote:
Appears on entering product details.
Can be seen at the theme demo site as well both in IE10 and Chrome.


Hi zjerry,

we've fixed the problem and now the loading massage appears as it should.
The fix is inside the CloudZoom.css, so you can download the latest version of your package and replace your existing file with the new one, or copy this code :

    height: 18px !important;
    line-height: 18px !important;


to the .cloud-zoom-loading selector inside your current CloudZoom.css file.

Best Regards,
Nop-Templates Support Team

10 years ago

shayt wrote:
Dark Orange,

i don't have this plugin in a live site, because until it fixed, it's doesn't look good,
so it's only in my local computer.

do you have a RTL theme in your demo site with this plugin ?

Shay


We are currently working on the RTL support for 3.0 DarkOrange and NopClassic themes and plug-ins and around Wednesday next week these themes will have complete RTL support!
We will let you know when its done :)

Best Regards,
Nop-Templates Support Team

10 years ago

shayt wrote:
Hi,

i want to use Instant Search,
and the search results are too much to the left.
the problem happens when my screen resolution is wide (1900)
if i resize my screen to around 1000, the results are getting near the right place.

i am using RTL theme !

could you please check.

Thanks,
Shay


Hi Shay,

could you please tell us which theme are you using (also if you could provide a link to your website), so we could investigate the problem ?

Best Regards,
Nop-Templates Support Team

10 years ago

rgujral wrote:
The text shown as ' notify me when available' does not show up unless we hover on to this text. when we hover, the red text would appear, if not, it would not be visible. It is on product details page when product is out of stock.

please let me know what is the issue and the fix.

Regards


Hi rgujral,

could you provide us with a link to your website, so that we could see what the problem is exactly and suggest a fix ?

Best Regards,
Nop-Templates Support Team

10 years ago

zjerry wrote:
Works perfectly - thanks!


You are welcome, zjerry!

If you have more question or problems don't hesitate to ask. We are at your disposal :)

Best Regards,
Nop-Templates Support Team

10 years ago

zjerry wrote:
Thanks.
Can you please point me what changes you've made so I could apply them to my already modified styles.css?


Yes, of course.

1. The fix for the overlapping elements - you should add this style z-index:1002; to the class .ui-dialog

2. For the Privacy Policy in the EU dialog you should add this code, after the .ui-dialog-buttonset button:hover selector :

#eu-cookie-law-privacyinfo .topic-html-content {
    margin: 10px 0 0;
}
#eu-cookie-law-privacyinfo .topic-html-content-title {
    background: none;
    margin-bottom: 10px;
    padding-bottom: 0;
    font: bold 24px/24px "Times New Roman", Times, serif;
}
#eu-cookie-law-privacyinfo .topic-html-content-body {
    max-height: 200px;
    overflow-y: scroll;
}
#eu-cookie-law-privacyinfo .topic-html-content p {
    margin: 0;
}


Best Regards,
Nop-Templates Support Team

10 years ago

zjerry wrote:
When UE cookies warning dialog appears, due to browser window size, in the Anywhere Sliders area - then it disappears or is partially overlapped when sliders animates...
Also the Mega-menu overlaps the UE dialog.
There is an option to see the Privacy Info topic in the UE dialog. When one chooses to see that within the dialog then its size (in my case) becomes very tall. It would be convinient to implement the fixed size dialog with vertical scrollbar as it is done when you read the terms of service in dialog during checkout.


Hi zjerry,

thank you for pointing out these issues. We've fixed everything and now you can download the latest package. Replace your existing "styles.css" with the one in the package to apply the fixes.

Best Regards,
Nop-Templates Support Team

10 years ago

rama wrote:
It is working fine, thanks.

<div class="page category-page">
after changing picture format I try to keep 3 pictures in one line as as it is if  picture width: 230px.
I have to add some pixels for width in <div class="page category-page">
and can not find in css the position where this is determinded.

Best regards.


Hi rama,

if you need more space on a single line you should change the width value in two selectors :

1. The <div> with class ".center-2"
2. The <div> with class ".master-wrapper-content"

Best Regards,
Nop-Templates Support Team

Bugs
10 years ago



Hi manager,

thank you for pointing out these bugs. There are a couple of things we did to fix them:

1. The border that you see on the right is actually part of the image, so we removed it. Now, if you prefer, you could set border to the coin slider.

      - download the package and use the new version of the image;

2. In order for the coin slider to be separate from the JCarousel (or other elements below it) we've added a bottom margin.

      - you should update your AnywhereSliders plug-in by following these five easy steps - How to update a nopcommerce plug-in ;

Best Regards,
Nop-Templates Support Team