Close

Profile: hristo

Avatar

User posts

6 years ago

Hi,

just add this code into the custom head styles panel in your theme administration:

img {
    max-width: 100%;
}

It should fix your issue. If you still have trouble with it, please start a support ticket.

Freddy1234 wrote:
Hello

Is this something you need to do from a CSS
or do the template have any easy way changing what main text color us used?


Hi,
it depends on what you mean by "main text color".

The main theme colors (red & green by default) can be changed in the admin section. The main body text color (paragraph texts, etc, which are light grey by default) can be changed by adding a single css definition into the custom head styles panel in your administration, for example:

body {
    color: #666;
}

Just put your color of choice if this is what you are after.

All other colored elements (like solid black links, etc) can be only changed if redefined manually (either in custom head styles or in the css files).


Regards

6 years ago

popolun wrote:
Hi,

I added the following code,and it works.
.block .listbox li a:hover{
    background-color:red;
    color:#fff !important;
}

Now, I want the color stayed on the selected catalog. What should I add?
I tried the following code, but it wasn't successful.
.block .listbox li a:focus{
    background-color:red;
    color:#fff !important;
}



Hello,

the ":focus" pseudo class will not help you to change the styling of the selected catalog item. You should use the "active" class instead, it applies to the selected list item.
If you have any further questions about the theme layout and styling, please start a support ticket instead of writing in the forum.


Regards

ahmedfaramawy wrote:
Hi,

I would like any one to help me to let the trending products in mobile view two products in each row. the defaulst is one product in each row.

Regards,
Mahran



Hello,

you have to edit this setting in your administration (you can find it under "all settings"):

jcarouselgeneralsettings.responsivebreakpointsforslickslider-pavilion

Use the filter to find it and then look at its value. The default value should be this one:

[{"breakpoint":890,"settings":{"slidesToShow":3}},{"breakpoint":711,"settings":{"slidesToShow":2}},{"breakpoint":425,"settings":{"slidesToShow":1}}]

You have to change 425 to 300.

This will render 2 products on small screens for all carousels on your site. There is no way to make this change to affect only the "Trending" carousel, it will affect all.

Hello KobJaiDer,

can you please open a support ticket and provide us with a link to your site there?

Thanks

6 years ago

Hello,
can you please provide us with a link to your site (where there is a slider with directional navigation enabled) so we can inspect your current situation?

I tested the default slider on Google Nexus and Motorola G and could not reproduce the problem, the page was scrolling normally.

Hello.

Yes, you can. Just paste this code into the custom head styles panel in your theme administration:

@media all and (max-width: 480px) {
.item-box {
  width: 49%; /*two per row*/
  margin-left: 2%;
}
.item-box:nth-child(2n+1) {
  clear: both;
  margin-left: 0;
}
}

If you have any further questions please start a support ticket.

6 years ago

Hello,

is your site online?

Please open a support ticket and provide us with a link to the site so we can inspect the situation.

6 years ago

Please check the corresponding  support ticket.

Bugs
6 years ago

[email protected] wrote:
Hi support team,

We disabled both shopping cart and wish list in nop (Access control list  Public store. Enable shopping cart & Public store. Enable wishlist) however on a smartphone we continue to see both icons. How can I disable those?

tx a lot,

Rik Caerels


Hello Rik,

the shopping cart and wishlist disable option is working normally on our side. please open a support ticked and provide us with a link to and login credentials for your website so we can and inspect the situation.