• Resolved andreaas

    (@andreaas)


    Hello,
    In the widget link social appears the word “FOLLOW “. Being my site in Italian , I would replace it with the word “SEGUICI”. Which theme file is it ?

    my site: https://www.frasifilms.it/

Viewing 8 replies - 1 through 8 (of 8 total)
  • VierasTalo

    (@vierastalo)

    The file sidebar.php has the line

    <?php if ( ot_get_option('sidebar-top') != 'off' ): ?>
    			<div class="sidebar-top group">
    				<p><?php _e('Follow:','hueman'); ?></p>
    				<?php alx_social_links() ; ?>

    The part <p><?php _e('Follow:','hueman'); ?></p> has the word “Follow”. Change it to what you want it to say.

    Do note that you should use a child theme to make this edit in order to preserve it when future updates roll in.

    cat

    (@cathrynbgirlcom)

    Hi Andreaas, can you tell me how you got your social media links to show up in the space after the word FOLLOW (or Seguici)?

    I filled in my social links but must be doing something wrong because it is still blank there. The documentation does not go into it.

    Thanks!

    cat

    (@cathrynbgirlcom)

    ps I figured out the link but the color is not registering. I tried white but that did not work, it does not show on the blue. I tried black and red also. If you hover you will find it but you will not see it. Strange.

    Thread Starter andreaas

    (@andreaas)

    mmmh

    Put a screenshot or a link to your site , because I did not understand what you want to change :

    1) like the color blue ?
    2) you want to add social icons ?
    3) Do you want to change the word “FOLLOW ” ?

    cat

    (@cathrynbgirlcom)

    Hi, thanks.

    I can leave it as is but the social icons are not showing which is why I wanted to remove the word FOLLOW. I figured out how to add the links but… they are not showing for some reason.

    FOLLOW can stay there if I can get the social icons to show – which is the current problem.

    it is at https://washingtonsquareparkblog.com

    you will see the word FOLLOW in blue on the right. If you hover, a Facebook link will appear but it does not show up for some reason.

    Thank you – if you have any insights!

    Thread Starter andreaas

    (@andreaas)

    Go on Theme Options > Social Links.

    Than insert in icon name this code:

    fa-facebook-square

    Font Awesome icon names [View all] <—You must enter the code . There is a code to create icons .

    bdbrown

    (@bdbrown)

    The social links need 3 items: Title, Icon Name and Link. What do you have filled in for those on your Facebook link?

    cat

    (@cathrynbgirlcom)

    Thanks so much Andreaas and Bdbrown. I think I had the icon name code somehow wrong for Facebook (although I thought it was correct). I have now corrected it and used Andreaas suggested code and also implemented the Twitter. Thank you SO so much! Big help & now fixed. Thanks again.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Change the word "FOLLOW "’ is closed to new replies.