Search Results for 'move bottom ad'

Results from the Forum
Catalin
tagDiv Staff

Hello suevanwinsen,

If you want to move your comment section from your bottom page to your top of the page, you will have to alter the code from the core file corresponding to what type of post template you are using on your side. For example, if you are using the single template style 1 you will have to add the following code in loop-single-1.php, like this -> http://screencast.com/t/TeKwztmHD7op -> <?php comments_template('', true);?> and the result you should see here -> http://screencast.com/t/wvc7LgXx

Thanks for your understanding!

manjiri
Participant
#0

Hi,
Through widgets I have added few blocks in sidebar, which I want to show at the start of sidebar on page.
I have added numbering to blocks and managed and it was displaying perfectly.

But now,I have created home page using visual composer. so my sidebar moved down to home page. It shows whole template page and at the bottom sidebar appears.
How can I show sidebar from the starting postion? Please guide me here.

mystudent
Participant
#0

whenever i create a page for making homepage by adding different blocks, i get extra blocks of Latest Articles by default at the bottom of the page although i don’t need it. How to remove this?

Bogdan B.
tagDiv Staff

Hello,
Thank you for your appreciation.
1) The featured video option cannot allow other networks unfortunately and there is no easy way to add a new network to the options. You can however use a standard post template and use post style 5 that does not use the featured image inside the post content. then you can simply embed a video from your network of choice. The featured image has to be set manually as the theme will not grab the thumb from the video itself. If this is not a viable solution for you, then you will need to hire a freelancer to help you implement the networks you mentioned.

2) Please follow this topic to remove the google fonts: https://forum.tagdiv.com/topic/remove-google-fonts/#post-96617

3) For the social icons, there is no setting to add new ones, but you could try to use this method and add a new social network if you have the proper coding skills (this does not apply tro the social counter but the top and bottom article sharing) https://forum.tagdiv.com/topic/linkedin-button/

I hope this helps.
Thank you!

Truman
Participant
#0

Hi,

I just installed your theme and face some problems. I am using WPML to switch between english and german language. I know, you told me, that the theme is not certified for the use with WPML.
Still, I wonder, why the english page (https://www.offroaddance.com) looks fine (besides the thumbnails which I have to regenerate), while the german version (https://www.offroaddance.com/?lang=de) looks completely smashed.
The preview of the german home page looks just fine. German and english version are identical besides, that I gave the german category id´s for the different blocks.

Do you have an idea, what could be the problem or how this can be solved ?

Additionally, I am having some maps on my post pages (i.e. https://www.offroaddance.com/black-rock-mountain-road-arizona-strip-english/). The map should show up below the text “And here is an overview of the area, we visited:”.

The maps are loaded in a div element as iframe and I am using the following custom css code to scale them for the content area width:

.embed-container {
  position: relative; 
  padding-bottom: 56.25%; 
  height: 0; 
  overflow: hidden; 
  width: 100%;
  height: auto;
}
.embed-container iframe {

  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%; 
}

Unfortunately, the maps are not showing up, if I use this custom css. If I remove it, the map shows up, but uses the complete width of the content block + sidebar area and doesn´t stay within the content area.

Maybe you are also having an idea about this ?

Thanks in advance for your help.

destanley
Participant
#0

Love this theme! As a thank you, here’s some custom code. Sure there are better ways, but I don’t know them. 🙂 I spent last night coding this out, and I figure some others might have the same request. I’m running WordPress MU and wanted to share a menu with all the sites, but I didn’t want to manually enter each in. The code will pull the contents from the top menu into the mobile menu.

//// TO MAKE MENU APPEND TO MOBILE RESPONSIVE MENU. ONLY TOP LEVEL LINKS /////

Custom CSS – Enter into Theme Options -> Custom Code -> Custom CSS

@media (max-width: 767px)
{
/* Hide Dropdowns */
#menu-top-bar li ul {
display: none !important;
visibility: none;
}

/* Hide Down Icon */
#menu-top-bar .td-icon-menu-down {
display: none;
}

.top-header-menu li {
display: list-item;
}
}

CUSTOM JAVACSRIPT – Enter into Theme Options -> Custom Code -> Custom Javascript

