- NewsmagRequirements for Newsmag
- NewsmagtagDiv Social Counter tutorial
I have set up the front page through the Cloud templates and checked the mobile view there which appears fine. However the front page is not displaying correctly on the live site. I have tried adjusting the theme options but I couldn’t find any relevant settings to resolve the issue. Additionally, I attempted to make changes in the mobile editor for the homepage but the issue persists.I am also encountering some errors and I have attached a screenshot of the error messages for your reference.
Could you kindly assist me in resolving this issue?
Thank you for your support.
Hello,
Please let me know what theme you installed the plugin on. I guess that is on the Newspaper theme.
You can import the cloud templates, but you must create custom fields, custom post types, and taxonomies. This plugin is used for the style of the blocks, but for functionality, you need to create your own fields and so on. Please check these guides:
-> https://forum.tagdiv.com/introduction-cpt-acf-newspaper-theme/
-> https://forum.tagdiv.com/custom-fields-support/
Thank you!
Hello,
Have you checked if the plugins you had before the update are installed and activated, like the tagdiv Composer, tagdiv Cloud Library, and tagdiv Standard pack?
Also, please try to update the theme without activating extra plugins during the installation, as this may interfere with the process.
Thank you!
Hello!
It’s possible to be from the firewall or security module that blocks the admin-ajax.php request, which usually displays a 403 or 404 error.
If you don’t use a security plugin, please ask your host about this; maybe you have a security module that blocks this.
If you use a plugin like Wordfence, please set it to learning mode.
Also, if you are using Cloudflare, please make sure that it is set as in our guide: https://forum.tagdiv.com/cloudflare-cdn/; you need to disable the Rocket Loader.
Examine some other potential interfering factors: https://forum.tagdiv.com/general-options-may-interfere-newspaper-theme/
Thank you!
Hello!
You should not add any code to the theme file because it will be overwritten when you update the theme.
If you are required to add some code between the head and body, you should add it there(Theme panel -> Analytics/JS Codes).
You can also add the ad code in the theme panel and choose where to display the ad in the shortcode Ad box from tagdiv composer using a cloud template.
In the cloud templates, you can add the ads when you edit the post with TagDiv Composer in the “Single Post Content” element in the ADS tab. Documentation here: https://forum.tagdiv.com/article-ads/
Or you can use the element called “Ad Box” from TagDiv Composer, and there you need to add the ads: https://forum.tagdiv.com/ads-adsense-overview/
Thank you!
Hello!
The cloud template should be edited with TagDiv Composer. If you want to add a shortcode from a plugin, then you can use “column text” or “text with title” elements from TagDiv Composer. These elements have a button called “edit content” and if you click on that button, the wp editor will open and you can add the shortcode there, press SAVE and view. Check this example: https://forum.tagdiv.com/add-cryptocurrency-price-ticker-widget/
Let me know the results!
Thank you!
Hello Dimitri!
You can add a flex block builder shortcode in Gutenberg, but you should also specify the module name and ID.
For example: [tdb_flex_loop_builder cloud_tpl_module_id=”47861″]
tdb_flex_loop_builder => This is the name of the flex loop builder that is general
The module name and ID can be found if you first build the flex block builder in the tagdiv Composer: https://app.screencast.com/zVWPVDzI5QYbt. From here, you can get all your info.
I can also help you via email at contact@tagdiv.com if you let us know all the details.
Thank you!
Hi,
I have a single background image in my Cloud Template, placed above the fold, but it’s currently being loaded lazily (td_lazy applied). This causes a noticeable delay in the image rendering, which I’d like to avoid.
I want to disable lazy loading only for this specific image, while keeping the lazy loading functionality enabled for all other images on my site.
- The image is part of a TagDiv Cloud Template
- The td-lazy-img class and data-img-url attributes are applied automatically.
I attempted to override the lazy loading behavior with CSS, but the td_lazy JavaScript seems to reapply it.
Question:
Is there a built-in way to disable lazy loading for a specific background image in the TagDiv Composer or Theme Panel? If not, what would be the recommended method to handle this efficiently without affecting other images or performance?
Thank you for your help!
Hello!
Ensure you’ve set the module template in the flex block builder shortcode. Also, check that the module template you’ve set can be found in the Cloud Templates -> Modules. More info here: https://forum.tagdiv.com/flex-block-builder-flex-loop-builder/ -> https://forum.tagdiv.com/modules-builder-newspaper-theme/
Thank you!
I am using the eco verse template, first time I have tried it but I get an error coming up
Flex Block BuilderThe Cloud Library Module Template set for this block is not valid or it no longer exists. Please select another Module Template.
Can anyone help please
Hello,
I don’t have access to the link -> https://i.imgur.com/HZ9xItZ.png The tagDiv Composer is our page builder and it can be used for building pages and cloud templates, but not for creating posts. For this, you’ll need to use Gutenberg or a classic editor.
Using tagDiv Composer, you can build/edit the single post template (the layout of the posts).
Here is a video that will show you how to use the builder to create a website from scratch https://www.youtube.com/watch?v=SoGQ0d5kIBg to do this you’ll need to have the posts already.
Thank you!
Hi, I’d like to insert templates from my cloud library as blocks in my WordPress POSTS (not pages). Is it somehow possible to achieve this?
Here is the screenshot of what I mean: https://drive.google.com/file/d/1_bSMOC90aZTsQUxgElXKMVto2Ni7v7lt/view?usp=sharing
Thanks!
Hello,
I see; I recommend using a cloud template for the tags/posts/categories/search and so on because are more flexible and you can edit them with tagdiv Composer https://forum.tagdiv.com/how-use-tagdiv-cloud-library-templates/ -> https://forum.tagdiv.com/cloud-library-templates/
To change now the text color is by using a custom code css-> .td-page-title, .td-page-title h1 {
color: red!important;
}
Set the code in Theme Panel ->Custom code -> Custom CSS
Also, the posts from this block are working -> https://i.imgur.com/gOni3jB.png can you please provide more details about your issue?
Thank you!
Hello,
You have the mobile theme plugin activated; please deactivate it and clear the cache.
Also, this plugin Spectra has not been tested with the theme and can cause issues.
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/ The option that you need to use.
Suppose you created the mobile pages with tagDiv Composer. In that case, when you install the Mobile Theme plugin, your pages will be overwritten by the plugin (the mobile theme comes with its 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)).
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 when 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 responsive version of the theme and the mobile page editor can be edit with tagDiv Composer, the mobile theme plugin cannot.
For example, you can have the mobile theme plugin activated 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 activated.
So, if you want to design the pages with tagDiv Composer, you can use the mobile page or mobile responsive version.
Thank you!
Hello,
You have the mobile theme plugin activated; please deactivate it and clear the cache.
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/ The option that you need to use.
Suppose you created the mobile pages with tagDiv Composer. In that case, when you install the Mobile Theme plugin, your pages will be overwritten by the plugin (the mobile theme comes with its 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)).
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 when 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 responsive version of the theme and the mobile page editor can be edit with tagDiv Composer, the mobile theme plugin cannot.
For example, you can have the mobile theme plugin activated 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 activated.
So, if you want to design the pages with tagDiv Composer, you can use the mobile page or mobile responsive version.
Thank you!
– wp-content/plugins/td-composer/legacy/Newspaper/parts/register.php
– wp-content/plugins/td-composer/legacy/Newspaper/parts/header/td-login-modal.php
– wp-content/plugins/td-cloud-library/parts/tdb-login-modal.php
deleted all codes from this 3 file now extra code has removed
Hello!
Check these examples:
– https://demo.tagdiv.com/newspaper_shop_audio/
– https://demo.tagdiv.com/newspaper_shop_watches_store/
– https://demo.tagdiv.com/newspaper_pc_forge_pro/
You can use any demo from our list and apply the features:
– https://forum.tagdiv.com/reviews-7/
– https://forum.tagdiv.com/user-reviews/
Also, you can have a mix of them. You can import only some sections or templates of your current-designed pages from those demos. The template’s manager is in Cloud Templates.
Check out this video about how to create a website from scratch: https://www.youtube.com/watch?v=SoGQ0d5kIBg
I hope that helps you!
Thank you!
Hello!
Ensure your cloud header is global and that you assign the correct header to the Website Manager https://forum.tagdiv.com/tagdiv-composer-website-manager/ . If you use a mobile page, you should also convert the header and footer and assign them to the mobile page https://tagdiv.com/newspaper-10-3-7-update-brings-customizable-and-fast-mobile-pages/ .
Thank you!
Hello,
1. You can add in the ad box only one image, you can try to use ad rotate and set the code in ad box-> custom code.
You can try if this plugin works https://wordpress.org/plugins/adrotate/ -> https://www.wpbeginner.com/plugins/how-to-manage-ads-in-wordpress-with-adrotate-plugin/
2. AMP is deprecated as of January 2023-> https://developer.bigcommerce.com/docs/storefront/wordpress/platform-integration/enabling-amp so we don’t longer recommend it.
3.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/ The option that you need to use.
Suppose you created the mobile pages with tagDiv Composer. In that case, when you install the Mobile Theme plugin, your pages will be overwritten by the plugin (the mobile theme comes with its 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)).
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 when 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 responsive version of the theme and the mobile page editor can be edit with tagDiv Composer, the mobile theme plugin cannot.
For example, you can have the mobile theme plugin activated 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 activated.
So, if you want to design the pages with tagDiv Composer, you can use the mobile page or mobile responsive version.
Thank you!
Hello,
The options from theme panel are not applied to the cloud templates. You need to edit the template with tagdiv Composer and in the tab layout you can hide the category -> https://i.imgur.com/cKtGgZ8.png
Also, for each category, on the flex block there is a special filter for the current category, which dynamically displays the posts from that category within each category -> https://forum.tagdiv.com/flex-block-settings-guide/
The Posts Loop automatically filters the posts depending on the cloud template you set (for example, on the category page, there will be posted posts from that category) https://forum.tagdiv.com/posts-loop/
Thank you!
Olá, eu tenho o Newspaper – Theme – version: 12.6.8 e estou tendo problemas com a função de offset posts, quando crio uma pagina no Cloud templates. Vou exemplificar:
Eu tenho um template modelo para CATEGORIAS. Nesse template, eu coloco um post loop com 4 posts, depois um anuncio, depois outro post loop com 4 posts, e insiro numero 4 na opção offset post, e depois coloco mais um anuncio e por ultimo mais um modulo de post loop 4 posts, e dessa vez eu insiro o numero 8 na opção offset posts.
Ao fazer essa configuração, os modulos de post loop deveriam seguir a sequencia de posts sem problemas, mas infelizmente as postagens se repetem nos 3 modulos.
Ações já realizadas.
1 – Já desativei o plugin LiteSpeed Cache e o erro permaneceu
2 – Já exclui o cache do servidor Cpanel
3 – Já exclui o cache da cloudflare
Nenhuma das opções resolveu meu problema. Como faço pra resolver essa questão? Segue abaixo o link do meu site com o problema em questão:
https://conexaobet.com/?s=cassino
https://conexaobet.com/author/heitorleal
Aguardo ajuda. Obrigado.
Hi, I have finished preparing the template on a duplicated development site: dev.foobar.com.
Now, I am looking to import everything ( theme/page/template) to http://www.foobar.com.
I have tried the following steps:
Using the import/export feature from the theme control panel.
Using WordPress import/export on “Cloud Templates”.
Using WordPress import/export on Pages (selecting a specific date to only include the latest changes).
It’s not working. The issue seems to come from WPML because:
The links between translated homepage and mobile homepage are missing.
Some modules are also affected.
Additionally, I need to manually reassign some header templates to make them “global” again.
I also tried exporting the SQL database by extracting all wp_posts and wp_postmeta related to [“page”, “tdb_templates”]. I also considered the IDs generated in wp_icl_translations.
However, this made things even worse!
I need to deploy to production before the end of the year, and this is the first time I am struggling so much with this theme. This is not my first time dealing with WPML either.
Can you help me?
Hello,
Unfortunately no. I recommend using flex blocks and cloud templates.
Thank you!
Hello Annamaria,
Thanks for the very fast answer.
I tried with both PHP version 8.0 and 8.1 the very same error persists.
Meanwhile I also tried with other prebuild websites, for example with “DEFAULT PRO”, the very same error occurs. , so this is a more general issue. I also carefully read the other thread you linked https://forum.tagdiv.com/topic/error-at-zones-6models-1dom-the-model-does-not-match-the-content-currene/, but unfortunately there are no steps to follow there and also there is no solution described there 🙁
I am using official WordPress docker images, so any developer on your side can spin up exactly that image and reproduce the error:
– wordpress:6.7.1-php8.3-apache
or as you recommended:
– wordpress:6.7.1-php8.1-apache
– wordpress:php8.0-apache
For detailed diagnostics, all my experiences are on freshly installed images, with no other themes and plugins.
Theme name i Newspaper
Theme version i 12.6.8
Theme database version i 12.6.8
HTTP channel test wordpress
Installed demo i Default PRO – demo ID: default_pro | install type: full
System Status
————–
PHP Version 8.0.30
WP Memory Limit 384 MB
PHP Execution Time 600
PHP Max Input Vars 3000
WordPress Health Info from Tools -> Site Health
———————————————–
### wp-core ###
version: 6.7.1
site_language: en_US
user_language: en_US
timezone: +00:00
permalink: /%postname%/
https_status: true
multisite: false
user_registration: 0
blog_public: 1
default_comment_status: open
environment_type: production
user_count: 1
dotorg_communication: true
### wp-paths-sizes ###
wordpress_path: /var/www/html
wordpress_size: 56.95 MB (59713887 bytes)
uploads_path: /var/www/html/wp-content/uploads
uploads_size: 0.00 B (0 bytes)
themes_path: /var/www/html/wp-content/themes
themes_size: 20.08 MB (21059932 bytes)
plugins_path: /var/www/html/wp-content/plugins
plugins_size: 315.73 KB (323305 bytes)
fonts_path: /var/www/html/wp-content/uploads/fonts
fonts_size: directory not found
database_size: 4.70 MB (4931584 bytes)
total_size: 82.04 MB (86028708 bytes)
### wp-active-theme ###
name: Newspaper (Newspaper)
version: 12.6.8
author: tagDiv
author_website: https://themeforest.net/user/tagDiv/portfolio
parent_theme: none
theme_features: core-block-patterns, post-formats, post-thumbnails, automatic-feed-links, html5, woocommerce, bbpress, align-wide, align-full, editor-font-sizes, widgets-block-editor, editor-style, menus, widgets
theme_path: /var/www/html/wp-content/themes/Newspaper
auto_update: Disabled
### wp-themes-inactive (4) ###
Twenty Twenty-Five: version: 1.0, author: the WordPress team, Auto-updates disabled
Twenty Twenty-Four: version: 1.0, author: the WordPress team (latest version: 1.3), Auto-updates disabled
Twenty Twenty-Three: version: 1.3, author: the WordPress team (latest version: 1.6), Auto-updates disabled
Twenty Twenty-Two: version: 1.6, author: the WordPress team (latest version: 1.9), Auto-updates disabled
### wp-plugins-active (3) ###
tagDiv Cloud Library: version: 3.7 | built on 26.09.2024 10:39, author: tagDiv, Auto-updates disabled
tagDiv Composer: version: 5.2 | built on 26.09.2024 10:39, author: tagDiv, Auto-updates disabled
tagDiv Social Counter: version: 5.6 | built on 14.11.2024 7:59, author: tagDiv, Auto-updates disabled
### wp-plugins-inactive (2) ###
Akismet Anti-spam: Spam Protection: version: 5.3, author: Automattic – Anti-spam Team (latest version: 5.3.5), Auto-updates disabled
Hello Dolly: version: 1.7.2, author: Matt Mullenweg, Auto-updates disabled
### wp-media ###
image_editor: WP_Image_Editor_Imagick
imagick_module_version: 1691
imagemagick_version: ImageMagick 6.9.11-60 Q16 x86_64 2021-01-25 https://imagemagick.org
imagick_version: 3.6.0
file_uploads: 1
post_max_size: 30M
upload_max_filesize: 30M
max_effective_size: 30 MB
max_file_uploads: 20
imagick_limits:
imagick::RESOURCETYPE_AREA: 122 MB
imagick::RESOURCETYPE_DISK: 1073741824
imagick::RESOURCETYPE_FILE: 786432
imagick::RESOURCETYPE_MAP: 512 MB
imagick::RESOURCETYPE_MEMORY: 256 MB
imagick::RESOURCETYPE_THREAD: 1
imagick::RESOURCETYPE_TIME: 9.2233720368548E+18
imagemagick_file_formats: 3FR, 3G2, 3GP, AAI, AI, APNG, ART, ARW, AVI, AVIF, AVS, BGR, BGRA, BGRO, BIE, BMP, BMP2, BMP3, BRF, CAL, CALS, CANVAS, CAPTION, CIN, CIP, CLIP, CMYK, CMYKA, CR2, CR3, CRW, CUR, CUT, DATA, DCM, DCR, DCX, DDS, DFONT, DNG, DPX, DXT1, DXT5, EPDF, EPI, EPS, EPS2, EPS3, EPSF, EPSI, EPT, EPT2, EPT3, ERF, FAX, FILE, FITS, FRACTAL, FTP, FTS, G3, G4, GIF, GIF87, GRADIENT, GRAY, GRAYA, GROUP4, H, HALD, HDR, HEIC, HISTOGRAM, HRZ, HTM, HTML, HTTP, HTTPS, ICB, ICO, ICON, IIQ, INFO, INLINE, IPL, ISOBRL, ISOBRL6, J2C, J2K, JBG, JBIG, JNG, JNX, JP2, JPC, JPE, JPEG, JPG, JPM, JPS, JPT, JSON, K25, KDC, LABEL, M2V, M4V, MAC, MAGICK, MAP, MASK, MAT, MATTE, MEF, MIFF, MKV, MNG, MONO, MOV, MP4, MPC, MPG, MRW, MSL, MTV, MVG, NEF, NRW, NULL, ORF, OTB, OTF, PAL, PALM, PAM, PATTERN, PBM, PCD, PCDS, PCL, PCT, PCX, PDB, PDF, PDFA, PEF, PES, PFA, PFB, PFM, PGM, PGX, PICON, PICT, PIX, PJPEG, PLASMA, PNG, PNG00, PNG24, PNG32, PNG48, PNG64, PNG8, PNM, POCKETMOD, PPM, PREVIEW, PS, PS2, PS3, PSB, PSD, PTIF, PWP, RADIAL-GRADIENT, RAF, RAS, RAW, RGB, RGBA, RGBO, RGF, RLA, RLE, RMF, RW2, SCR, SCT, SFW, SGI, SHTML, SIX, SIXEL, SPARSE-COLOR, SR2, SRF, STEGANO, SUN, TEXT, TGA, THUMBNAIL, TIFF, TIFF64, TILE, TIM, TTC, TTF, TXT, UBRL, UBRL6, UIL, UYVY, VDA, VICAR, VID, VIDEO, VIFF, VIPS, VST, WBMP, WEBM, WEBP, WMV, WPG, X, X3F, XBM, XC, XCF, XPM, XPS, XV, XWD, YCbCr, YCbCrA, YUV
gd_version: bundled (2.1.0 compatible)
gd_formats: GIF, JPEG, PNG, WebP, BMP
ghostscript_version: 9.53.3
### wp-server ###
server_architecture: Linux 6.8.0-1018-azure x86_64
httpd_software: Apache/2.4.56 (Debian)
php_version: 8.0.30 64bit
php_sapi: apache2handler
max_input_variables: 3000
time_limit: 600
memory_limit: 500M
admin_memory_limit: 512M
max_input_time: -1
upload_max_filesize: 30M
php_post_max_size: 30M
curl_version: 7.74.0 OpenSSL/1.1.1w
suhosin: false
imagick_availability: true
pretty_permalinks: true
htaccess_extra_rules: false
current: 2024-12-17T08:17:27+00:00
utc-time: Tuesday, 17-Dec-24 08:17:27 UTC
server-time: 2024-12-17T08:17:26+00:00
### wp-database ###
extension: mysqli
server_version: 11.4.4-MariaDB-ubu2404
client_version: mysqlnd 8.0.30
max_allowed_packet: 16777216
max_connections: 151
### wp-constants ###
WP_HOME: undefined
WP_SITEURL: undefined
WP_CONTENT_DIR: /var/www/html/wp-content
WP_PLUGIN_DIR: /var/www/html/wp-content/plugins
WP_MEMORY_LIMIT: 384M
WP_MAX_MEMORY_LIMIT: 512M
WP_DEBUG: false
WP_DEBUG_DISPLAY: true
WP_DEBUG_LOG: false
SCRIPT_DEBUG: false
WP_CACHE: false
CONCATENATE_SCRIPTS: undefined
COMPRESS_SCRIPTS: undefined
COMPRESS_CSS: undefined
WP_ENVIRONMENT_TYPE: undefined
WP_DEVELOPMENT_MODE: undefined
DB_CHARSET: utf8
DB_COLLATE: undefined
### wp-filesystem ###
wordpress: writable
wp-content: writable
uploads: writable
plugins: writable
themes: writable
fonts: not writable
`
Hello,
You can edit the page with tagdiv Composer. Unfortunately, using the theme panel, you can not change them. We have long been recommending the use of cloud templates and flex blocks because the templates and blocks from the standard pack are outdated, just like the tagDiv standard pack plugin.
Thank you!