Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #443213

    I am struggling with a client page on our website. I’m picking up the site after someone else has worked on it and I can’t quite figure out how they added one of the features: A popup window with bios + a logo image are available by clicking on each logo. I am able to recreated the pop up function but I can’t change the logo image in the popup window. I have deduced that this bit of code is the problem: . How do I assign new ‘inline-link’ so I can update and add logos to our site?

    Help would be amazing!
    Page:
    http://www.xenophonstrategies.com/main/our-clients/

    Thanks.

    #443912

    Hi xenophonstrategies!

    you are using a very old version of the theme. Please update to Enfold v3.1.5 and let us know when you are done and still need help.

    Best regards,
    Andy

    #444526

    Updated! I’m ready.

    #444534

    Hi!

    This is the HTML code they used – http://i.imgur.com/JvrFgY0.png
    You can simply duplicate theirs and adjust as needed

    Best regards,
    Yigit

    #444542

    I can duplicate the code but I can’t seem to figure out how to update the pop-up display logo, (‘lbp-inline-link-1’ relates to one specific logo). How to I add new logos? The WordPress code I have is:


    <div style=”display: none;”>
    <div id=”lbp-inline-href-16″ style=”padding: 20px; background: #fff;”>
    <h2><span style=”color: #25406b; font-size: 28px;”>United States Centers for Disease Control and Prevention</span></h2>
    The Centers for Disease Control (CDC) is our nation’s health protection agency.Its scientists and disease detectives work around the world to track diseases, research outbreaks, and respond to emergencies of all kinds.

    </div>
    </div>

    #444596
    This reply has been marked as private.
    #445393

    Hey!

    if it’s your client’s page you can login and have a look into the elements they used to build the logos. I can see that they have used a normal text element, so have a look into it to see the html code. If you still need help on this, please provide us admin access and post login details here as private reply.

    Best regards,
    Andy

    #448360
    This reply has been marked as private.
    #448971

    Hey!

    Just clone the column like what we did here. Look for the very last item then change the url of the images and the target container: http://www.xenophonstrategies.com/main/wp-admin/post.php?post=3547&action=edit

    This is the link:

    <a class="lbp-inline-link-16
    

    And the target:

    <div id="lbp-inline-href-16" style="padding: 20px; background: #fff;">
    

    Notice the “lbp-inline-link-16”? Change that to something else.

    Best regards,
    Ismael

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.