- 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
- NewspapertagDiv Composer Tutorial
- NewspaperNewspaper theme documentation
- NewspaperThe Mobile Theme
- NewspaperPage templates
- NewspaperTheme Colors Introduction
- NewspaperFooter Builder
- NewspaperMain Menu
- NewspaperPre-built Websites: Introduction
when i try to install Any Plugin it doesnt install & it redirects me to this page Ooops… Error 404
Sorry, but the page you are looking for doesn’t exist.
GO TO THE HOMEPAGE https://www.economiclawpractice.com/wp-admin/plugin-install.php
Plz suggest
Hi,
We’ve been using Elementor to create our landing pages, and it was working fine until recently. Our homepage started having issues that seem to be caused by Elementor, so we decided to deactivate the plugin. But now all the pages we made using Elementor are lost and showing 404 errors.
Here’s the catch: if we turn Elementor back on, our homepage breaks again. So we’re stuck in a dilemma.
Is there any way to import our Elementor landing pages into tagdiv? If you have any ideas or suggestions, we’d really appreciate it!
Thanks a bunch!
Problem 1: I tried to hide Post view count in esnoticiapr but it continue to see it. I follow the instruction but when disable it and try to save it the loading bar don’t stop and never save it.
Problem 2: In Newsmag can’t use Edit tag composer like homepage.
Hello!
I’ve already replied to you here: https://forum.tagdiv.com/topic/category-section-post-issue/
On your homepage, there are a lot of blocks with filters, limit and could be some offsets as well: https://forum.tagdiv.com/flex-block-settings-guide/
Thank you!
Homepage-Why some of my post are not shown in one of my category page after i install newspaper theme?
Hi, I was able to solve the problem for a few months, but it seems to be back and only for the homepage (desktop version). I can’t seem to work it out. Already tried all the suggestions on previous topics. 🙁
Hi Anamaria,
Thanks I’ve fixed it. I’ve got another error.
Why my categories displayed in homepage are not showing only whats in categories?
Like my post which is in one category it’s shows in all categories? Like it’s not fetching or how does this work?
I had similar problem with my website with this popular posts. I solved it in a way that I made custom shortcode for sorting based on total number of views (not in last 7 days or 48h). In shortcode you have the option to choose how old you want your posts to be. hat means that it wont show posts older than 7 days (or any other number of days defined in shortcode) even though if they are visited.
Here is my codes which works for me in my Newspaper child theme. Use it freely if it suits you and your website.
Code in functions.php file in child theme:
// Include the popular posts shortcode file
include_once get_stylesheet_directory() . '/sedamdana-popular-shortcode.php';
File in child theme whic I named “sedamdana-popular-shortcode.php”
(this forum is not allowing me to share code from my php file, so I uploaded it on link: https://file.io/PSWL4VdNb7xN)
The shortcode output is styled using CSS defined in the PHP code. You can further customize the styles by modifying the CSS within the bhcrow_posts_shortcode_styles function.
Once the PHP code is added, you can use the [bhcrow_posts] shortcode in your posts, pages, or widgets where you want to display the list of posts.
Example usage: [bhcrow_posts title=”Popular Posts” number=3 days=30 category=”technology” sort=”visits” show_date=false]
Customize the shortcode attributes as per your requirements. For example, you can change the number of posts displayed, the sorting criteria, or whether to show thumbnails or dates.
The shortcode [bhcrow_posts] can accept several attributes to customize its behavior. Here are the available attributes and their default values:
title (default: ‘Posts’): The title of the section.
number (default: 5): The number of posts to display.
days (default: 7): Number of days to consider for displaying posts.
category (default: none): The category of posts to display.
show_thumbnails (default: true): Whether to show post thumbnails.
show_date (default: true): Whether to show post dates.
show_visits (default: true): Whether to show visit counts.
show_category (default: true): Whether to show post categories.
show_title (default: true): Whether to show post titles.
sort (default: ‘visits’): Sorting criteria for posts (‘visits’ for popularity, ‘latest’ for latest posts).
title_limit (default: none): Character limit for post titles.
cache_duration (default: 60): Cache duration in minutes.
The final output is cached using set_transient to improve performance by avoiding repeated database queries.
After adding the shortcode to a post or page, view the page on your website to see the output. The posts should be displayed based on the attributes you’ve specified in the shortcode.
Remember to backup your files before making any changes, especially when editing theme files or using any PHP code.
I use it without any issues on my website Visoko.co.ba news portal
Here is the screenshot of it. I use it with minimum options on my homepage.
-
This reply was modified 2 years by
bhcrow.
Hello Betty!
You can only modify the footer with TagDiv Composer if you go to a page where it is assigned and edit that page with TagDiv Composer, and then you will have access to the footer also. For example, edit your homepage with TagDiv Composer, scroll till footer, click on footer zone and you can edit it.
We have 3 options for mobile versions that you can use:
1. Responsive version: A responsive version of your website looks similar to the desktop version. TagDiv Composer is used to edit the page.Click on the mobile viewport: https://www.screencast.com/t/XDQJedlggSB. There, you can see your mobile version and edit or adjust the elements to look better.
2. Mobile pages: https://tagdiv.com/newspaper-10-3-7-update-brings-customizable-and-fast-mobile-pages
3. Mobile theme plugin: The Mobile Theme is a performance-optimized theme included in the main Newspaper theme that only loads on mobile devices. It comes with its own templates and designs for pages, posts, categories, etc., so your current templates from the desktop theme will get converted to the mobile theme layout. Please see https://forum.tagdiv.com/the-mobile-theme/ and https://forum.tagdiv.com/mobile-theme-introduction/ for more information.
A full explanation is here: https://www.youtube.com/watch?v=SpGkOnJeNZY
If you need to use mobile version 1 or 2, then you need to uninstall the Mobile Theme plugin and AMP.
Thank you!
Error at rows: 2(models) : 3(dom). The model does not match the content Current state has involved an issue. You could try an UNDO operation (CTRL+Z / CTRL+SHIFT+Z)
please check my account home page and rectify this issue as i am not able to further edits on the home page.
Hello,
Did you disable the mobile theme for homepage?
Usually, this happens with cache plugins. If the cache plugin does not have mobile support then the mobile theme version can be delivered instead.
The solution would be to use the recommended WP Super Cache plugin instead and activate these settings (especially the mobile device support): https://forum.tagdiv.com/cache-plugin-install-and-configure/
Also, please let me know what plugin for the cache you use now.
I hope this helps.
Thank you!
Hi,
Please check the console when you hit the save button. Please check this topic https://forum.tagdiv.com/topic/tagdiv-composer-does-not-save-only-content-of-homepage/
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/
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 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!
Thanks, but I am not looking for the sections or the entire home page. I want the menu option when you click on the three horizontal lines on the many https://prnt.sc/9lOU4ODQRLxA.
I only want this https://prnt.sc/l2MceL_507li which is not available when I download the homepage or the menu. This popup is a separate page layout.
Hello,
The code is sect correctly and it will be display on full website not only on homepage – https://i.imgur.com/wRsqtOw.png
Thank you!
Hi!
When I’m trying to edit single post template with tagdiv composer I get following error in console:
Uncaught URIError: URI malformed
at decodeURIComponent (<anonymous>)
at Object.b64DecodeUnicode (js_files_for_wrapper.min.js?ver=6e115e4f3fd55dfd38f44cc142869bd1:14:90)
at js_files_for_wrapper.min.js?ver=6e115e4f3fd55dfd38f44cc142869bd1:44:305
at js_files_for_wrapper.min.js?ver=6e115e4f3fd55dfd38f44cc142869bd1:45:375
b64DecodeUnicode @ js_files_for_wrapper.min.js?ver=6e115e4f3fd55dfd38f44cc142869bd1:14
(anonymous) @ js_files_for_wrapper.min.js?ver=6e115e4f3fd55dfd38f44cc142869bd1:44
(anonymous) @ js_files_for_wrapper.min.js?ver=6e115e4f3fd55dfd38f44cc142869bd1:45
load-scripts.php?c=0&load%5Bchunk_0%5D=jquery-core,jquery-migrate,utils,wp-polyfill-inert,regenerator-runtime,wp-polyfill,wp-hooks&ver=6.4.2:2 jQuery.Deferred exception: Cannot read properties of undefined (reading 'getShortcodeFromData') TypeError: Cannot read properties of undefined (reading 'getShortcodeFromData')
at Object.saveHeaderState (https://evhicle.org/wp-content/plugins/td-composer/assets/js/js_files_for_wrapper.min.js?ver=6e115e4f3fd55dfd38f44cc142869bd1:28:388)
at Object.init (https://evhicle.org/wp-content/plugins/td-composer/assets/js/js_files_for_wrapper.min.js?ver=6e115e4f3fd55dfd38f44cc142869bd1:23:279)
at https://evhicle.org/wp-admin/post.php?post_id=131&td_action=tdc&tdbLoadDataFromId=115&tdbTemplateType=single&prev_url=%2F%2Fevhicle.org%2F2023%2F12%2F16%2Fapple-may-be-making-major-changes-to-some-of-its-iphone-sizes-next-year%2F:808:44
at c (https://evhicle.org/wp-admin/load-scripts.php?c=0&load%5Bchunk_0%5D=jquery-core,jquery-migrate,utils,wp-polyfill-inert,regenerator-runtime,wp-polyfill,wp-hooks&ver=6.4.2:2:25304)
at fireWith (https://evhicle.org/wp-admin/load-scripts.php?c=0&load%5Bchunk_0%5D=jquery-core,jquery-migrate,utils,wp-polyfill-inert,regenerator-runtime,wp-polyfill,wp-hooks&ver=6.4.2:2:26053)
at e (https://evhicle.org/wp-admin/load-scripts.php?c=0&load%5Bchunk_0%5D=jquery-core,jquery-migrate,utils,wp-polyfill-inert,regenerator-runtime,wp-polyfill,wp-hooks&ver=6.4.2:2:27300)
at t (https://evhicle.org/wp-admin/load-scripts.php?c=0&load%5Bchunk_0%5D=jquery-core,jquery-migrate,utils,wp-polyfill-inert,regenerator-runtime,wp-polyfill,wp-hooks&ver=6.4.2:2:27330) undefined
ce.Deferred.exceptionHook @ load-scripts.php?c=0&load%5Bchunk_0%5D=jquery-core,jquery-migrate,utils,wp-polyfill-inert,regenerator-runtime,wp-polyfill,wp-hooks&ver=6.4.2:2
t @ load-scripts.php?c=0&load%5Bchunk_0%5D=jquery-core,jquery-migrate,utils,wp-polyfill-inert,regenerator-runtime,wp-polyfill,wp-hooks&ver=6.4.2:2
setTimeout (async)
(anonymous) @ load-scripts.php?c=0&load%5Bchunk_0%5D=jquery-core,jquery-migrate,utils,wp-polyfill-inert,regenerator-runtime,wp-polyfill,wp-hooks&ver=6.4.2:2
c @ load-scripts.php?c=0&load%5Bchunk_0%5D=jquery-core,jquery-migrate,utils,wp-polyfill-inert,regenerator-runtime,wp-polyfill,wp-hooks&ver=6.4.2:2
fireWith @ load-scripts.php?c=0&load%5Bchunk_0%5D=jquery-core,jquery-migrate,utils,wp-polyfill-inert,regenerator-runtime,wp-polyfill,wp-hooks&ver=6.4.2:2
fire @ load-scripts.php?c=0&load%5Bchunk_0%5D=jquery-core,jquery-migrate,utils,wp-polyfill-inert,regenerator-runtime,wp-polyfill,wp-hooks&ver=6.4.2:2
c @ load-scripts.php?c=0&load%5Bchunk_0%5D=jquery-core,jquery-migrate,utils,wp-polyfill-inert,regenerator-runtime,wp-polyfill,wp-hooks&ver=6.4.2:2
fireWith @ load-scripts.php?c=0&load%5Bchunk_0%5D=jquery-core,jquery-migrate,utils,wp-polyfill-inert,regenerator-runtime,wp-polyfill,wp-hooks&ver=6.4.2:2
s.<computed> @ load-scripts.php?c=0&load%5Bchunk_0%5D=jquery-core,jquery-migrate,utils,wp-polyfill-inert,regenerator-runtime,wp-polyfill,wp-hooks&ver=6.4.2:2
c @ load-scripts.php?c=0&load%5Bchunk_0%5D=jquery-core,jquery-migrate,utils,wp-polyfill-inert,regenerator-runtime,wp-polyfill,wp-hooks&ver=6.4.2:2
fireWith @ load-scripts.php?c=0&load%5Bchunk_0%5D=jquery-core,jquery-migrate,utils,wp-polyfill-inert,regenerator-runtime,wp-polyfill,wp-hooks&ver=6.4.2:2
s.<computed> @ load-scripts.php?c=0&load%5Bchunk_0%5D=jquery-core,jquery-migrate,utils,wp-polyfill-inert,regenerator-runtime,wp-polyfill,wp-hooks&ver=6.4.2:2
Q.onsuccess @ js_files_for_wp_admin.min.js?ver=6e115e4f3fd55dfd38f44cc142869bd1:49
IndexedDB (async)
get @ js_files_for_wp_admin.min.js?ver=6e115e4f3fd55dfd38f44cc142869bd1:49
(anonymous) @ post.php?post_id=131&td_action=tdc&tdbLoadDataFromId=115&tdbTemplateType=single&prev_url=%2F%2Fevhicle.org%2F2023%2F12%2F16%2Fapple-may-be-making-major-changes-to-some-of-its-iphone-sizes-next-year%2F:778
load (async)
(anonymous) @ post.php?post_id=131&td_action=tdc&tdbLoadDataFromId=115&tdbTemplateType=single&prev_url=%2F%2Fevhicle.org%2F2023%2F12%2F16%2Fapple-may-be-making-major-changes-to-some-of-its-iphone-sizes-next-year%2F:777
(anonymous) @ post.php?post_id=131&td_action=tdc&tdbLoadDataFromId=115&tdbTemplateType=single&prev_url=%2F%2Fevhicle.org%2F2023%2F12%2F16%2Fapple-may-be-making-major-changes-to-some-of-its-iphone-sizes-next-year%2F:812
Note that editing homepage works perfectly fine and currently I have only 3 plugins activated: tagDiv Composer, tagDiv Cloud Library and tagDiv Newsletter.
Site url: evhicle.org
Hi
I sent you some screenshots yesterday showing you what’s happening when I try to edit my homepage. The same happens for a couple of pages but not others and also when I try to edit my “category page”. Other pages and single post pages seems to be absolutely fine. Is it something to do with the images?
Can you pls have a look asap.
thx alot
1 critical issue
Critical issues are items that may have a high impact on your sites performance or security, and resolving these issues should be prioritized.
Page cache is detected but the server response time is still slow
Page cache enhances the speed and performance of your site by saving and serving static pages instead of calling for a page every time a user visits.
Page cache is detected by looking for an active page cache plugin as well as making three requests to the homepage and looking for one or more of the following HTTP client caching response headers:
cache-control, expires, age, last-modified, etag, x-cache-enabled, x-cache-disabled, x-srcache-store-status, x-srcache-fetch-status, x-litespeed-cache, x-lsadc-cache, x-qc-cache.
Median server response time was 1,329 milliseconds. It should be less than the recommended 600 milliseconds threshold.
There were 3 client caching response headers detected: etag, x-litespeed-cache, age.
Hi,
I’m in the process of configuring the blocks on my theme but the articles are not displayed on homepage.
However, each article is in the right category but the flex block 2 cannot call up the last articles written. I deleted all the demo articles to be sure but again, the category articles are still not called up on the home page.
Screenshot:
https://postimg.cc/9R7rJjLw
https://postimg.cc/Ff1fkScZ
could you tell me if there is any additional action to take?
Hello dear team from TagDiv, I would be delighted if you could look into this issue.
This is the first time that it has happened to me.
On the homepage, all the fonts are okay: https://hola-venecia.com/
But then, on the blog post, the font of the menu is changing: https://hola-venecia.com/san-marcos-horario/
Pages don’t seem to be affected: https://hola-venecia.com/lugares-imprescindibles/
On this website Fascination Venice, also updated to the latest version, it doesn’t happen.
Also, I didn’t update to the latest WordPress version (on purpose).
https://fascination-venice.com/
https://fascination-venice.com/st-marks-basilica-times/
On this German website, there is the same error. Different Menu on the blog post.
Normal menu: https://hallo-amsterdam.com/
Differe menu: https://hallo-amsterdam.com/oeffnungszeiten-rijksmuseum/
Same problem on this website:
https://bons-plans-amsterdam.com/
https://bons-plans-amsterdam.com/rijksmuseum-horaires/
I tried looking for the error by switching the plugins on and off. This doesn’t affect the font in the menu.
Do you know where this error is coming from?
This has never happened before,
It would be great if you could let me know
Thank you
Best
Marc
You can see menu is showing on my homepage: https://www.hairs.london/
But not showing on posts: https://www.hairs.london/30-easy-to-maintain-ideas-for-medium-length-hairstyles-with-bangs/
Upon accessing a post, I navigate to the TagDiv Composer, where I modify the single post template by incorporating a menu element. While this adjustment reflects in the post, it inadvertently manifests on the homepage as well, resulting in the display of two menus. Consequently, I find it necessary to eliminate the menu from the single post template. I seek guidance on a viable solution to address this issue.
Hello @jguillen !
Please edit the homepage with the TagDiv Composer and add the elements you need there in order to display some information on the page. Documentation here: https://forum.tagdiv.com/homepage-how-to-build-and-set-it/
I can see that you use the mobile theme plugin.
We have 3 options for mobile versions that you can use:
1. Responsive version: A responsive version of your website looks similar to the desktop version. TagDiv Composer is used to edit the page.Click on the mobile viewport: https://www.screencast.com/t/XDQJedlggSB. There, you can see your mobile version and edit or adjust the elements to look better.
2. Mobile pages: https://tagdiv.com/newspaper-10-3-7-update-brings-customizable-and-fast-mobile-pages
3. Mobile theme plugin: The Mobile Theme is a performance-optimized theme included in the main Newspaper theme that only loads on mobile devices. It comes with its own templates and designs for pages, posts, categories, etc., so your current templates from the desktop theme will get converted to the mobile theme layout. Please see https://forum.tagdiv.com/the-mobile-theme/ and https://forum.tagdiv.com/mobile-theme-introduction/ for more information.
A full explanation is here: https://www.youtube.com/watch?v=SpGkOnJeNZY
If you need to use mobile version 1 or 2, then you need to uninstall the Mobile Theme plugin and AMP.
Thank you!
Hello @forevermogulmag!
Yes. You can add the ID of the Bookmark page to that element on the homepage.
It’s called the Single Post Reading Progress Bar. It can be used only on the articles, not on any page.
Yes, it is possible. Check this guide: https://forum.tagdiv.com/create-frontend-submission-form/
You can find an example in this section: https://demo.tagdiv.com/select_demo/newspaper-prebuilt-websites/ -> Directory/Listings
For customization and other services, you can contact our custom work team here: https://tagdiv.com/premium-customization-services/.
Thank you!
Hello @eman!
We have the Module Views element that can be added to the Module template and used for your custom block on the homepage, for example, with the help of the Flex Block Builder element. Documentation here:
– https://forum.tagdiv.com/modules-builder-newspaper-theme/
– https://forum.tagdiv.com/flex-block-builder-flex-loop-builder/
Thank you!
The newspaper theme has a lot of features. So much so that it’s difficult to capture all of the available features in one place. I discover features by going to your demos. It would be nice to see all available features in one place even if it’s a menu sytle naviagation.
With that said, I need help with the following three featues.
I installed the Town Talk demo and in the process of customising this theme. This theme has the option to bookmark articles. Is it possible to add a “My Bookmarks” tab that shows the visitors saved articles to the homepage section https://demo.tagdiv.com/newspaper_towntalk_pro/ next to where you have Latesta nd Recommended?
Also, on the Town Talk post page there is a “reading line” the moves accross as your scroll through the article. I couldn’t find how I can do this. I would like to add this feature to all of my exisiting pages. Could you tell me how this is done, please. https://demo.tagdiv.com/newspaper_towntalk_pro/2023/06/16/td-post-this-week-in-houston-food-blogs-high-protein-recipes-and-low-fat-shakes/
Last, this might be the biggest question for me. I see that the Newspaper has a “Frontend Post Submission” feature, which is actually what I asked for. But I don’t understand how this works or find documentation on this.It would actually be nice to see a demo of this feature. Before I go looking for a service that does this, let me explainw what I need.
I need for a business/publisher/guest posting service to be able to submit guest and sponsered post. So they have an account, submit articles and images, once I approve the article, they pay via PayPal and then the article get’s posted. But I would for them to see from their account all of the articles they have submitted, paid for, and has been posted under thier account. Is this possible? If so, how? and if this is something you can implement for me can you give me an idea of cost. You can send me an email at info@forevermougl.com
Cheers!