Close

Profile: Valentin

Avatar

User posts

Style Bugs
6 years ago

jakubz wrote:
Oh, can you tell me if element theme variant 1 is supported?


Hello jakubz,

yes, the Sale of the day plugin is styled and fully supported by the Element theme.

toanhnt wrote:

This change is available for version 4.1 only or 4.0 as well? Let me ask my developer if he can change it.
Thanks


Hello toanhnt,

to answer your question - this change is available for the current version which is 4.1 and all the future versions.

toanhnt wrote:
Greetings to all,

the localized URL`s for the info-boxes have been added in the Emporium theme and an update has been released.

If you update your theme, the changes will apply on your site too.

Have a nice day!

thank you for the change. Is there a way you can post how to implement the change here. My developer has made so many modifications to the theme. He said it will take much time for him to upload new theme and copy changes. Thanks


Hello toanhnt,

the required change is only in the theme`s plugin so you can replace only that and it will work. Make a back-up copy of it just in case, it is this folder:

~ Presentation\Nop.Web\Plugins\SevenSpikes.Theme.Emporium

Then replace it with the same folder from the theme package that you downloaded.

Hope clarifies things a bit.

Greetings to all,

the localized URL`s for the info-boxes have been added in the Emporium theme and an update has been released.

If you update your theme, the changes will apply on your site too.

Have a nice day!

toanhnt wrote:
Could you notify us here after implementation? thank you


Hello again toanhnt,

for sure we will inform you by posting here as soon as the task is done.

Have a nice day!

6 years ago

[email protected] wrote:
Hello, I needed to enlarge the logo, is it somehow done in setup or command?


Hello [email protected],

if you need to enlarge the logo you need to upload a bigger image and then add the following code to your theme`s Custom Head Styles section (it located in your admin panel -> Nop-templates -> Themes -> Emporium -> Settings):


@media all and (max-width: 1024px) {
     .mobile-logo .logo {
           width: auto;
           height: auto;
     }
     .mobile-logo img {
          position: static;
          top: 0;
          left: 0;
          -webkit-transform: none;
          -ms-transform: none;
          transform: none;
     }
}

@media all and (min-width: 1025px) {
     .header-lower:after {
          content: '';
          display: block;
          clear: both;
     }
     .header-logo {
          max-width: 20%;
     }
     .header-logo a img {
           max-height: none;
     }
}



However, I need to warn you that in the Emporium theme we have intentionally restricted the logo size to always fit the header and if you make it larger it might cause layout issues.

Hope this was helpful.
Have a nice day!

toanhnt wrote:
Hi, I need to add different url to second language for the info boxes. There is no point of having multi-language then point the url to English page. Please help

Hello toanhnt,

thank you for your consideration. That is a good suggestion and we will schedule it for implementation.

Hi,
When you say you will schedule for implementation, will that going to be for the next version or version 4.0 and 4.1? Thank you


Hello again toanhnt,

it will most probably be implemented in version 4.1 and available in every version from that point on.

toanhnt wrote:
Hi, I need to add different url to second language for the info boxes. There is no point of having multi-language then point the url to English page. Please help


Hello toanhnt,

thank you for your consideration. That is a good suggestion and we will schedule it for implementation.

madisonj wrote:
The AddThis Social Media Sharing buttons are disabled in ArtFactory Theme in nopCommerce 4.1

Any particular reason why?


Hello madisonj,

the social sharing buttons on the product page of Art factory have been always hidden for design reasons, and not only in v4.1.

However, they are still there and if you like to show them, you can add the following code to your themes` Custom Head Styles section:


.product-share-button {
     display: inline-block;
}

6 years ago

Vlad Starr wrote:
I am also getting the same error message with flickering product images, but only on the iPad version of Chrome.  I just submitted a ticker refarding the problem.  It doesn't seem to be specific to my site as it happens on the Nop Pavilliom Demo producf listing page when you try to apply a filter.


Hello Vlad Starr,

we saw your ticket and replied a while ago.

However, if anyone else encounters this issue we need to inform you that this is a bug specific for the Chrome browser on Apple devices - iPads, MACs etc.

As we investigated the issue we came across the following Google Support team forum post which gives a probable solution to the issue.