vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   Ads are not showing in thread (https://vborg.vbsupport.ru/showthread.php?t=327664)

webnsn 11-20-2019 10:34 AM

Ads are not showing in thread
 
Guys
I am having big issue which was not checked before but all suddenly i checked

http://wikinewforum.com/showthread.php?p=505734

Ads are not showing in threads.
But showing in Home page and Forums

Seven Skins 11-20-2019 10:57 AM

I can see 5 ads in the above thread, (3 text ad and 2 normal ads

May be disable ad blocker in your browser.

webnsn 11-21-2019 07:38 AM

Thank you for your reply, but can you open any other thread,
I checked in my friends laptop and my sister laptop - ads showing in home, but not in threads.
Please open couple of threads so that you can able to know the issue.

History:
till 2017 ads are fine but in start of 2017 we lost our database so entire forum posts, users we lost due to some issues with Godaddy.
After that we again started by uploading old database of 2000-2012 which means we lost 5 years valiable data we lost.
so we taken help from Vb org and they uploaded data from that day we are facing issues.

snakes1100 11-22-2019 08:20 AM

Remove the ad from the iframe & just use css to place it in the location with a div tag.

alfuzzy 11-22-2019 02:15 PM

Quote:

Originally Posted by snakes1100 (Post 2601288)
Remove the ad from the iframe & just use css to place it in the location with a div tag.

Hello Snakes1100. I may have the same issue as the OP. Can you show a simple example of how to take iframe ad code & convert it to the "div tag" method as suggested?

Thanks much:)

snakes1100 11-23-2019 12:13 AM

You dont convert it, just use the script call from the ad itself & wrap the script call in a div tag.

It also appears the OP converted, as i can see all his ads now on that link with out issue on refreshes.

webnsn 11-24-2019 11:34 AM

Hi,

Sorry I did not get anything, can you please explain in detailed.

Thank you,


Quote:

Originally Posted by snakes1100 (Post 2601303)
You dont convert it, just use the script call from the ad itself & wrap the script call in a div tag.

It also appears the OP converted, as i can see all his ads now on that link with out issue on refreshes.


snakes1100 11-24-2019 11:49 AM

There isnt a whole lot to explain

< div class="yourname">
< script >adcode</ script>
< /div >

add you css code in additional.css with the name you choose in the class name.

webnsn 11-24-2019 12:01 PM

Quote:

Originally Posted by snakes1100 (Post 2601315)
There isnt a whole lot to explain

< div class="yourname">
< script >adcode</ script>
< /div >

add you css code in additional.css with the name you choose in the class name.

Do you do for me in my site?
Do you charge fee? how much please reach me

--------------- Added [DATE]1574604219[/DATE] at [TIME]1574604219[/TIME] ---------------

Quote:

Originally Posted by snakes1100 (Post 2601315)
There isnt a whole lot to explain

< div class="yourname">
< script >adcode</ script>
< /div >

add you css code in additional.css with the name you choose in the class name.

You mean,
I need to add this code in Adlocations plugin where i pased my adsence code?

Example
< div class="Wikinewforum.com">
< script >adsence code</ script>
< /div >


And copy and paste in adlocations like Header, after first post..

snakes1100 11-24-2019 12:14 PM

Yes, just dont use the iframe, use a div instead.

webnsn 11-24-2019 12:17 PM

Quote:

Originally Posted by snakes1100 (Post 2601318)
Yes, just dont use the iframe, use a div instead.

Sorry to say, i dont know Iframe? where do i stop?

alfuzzy 11-24-2019 04:49 PM

Quote:

Originally Posted by snakes1100 (Post 2601315)
There isnt a whole lot to explain

< div class="yourname">
< script >adcode</ script>
< /div >

add you css code in additional.css with the name you choose in the class name.

I'm betting this is super easy for experienced folks...but for beginners...quite a bit was mentioned there...that a beginner may not understand fully. Lol

For me I wouldn't be super sure:

- What should go within the "your name" part.
- Where in the additional.css template I would do what's mentioned (if location is important).
- And not sure what I would do with this part: add you css code in additional.css with the name you choose in the class name

Sometimes for us beginners instructions can't be too basic. Kind of like 'XYX for Dummies".;)

Thanks very much:)

webnsn 11-25-2019 11:05 AM

Yup, same
I dont know anything but running VB forum from 10 years
www.Wikinewforum.com

Quote:

Originally Posted by alfuzzy (Post 2601323)
I'm betting this is super easy for experienced folks...but for beginners...quite a bit was mentioned there...that a beginner may not understand fully. Lol

For me I wouldn't be super sure:

- What should go within the "your name" part.
- Where in the additional.css template I would do what's mentioned (if location is important).
- And not sure what I would do with this part: add you css code in additional.css with the name you choose in the class name

Sometimes for us beginners instructions can't be too basic. Kind of like 'XYX for Dummies".;)

Thanks very much:)


webnsn 12-12-2019 12:07 PM

No replies?

webnsn 03-11-2020 11:29 AM

I checked with VB Org IT support team and they are saying ads are displaying.

I am totally confused.

Is my site showing Ads in threads or not?

Confused becasue earlier every threads used to visible but now when i open only few pages coming, is this bcoz my page rank is low and adsence did not find any ad to show in my page ??

snakes1100 03-12-2020 07:56 AM

Chrome = Blocked google ad at top of page on some page loads.
FF & IE display the google ad at the top of the page.

webnsn 03-16-2020 04:17 PM

Quote:

Originally Posted by snakes1100 (Post 2602315)
Chrome = Blocked google ad at top of page on some page loads.
FF & IE display the google ad at the top of the page.

Why it is happening??

Mattwhf 03-17-2020 02:47 PM

Did you install adblock on your chrome?

alfuzzy 04-11-2020 12:51 PM

Quote:

There isnt a whole lot to explain

< div class="yourname">
< script >adcode</ script>
< /div >
Sorry to wake this thread up...but I'm still struggling with getting "In Thread" ads working (doing it with the vB Ad Manager isn't working)...thus doing it manually (editing a template)...is ok with me.

- If I was to wrap my ad code in DIV tags...what vBulletin template should I be modifying?
- Is it the "Showthread" template...or a different template?
- Also...where in the template would be the right place to insert the code?

What I mean is...I want to get it in the right spot so the ad falls in-between thread posts...and not outside of the thread posts.

Thanks

webnsn 04-14-2020 01:26 AM

Quote:

Originally Posted by Mattwhf (Post 2602337)
Did you install adblock on your chrome?

No,

I CHECKED with some of my friends here the feedback.

I asked 10 people.

3 are saying ads are showing
3 are saying no ads
4 are saying from Adsence Forum, If tariff is poor then adsence wont show ads


All times are GMT. The time now is 05:49 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01115 seconds
  • Memory Usage 1,762KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (10)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (20)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete