- NewspapertagDiv AMP Plugin Tutorial
- NewspaperTrack Subscription Sources with Locker URL in Opt-In Builder
- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
- NewspaperCredit System
- NewspaperIntroduction to CPT and ACF with Newspaper Theme
- NewspaperHow to edit modules for Flex Block X
- NewspaperHow to use the Posts List shortcode
- NewspaperUser review system
- NewspaperCustom Fields Support
- NewspaperHow to generate Facebook App ID
- NewspaperHow to insert a block inside the content of a post
- NewspaperModal Popup
- NewspaperPayPal Setup
- NewspaperLink Tracker
- NewspaperLockers
- NewspaperGeneral Options that May Interfere with the Newspaper Theme
- NewspaperAdd Cryptocurrency Price Ticker Widget
- NewspaperPosts Loop Element
- NewspaperThe Newspaper Mobile Theme: Introduction
- NewspaperAutoptimize Plugin – install and configuration
Good day;
I am trying to avoid dublication on page. Offset is usefull but I don’t think it sloves the problem.
Let me try to explain the situation with an example here…
I am placing this grid top of my page

Think about I have 2 news of Magazine and 1 for Technology and 1 for Sports as lastest posted news. After that I place another grid or block below it and it will only contain Magazine news as I will filter. So now how would I tell it to avoid any other Magazine news posted on page before it? How would it recognize how many magazine categoried news been shared before it and avoid the dublicate? Offset doesnt work in that case which is duplicating the news when grids using category filters Or I am not understanding it correctly.
Thank you…
I want to remove the read more button and text from the home page.
Here is an example of what I don’t want.
https://www.dropbox.com/s/d9hiwa7o1at50hj/Screenshot%202017-06-14%2015.58.04.png?dl=0
I want my blog to look more like the default blog theme.
Hi, if you see Youtube playlist on my page,
there is some weird text in front of my title.
It should be “[Review] CutiePie Cupcakes” but it’s showing &Ibrack;Review] Cutiepie Cupcakes
Please help me how to fix it.
Thanks.
Hello,
Unfortunately, I still get this 2 errors. Latest WordPress & latest Newspaper. All plugins are deactivated except for td-composer. Please check here: http:// lustaufeinbier.de/
It’s running on nginx with php 7.0.18.
Thanks!
I removed all of the posts but 1 for testing purposes and when I go to a URL like mysite.com/politics for example, it’s not showing the posts under politics anymore. I want people to be able to go to pages with all articles in that category, such as Politics.
Screenshot: http://i.imgur.com/g6rBD5g.png
Dear Sir/Madame,
I am facing a theme speed issue after adding custom CSS to my theme, from the theme panel. Initial speed, without the custom CSS, is 94/97 on Speed Insights which is super.
Upon adding the custom CSS I get these 6 strange render-blocking CSS which where not there before:
http://astropaideia.wpengine.com/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=4.8
http://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700|Roboto+Condensed:300,300italic,400,400italic,700,700italic&ver=3.4
http://astropaideia.wpengine.com/wp-content/plugins/jetpack/_inc/genericons/genericons/genericons.css?ver=3.1
http://astropaideia.wpengine.com/wp-content/plugins/jetpack/css/jetpack.css?ver=5.0
http://astropaideia.wpengine.com/wp-content/plugins/js_composer/assets/css/js_composer.min.css?ver=5.1.1
http://astropaideia.wpengine.com/wp-content/themes/Newsmag/style.css?ver=3.4
As a result the website speeds down by 79/91, which is great, but why not speed up more (I mean your theme has amazing speed).
Even if I deactivate all erelevant plugins like Jetpack or Contact Form 7, I still get render 4 blocking sources (which I don’t get without the custom code)
http://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700|Roboto+Condensed:300,300italic,400,400italic,700,700italic&ver=3.4
http://astropaideia.wpengine.com/wp-content/plugins/js_composer/assets/css/js_composer.min.css?ver=5.1.1
http://astropaideia.wpengine.com/wp-content/themes/Newsmag/style.css?ver=3.4
I followed your instructions here but I cannot seem to find these particular CSS that causes this
https://forum.tagdiv.com/how-to-make-the-site-faster/
Based on your instruction I added to the td-speed-booster.php the following code
//@todo test on newsmag
$this->move_style_to_footer_queue(‘contact-form-7’);
$this->move_style_to_footer_queue(‘jetpack’);
$this->move_style_to_footer_queue(‘js_composer_front’);
$this->move_style_to_footer_queue(‘Newsmag’);
but the issue persists.
Unfortunately I cannot use WP Cache on my server because it does not support the plugin. I can use other 3rd party plugins to optimize (Autoptimize, Above the fold) but that will only take me to 84%.
Any suggestions?
Am I doing something wrong??
My website url is this one:
http://astropaideia.wpengine.com/
Thank you for the great theme,
Dimitris Belegris
Hi,
The Big Grids and some blocks do have that effect applied on the images. There are different styles that can be selected on a Big grid for example
– https://demo.tagdiv.com/newspaper/big-grid-1/
To remove that black tint from the Big Grid on your page and the module below it, you can try a code like this that will remove the effect
– https://www.screencast.com/t/UIChfg9w
The code must be entered in Theme panel->Custom Css
.td-grid-style-1.td-hover-1 .td-module-thumb a:last-child:before,
.td_module_mx8 .td-module-thumb a:last-child:after {
display:none;
}
Please let me know if this is what you wanted or you need something else. I have edited your previous reply and removed the login information.
Thanks
Hi,
One way would be to use a plugin that has that option. The other would be to make some modifications to the theme. Here is a related topic
– https://forum.tagdiv.com/topic/how-to-make-this/
You need to edit the corresponding file from the theme, according to the post template style that you are using.
For example if you are using Post template style 2, opening the single_template_2.php file from the main theme folder you will see the line that needs to be replaced
– https://www.screencast.com/t/g53HT0PldRtj
Like this
– https://www.screencast.com/t/4hGRjk2K
Then enter this code in Theme panel->Custom Css
.td-module-meta-info {
display:inline-flex;
}
.the-modified-date {
padding-left:5px;
padding-right:10px;
padding-top:2px;
}
You can use an existing class instead of the one currently in the code
– https://www.screencast.com/t/ROSOqFlXMW
This way there would be no need to enter the Css code in Theme panel.
At the moment there is no setting in the theme that would allow the modified date to be displayed on posts. That is why you could probably search for a plugin that you can use. Or try the method presented above.
Thanks
Hello, I’ve been using Newspaper for 1 year and would like to add ‘sharing buttons’ under each of the post. The buttons include ‘twitter/facebook/google/ and view counts’ as you can see an example in this link >>> http://www.traffic-sharing.com/catalog.php?category=12
Actually my friend gave me the code to do so (both java + html + gif pics) but I have no idea where to insert and how to make it happen in the theme. Please see the attachment in the link https://drive.google.com/file/d/0B_c16Rb4PUBRcEdqUVhxR3Bac2c/view
Any ideas? I renew the support specifically for this.
Thank you in advanced
Hello Zakkery,
First of all, please check your system status to be increased to the high value. If is not, please try to increase it using our guide in this case, here -> https://forum.tagdiv.com/system-status-parameters-guide/
If you have issues with php.ini, please contact your hosting provider and let them know what you are trying to do so they can point you to the correct file. Also, please do not use symbols (!@#$%^&*) for the title of the widgets because it seems that affect the functionality of the sidebar.
For more information about sidebar, please consult our documentation here -> https://forum.tagdiv.com/sidebars-tutorial/
I have inspected your website and I saw that you have some additional customizations (full-width layout) through it and it is possible these changes to affect your layout.
Hope this helps and let us know how it goes!
Thank you for the message!
Hello,
I desactivated the plugin, and as a result the images and the videos disappeared from the pages (for example, check http://videosupporters.com/europa-menu/northern-europe/uk/arsenal/).
Than
There has been nothing but issues with the re-installation of this template/newspaper theme. The WordPress backend/editor is not updating things that I do.
1) For example, if I go to home page, and prepend to any column, add single image, the image uploaded or chosen from the library displays as a much larger size then the image size that was uploaded.
2) On the home page, https://www.delawarenewsline.com, on the left side is a plug in called Zotobox displaying social buttons in the debug/left browser position, yet the plug in is not even displayed in my plug in list.
3) Theme settings>ads> when I put the url of an image, and click save, and refresh my browser, it does not show any image at all.
4) sometimes when i click update on the home page, it takes a really long time to update.
It seems that images displayed on “posts”, that are displayed on the home page displays properly on the home page, but when you try to edit the home page using the Visual composer for images, it does not. I recently purchased the pro version of Visual Composer bakery but not able to validate it because the email used is inactive/no longer exist.
Can you take a look at these issues and see if you can duplicate them and see what needs to be done to fix this?
Hi,
2 questions:
A -on my main Menu, the first 3 categories menus ‘keep’ always the active /Hover color whereas they are not selected? How can it be removed?
B- As I have Main menu on 2 lines ( 9 categories), some sub-menu appear ‘mixed’ with the menu category which is below/ behind the sub menu and so not nicely readable..( I changed the sub menu background color but problem still there.
Thanks for your help.
Hello,
QUESTION NUMBER ONE
a)
Please check the page “videosupporters.com”.
As you can see, it shows the featured image of 6 videos.
b)
Now, please go to the menu, and select:
– Europe;
– Northern Europe;
– UK;
– Arsenal
(note: this is an example, because the problem that I will describe below it happens when I go to any other pages)
c)
Now, return to the homepage, and you will notice that it doesn´t appear any “featured image” (nor videos).
QUESTION NUMBER TWO
I have some other pages in which the videos don´t appear anymore, after that I made the upgrade to the last version of Newspaper (example: http://videosupporters.com/europa-menu/northern-europe/uk/crystal-palace/)
Can you help me, please?
Best regards.
I am using the newspaper theme version 7.7. I am also using woo commerce. I have a wall commerce category page set up here: https://promguide.com/fashion/brand/
But when you click on any of the categories expecting to see products you actually get a 404 error
I believe that for sub cAtecory product pages, woocommerce is is using the theme category template instead of the woocommerce product template. I need the woocommerce product template.
Was this done by design? Is there a configuration change I can make?
Thank you.
Hey bogdan,
Here is what i found, I dunno how to fix that.
Minifying https://vapekrew.com/…ntent/themes/Newspaper/style.css?ver=8.0 could save 15.4KiB (14% reduction) after compression.
Your page has 1 blocking CSS resources. This causes a delay in rendering your page.
https://fonts.googleapis.com/…ic%2C500%2C500italic%2C700%2C900&ver=8.0
Hi there,
I am creating my first list posts and the feature is just wonderfull!
I know that all headings should be h3 – done and works.
But – below the blog article the section “share with” (teilen mit)
and “similar posts” (ähnliche Beiträge)
are included in the list. See it here: Ameisen im Haus bekämpfen
Where do I have to make adjustments so that this is excluded?
Hello,
Today I made the upgrade to the last version of Newspaper, and it appeared a problem with all the images that I have in the site “videosupporters.com”.
In order to see my problem, for example please check the page “http://videosupporters.com/europa-menu/northern-europe/uk/arsenal/” . Until the upgrade, the image of the t-shirt appeared “small” in the left side, so I had in the same row, from left to right: a)- the image of the t-shirt (in the left); b)- the “name”, “date of foundation” and “stadium” (at center); c)- “Did you know” (at right).
This problem exists now in ALL the pages with images – how can I solve that?
Thanks.
Since the last update, there’s a new column in the admin dashboard for posts showing total view counts. Is it possible to hide this, for everyone, by default ? Example: https://i.stack.imgur.com/BLXVW.png
@Catalin: So i’ve to remove almost all the style.css that my site uses to obtain an unique and more optimized css loading or remove style.css from the moved css files by speed booster. Anyway, i’ll try it on my test website which is the best way.
@Pierreto: I tried AMP and it doesn’t work correctly. Also, it is not officially supported by the template creators. My website have a very good optimization (https://gtmetrix.com/reports/gamesquare.it/8wMcYwjS – More than 90/100 in Mobile and Desktop score of Google Pagespeed and A-A-A-A-B on WebPageTest), so i don’t want ruin that by using an unsupported plugin.
-
This reply was modified 9 years by
Fenix.
Hi Catalin, i just see one possible solution, but i need to know if you think it´s right and tell me how. I explain you
If i go to Pages-Homepage newspapper (Homepage) and in Visual composer open block2 settings, i see a filter like ‘post type’. Can I use this filter for example this way?
1-Post with no image i choose like ‘post template’ the style_7, no contain image on design
2-In visual composer, block2 settings, i choose style default or other, an so don´t show post template ‘style_7’
It´s possible that solution, in case yes, how write the only shows default style?
Thanks for your help
-
This reply was modified 9 years by
marcunix.
Hi,
For me the Times new roman font is loaded for the post content in the post page you provided
– https://www.screencast.com/t/01frurnDkgB
The title elements have the Bitter font
– https://www.screencast.com/t/NYRTsB4Xh3
I have tried the Garamond font for the post content for example
– https://www.screencast.com/t/rjYKIT3BrTy
And it is displayed as intended
– https://www.screencast.com/t/8hppbzFv3
In case of font families, there is a chance that different fonts will be displayed. One time it may be this font, and in others a different one. It all depends on the browser
– https://www.w3schools.com/cssref/pr_font_font-family.asp
– https://developer.mozilla.org/en/docs/Web/CSS/font-family?v=control
Thanks
Hi Kley,
I have problem aslo with mobile template and find better solution with this plugin : AMP for wordpress .
You can redirect all mobile connexion to amp with this plugin, then you don’t need other mobile template.
Hi,
If you want use AMP for wordpress (recommended) then you need this plugin :
Hi,
An example of the image or images on your website would be very helpful, for a more accurate answer. Please provide a link to your website and details about the location of this image, if you still want to make this modification.
Thanks