Search Results for 'move bottom ad'

    No search results were found in Documentation!

Results from the Forum
talkbox808
Participant
#0

I can’t seem to figure out how to remove the bottom margin for the header. I want my revolution slider to have no gap between the menu and the slider. http://www.mailanihawaii.com

Thank you,
cody

protoryan
Participant
#0

Hey,

Two questions about the same area:

Take this page for example: https://www.woodfloordoctor.com/product-review-steam-mops-on-wood-floors/

At the bottom of the content text there is a “related post” – not the one below the Pagination the one above it.

In Settings > Reading > Related Posts
you can ADD features here, but the most you can widdle it down to is 3 text blocks. You can’t remove it! So how do you remove this.

Second question is the Pagination. How do I position this ABOVE the (Theme Panel > ADS > Article bottom ad). It makes sense to have your pagination directly below the words in the article. I want the ad below the Pagination.

Thanks.

STBW
tagDiv Member

The problem with that placement is it decreases the amount of social shares you get on the website, which reduces traffic.

I just removed the alternative code for the time being and place the ad back above the social shares because that bottom ad is the biggest money maker on the site.

I guess I will try and replace it with rev content or something similar at a later date.

Simion C.
tagDiv Staff

Hi,

Regarding that white color, I believe that maybe you set a white general color as theme accent color. Try changing it or reset it to default
https://www.screencast.com/t/aQNQmzJwRVY
The same thing is happening for the email address in the footer. I will inherit the accent color. If it is white on a white background that is the result.
The shadow and borders are particular to the magazine demo. They could be removed with custom code or by editing the demo stylesheet
https://www.screencast.com/t/cxL6YiSO
This is a code that will remove the shadow as well as top and bottom borders, if that is what you want (enter the code in Theme panel->Custom CSS section)
https://www.screencast.com/t/h77c0cSE

@media (min-width: 1180px) {
.td-magazine.td-boxed-layout #td-outer-wrap {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}}
.td-magazine .td-header-style-1 .td-header-top-menu-full {
border-top: none;
}
.td-header-gradient:before {
display: none;
}

Facebook comments are not added there by the theme. If you use a plugin, try to configure it so it does not display on the homepage, if possible. At the moment they are not present on the homepage
https://www.screencast.com/t/udOo3v7yjsVI

Thanks

Bogdan B.
tagDiv Staff

The bottom margin is added for every post image at the same time. Removing from all of the site at once is not a good idea as it will break other layouts. I will provide a code that affects just this one post based on the post ID:

#post-5 .td-post-content img{
margin-bottom:0;
}

Add this code in the theme panel-> custom css box.
If you want to remove the bottom margin for every image in your post sontent, use the code like so:

.td-post-content img{
margin-bottom:0;
}

Thank you!

MitchyBoy
Participant
#0

Hi,

I am struggling to remove the latest articles from the bottom of my homepage. How do I do this? I would prefer to simply have the blocks that I have added myself.

Also, is it possible to have 5 blocks, each on top of each other? I would like to create a block for each of my website categories that displays the latest articles for each block.

My website is http://www.attractionboss.com

Thanks in advance!

Mitchell White

Simion C.
tagDiv Staff

Hi,

The two resources mentioned seem to be moved in the bottom of the page, that means the Speedbooster plugin is working
https://www.screencast.com/t/VsPTRT5LcQL
I could not say why Google is still detecting them as render blocking. Maybe you should go ahead and begin other optimization aspects, and check at a later time. The results might change in the meantime.

Thanks

Simion C.
tagDiv Staff

Hi,

Please try the code provided below, enter it in Theme panel->Custom CSS section. It should remove the space that is created by the article bottom ad
https://www.screencast.com/t/WdxX9TDUW

.td-a-rec-id-content_bottom img {
width:auto;
}

Thanks

Brain916
Participant
#0

Hello, getting ready to switch to Newspaper and finishing up a few things. I need some help with the following:

1. On my homepage (SneakerFiles.com/test/) there is 2 ad spots. 1 under the first two article then another 4 down. I was wondering how I could set this up on the category and tag pages?

2. Where is says “Load More” at the bottom of the page, I want to have it a block style just like I have it here:
https://ibb.co/n5WcEk

Also can I change the text from “Load More” to “See More” or anything else?

3. I am using Big Block 3 for the main 3 articles but when I view on mobile, it’s stacked. Is there a way to make it align like I have it on desktop or even switch the style of it on mobile?

4. How can I remove the “Read More” button on category and tag pages?

Thank you in advance for reading and helping.

jhutch
Participant
#0

I added this ad code under “article bottom ad” and after the advertisement, there is a massive blank space. When I remove the ad, this goes away. What’s going on here?

