Support Forums for LiveMesh Themes & Plugins › Forums › Agile Theme Support › Help Needed: Need to make "Services" clickable
- This topic has 5 replies, 2 voices, and was last updated 8 years, 5 months ago by
Veena.
-
AuthorPosts
-
September 24, 2014 at 1:26 pm #9445
samaven
MemberHI All,
I need to make the services section clickable and open a new page. This would be used to describe the services offered.
Can anybody suggest how can I do that?
I am new to wordpress and hence any help would be of great value to me.Best
SamavenSeptember 25, 2014 at 8:07 am #9460Veena
ModeratorYou can go to the page section edit window and add corresponding links to each services.
To add a link, highlight the text which should be linked and click the link icon. This will open a link window dialogue box in which you can enter the URL address of the link (services page link that you need) and an alternate title, which shows up when the viewer mouses over the linked text in the actual page.
September 26, 2014 at 5:42 am #9478samaven
MemberWhat i am looking for is to make the each service section (as shown on demo page – including the icon, heading and text) clickable, like one rectangular clickable area.
The above given solution is not the ideal solution because of the following reasons:
1) It changes the formatting of that particular services section because of the introduction of anchor tag
2) It makes the icon and text clickable but the space between lines is still unclickable and this results in a not so pleasing user experience. The mouse pointer changes from hand icon to arrow and then back to hand icon as we move between lines of the services paragraph.I am looking for a solution using which i can make the each services section clickable. Something like this:
<div onclick=”location.href=’http://www.google.com’;” style=”cursor:pointer;”>…</div>
i tried the above solution in the following two ways:
1) I tried using the above solution in the existing ‘text block’ component for each services section, but then it removes the onclick handler.
2) I tried using ‘raw html’ component with the above solution, but that results in the icon shortcode not being translated (it is written as it is to the html page and the icon is not displayed)plus i am not sure about how SEO friendly the above solution is.
so if you could please give me a solution keeping the above mentioned points in mind.
September 26, 2014 at 3:08 pm #9492Veena
ModeratorIf you want text also clickable pls inlude paragraph also in the anchor tag.
And if you want to change the color of active or visited area,can use custom CSS as below#services .fourcol a, a:active, a:visited { color: brown; }
Now we can’t give more customization than this.
September 28, 2014 at 1:28 pm #9535samaven
MemberSeptember 29, 2014 at 5:08 am #9539Veena
ModeratorThank You for your thoughtfulness.
-
AuthorPosts
- The topic ‘Help Needed: Need to make "Services" clickable’ is closed to new replies.