jQuery(function() {
var content = jQuery(".menu-top-container").contents(); //GET TOP MENU CONTENT
jQuery(".td-mobile-content").append("<hr />"); // THIS JUST ADDS A DEVIDER
jQuery(".td-mobile-content").append(content.clone()); //clone to contents (so it won't be reomoved from original element) and move element into menu
});

That’s it. 🙂 Below are a few more options.

/// THESE ARE OPTIONS THAT DON’T PULL THE CODE INTO THE MOBILE MENU, BUT DISPLAY IT AT THE TOP.

CSS TO MAKE TOP MENU (ONLY) SHOW UP ABOVE THE CONTENT IN MOBILE MODE (newspaper 7). This one has the links side by side with drop downs..

@media (max-width: 767px)
{

.td-header-sp-top-menu {
display: block !important;
}

.td-header-top-menu-full {
display: block;
}

#menu-top-bar {
padding: 0 0 0 40px !important;
}
}

CSS TO MAKE TOP MENU (ONLY) SHOW UP ABOVE THE CONTENT IN MOBILE MODE (newspaper 7). This one removes dropdowns and stacks the links.

@media (max-width: 767px)
{

.td-header-sp-top-menu {
display: block !important;
}

.td-header-top-menu-full {
display: block;
}

#menu-top-bar {
padding: 0 0 0 40px !important;

}

#menu-top-bar li ul {
display: none !important;
visibility: none;
}

#menu-top-bar .td-icon-menu-down {
display: none;
}

.menu-top-container {
margin-right: 0px;
}

.top-header-menu li {
display: list-item;
position: relative;
margin-left: 0;
/* background-color: #dcdcdc; */
border-bottom: .5px solid;
padding-left: 10px;

}

#menu-top-bar {
padding: 0 0 0 0px !important;
min-width: 400px;
}

.td-header-top-menu {
padding: 0px;
}

}

bowman9991
Participant
#0

Hi support,
Just a suggestion to make it easier for everyone: would you mind adding a link to the top of the Themeforest Newspaper page. A single line below the first image that reads:

Current Version 7.1.1. Click here for changelog >

When you click this link, it moves you to the changelog section at the bottom. I’ve seen other themes do this very effectively. At the moment, you have to scroll through all the features (and there are many good ones!) 🙂 before you can view the latest changes.

Most people won’t know the changelog is there unless they’ve scrolled to the bottom. So they can’t see that you make regular, excellent updates!

Cheers,
John

lettogsunn
Participant
#0

Hi,

We have block 14 at the bottom of our page: https://www.lettogsunn.no/bestill-clorogen-na/

As you see there are some strange grey shadows to the right of every post: Can this be removed?

Thanks!

INSPIRELLE
Participant
#0

Hi, we have some articles co-authored by two writers. Is there a way to add two author cards to the bottom of a post? And if so, will both of their names automatically appear in the byline? Also… is there a way to move the author card so it appears ABOVE the social media share buttons? our site is at http://www.inspirelle.com

this is one of the articles I’m speaking about: http://inspirelle.com/two-fashion-stylists-compare-paris-chic-new-york-style/

Catalin
tagDiv Staff

Hello mystudent,

I saw that you have a lot of additional customizations through code which can damage the right layout of our theme. I suppose that you want to center your logo with Ad placements. Also, I suppose that you have added a border-bottom and border-top for your header menu wrap which influences this layout. As a quick solution, please remove the latest code that I provided you above and try the code below and place it in Theme panel->Custom CSS area.

The code is ->

.td-header-header {
padding-bottom:18px;
}

The result you should see here -> http://screencast.com/t/sym4iPH2aZDQ

NOTICE: If you want to restyle your front end with your desires, please notice that these customizations involve some custom work and we cannot provide this type of services at the moment, sorry! Also, please notice that if you are not aware doing that, these customizations might further influence the other elements from your theme and you can damage your layout theme.
If you want to display more levels n our theme and you are not aware of the steps in this regard, please consider hiring a freelancer/developer to help you because we cannot provide customization services at the moment ,sorry!

Thank you for your understanding!

Bogdan B.
tagDiv Staff