<div id="contentad183971"></div>
<script type="text/javascript">
(function(d) {
var params =
{
id: "edb395d9-7c7d-4167-9f94-c6fa89bc27b1",
d: "cHJvZm9vdGJhbGxzcG90LmNvbQ==",
wid: "183971",
cb: (new Date()).getTime()
};
var qs = Object.keys(params).reduce(function(a,k){a.push(k+'='+encodeURIComponent(params[k]));return a},[]).join(String.fromCharCode(38));
var s = d.createElement('script');s.type='text/javascript';s.async=true;
var p = 'https:' == document.location.protocol ? 'https' : 'http';
s.src = p + "://api.content-ad.net/Scripts/widget2.aspx?" + qs;
d.getElementById("contentad183971").appendChild(s);
})(document);
</script>

llewellyndesign
Participant
#0

Hi, just wondering how I can remove or switch off td-pb-article-list displaying at the bottom of the page along with the search bar. For some reason it adds main features in here when we only want them at the top? See: http://www.peterboroughloves.co.uk/ any help would be much appreciated.
Regards
Dan

Catalin
tagDiv Staff

Hello iamkingsleyf,

First of all, please keep in mind that if you keep replying you will only delay your answer because we answer from oldest to newest. Posting more and more replies will only move your post to the fresher ones and delay the answer further. For future optimal response time, please only post once and wait for the reply as we answer every message.

I have inspected your website and I saw that you are using a lot of Ads which are not supported by our theme and also, use a lot of untested plugins which a break the theme layout, sorry! In the bottom of your article pages, on mobile, you have some problems with your ad which does not come from our theme, sorry! As a quick fix, you can try using the code below and place it in Theme Panel -> Custom CSS area.

The code is ->

@media (max-width:767px){
.pc_block_inactive{
float:inherit!important;
}
}

The result -> https://www.screencast.com/t/L0dEZ9LT

Also, I saw that you are using the Google Adsense Link Units -> https://support.google.com/adsense/answer/15817?hl=en. Notice that our theme does not recognize these parameters, and if you want to achieve that format of Ads, you can try to use the AdRotate plugin. The theme only works using the Google Adsense ad codes: https://forum.tagdiv.com/ads/ … for another type of ads you can either use wp text widget or a plugin like Simple Ads Manager or AdRotate to render the code then use theme’s ad spots. There is no official tested ad plugins as we have our ad system. Adrotate works with our theme even though it’s not tested by us but by our users. It seems that your Google Units Ad cause some problems in the mobile version because it has a width fix.

Thanks for your understanding!

Simion C.
tagDiv Staff

Hi,

This code entered in the Theme panel->Advanced CSS in the phones section will remove the top margin on mobile
https://www.screencast.com/t/2EcyWPLVPhLO

.first_grid_3.td-pb-span12 {
margin-top:0!important;
}

At the moment the elements below the big grid display like this
https://www.screencast.com/t/KAYyZgmXgL
If you want, you could use a code like the one below in the same phones section to achieve this result (or simply add the margin bottom in the code provided above)
https://www.screencast.com/t/AlRvu8Kq8I

.first_grid_3.td-pb-span12 {
margin-bottom: 0!important;
}

Thanks

simchris
tagDiv Member

Most of it should be, assuming you’re running Apache/Linux. Note that the nice formatting of my code got kind of whacked when they moved to the new forum template…. soo.. might not be super readible/legible.

Kind of multiple threads going in my old mega thread — so, perhaps useful to work ‘backwards’ ?

a) some basic wp-config cleanups (add direct paths, memory change, image compression)
aa) htaccess stuff for common time to live, file type, redirect xmlrpc queries, etc.
b) some basic functions.php stuff to clean needless stuff in header of WP pages, remove stuff like XMLRPC stuff, some security stuff; remove ‘?’ queries on stuff (versioning);
c) optimize style.css with minifcation; compress main .js file per Google tool
d) consider moving to web-safe font stack and not loading ANY google fonts; have to hack out section in the main them booster function file, then search/replace the ‘font-family’ elements in the style.css (easier prior to minification, obviously)
e) put custom CSS bottom of style.css vs theme panel

advanced stuff included – un-enqueueing the main style.css, loading in footer; after generating “critical CSS’ with the critical CSS generator online; putting above the fold CSS in header.php (only way to remove render blocking css) ** not needed if moving to http/2 platform.

Super advanced peeps might choose to use mod-pagespeed, https, php 7, and http/2.

So, basically.. kind of a “test your speed,” (with *no* ads running); then make some mods; then retest couple of times, etc., rinse repeat.

I’m no longer using Newspaper – moved to NewsMag 3x last year entirely. Not yet on 4x. But also using TagDiv’s WPION thing as a beta test. (actually re-rendering thumbs for one test of that right now in other browser tab!).

