Related Tags at bottom of page

Support Area Forums Foundation Related Tags at bottom of page

Viewing 2 posts - 1 through 2 (of 2 total)
URL to the page in question: http://savevernazza.com/visiting-vernazza/
  • Author
    Posts
  • #30273
    Edward Bialashewski
    Participant

    Hi, Suddenly there is now a bit of text that says related tags at the bottom of all my pages. Can you tell me how to get rid of it? Thanks.

    #30274
    Bill Robbins
    Moderator

    Hello Ed,

    It looks like that is being added by a plugin. The div that has the text in it is called Ready Graph. I didn’t see an obvious plugin name, but that’s a start.

    You could hide it with some CSS, but I would check in the plugin’s options to see if you can remove it that way first:

    
    #readygraph_related_tags_row {
    	display: none;
    }
    

    Have a great weekend,
    Bill

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Related Tags at bottom of page’ is closed to new replies.