• We have a wordpress multi-site and using FS Contact Form on both our main site, and also on each site in our multisite.

    On our main site, https://www.christtheteacher.ca/cttcs/contacts/barb-mackesey/ there is an image of page heading showing up just below the heading tag on the page.
    <h1 class=”entry-title main_title”>Contact Barb Mackesey</h1>
    Contact Barb Mackesey

    <div class=”entry-content”>

    This is NOT showing (and the desired result) on each of the multi-sites:
    https://www.christtheteacher.ca/cttcs/stalphonsus/contacts/mrs-lisa-kicenko/
    <h1 class=”entry-title main_title”>Mrs. Lisa Kicenko</h1>

    <div class=”entry-content”>

    I’ve looked through every setting I can find, but cannot seem to figure out how to remove it from our main site. If you remove the short-code from the contact page on the main site, both the img tag, and the contact form disappear, and as soon as you add the short-code back, it throws the img tag back in as well.

    I’d like to know how to prevent the img tag being inserted.

Viewing 8 replies - 1 through 8 (of 8 total)
  • Hi, do you have any entries under Basic Settings -> Welcome Introduction:?

    If you don’t then this might be coming from your theme or other plugin.

    Regards

    Thread Starter cttcs

    (@cttcs)

    The only thing in the Welcome Introduction is a blank <div></div> tag, the exact same as all the other sites.

    Tried removing it, and it didn’t remedy. The IMG is still there.

    Hi, can you share a screen capture so that I can see that image you are referring to. Did you also delete your browser cache?

    Look on the page where the shortcode it because its not coming from this plugin

    Thread Starter cttcs

    (@cttcs)

    If you compare the two links in my original message, Barb’s had the little image, and Lisa’s does not. Right below the H1 tag.

    If we remove the shortcode for your plug-in, and adjust nothing else, the image goes away.

    If you look at the HTML, this form puts a html comment tag where the code begins and ends.
    Your image appears before the html comment tag, so it cannot be output from this plugin

    <!-- Fast Secure Contact Form plugin 4.0.50 - begin - FastSecureContactForm.com -->
    <div style="clear:both;"></div>
    <p>Comments or questions are welcome.</p>
    
    the rest of the form here....
    
    <!-- Fast Secure Contact Form plugin 4.0.50 - end - FastSecureContactForm.com -->
    Thread Starter cttcs

    (@cttcs)

    I understand what you are saying, but when we remove just the short code, the image goes away, and when we put the short code back in, it reappears. Your plugin may no be causing it, but it’s interaction with another plugin is, and it only seems to be happening on the main site, none of the multi-sites are affected. Any pointers you have to track down what interaction may be causing it, would be greatly appreciated.

    Yes try deactivating other plugins to see if the problem goes away

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘IMG showing up on Main wordpress site.’ is closed to new replies.