Community Forums › Forums › Archived Forums › Design Tips and Tricks › Link Location in StudioPress Education Pro Theme
Tagged: education pro, href, link
- This topic has 5 replies, 3 voices, and was last updated 6 years, 7 months ago by
Victor Font.
-
AuthorPosts
-
February 9, 2017 at 12:28 pm #200862
creoadmin
MemberI recently inherited a site running the EducationPro theme. We have made many updates to the site. However, there is one that we cannot find the location of the (most likely?) href? If you go the domain listed (twodogsandacatpetclub.com) and scroll down on the home page to the "Two Dogs and a Cat Pet Club Cares About Your Pets Nutritional Health" section, you can see that the text in that box links to a page (/boutique). The Learn More button links to a page (/pet-nutrition). The Learn More button link is correct. However, we cannot find the location of the code telling the text to link. Ideally, I would turn that link off all together, second choice would be to at least make it link to /pet-nutrition. Has anyone worked with this before? And can offer insight in to where to find this?
http://twodogsandacatpetclub.com
Thank you!
CodyFebruary 9, 2017 at 12:52 pm #200864Victor Font
ModeratorIt's in a text widget in the home-bottom widget area. All you have to do is use your browser's inspect element tool and you can see it in the text widget.
Regards,
Victor
https://victorfont.com/
Call us toll free: 844-VIC-FONT (842-3668)
Have you requested your free website audit yet?February 9, 2017 at 2:32 pm #200870creoadmin
MemberVictor - Thanks so much for your quick reply! I only wish it were that easy. That widget area is where we place the text and link the Learn More button. However, nothing in that code specifies a link. I am including the code below. I am wondering if it has something to do with the <div class="quicktip">. But, not as familiar with this. Any additional insight you have is really appreciated. Thank you!
<div class="quicktip">
<h3> Cares about your pets nutritional health.</h3>
<p style="text-align: left;">Nutrition plays an important role in disease management. Two Dogs And A Cat Pet Club pet nutrition consulting offers compassionate, qualified advice, based on years of experience.</p>
<p style="text-align: right;">
[su_button url="http://twodogsandacatpetclub.com/pet-nutrition/" style="flat" background="#00467F" size="10" radius="0" icon_color="#ffffff"]Learn More[/su_button]</p></div>
February 9, 2017 at 5:49 pm #200878Victor Font
ModeratorOh, wait a minute. I just viewed your HTML source and see a broken img tag. The broken HTML could be the reason everything is whacked. This is in your source code:
<a href="/boutique/"><img class="size-full wp-image-736" src="http://twodogsandacatpetclub.com/wp-content/uploads/Boutique-Button.png" alt="boutique" width="125" </a>
The image tag is not closed. It seems to be the boutique image in the left sidebar above the sign-up form.
Regards,
Victor
https://victorfont.com/
Call us toll free: 844-VIC-FONT (842-3668)
Have you requested your free website audit yet?February 10, 2017 at 3:52 am #200901Brad Dalton
ParticipantI think the problem is in the HTML for your text link in your text widget.
There's no closing tag needed for the image tag so i doubt thats the problem.
In HTML the img tag has no end tag.
February 10, 2017 at 7:10 am #200908Victor Font
ModeratorThe img tag missing the closing bracket. I misspoke when I used the word tag.
Regards,
Victor
https://victorfont.com/
Call us toll free: 844-VIC-FONT (842-3668)
Have you requested your free website audit yet? -
AuthorPosts
- The forum ‘Design Tips and Tricks’ is closed to new topics and replies.