Close

Profile: UserThomas

Avatar

User posts

Bugs
11 years ago

New Bug:  order.shipments is displayed on the Order information page.  I've corrected it but thought you would like to know so you can correct it in the template.

Bugs
11 years ago

Support wrote:
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


Hi Thomas,

Would it be possible to create an admin user and send the credentials to our support account, so that we can browse the category and product page and see what might be wrong.

Please send the credentials to our support email.

Looking forward to your reply!

Best Regards!


Have you been able to look at this for me?  I'm at a loss. Thanks.

11 years ago

I'm not sure where to post this but I am looking to change the jcarousel that is displayed on the products page.

When I have more than 5 thumbnails pictures, I want the scrolling affect to apply and not move the 6+ pictures to just get moved down to a 2nd row.

Thanks!

Bugs
11 years ago

Sorry for responding to the other post.  I turned it off.

11 years ago

Sorry. I was testing the login feature. It it turned off now and no credentials are needed to browse.

Bugs
11 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
11 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

11 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.

11 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?