Problem with article bottom ad

Posted in: Newspaper
Post count: 36

Hi,

How to make this to banners to be in line. When there is banner from google ad, there is no problem, but when there are banner like this on picture on the link, they are not in line and it looks very stupid. Can you help me, I can send you the code from the banners if you needed.

Thanks in advance,
Bes regards

http://postimg.org/image/5cbjgg813/

Post count: 6600

Hi,

Try this custom CSS in Theme Panel Custom CSS:

.single .td-a-rec-id-content_bottom {
text-align: inherit !important;
}

Thanks

Post count: 36

Thanks for the answer, i think it will work, just have to wait to see two banners.

I want something else to ask you. Can you help me to make something like this on the pic that i attached here http://postimg.org/image/j1a6sh16d/

Its the thing with facebook and twitter. I want to put something like this on my website. You have already social wrapper bellow the post. I want it to hame like that on bellow the title of the post with some text and with fb socialbox count and twiter like on the pic.

Can you help me?

Thanks

Post count: 854

hi,

I have made something , from here you can take over : http://screencast.com/t/DUVdHRbGh

assume that the post layout is default : http://screencast.com/t/ugLzXJXdJr

use this css:

#td_social_networks_buttons {
  background-color: #f5f5f5;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  height: 35px;
}

#td_social_networks_buttons ul{
  position:relative;
  top: -21px;
}

here : http://screencast.com/t/QR42rLyfj

Thanks for you message.
Radu A.

Post count: 36

Hi man,

About the banners, with the code you gave me is not correct. you can see on this pic http://postimg.org/image/lp1zf41db/

About the second thing with the social wrapper, i’m not sure that I understand you, because i’m not very good at this. And i’m not sure that you understand me, because I want to be like on pic that I send you here. With text and fb like button and twitter button.

Thanks anyway
Best regards

Post count: 6600

Hi,

I have checked your site and the banners look fine to me now http://screencast.com/t/GiG3QDJ8

Follow the solution Radu provided and add this custom CSS in Theme Panel > Custom CSS:

#td_social_networks_buttons {
  background-color: #f5f5f5;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  height: 35px;
}

#td_social_networks_buttons ul{
  position:relative;
  top: -21px;
  float: right;
}

.td-text-share {
position: relative;
top: -5px;
right: 125px;
font-size: large;
font-weight: bold;
}

Thanks

Post count: 36

Hi,

The banners are looking good, when one of the banners or both are from google ads, but when they are not from google, then is showing the problem with the them. They are not in line, one is upper than the other.

About the code I put him in custom css but I don’t see any change. Everything is the same.

Thanks in advance

Post count: 6600

Hi,

It should not matter what type of ad it’s displaying the class I used to target the content it’s applying to all ads.
I can not help you if I can’t inspect this issue, you could try to modify the ad code if it’s not working well.
Sorry for this!

Regarding the code keep in mind that you have to follow the steps from the solution Radu provided and move this code, like this http://screencast.com/t/DUVdHRbGh in the loop-single.php file, if you use other post template than the default one you have to do this in the post template file that you use http://screencast.com/t/pRKMIv38
Then go to td_module_blog.php file and add this line:

$buffy .= '<li class="td-text-share">Twitter Facebook Share Buttons</li>';

…like here http://screencast.com/t/dKB2ilqiZD
After you did this step you have to use the css code in the custom css section from theme panel.

Result: http://screencast.com/t/jEqQvh7duCV6

Thanks

  • This reply was modified 12 years by Lucian.
Post count: 36

Hi,

I can fix it alone this problem with the ads who are not from google. see here> http://postimg.org/image/vemw6bgq3/

Can I send you the codes from da banners here to see them?

best regards

Post count: 854

hi,
we can not do your custom work.

Thanks for you message.
Radu A.

Viewing 10 posts - 1 through 10 (of 10 total)
You must be logged in to reply to this topic.