Hi,
Those are multiple paces that need to be targeted with css. There is no one code to remove all spaces.
For the title, you seem to have custom margins added to it that does not come from the theme:
http://screencast.com/t/IrouAYvpgRg and http://screencast.com/t/HKihUxCrk
Please remove the margins I mentioned from your custom code.
As for the other elements, you need to use the browser inspector and adjust the padding bottom for every element. You can use the browser inspector to see these paddings: http://screencast.com/t/jegelnncJ
You can use this guide on how to use the browser inspector: https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
Thank you!

Beldar
Participant
#0

Hello,

I would remove the shadow that seen on the bottom of the TagDiv galley images. I mean the shadow shown when I enlarge the images. How can I do it?

Example:
https://dl.dropboxusercontent.com/u/21598606/Captura%20de%20pantalla%202016-05-13%20a%20las%2011.07.02.png
http://www.lacasadeel.net/2016/05/exclusiva-previa-arte-john-alvin-planeta-comic.html

Thanks

beermoney
tagDiv Member

They say to deactivate all your plugins, clear your cache and CDN files, and then go into the Theme Panel and click on the Save Settings button.

I tried all these options and it didn’t work. The only way I was able to make it work was by hiding it via CSS. That purple gradient is actually the Mobile Menu background.

Here is the CSS code that I used to hide that background on the Desktop and Tablet versions of the site, while still having it show for Mobile Phones.

/* -==========================- DESKTOP -==========================- */
@media only screen and (min-width:1024px) {
.td-menu-background:before { display: none; }
}

/* -==========================- TABLET -==========================- */
@media only screen and (min-width:640px) and (max-width:1023px) {
.td-menu-background:before { display: none; }
}

If using a Child theme or editing the main theme, place that CSS at the very bottom of the Stylesheet (style.css). Again, this was the only way I was able to remove it while still allowing it to work on phones. Hope this helps you.

As you can see…by hiding it on the desktop version, it no longer shows. https://i.imgsafe.org/ef2118f.jpg

  • This reply was modified 10 years by beermoney. Reason: Add Screenshot
cstyn
Participant
#0

I had a situation when adding image as background to “background settings” in theme pannel couldn’t allow in google insights any change.

No matter I do with codes in 5. Remove render blocking css/js – using the TagDiv SpeedBooster plugin (advanced users) https://forum.tagdiv.com/how-to-make-the-site-faster/ – didn’t work.

But! when I removed the image from “background settings” in theme pannel, added in style.css manually at the bottom, all was fixed. render blocking css/js codes worked.

Hope it helps.

andantesash
Participant
#0

How do I move the position of the sidebar on posts? It is showing the content, then sharing buttons, then related articles. How do I set it so it loads like this;

1. Article
2. Enter Competition
3. Share Buttons
4. Related Articles

Thanks

Bogdan B.
tagDiv Staff

Hi,
We were able to see the screenshot as the link works, only our forum does not display images. The ads can be deactivated from the theme panel ads area. The ad you are referring to is the article bottom ad. Every ad can be deactivated from here: http://screencast.com/t/GSPnHgAn
Just delete the ad code inside these boxes and your ads will no longer display. For this particular ad, yu need to remove the code in the article bottom section: http://screencast.com/t/K5mFY93Ba2S2
Thank you!

durgatripathy
Participant
#0

Hi,

how to detect and disable the following ads. http://www.screencast.com/t/KUUclS3vbeBd
Its only showing on mobile view. The ad at the bottom stays sticky and its annoying. how to remove or disable it ?

Thanks!!

awtown
tagDiv Member

Tagdiv’s support answer was to remove some code. The code to remove is shown in one of the links below.

Here’s their answer:

1. The theme display the default share buttons on post, but you can change that by modifying the code like this:
-social sharing top: http://screencast.com/t/5cOfEKhOvq -social sharing bottom: http://screencast.com/t/HaYAos2UW14E
1. You can use Wp Text widget http://screencast.com/t/Rj251NC5yOPU to add a new share button but notice that the php code will not be interpreted, you can use only html, js and css, also make sure you insert the code in text format: http://screencast.com/t/woDhLq9Li5 Notice that you may need additional css customization for your buttons. The result could be like here: http://screencast.com/t/Br8L5bpjk
2. The social networks from Theme Panel > Social Networks are adding the corresponding social network icon into theme’s top bar section in front end and will link to the social page you set here: http://screencast.com/t/Nr5yKbQ9Tthttp://screencast.com/t/dpkjL2Nff
Thanks!
Post Link: https://forum.tagdiv.com/topic/three-questions/#post-66068

