Close

Profile: UserThomas

Avatar

User posts

Bugs
10 years ago

Support wrote:
New bug:  not sure if I should post this here or on the product ribbons forum, but here it is.

It also doesn't appear to use the "text" box correctly. It just displays a small red box.

Hi Thomas,

Thank you for your feedback!

It was actually a bug that we have fixed. In order to integrate the fix you can edit your Plugins\SevenSpikes.Nop.Plugins.ProductRibbons\Styles\Ribbons.common.css file as shown below:

.ribbon-text {
  border-radius: 3px;
  box-shadow: inset 0 1px 0 #ea2626, 0 1px 2px #999;
  background: #c00; /*old browsers*/
  background: linear-gradient(#e60000 0%,#b30000 100%);
  padding: 7px 10px;
        font-size: 12px;
}

The line in bold is the one that should be added.

Thus by default the ribbon text will be 12px. If you want to change this you can do this per ribbon from the administration of the plugin. There is a textbox called "Ribbon text style:" where you can enter styles for the text on the ribbon.
You can also change the styles for the ribbon itself by entering your style in the "Ribbon style:" textbox.

Hope that helps!


Thanks! This fixed the text issue but the position drop down doesn't work.  All the ribbons display in the bottom middle still, regardless of what it is set to.  Any thoughts?

Bugs
10 years ago

On my local machine, the only code I have in the custom.css file is the color lines I listed above and it still does it.

Here is the site with all the changes applied.

uat.premierdesignsincentives.com

10 years ago

It has to do with the custom.css file you have been helping me on.  The browser only accepts some of the settings.

Ex: it does accept the color changes but it does not accept the code to move the right column to the left side.

10 years ago

IE 8 support?

Some of the css settings do not appear to work in Internet Explorer 8.  I couldn't find if it was supported or not.   Can you tell me?

Bugs
10 years ago

UserThomas wrote:
New bug:  not sure if I should post this here or on the product ribbons forum, but here it is.


It also doesn't appear to use the "text" box correctly. It just displays a small red box.

Bugs
10 years ago

UserThomas wrote:
New bug:  not sure if I should post this here or on the product ribbons forum, but here it is.

Bugs
10 years ago

New bug:  not sure if I should post this here or on the product ribbons forum, but here it is.

The ribbons "position" setting doesn't seem to control anything in this theme.  It always shows the ribbons in the bottom middle of the small and big images regardless of the setting.

Support wrote:

Hi Thomas,

There should be no issues with the image zoom if the picture is 1000px wide and height. If you have a look at our demo the size of the image picture is 700 x 700 and the cloud zoom works fine. Can you send us a link to your website so that we can have a look and the Cloud Zoom settings from the administration so that we can compare them with the default ones.

Best Regards!


Upgrading to 3.3 has resolved this issue. Thanks for the help!

Bugs
10 years ago

UserThomas wrote:
When I copy the code in the style.css (lines 4216 to 4476) file to my custom.css file, the quickview does not correctly invert the colors. It looks like only the background color does not change on hover. It should turn from the set color to white.

I don't make any changes to the code, just copy paste. If I do change the color hex, the same things happens, just with the new color.

Other buttons work fine ie: All the buttons on the shopping cart page (update shopping cart, continue shopping, checkout...)


Getting the same issue with the mini-cart Go To Cart button.

Bugs
10 years ago

When I copy the code in the style.css (lines 4216 to 4476) file to my custom.css file, the quickview does not correctly invert the colors. It looks like only the background color does not change on hover. It should turn from the set color to white.

I don't make any changes to the code, just copy paste. If I do change the color hex, the same things happens, just with the new color.

Other buttons work fine ie: All the buttons on the shopping cart page (update shopping cart, continue shopping, checkout...)