Important notice: we will respond to all open ticket requests up until November the 1st. After this date, we will be unable to process the ticket requests here on Ticksy.

Okay
  Public Ticket #1482843
Can't Edit or See Link Items Within Interactive Link Showcase Element
Closed

Comments

  • Zoe-F started the conversation

    Hi Elated,

    I'm having trouble editing the Interactive Link Showcase page. I can change the item order. However, I can't edit or change the existing text. When I start afresh with a blank Elevated Links Showcase element, I have the same problem.

    What would you recommend that I do?

  • Zoe-F replied

    Additionally, how do I enable hover-over images as seen in the demo version? 

  •  1,845
    Elated replied

    Hi there,

    We have answered to the same question on another ticket of yours so please take a look here https://elated.ticksy.com/ticket/1481834/


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.

  • Zoe-F replied

    Thank you! That helped a lot.


    How can I change the font size of the portfolio items on the front page of my website? 


    I'm having trouble making everything fit, and I've had to shorten my sentences to do so.


    All the best


    Zoe 

  •  1,845
    Elated replied

    Hello,

    You can try to add this css in Appearance >> Customize >> Custom CSS field:

    @media only screen and (min-width:1366px) {
    .eltdf-ils-holder .eltdf-ils-item-link {
        font-size: 55px;
    }
    }

    Please note that this css will be applied only for screens bigger that 1366px


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.

  •   Zoe-F replied privately
  •  1,845
    Elated replied

    Hello,

    Then you can try to replace that custom css with this one below:

    @media only screen and (min-width:768px) {
    .eltdf-ils-holder .eltdf-ils-item-link {
        font-size: 55px;
    }
    }

    In that case this css will be applied on all screens bigger than 768px


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.