Hi,
You should write to the sales about this.
Hi,
Unfortunately this is not straightforward, it has been suggested before and even we have suggestion in the UserVoice about it, you could vote for it.
Hi,
We've deployed. Could you confirm the new changes work for you ?
Hi,
Thank you for reporting this!
We investigated the problem and later today we will deploy the fixed version. We will let you know when you can update.
Hi,
Could you raise a ticket and provide us with admin credentials so we could check your settings ?
Hi,
We noticed that you have done modifications to the views of JCarousel.
The problem is the variable name in the view of jCarousel. The name of the variable is home-page-brands, which is invalid name in JavaScript standards. You could not use dashes in JS variable names.
Maybe this is some kind of class. You could select the element using JQuery: $('.home-page-brands');
Hi,
Thank you for the admin credentials, but it would be best to raise a ticket and to continue the conversation there.
Hi,
If it is plain anchor tag you just add the rel attribute, like this: rel="nofollow".
If it is HTML.ActionLink just add it to the html attributes object parameter, like this:
@Html.ActionLink(
"Register", // linkText
"Register", // actionName
"Users", // controllerName
null, // routeValues
new { // htmlAttributes
title = "Register your ID",
rel = "nofollow"
}
)
Hi,
Could you submit a ticket with admin credentials so we could take a look at it ?
Hi,
This is an interesting idea. Could you suggest it in our User Voice portal ?