Close

Profile: ZornitsaIvanova

Avatar

User posts

Bugs
7 years ago

Hello Darius,

Thank you for reporting this issues. There are available updates for the Prisma theme and the AjaxCart plugin with the fixes included.




Hello joster,
Probably there was some cache at your site. There is no reason why this should not work. Please try again to put the styles into 'Custom Head Styles' and clear the cache from the administration and from the browser. Because if you leave them in the styles file in plugin when you update the plugin the changes will be lost.
Hope that will help you.

Hello joster,
The right-column layout is by design.
If you insist on having it at left go at the theme settings in the administration and there you will found section named 'Custom Head Styles'. Paste the following there:

.blog-pages-body .side-2 {
    float: left;
}
.blog-pages-body .center-2 {
    float: right;
}

Hope that will help

8 years ago

In practice you can, but it is not in order. Maybe (there is a huge chance) some of the plugins to  look 'broken' or not work properly so it is not recommendable.
If you consider upgrading to newer version you can wait till October when we will upgrade to version 4.0.

8 years ago

Hello,
There are two options:
1. In case you want to get the view from our demo you have to update your theme with the latest version.
Or:
2. On the other hand mostly of your product pictures are landscape. In this case I will advice you to make them fill the full width of the window. This can be achieved with adding some custom css to the 'Custom Head Styles' section in the administration. Just paste the following in it :

.gallery .picture {
    width: auto;
}


Hope that will help you

8 years ago

Hi,

Could you please submit a ticket and give us login credentials so we could check what is the problem.

8 years ago

Hello,
In order to have the -/+ buttons firstly you should enable the ajax cart for mobile devices. To do  this go to Configuration >> Settings >> All settings (advanced) and search there for this option "nopajaxcartsettings.enableonmobiledevices" make sure it is set to true. As I can see you have enabled the Product Quantity Textbox (I see it in your desktop resolutions). but just to be sure please search for 'nopajaxcartsettings.enableproductquantitytextbox' and check if it is set to true.
Hope that will solve your issue.

8 years ago

Hello,
As I can remember this is your site - http://weircomfees-001-site1.dtempurl.com . You have some custom mark up with inline style.  Try to remove it and then go to the 'Custom Head Styles' section in the administration and add the following css :

.overview .short-description {
    font-size: ;
}

and type the desired font size in pixels after the colon.
Hope that will solve your issue

8 years ago

Hello,
This is the styling of the image squares and there is nothing to be done without breaking the design concept. I will recommend you to apply your solution and left only one or two letters. The only thing that could help to have a better look is to have the images square with 30px width and 30px height.
Hope that helps you

8 years ago

I recommend to make your customizations in the Custom Head Styles administration, because if someday you want to update your theme with our latest version you will lose your changes. The style you need to put in there in order to overwrite the fonts is :


.justAFixingDivBefore, div.header-menu,
.header-menu > ul > li > a, .header-menu > ul > li > span,
div.carousel-title span {
  font-family: '';
}


And put the name of the font you want to use in the quotation marks.
Hope that helps