Soooooooo….. basic Apache stuff, and WP-config.php stuff, and common sense thing for functions.php that do specific things — all useful. Good to research WHAT things do before using them.

  • This reply was modified 9 years by simchris.
slo
tagDiv Member

Solved.

It appeared by itself. 🙂

Can anyone please tell me where to find bottom instagram Adidas ad in black theme, i would like to remove it ?

Thank you. 🙂

boothyuk123
Participant
#0

Our website is http://abritandasoutherner.com and we are working with an ad network that sent us the below message.

With your current setup, as your page shrinks in width, your sidebar also shrinks in width. Since our ads in your sidebar will have a fixed width of 300 pixels, this means that some users not viewing your page in full screen or on smaller devices could see part of the sidebar ads cutoff, which could put you at risk for an ad policy violation, and we definitely want to avoid that.

What we need is your sidebar settings changed so that the sidebar stays a fixed width of at least 300 pixels as your page resizes, breaking to the bottom of the page at 1023 pixels of page width. This ensures that all users on all devices see the ads properly.

If I slowly resize the browser, I notice with the current Google Adsense sidebar ad that we have that it does start cutting off.

1. Is it possible to have the Ad (or all of the sidebar) move from the sidebar to the bottom (responsive) when the size moves below 1023px? It currently makes this move at 768px.
2. Any idea as to what is causing the issue or why the ad network would be asking about this?

Thanks,

Chris

gargus
Participant
#0

Hello

I have a list of questions regarding changing the layout of following elements of website

– remove completly the text contact with us without turning off the footer
http://lataniezlublina.pl/wp-content/uploads/2015/07/3.png

– how to change the bottom section of page (section rekacja)
http://lataniezlublina.pl/wp-content/uploads/2015/07/2.png

– from this section I would like to remove desprition of single posts – I would like to have only the picture with the title
http://lataniezlublina.pl/wp-content/uploads/2013/08/1.png

Exec
Participant
#0

1. I would like to add an advertisement AFTER the related articles/more from author section BUT BEFORE the commentary.

2. I would also like to move ARTICLE BOTTOM AD to display after the Page Pagination.

Bogdan B.
tagDiv Staff

Hi,

If you want to remove the arrow bottom, you can do it using this css code:
.sf-menu .td-icon-menu-down{
display:none;
}

Add the code in the theme panel->custom css box

Thank you!

Bogdan B.
tagDiv Staff

Hello,

You can use a bit of css to remove the image from block 11 if you need it without an image. Add this code in the theme panel-> custom css box:

.td_block_11 .td-module-thumb{
display:none;
}
.td_block_11 .item-details{
margin-left:1px!important
}
.td_block_11 .td_module_10 .entry-title{
padding-left: 1px;
}
.td_block_11 .td_module_10 {
padding-bottom:5px
}

Thank you!

alpha
Participant
#0

Hello,
I am trying to remove the page count from the my home blog page. However I can’t seem to find how to fix it.
Basically at the bottom left there is a box with 1,2,3 and on the right page 1 of 3. I want to remove both of them.
Thanks in advance for your help

guatefutbol
Participant
#0

Hi,

Im using style 1 header and want to remove the up and down margins from the logo and ad.

I make the changes in custom css, using the inspector of firefox, everything worked, but cant change the “margin-botton: 28px” property, I want it to be 0px. It seems that this property is on another place but not in style.css.

You can see it in my site: http://www.guatefutbol.com/nw

Please help.

Simion C.
tagDiv Staff

Hi,

A code like this will make the header background transparent and remove the border from the top menu, but the logo image has to be created transparent as well
https://www.screencast.com/t/gqUOyjjiUl

.td-header-style-10
.td-container-wrap {
background-color:transparent!important;
}
.td-header-style-10 .td-header-top-menu-full {
border-bottom: none;
}

If this is not what you wanted or it needs some modification, please provide additional details and I will try to give you a solution.

Thanks

simchris
tagDiv Member

Generally the only way to eliminate the render blocking with Google fonts, is to move the CSS into top of your style.css to load fonts “directly” vs loading the .css sheet off Google’s CDN.

You can also try adding your custom CSS to bottom of style.css vs adding to theme panel.

Finally, you can also ‘view source’ on your page to see WHAT is actually loading at top/bottom of rendered post pages.

Not sure that helps or not.

Simion C.
tagDiv Staff

Hi,

For the Block 9 on your homepage you can try this code
https://www.screencast.com/t/YfJm1pIisMkO
It will remove the padding and margins for the module used on Block 9 only

.td_block_9 .td_module_8 {
padding-bottom: 0;
margin-bottom: 0;
}

The code has to be entered in Theme panel->Custom Css section. Please let me know if this is what you wanted, or you need something else.

Thanks

Viewing 25 results - 526 through 550 (of 1,205 total)