Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #685613

    We have created specifik pages that serves as entries to the various portfolios. We would therefore like to deactive the automatically created links to portfolio-entries.

    #686187

    Hey Norbytam,

    Please try the following in Quick CSS under Enfold–>General Styling:

    .avia-content-slider-inner a.slide-image {
        pointer-events:none !important;
    }

    Thanks,
    Rikard

    #686353

    Hi Rikard!
    We tried the code, but nothing changed. Any other suggestions?

    Thanks,
    Marianne

    #686370

    Hi,

    it’s working fine for me. Clear browser cache and hard refresh a few times.

    Best regards,
    Andy

    #687385

    Hi again!

    Ah, I understand the problem now. We would like to keep the links to the pictures, but remove the automatically created links to the portfolio-entries. Please have a look at the screenshot and you will see the activated link in the lower part of the picture (see link below).

    #687444

    Hi,

    use this code:

    .slide-content {
    pointer-events: none;
    }
    

    Hope this helps!

    Best regards,
    Andy

    #687529

    Hi!
    Thanks, it works but the text below the link should still be clickable. We just want to deactivate the link to the portfolio-entries.
    Can you help?

    #687599

    Hi!

    I am still not clear on the changes you would like to make. Can you please post a screenshot and point it out in detail? You can upload your screenshots on imgur.com or Dropbox public folder and post the links here

    Regards,
    Yigit

    #687634

    Hello again!

    We would like to:
    Keep the clickable images
    Remove the categories (this is new, sorry about that)
    Keep the linked text below the categories.
    I have posted an image in Dropbox public, see link below.

    Hope this is helpful.

    Thanks!

    #688280

    Hi,

    Try the following CSS as well:

    span.blog-categories {
    display:none !important;
    }

    Regards,
    Rikard

    #688448

    Hello again!

    Now we are almost there, but we want to link the text to its post as well. Now only the image is linked to its post.
    Can you help?

    #688576

    Hi,

    Unfortunately it would require quite some time and customization of the theme to achieve this, so I am sorry to tell you that this is not covered by our support. However if its really important for you to get this done, you can always hire a freelancer to do the job for you :)

    Best regards,
    Andy

    #691654

    Ok. It’s allright. Thanks for your help!

    Kind regards,
    Marianne

    #691771

    Hi,

    you’re welcome. Let us know in a new ticket if you have some more questions related to the theme. We are happy to assist you.

    Best regards,
    Andy

Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘Portfolio-entries’ is closed to new replies.