• On this page of my site(and maybe others) the “Add this” plugin I installed displays a description of the store that I can edit from within the wordpress site but I don’t know where to find it? I don’t want it to display on the page, just to be the default description. It’s hard to explain. If you go to this page, and click on the facebook icon on the bottom you’ll see what I mean. I want to change that to description to what I want it to say. But how? Thanks!!!
    https://saveongolf.net/store

Viewing 3 replies - 1 through 3 (of 3 total)
  • You’re talking about the Tooltip. It’s generated by the title in:
    <a target="_blank" rel="nofollow" title="Facebook" href="/" class="a2a_button_facebook"><span class="a2a_svg a2a_s__default a2a_s_facebook"></span></a>

    If nobody else jumps in, I’ll try to provide a functions.php filter later. Is it just Facebook, or do you want to edit all the tooltips?

    Here’s a Snippet to do it.

    A less flexible solution would be:
    Take a copy of customizr/inc/class-fire-init.php and move it into a Child Theme in a mirror folder, customizr-child/inc/class-fire-init.php.

    Open the new file and look at lines 90-144′

    Edit the text (eg ‘Follow me on Facebook’) to what you want

    Thread Starter saveongolf

    (@saveongolf)

    Hi and thanks for the response. It turns out the reason I couldn’t find where to change the description in WordPress was because the description wasn’t coming from wordpress but from the datafeed that was being displayed on the store front page. A friend figured it out and I went into “Datafeedr” and changed the meta tags there and it appears to have solved the issue. But thanks for checking it out for me!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to change this description?’ is closed to new replies.