• Resolved killq

    (@killq)


    This is a weird one, hope somebody can help. I recently moved a wordpress build using Suffusion from a development server to it’s final location. There were the obvious serialization problems but they were easily fixed via S/R script. Everything is working as it should save one widget area, the widget area below header. In one of the widgets contained in that area, the text content is hyperlinking without having a hyperlink assigned to it.
    I am using Black Studio TinyMCE Visual Editor plugin in that widget area, which I first suspected as the culprit, but the plugin is not displaying this behaviour anywhere else I’m using it. I’m left to wonder if I have a theme issue here that manifested itself when I moved the site (this problem does not exist on the development version).

    The site in question is https://impactofvitamind.com

    Here’s the code in the widget:

    <p style=”text-align: center;”>Mommy, Me & Vitamin D</p>
    <p style=”text-align: left;”>>In this book we will take a in-depth look a the damage done to our children by a simple little thing. Vitamin D deficiency is a simple little thing but with very serious consequences. It is a preventable cause of so much tragedy and so much heartache. If you are in the business of creating the next generation and have an interest in doing it right, this book is for you. You won’t want to put it down! $14.95 USD</p>
    <p style=”text-align: center;”>Read the First Chapter</p>
    <p style=”text-align: center;”><img class=”aligncenter size-medium wp-image-17″ src=”https://impactofvitamind.com/wp-content/uploads/2014/12/mommycoverfront-201×300.jpg&#8221; alt=”mommycoverfront” width=”201″ height=”300″ />
    </p>

    …See, no link on the text and yet it links out (not even to the correct page).
    Any ideas? I’m at a loss here.

    Thanks for any help,
    Chris

    https://www.ads-software.com/plugins/black-studio-tinymce-widget/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Marco Chiesi

    (@marcochiesi)

    A closing </a> tag is missing on your first widget and it affects the second widget:

    <p style="text-align: center;"><a title="Read the First Chapter" href="https://impactofvitamind.com/the-impact-of-vitamin-d-deficiency/"><strong>Read the First Chapter</strong></a></p>
    <p style="text-align: center;"><a title="Read th First Chapter" href="https://impactofvitamind.com/the-impact-of-vitamin-d-deficiency/"><img class="aligncenter size-medium wp-image-16" src="https://impactofvitamind.com/wp-content/uploads/2014/12/impactfrontcover-201x300.jpg" alt="impactfrontcover" width="201" height="300" /></p>

    I can’t tell what caused this, but you should be able to easily fix it. Which search/replace tool did you use? I’d recommend this.

    Thread Starter killq

    (@killq)

    My thanks sir! You would think an open tag like that would just break the link, not carry it over into another widget. Thanks again for bird dogging that for me.
    Chris

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Hyperlink issue with Plugin’ is closed to new replies.