• I got my designer to create the RSS/ Facebook and Twitter icon on my site (http://jumpstarttutors.com) which unfortunately upon clicking does not direct me to the relevant link! Tried contacting the designer but to no avail. ANYONE can help?

    the below code is what i see on my header.php. Am an absolute nut when it comes to such codes. It would be great if someone out there can guide me along step by step. Thanks in advance!!!!

    [Code moderated as per the Forum Rules. Please use the pastebin]

Viewing 15 replies - 1 through 15 (of 15 total)
  • The code for those icons looks to be in a text widget rather than hardcoded into the theme.

    Thread Starter jumpstarttutors

    (@jumpstarttutors)

    so how do i go about linking them to my FB and twitter accounts? I don’t seem to see a FB/ Twitter widget. Under widget what I have are Profile, Tag cloud and enews.

    They’re in a text widget that is currently active in one of your sidebars. To create links you use the normal HTML <a> tag.

    http://www.w3schools.com/TAGS/tag_a.asp

    It looks like the code for the links is already there, they just need their href attributes filled in with the proper URLs: href="http://example.com".

    Thread Starter jumpstarttutors

    (@jumpstarttutors)

    how do i know where to locate this text widget you’ve mentioned or for that matter the sidebars? I tried searching through the css stylesheet and header.php but can’t seem to find the <a> tag you’ve mentioned.

    [Please post code snippets between backticks or use the code button.]

    After logging in to your site, go to:

    Appearance->Widgets

    For reference: WordPress Widgets

    The <a> tag, is the normal way to create links in HTML. This, for example, would create a link to your site:

    <a href="http://jumpstarttutors.com">Your Site</a>

    In a text widget, you currently have this code:

    <a href="#" target="_blank"><img src="http://i1201.photobucket.com/albums/bb345/pixelpinkmedia/Jump%20Start/facebook.png" border="0" alt="Facebook"></a>
    <a href="#" target="_blank"><img src="http://i1201.photobucket.com/albums/bb345/pixelpinkmedia/Jump%20Start/twitter.png" border="0" alt="Twitter"></a>
    <a href="#" target="_blank"><img src="http://i1201.photobucket.com/albums/bb345/pixelpinkmedia/Jump%20Start/email.png" border="0" alt="Email"></a>
    <a href="#" target="_blank"><img src="http://i1201.photobucket.com/albums/bb345/pixelpinkmedia/Jump%20Start/rss.png" border="0" alt="RSS"></a>

    Just replace the # in every href="#" with a proper URL and your images will link to those URL’s.

    Thread Starter jumpstarttutors

    (@jumpstarttutors)

    OH MY U ARE AWESOME!!!! i’ve figured out the Facebook and twitter links but could you advise me what to put for the RSS and email?
    my email is contact@jumpstarttutors.com…i’ve tried replacing the # with that but it doesn’t seem to work.

    The URL for the site’s main feed is: http://jumpstarttutors.com/feed/

    WordPress Feeds

    For your email, you can use: href="mailto:contact@jumpstarttutors.com"

    You could also link to your existing contact page instead. I should mention that placing your email address out in the open like that will most likely result in a good amount of spam.

    Thread Starter jumpstarttutors

    (@jumpstarttutors)

    Thank u thank u thank u soooo much!!! i got all the links working…
    u’ve got a point about exposing my email to spam..anyway to “prevent” that?

    oh by the way, this is on a separate note but do u have any idea how I can place a drop down menu to one of the pages? Under “Knowledge Base” i’m hoping to put a drop down which will link to the blog as well as one or two other pages. Is wordpress able to do that?

    If your theme supports it you can replace your current menu with a custom one:

    Appearance Menus Screen

    As for keeping your email spam free, this page should help:

    Protection From Harvesters

    I personally find the best way to prevent spammers grabbing your email is to use a contact form instead of giving out your email in the first place:

    http://wordpress.org/extend/plugins/contact-form-7/
    http://wordpress.org/extend/plugins/grunion-contact-form/

    Thread Starter jumpstarttutors

    (@jumpstarttutors)

    Fabulous advice on the contact form!! thanks! hv incorporated it. Been trying to find something that I can use for registration form but can’t seem to figure out all those codes. any suggestion on that whereby i can customise the fields?

    Thread Starter jumpstarttutors

    (@jumpstarttutors)

    hey Big Bagel…sorry to be such a bother but I realise i can use Contactform7 to customise!! WOOHOO!!! have managed to do so! thanks so much for your help!

    Thread Starter jumpstarttutors

    (@jumpstarttutors)

    oh boo hoo!!! just as i thought I got it all set, i did a test by filling up the forms and expecting it to appear on my email. but all i received was:

    rom:XX (email)
    Subject: [Feedback]

    Message Body:
    test


    This mail is sent via contact form on Jump Start http://jumpstarttutors.com

    I tried ploughing through the FAQ but can’t seem to solve. Some ppl on forum are saying it could be a server problem with godaddy.com….Any advice on this? 🙁

    Thread Starter jumpstarttutors

    (@jumpstarttutors)

    ops wrong one….the text quoted above is when i filled up the contact form. Working fine. It’s the one i’ve just created for registration. Upon testing, it sent me an email which says:
    From: xxx <xxx@gmail.com>
    Subject: [your-subject]

    Message Body:
    [your-message]


    This mail is sent via contact form on Jump Start http://jumpstarttutors.com

    I’ve created all the drop down menus etc etc as u can see on http://jumpstarttutors.com/tutor-registration/
    but none of the fields are reflected in the email sent.

    To have fields in your form reflected in the sent email(s), you have to insert the field in the appropriate place in the “Mail” and/or “Mail(2)” area. For example, if you create this field in the actual form:

    [text* text-905]

    You can then use this in the message body/subject/other items:

    [text-905]

    I think this question in the Contact Form 7 faq might be useful:

    http://contactform7.com/faq/#Nothing_shows_up_in_the_email_even_after_adding_a_tag_to_the_form

    Thread Starter jumpstarttutors

    (@jumpstarttutors)

    thanks so much!!! i’ve managed to get everything sorted now. Appreciate your help tremendously! 🙂

Viewing 15 replies - 1 through 15 (of 15 total)
  • The topic ‘icons are not linked to social media sites’ is closed to new replies.