- NewsmagHomepage – How to build and set it
- NewspaperHomepage – How to build and set it
- NewspaperHow to edit modules for Flex Block X
- NewspaperGeneral Options that May Interfere with the Newspaper Theme
- NewspaperThe Newspaper Mobile Theme: Introduction
- NewspaperHow to Add a Logo in Newspaper
- NewspapertagDiv Shop
- NewspaperHow to Use tagDiv Cloud Library
- NewspaperDesign your Post Pages using the Cloud Library Templates
- NewspaperHeader Builder
- NewspapertagDiv Cloud Library Plugin
- NewsmagtagDiv Composer Tutorial
- TutorialsFrom WPBakery to tagDiv Composer
- NewspapertagDiv Composer Tutorial
- NewspaperNewspaper theme documentation
- NewspaperThe Mobile Theme
- NewsmagNewsmag documentation
- NewsmagMain menu
- NewsmagLogo & Favicon
- NewsmagPage templates
Hello,
You can remove the shadow effect from the content zone, like this => edit the homepage with tagDiv Composer => https://www.screencast.com/t/XihQl0zHm, select the CSS Code(Raw CSS), open the CSS editor and remove these lines of code => https://www.screencast.com/t/bGWrgQXp , also, if you want to remove the effect for header and footer delete the code => https://www.screencast.com/t/iVhFB14S
Hope this helps you!
Thank you!
Hello,
You can remove the shadow effect from the content zone, like this => edit the homepage with tagDiv Composer => https://www.screencast.com/t/XihQl0zHm, select the CSS Code(Raw CSS), open the CSS editor and remove these lines of code => https://www.screencast.com/t/bGWrgQXp , also, if you want to remove the effect for header and footer delete the code => https://www.screencast.com/t/iVhFB14S
Hope this helps you!
Thank you!
Hello,
As I said above, you can’t filter the block Posts Loop, you can only sort it =>https://www.screencast.com/t/geckLSYd5sa, so if you have set the Posts Loop on the homepage, then will display all post of all categories, if you have set the Posts Loop set on the category template, then will display the posts only from that category.
If you need a block that can filter you can use a flex block.
Thank you!
Hi,
Yes, you can filter the posts that you want to display on your homepage, for this you must have a static homepage , this can be edited with tagDiv Composer -> https://i.imgur.com/55qIWkz.png -> https://i.imgur.com/NUoNRnQ.jpg select the blocks and check the filter tab for blokes
Hope this will help you!
Hi there,
How people join to the forum? It is not clear for my web site.
https://imgur.com/QnO7qYa
The original link is in here:
https://demo.tagdiv.com/newspaper_tech/forums/topic/big-slide-settings-on-the-top-of-homepage/
Thank you
Hello again!
I have already done these operations with the method you suggested.
I deleted all mobile templates and followed the steps below:
- First, I created a blank mobile template called “Anasayfa – mobil“.
- Then I applied and saved the changes I deemed necessary in this mobile template.
- In the admin panel, I assigned the mobile template I designed and saved to the homepage.
- I cleared all the caches.
When I tested, it still comes with the standard mobile page instead of the mobile page I designed.
When called “www.arthenos.com/anasayfa-mobil” from my mobile phone, the mobile page I designed works without any problem. However, when I call “www.arthenos.com” from my mobile phone, the standard page comes up as if I had not assigned any mobile page.
This is the problem I’m trying to explain.
Regards.
Thank you for bringing this up! I’ve been trying to figure out how to Preload the homepage featured images along with the article featured image only. Google is really focusing on these aspects, and I had assumed the theme would be updated with this in mind.
I did find this code for preloading featured images and wanted to let the Newspaper developer see if it would work with this one.
It would be great to have this figured out before May hits with Google’s changes.
Thank you.
/**
* Preload attachment image, defaults to post thumbnail
*/
function preload_post_thumbnail() {
global $post;
/** Prevent preloading for specific content types or post types */
if ( ! is_singular() ) {
return;
}
/** Adjust image size based on post type or other factor. */
$image_size = 'full';
if ( is_singular( 'product' ) ) {
$image_size = 'woocommerce_single';
} else if ( is_singular( 'post' ) ) {
$image_size = 'large';
}
$image_size = apply_filters( 'preload_post_thumbnail_image_size', $image_size, $post );
/** Get post thumbnail if an attachment ID isn't specified. */
$thumbnail_id = apply_filters( 'preload_post_thumbnail_id', get_post_thumbnail_id( $post->ID ), $post );
/** Get the image */
$image = wp_get_attachment_image_src( $thumbnail_id, $image_size );
$src = '';
$additional_attr_array = array();
$additional_attr = '';
if ( $image ) {
list( $src, $width, $height ) = $image;
/**
* The following code which generates the srcset is plucked straight
* out of wp_get_attachment_image() for consistency as it's important
* that the output matches otherwise the preloading could become ineffective.
*/
$image_meta = wp_get_attachment_metadata( $thumbnail_id );
if ( is_array( $image_meta ) ) {
$size_array = array( absint( $width ), absint( $height ) );
$srcset = wp_calculate_image_srcset( $size_array, $src, $image_meta, $thumbnail_id );
$sizes = wp_calculate_image_sizes( $size_array, $src, $image_meta, $thumbnail_id );
if ( $srcset && ( $sizes || ! empty( $attr['sizes'] ) ) ) {
$additional_attr_array['imagesrcset'] = $srcset;
if ( empty( $attr['sizes'] ) ) {
$additional_attr_array['imagesizes'] = $sizes;
}
}
}
foreach ( $additional_attr_array as $name => $value ) {
$additional_attr .= "$name=" . '"' . $value . '" ';
}
} else {
/** Early exit if no image is found. */
return;
}
/** Output the link HTML tag */
printf( '<link rel="preload" as="image" href="%s" %s/>', esc_url( $src ), $additional_attr );
}
add_action( 'wp_head', 'preload_post_thumbnail' );
Hello,
The footer is taken from the standard ones, you can’t edit it, but you can import a footer template or convert the footer on the homepage you have on the desktop. All you have to do is edit the mobile page, and in Manager (Website Manager) you need to import or the easy way is to convert the existent footer like this => https://www.screencast.com/t/MbVb9Mkx
Hope this helps you!
Thank you!
Hi,
Using our theme you can choose from 3 mobile versions
-> mobile responsive => https://www.screencast.com/t/oJ2ShOp47
-> mobile theme plugin => https://forum.tagdiv.com/the-mobile-theme/
-> mobile page => https://tagdiv.com/newspaper-10-3-7-update-brings-customizable-and-fast-mobile-pages/
Seems you have installed the Mobile theme plugin => https://www.screencast.com/t/KqhPuJV43yf. If you created the mobile pages with tagDiv Composer, then when you install the Mobile Theme plugin, your pages will be overwritten by the plugin (the mobile theme comes with its own templates for page, post, category, etc so your current templates from the desktop theme will get converted to the mobile theme layout, the page content is made without builders in mobile editor => https://www.screencast.com/t/xbgZG8kH also, the options that are provided to edit the mobile theme version are limited (this keeps the things simple)).
Better deactivate the plugin and see the results.
Also, if you create a mobile page, please check if is set correctly => https://tagdiv.com/newspaper-10-3-7-update-brings-customizable-and-fast-mobile-pages/
This is a video about Responsive Newspaper Theme, AMP & Mobile Theme, Mobile Pages & Templates -> https://www.youtube.com/watch?v=SpGkOnJeNZY
So, the mobile responsive is what you see then that you select the viewport on phone => https://www.screencast.com/t/matV17hH, so some settings may apply for each viewport(where is the border blue), and others are not(where the border is black).
The mobile page has the mobile templates from Cloud Library => https://www.screencast.com/t/YCcZ8rL8
Mobile responsive version of the theme and the mobile page editor can be edit with tagDiv Composer, the mobile theme plugin not.
For example, you can have the mobile theme plugin activate and use the mobile page/mobile responsive version for the homepage/pages, but for the categories pages/404 page you can’t use the mobile page/mobile responsive version if you have the mobile theme plugin activate.
Thank you!
Hi,
I’m using Polylang for multilingual settings, but I can’t seem to find a setting to change the link on the logo in the main header, based on the language page (like to make it /en for English, / for default language).
Please advise, what would be the best solution to solve this with the Newspaper theme.
Cheers,
Sebastian
Hi,
Using our theme you can choose from 3 mobile versions
-> mobile responsive => https://www.screencast.com/t/oJ2ShOp47
-> mobile theme plugin => https://forum.tagdiv.com/the-mobile-theme/
-> mobile page => https://tagdiv.com/newspaper-10-3-7-update-brings-customizable-and-fast-mobile-pages/
This is a video about Responsive Newspaper Theme, AMP & Mobile Theme, Mobile Pages & Templates -> https://www.youtube.com/watch?v=SpGkOnJeNZY
So, the mobile responsive is what you see then that you select the viewport on phone => https://www.screencast.com/t/matV17hH, so some settings may apply for each viewport(where is the border blue), and others are not(where the border is black).
The mobile page has the mobile templates from Cloud Library => https://www.screencast.com/t/YCcZ8rL8
The mobile theme comes with its own templates for page, post, category, 404 etc so your current templates from the desktop theme will get converted to the mobile theme layout, the page content is made without builders in mobile editor => https://www.screencast.com/t/xbgZG8kH also, the options that are provided to edit the mobile theme version are limited (this keeps the things simple).
Mobile responsive version of the theme and the mobile page editor can be edit with tagDiv Composer, the mobile theme plugin not.
For example, you can have the mobile theme plugin activate and use the mobile page/mobile responsive version for the homepage/pages, but for the categories page/404 page you can’t use the mobile page/mobile responsive version if you have the mobile theme plugin activate.
Thank you!
Hi,
I’m also having the same problem. In fact, I even manually created mobile pages using the tagdiv composer, and a generic homepage is still displaying
How can I set the same style header for all post and pages include homepage?
Hello!
If you want to use a mobile page, then you need to assign it to your homepage. For more information about this mobile version please take a look in this article: https://tagdiv.com/newspaper-10-3-7-update-brings-customizable-and-fast-mobile-pages/
A full explanation you can find here: https://www.youtube.com/watch?v=SpGkOnJeNZY
Thank you!
Hello,
You need to add the favicon, in Theme Panel -> Header -> Logo and Favicon => https://www.screencast.com/t/H4ucPC2wwz
Also, on the homepage there’s an option Customize icon => https://www.screencast.com/t/I2uVvP4b -> Site identity -> Site icon -> Change image -> publish => https://www.screencast.com/t/lY9WEOZEj
Please make sure that you have cleared your cache.
Hope this helps you!
Thank you!
Hello,
I just checked your website and seems you don’t have set the logo on header => https://www.screencast.com/t/vru69DSy3, also, make sure you have set the same header style => https://www.screencast.com/t/QZhuM7gR9Ka, on the homepage you have Header Style 1 from Theme Panel -> Header => https://www.screencast.com/t/YdWUKYF01nEf -> https://www.screencast.com/t/JITGs5DauhL and for other pages/posts you have the header style from Cloud Library => https://www.screencast.com/t/O2Hynbpbn
Thank you!
Hello,
While editing the homepage using Tagdiv composer, I created a mobile page named “Anasayfa – mobile” (Anasayfa means Homepage) by clicking the “Create Mobile Page” icon in the upper left corner. “Copy content” was checked.
I rearranged and saved the mobile page as I wanted. However, there was no change in the appearance of the homepage on mobile devices. When I view the page as “… /anasayfa-mobile” on the mobile device, I see the changes I have made.
When my site is called from a mobile device, how do I get the mobile page I made changes to?
My site’s regular URL is: https://www.arthenos.com
Mobile page address: https://www.arthenos.com/anasayfa-mobile
NOTE: “Tagdiv Mobile Theme” is not installed.
The above problem is not working due to not installing this plugin?
Thank you in advance for your help.
Hello! I have an issue: from time to time, the site logo letters is disappearing on desktop and smartphone.https://www.screencast.com/t/zRFTAhUD
https://www.screencast.com/t/cw7hJmVLYFUv , only on Homepage.
Why is this happening and what to do?
Thanks
-
This reply was modified 5 years by
mikevanmoonlight.
I just installed the theme and imported the Magazine Pro demo with data.
It shows up completely broken in the upper part. Not a good start considering that I need to move quickly with this development
Could you please mention what could be wrong?

