Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
0 votes
650 views
in Plugins by
edited by

a broken image start showing up under question title and under category view

I have no idea what I did wrong or something is not compatable????

Thanks

 

It says (under question title

q2a-market-12458-advert (Number is question number)

or category view

q2a-market-category-name-advert

I believe below code is the one that displaying under question title in the question page

            <!-- Start Q2A Market page advert -->
            <div class="q2am-page-advert 12461">
                <a href="1" >
                    <img src="1" alt="q2a-market-12461-advert" >
                </a>
            </div>
            <!-- End Q2A Market page advert -->

 

Also have to post this to

 

 

Q2A version: 1.6.3

1 Answer

0 votes
by

If you're having issues with a broken image then you might have misconfigured the image full URL field (or misplaced the image itself). This is what the docs say:

Image Full URL:
Place full image url for the image advert leading with http:// (e.g http://www.domain.com/adverts/demo-advert.jpg)
I'd advise you to take al look at the rest of the documentation too: https://github.com/q2amarket/q2am-simple-adverts#simple-adverts
by
I did exactly what you suggest, but still those tags are showing up....
Then I have removed the plugin

Tags are finally disappeared....

Then I have reupload the plugin

and they are back again...

What should I do?
by
Best thing you can do is to contact the developer of the plugin and ask for support. This might be a bug... so it might make sense to create a ticket in GitHub's issues section: https://github.com/q2amarket/q2am-simple-adverts/issues
by
Thank you for your help, ticket has been opened...
Thanks
by
edited by
My case, I use only adsense therefore temprorarly I removed this code:
:::::::::::::::::::::::
            <!-- Start Q2A Market page advert -->
            <div class="q2am-page-advert '.$template.'">
                <a href="'.qa_opt('q2am_'.$template.'_advert_destination_link').'" >
                    <img src="'.qa_opt('q2am_'.$template.'_advert_image_url').'" alt="q2a-market-'.$template.'-advert" />
                </a>
            </div>
            <!-- End Q2A Market page advert -->
::::::::::::::::::::::::::::

It is working... :)
...