Link of first feature heading don't work

Discussion in 'Themia WordPress Theme' started by olivia, Jun 13, 2013.

Thread Status:
Not open for further replies.
  1. olivia

    olivia New Member

    Joined:
    May 24, 2013
    Messages:
    9
    Likes Received:
    0
    Hello, I have a question about the first feature heading from my homepage, when I click on the first button, it won't bring me to the page that I put in the settings. I get an empty page. The second and third link are ok. The photos I used are all the same format. Hope you can help me.
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Do let us know your website link.
     
  3. olivia

    olivia New Member

    Joined:
    May 24, 2013
    Messages:
    9
    Likes Received:
    0
  4. olivia

    olivia New Member

    Joined:
    May 24, 2013
    Messages:
    9
    Likes Received:
    0
    Hello, I've already fixed it....problem was in the permalink off the dashboard. But I have another question. How can I move the share this buttons (blue circles) from the theme en change them to other share this icons?
     
  5. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Go to single.php present in your theme directory and replace the current code

    Code:
    <a title="Tweet this!" href="http://twitter.com/home/?status=<?php the_title(); ?> : <?php the_permalink(); ?>"><img src="<?php echo get_template_directory_uri(); ?>/images/twitter-skyblue.png" alt="twitter" title="twitter"/></a> <a title="Share on Delicious" href="http://del.icio.us/post?url=<?php the_permalink(); ?>&title=<?php the_title(); ?>"><img src="<?php echo get_template_directory_uri(); ?>/images/delicious-skyblue.png" alt="upon" title="upon"/></a> <a title="Share on Facebook" href="http://www.facebook.com/sharer.php?u=<?php the_permalink();?>&amp;amp;t=<?php the_title(); ?>"><img src="<?php echo get_template_directory_uri(); ?>/images/facebook-skyblue.png" alt="facebook" title="facebook"/></a> <a title="Digg This!" href="http://digg.com/submit?phase=2&amp;amp;url=<?php the_permalink(); ?>&amp;amp;title=<?php the_title(); ?>"><img src="<?php echo get_template_directory_uri(); ?>/images/digg-skyblue.png" alt="digg" title="digg"/></a>

    with your code.


    Sending image for reference

    [​IMG]
     
  6. olivia

    olivia New Member

    Joined:
    May 24, 2013
    Messages:
    9
    Likes Received:
    0
    Great, thank you!
     
Thread Status:
Not open for further replies.

Share This Page