Hello,
When you deactivate Mobile Theme plugin, then your responsive mobile version will be on which is similar to the desktop version and all should be alright.
If you want to use a mobile page, then you need to assign it to your homepage. For more information about this mobile version please take a look in this article: https://tagdiv.com/newspaper-10-3-7-update-brings-customizable-and-fast-mobile-pages/
A full explanation you can find here: https://www.youtube.com/watch?v=SpGkOnJeNZY
Unfortunately, I don’t understand the language in the screenshot, please try to translate it into English.
Thank you!
Hey there,
Can you please check here: https://bit.ly/3v06IJp
We are having an issue with an empty white space on the right of the footer on mobile devices. On the homepage, the footer works as intended on mobile devices. Can you please help us with that?
Check mobile screen here: https://imgur.com/a/rVdIhsj
Thank you very much for your help.
Hello,
I’m not sure I fully understand your issue, please provide more details.
The featured image on the homepage and post works well => https://www.screencast.com/t/xlAEyvgh -> https://www.screencast.com/t/rSvydxYEHScT
Thank you!
Hi everyone,
I built a sidebar for my homepage, but it turns out I cannot seem to reuse it for single posts. In multiple places I have seen the suggestion to rely on the widget sidebar (Appearance -> Widget), but I seem unable to add some of the components that are usually available in the tagdiv composer (ie the Button element).
Is this a limitation of the theme, or is there a way to make enable all the components in the widget menu?
Hello,
Please make sure you set the featured image when you created the post => https://www.screencast.com/t/B2qZswKymlvB that you have thumbs enabled for the blocks you have on the homepage.
Sometimes, the issue can be from a plugin conflict, that’s why, please deactivate ALL plugins except tagDiv ones, also if you are using a cache plugin, deactivate it, clear all cache and try again.
If you don’t mean this, then please provide me with more details, also, a link to your website.
Let us know about your results!
Thank you!
Hello,
Unfortunately, I can’t see your screenshot => https://www.screencast.com/t/nbpXJiDyuZ
Also, please check what version of PHP you have, we recommend version 7.3.
I verify, and the latest post appears on the homepage => https://www.screencast.com/t/HHjacbsuA
Thank you!