Close

Profile: iliyan.tanev

Avatar

User posts

9 years ago

Hi,

You should write to the sales about this.

9 years ago

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.

Bugs
9 years ago

Hi,

We've deployed. Could you confirm the new changes work for you ? 

Bugs
9 years ago

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.

9 years ago

Hi,

Could you raise a ticket and provide us with admin credentials so we could check your settings ? 

9 years ago

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');

Bugs
9 years ago

Hi,

Thank you for the admin credentials, but it would be best to raise a ticket and to continue the conversation there.

9 years ago

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" 
    }
)

Bugs
9 years ago

Hi,

Could you submit a ticket with admin credentials so we could take a look at it ? 

9 years ago

Hi,

This is an interesting idea. Could you suggest it in our User Voice portal ?