Catalin
tagDiv Staff

Hello Marto,

If you want to disable this feature, please try to add the following code in the footer.php file, before the tag in bottom of file, like this -> http://screencast.com/t/n8WIm6dlvn

The code is ->

<script type="text/javascript">
    jQuery('document').ready(function($){
        $('[title]').removeAttr('title');
    });
</script>

Hope this helps!

Thank you for the message!

Bogdan B.
tagDiv Staff

Hi,
If you use a text block immediately after the video you will get those results. Every text blo0ck has padding and margins to it and if you use a h2 title inside the text block , then you increase these spaces as a heading adds spacing as well. You also get spaces from a widget that is in place there adding bottom spacing to the text block. Please remove all your plugins except visual composer, clear cache and reset cdn files. Then check the spacing again. I suspect there is a plugin that alters the css.
Thank you!

Glitched
tagDiv Member

Thank you Dane and Andrei,

This has works perfectly by splitting the pages but there is one issue.

The pagination loads at the bottom of the page, below the socials icons, recommended articles and advertising.

I feel as if readers will assume the article is finished and not scroll all the way down.

Is there any way to move the pagination to the end of the actual title?

This is what it currently looks like: http://glitched.co.uk/tom-clancys-the-division-an-in-depth-review/

Thanks,

Bogdan B.
tagDiv Staff
Menu - reply

Hi,

1)I’m not sure what sharing buttons you are referring to but our theme has no such option of adding bitly shortlinks. It will have to be done custom. If you are referring to the article top and bottom sharing, then here is where the code is being created: http://screencast.com/t/llK8ex6aI
2)you can remove the search icon from the code by commenting out or deleting this part: http://screencast.com/t/R1WLS2cH
3) The call to action button color can be changed from the settings for it here: http://screencast.com/t/M4sRTLzbMwa

Thank you!

orbofdarkness
Participant
#0

Hi there,

1).I’ll be making my site live very soon. Currently with regards to the featured image, our older site had a resolution of 620*300. It seems a little bit shorter compared to your theme default image size (which is about 696*465). I would like to know if I use the Regenerate thumbnails plugin, Do I have to specify the image size somewhere or will it automatically resize the featured images to your default theme image size?

2.) With regards to ads. when I am applying for Google Adsense, Wuld you recommend to leave your theme ads as they are or should I remove all of them? Also, if I do remove them, will the gaps for example in the sidebar or bottom of the posts remain or it will the elements below those images move up?

URL – gadgetsbag.com
Thanks,
Prasenjit.

Dope Mag
tagDiv Member

Hi Andrei,

Thank you for taking the time to look over this. The first set of code adds the social links to the bottom of the mobile menu, but removes the social links at the top of the website on desktop. I’m trying to keep the social links on desktop on the website, but just add them to the bottom of the menu section on mobile.

locate_template(‘parts/header/top-widget.php’, true); —– This removes social media links on desktop.

Basically. This is exactly what I’m trying to achieve, except not warped/stretched as I have had to expand the image over photoshop. Is this possible?

View post on imgur.com

unplug.tips
Participant
#0

Hey guys,

Dunno how long this has been an issue as I’ve been working on other projects but I noticed today my header ads had disappeared from my sites.

I’m not using ad-sense just a clickable image but the ads were there before and now they aren’t, at first I though it was because I had moved servers but I have bought 4 instances of the theme and only 2 have been moved to new servers but all 4 are now not showing header ads.

It’s not a huge problem cos none of the sites are generating ad revenue anyway but does make the header look a bit bare and I’d like to get to the bottom of it.

I’ve tried to disable all plugins apart from VC and Social counter but the problem remains.

I’m using the ad code from the documentation but when I save it and refresh the page it removes my logo from the left side of the header and there’s no image. I’ve tried a few adjustments to the code and that breaks the main navigation (im using header style 3)

Let me know if you’ve come across this before, I’m assuming it’s been like this since the last update as nothing else has changes and all 4 sites are displaying the same behaviour. I’ve cleared all caches etc but the problem remains.

Many thanks

Dean

Viewing 25 results - 726 through 750 (of 1,205 total)