- TutorialsDefault Block Settings Guide
- TutorialsSystem status parameters guide
Hi,
You have to remove the demo ad code from the theme panel as well, it will still try to load it despite deleting it from the media library
– https://www.screencast.com/t/GgcgaYLo0AM
Please check here in the article ad sections
– https://www.screencast.com/t/0VhTUs6kA
I believe that is the bottom ad.
Thanks
Hi,
That is the post sharing section, it can be disabled in the theme panel for top and bottom of the post page
– https://forum.tagdiv.com/sharing/
That ad looks like the default ad. All ads can be managed in the Theme panel->Ads section. Remove all the demo ad codes from those sections and they will be removed.
Please let us know if you have more questions.
Thanks
Hi,
Where are those buttons coming from? If they are added by a plugin the theme has no control over them, only if the plugin has options to position them maybe.
The theme has post navigation (next/prev) at the bottom of the post content, for example
– https://demo.tagdiv.com/newspaper/wordpress-news-magazine-charts-the-most-fashionable-new-york-couples-in-2016/
This theme navigation can be moved anywhere possible while using a cloud post template
– https://www.screencast.com/t/P3pzm5AOnIEy
For default templates it could be moved in the code, by editing the post template files
– https://www.screencast.com/t/VrFv4OmAesb
Thanks
Hi all i have some questions:
1) how can i add a copy link button next to share buttons on the top/bottom of each article?
2) i created a main menu as megamenu. Every item is a category (like the newspaper demo default), how can i remove from only one of these categories the “all” section? example: referring newspaper demo default how can i remove from fashion the “all” section without delete the same section under lifestyle?
3) for each category page I’d like to show the pull down filter: i red lots of codes like this [.category .td-pulldown-filter-list li:nth-child(5) {display: none;}] but i didnt understood how it works. Id like to remove random,7 days popular and by score sections.
4) is it possible to change the 300×250 ad section on the right sidebar with a youtube video? like the video on the bottom of this site http://www.angolotesti.it/ ?? thanks for help guys
Hi,
I would have two questions:
1. In Big Grid 1 i use Grid style 4 – Bottom box. Could i remove the shadow from the title text?
2. How can i change the background color of widgets’ titles, like tag cloud, latest comments, archive etc.
Thank you in advance,
Judit
Hi,
The tagDiv composer was introduced in version 8.0, the multi-purpose plugin in version 8.5. Then in version 8.7.5 the multi-purpose plugin was removed as a separate plugin, all it’s features are now included in the tagDiv composer fully.
The latest theme version is 9.1, changelog with new features and modifications here
– https://themeforest.net/item/newspaper/5489609 (bottom of the page)
If you want to install the latest version, simply download the theme package from your themeforest account. This is a guide for updating the theme
– https://forum.tagdiv.com/how-to-update-the-theme-2/
Be sure to review the theme requirements guide, there were some modifications and additions
– https://forum.tagdiv.com/requirements-for-newspaper/
As a note, please don’t post login information in the forum, the topics are public for all the theme users. I will edit the post and remove them.
Thanks
Hi,
There will be an underline as the link is hovered. I could give you a CSS code to make the links in the post content have a dotted underline
– https://www.screencast.com/t/jgCVAHYBE1c
.single .td-post-content a {
text-decoration: underline dotted red;
}
This will affect all the links in the post content.
Or you could add a border bottom to the links, in this case the hover text decoration is getting in the way so it could be removed
– https://www.screencast.com/t/RrQ4m5nRdW
.single .td-post-content a {
border-bottom: 1px dotted red;
}
.single .td-post-content a:hover {
text-decoration: none;
}
Maybe these suggestions are helpful.
Thanks
With the newsletter plugin friom tagdiv I have a question.
When I test out the plugin, it works as advertised. Enter email, sends to mail chimp, kicks out welcome email. So that’s perfect.
But when I enter an email and submit, it takes me to a confirmation/thank you page. How can I edit this page?
It is also pulling a name and an address for them to add to their address book. I have no need for this and the address is incorrect anyway. Where is this plugin getting this name and address from and how can edit or remove it?
It says..
{A company name I cant figure out how to find or change}
Subscription Confirmed
Your subscription to our list has been confirmed.
Thank you for subscribing!
{Then it lists an address from somewhere i’m not sure (wordpress, google)? and not sure where to change}
Then a link to add this address to their address book
There is a MailChimp button at the bottom. Is this data coming from Mailchimp because I cant seem to see it if it is as the info on my account is different anyway.
Hi. How you people doing. First of all very pleased to get the Newspaper theme and successfully installed on my site. Now that I did I ran into some problems I want to share.
1. 
2. 
3. 
4. 
5. 
6. 
Hi, my desktop seems to work fine, but the iphone & ipad version does not. I’ve tried everything, but it will not load properly on the ios. I’ve tried deleting cache etc….for example on the desktop the photo/video on some of the blog postings don’t appear on iphone (just blank spaces) and I have removed all reference to Instagram through the control panel and it still comes up at the bottom of the iphone/ipad. Would be grateful for some help please.
many thanks, Nick
Inside the Pages>Home-Front Page, near the bottom section, additional EMPTY COLUMN, LATEST ARTICLES & MOST POPULAR cannot be edited or removed using TD Composer. Are they inherited by WordPress and not the elements in Newspaper?
Thank you for the email. I went to my cloudflare account and completely disable the cloudflare stuff. I then ensured that was a fresh page load and login. Then click the td composer and tried to remove the restaurant section that was at the bottom of the page. I saved and the green save came out from the top right on the screen. When I load the page or reload the td composer page. It did not save or remove the section I was trying to remove.
Hi,
From what I can see it’s working at the moment, please see here
– https://jotem.in/audio-video-show-2018-odwiedz-najwieksza-w-polsce-strefe-winyli/amp/
You can test AMP posts by adding /amp to the URL of a post.
There are some errors in the AMP posts, for example this auto ads code
– https://www.screencast.com/t/LSoFj8PT3cBh
That has to be entered in the AMP header file
– https://forum.tagdiv.com/topic/info-adv-amp/
Normal Adsense ad codes have to be entered like this
– https://www.screencast.com/t/YpYDe7huyb
– https://support.google.com/adsense/answer/7183212?hl=en
The more articles box is displayed in the bottom of the posts for some reason. Did you make any modifications to the main theme or the AMP plugin? If so please test without them. The more articles box should not be loaded in the AMP version.
Also, if you entered javascript code in the post content, please remove it and test again with the validator. Temporarily deactivate all your plugins except theme plugins and test
– https://validator.ampproject.org/
Should be some positive results after trying these suggestions.
Thanks
Hi,
From what I can see it’s working at the moment, please see here
– https://jotem.in/audio-video-show-2018-odwiedz-najwieksza-w-polsce-strefe-winyli/amp/
You can test AMP posts by adding /amp to the URL of a post.
There are some errors in the AMP posts, for example this auto ads code
– https://www.screencast.com/t/LSoFj8PT3cBh
That has to be entered in the AMP header file
– https://forum.tagdiv.com/topic/info-adv-amp/
Normal Adsense ad codes have to be entered like this
– https://www.screencast.com/t/YpYDe7huyb
– https://support.google.com/adsense/answer/7183212?hl=en
The more articles box is displayed in the bottom of the posts for some reason. Did you make any modifications to the main theme or the AMP plugin? If so please test without them. The more articles box should not be loaded in the AMP version.
Also, if you entered javascript code in the post content, please remove it and test again with the validator. Temporarily deactivate all your plugins except theme plugins and test
– https://validator.ampproject.org/
Should be some positive results after trying these suggestions.
Thanks
Hello perfectbodymate,
Please notice that the guide is recommended only for Advanced users and if you are not aware of the steps which are needed to take in this case, please consider hiring a freelancer/developer to help you because we cannot provide additional customizations and optimizations, sorry!
Please notice that part of our optimization guide help you to identify what kind of render blocking should be moved at the bottom of the website, using that script.
-> https://www.screencast.com/t/rjirk6KkQYSN -> https://www.screencast.com/t/hJleirtC
Thanks for your understanding!
How can I either remove completely, or change the name of these underlined categories that appear on my home page.And how do I remove the three social counter icons?
http://928.d70.myftpupload.com/wp-content/uploads/2018/10/example1.jpg
How do remove these links at the footer of my page (Blog, About, Contact)
http://928.d70.myftpupload.com/wp-content/uploads/2018/10/example2.jpg
How do I remove this link (The Colony Magazine) that appears at the bottom of every article?
http://928.d70.myftpupload.com/wp-content/uploads/2018/10/example3.jpg
Please visit my parked website if you need further clarification:
http://928.d70.myftpupload.com
If they are pages you can edit the page and remove the ads.
If the ads are in widget sidebars in posts and pages, maybe create sidebars without ads and set them.
If the ads are in the post content (top, inline or bottom ad spots) the theme does not have settings for specific posts. All it has are general settings to hide them per device
– https://www.screencast.com/t/g6L9YSkB
Hiding them with CSS is permitted by Google when using media queries
– https://support.google.com/adsense/answer/6307124?hl=en
Setting a display:none without media queries is forbidden by Google
– https://support.google.com/adsense/answer/1354736?hl=en
Maybe use a plugin such as Adrotate to better manage the ads in the website. There are many theme users that recommend this plugin. I believe it has settings for what you have to do per specific posts.
Some more about it here if you should consider it
– http://www.wpbeginner.com/plugins/how-to-manage-ads-in-wordpress-with-adrotate-plugin/
– https://ajdg.solutions/manuals/adrotate-manuals/
1) In mobile theme the bottom ads is not showing and I don’t understand why. I do not undestand how mobile theme is working and how change headline/latest post shown.
2) In Home page there is no way to move the ads on the right side of big grid?
Hello thelegendarycoder,
1)If you want to achieve something like this, you should inspect this section and add a padding-bottom to your element like this -> https://www.screencast.com/t/HRicaiIZ As an example, you can use the code below if you are using the block 3.
The code is here ->
.td-newsmag-cars .td-subheader .td_block_3 {
padding-bottom: 30px;
}
2)If you want to reduce that grid line, you should make it invisible from here -> https://www.screencast.com/t/WvePoPG4tIA
3)Unfortunately, the theme has not been designed that the excerpts to be clickable, sorry! If you want to add this functionality, you should edit theme the core file and customize it yourself through the code.
4)Unfortunately, the theme has not been designed to have a full-width layout, sorry! Also, if you want to get rid of it the boxed layout, you should simply remove the background image and then, the site will be automatically switched to the normal layout. If you want to give a full design to your website, you can try using the full-width Big Grid from here -> https://demo.tagdiv.com/newspaper/full-big-grid-1/
Thanks for your understanding!
Hello,
(1) How can I remove subcategory posts from the main category page? A main category page should only contain subcategories and main category posts. (I’ve already searched the forum but couldn’t find a solution).
(2) Is there a way to define a fixed amount of sticky posts within a certain category / subcategory page on the top? The other posts should be shown on the bottom of that category page, after the category description.
(3) Is it possible to hide all posts from category page? (There is one category where I want to set all the links to the posts manually by my own)
(4) There’s no way to enable comments on category pages, right?
Hello again,
So I double-checked the adsense code snippet. It’s correct.
1. Ads added using tagdiv blocks on the homepage insist on appearing as squares, even though the space would suggest they should be long and thin. These are Custom Ads 1 and 2 and the code snippet I’ve pasted into theme panel is:
<script async src=”//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js”></script>
<script>
(adsbygoogle = window.adsbygoogle || []).push({
google_ad_client: “ca-pub-3503819165109177”,
enable_page_level_ads: true
});
</script>
Auto size is definitely on for all screen sizes. I haven’t changed any sizing from the default setting of auto.
2. Into my Cloud Template – property category (so still using the link/example from my previous post) I’ve copied and pasted the code for the ad from sidebar which I know is working. This is done using TagDiv Composer and editing the ad positions that you access when you click on “sample post content” within the template editor. I want the ads to appear top of the article, inline (after 3 paragraphs) and article bottom of the property posts. (I’ve now removed the titles from ads so you don’t see the positions marked anymore). Still not appearing.
3. Copied the ad code from the article top ad position (property template) and adding it to sidebar ad within theme panel. Saved. Refreshed. Sidebar ads do still appear.
4. Not sure I’m doing this right. Created new page. Opened in tagdiv composer. Added ‘Column text’ element. Copied my ad code snippet (the one that works for sidebar) into the ‘edit content’ editor – text view rather than visual. saved. I see nothing other than the block title? https://wmw-dev.co.uk/test-ad-page/ (Also added an adspot – sidebar) and that seems ok.
Any thoughts and advice much appreciated?
Thanks,
Naomi
@Seashore With that code there will be no margin around the logo
– https://www.screencast.com/t/0J4tkeEOCAmO
You could remove the gradient below the header menu, also add some borders similar to those
– https://www.screencast.com/t/kgvY2SMCG
This is the whole code code used in the example (including the one from above), modify it further or add to it more. It is meant for header style 1
.td-header-style-1 .td-header-sp-logo {
margin: 0;
}
.td-header-style-1 .td-header-gradient:before {
display: none;
}
.td-header-style-1 .td-header-main-menu {
border-bottom: 1px solid #b9b9b9;
border-top: 2px solid #000;
}
Hello,
This happens because each item is treated as a separate Ul list when ading sub-lists and they will receive the bottom margin as well.
You can remove the bottom margin using this css code:
.td-post-content ul{
margin-bottom: 0;
}
You can dd the code in the theme panel under custom css.
Thanks
My row-elements always seem to have a margin-bottom of around 50px or so. The box for margins/padding (under the CSS-pane) shows “-” on every margin and padding, and yet if I set this value to 0 it removes the margin.
I have probably added this before but no longer remember where, hah! Where is the setting for this?
Hi,
That is a big grid, this one to be more exact
– https://demo.tagdiv.com/newspaper/big-grid-3/
There is a slight gradient for the bottom part of the module, to make the title more visible. For example if you use a lighter featured image, if that gradient was not there the title would be hard to read of invisible.
If none of the grid styles available are to your liking, I could give you a code to remove it with this result
– http://prntscr.com/kj9v4k
The code can be entered in Theme panel->Custom CSS.
.td-grid-style-1.td-hover-1 .td-module-thumb a:last-child:before {
display: none;
}
Thanks