-
AuthorPosts
-
May 12, 2015 at 5:46 pm #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.
May 13, 2015 at 6:05 pm #443912Hi 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,
AndyMay 14, 2015 at 6:51 pm #444526Updated! I’m ready.
May 14, 2015 at 7:02 pm #444534Hi!
This is the HTML code they used – http://i.imgur.com/JvrFgY0.png
You can simply duplicate theirs and adjust as neededBest regards,
YigitMay 14, 2015 at 7:17 pm #444542I 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>May 14, 2015 at 8:35 pm #444596This reply has been marked as private.May 17, 2015 at 1:39 pm #445393Hey!
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,
AndyMay 22, 2015 at 3:20 pm #448360This reply has been marked as private.May 23, 2015 at 7:33 am #448971Hey!
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 -
AuthorPosts
- You must be logged in to reply to this topic.