- NewspaperUser review system
- NewspaperReviews
- NewspaperCredit System
- NewspaperModules Builder in Newspaper Theme
- NewspaperHow to use the Posts List shortcode
- NewspaperModal Popup
- NewspaperLockers
- NewspaperLeads
- NewspaperFlex Block Settings Guide
- NewspaperSingle Post Shortcodes
- NewspaperDefault Category Settings
- NewspaperCloud Library – Category Templates
- NewspaperBig Grid Flex Settings
- NewspaperMeta Info on Modules and Blocks
- NewspapertagDiv Cloud Library Plugin
- NewspapertagDiv AMP Plugin Tutorial
- NewspapertagDiv Composer Tutorial
- NewspaperNewspaper theme documentation
- NewspaperWeather Shortcode
- NewspaperHow to Add an Icon in Menu
on my website page content shows up fine on the desktop and mobile versions but does not show up on the amp version.
Eg:
https://www.newslooks.com/privacy-policy-2/
https://www.newslooks.com/privacy-policy-2/?preview=true&=&preview_id=610&preview_nonce=cdca9535cb
Hi Guys
I’ve got an issue with the header on the 404 templates, tried a few different ones and they display perfectly when previewing the template but when you load a normal 404 then the menu is broken. Is this an issue in the latest upgrade?
https://medika.life (menu example)
https://medika.life/wobble (404 with broken menu)
Any advice welcomed.
Hi.
I have been instructed to move a website from your Newsmag theme to Your Newspaper theme. I am attempting to test in in a local ddev environment prior to making the changes to the live site.
However I cannot get the theme to install correctly. The theme zip file upload and when I try to activate it or run the live preview I get the following message:
Fatal error: Uncaught ArgumentCountError: Too few arguments to function {closure}(), 4 passed in /var/www/html/wp-includes/class-wp-hook.php on line 287 and exactly 5 expected in /var/www/html/wp-content/plugins/td-composer/css-analyze/css-analyze.php:510 Stack trace: #0 /var/www/html/wp-includes/class-wp-hook.php(287): {closure}(NULL, 7427, 'tdb_template_ty...', true) #1 /var/www/html/wp-includes/plugin.php(206): WP_Hook->apply_filters(NULL, Array) #2 /var/www/html/wp-includes/meta.php(676): apply_filters('get_post_metada...', NULL, 7427, 'tdb_template_ty...', true) #3 /var/www/html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_first_install.php(201): metadata_exists('post', 7427, 'tdb_template_ty...') #4 /var/www/html/wp-includes/class-wp-hook.php(287): {closure}('') #5 /var/www/html/wp-includes/class-wp-hook.php(311): WP_Hook->apply_filters(NULL, Array) #6 /var/www/html/wp-includes/plugin.php(478): WP_Hook->do_action(Array) #7 /var/www/html/wp-settings.php(524): do_action('after_setup_the...') #8 /var/www/ in /var/www/html/wp-content/plugins/td-composer/css-analyze/css-analyze.php on line 510
I have also notice errors calling for files in the plugins/td-composer/legacy/Newspaper folder that were no installed during the theme installation but are present in the full theme zip I originally downloaded. Do these files need uploading separately from the theme.
Attempting to uninstall the existing Newsmag theme and its plugins first, before installing the Newspaper theme bricked the site and I had to reset my dev environment.
Any help gratefully appreciated. I am supposed to be live by Monday with this.
Thanks
Hello,
I made the responsive of this page http://walterd7.sg-host.com/home-def-3/ using wp-bakery,
unfortunately the images of the articles have disappeared.
As you can see this is the unresponsive page and the images are there: http://walterd7.sg-host.com/
Could you help me understand why?
I have already sent you admin logins to enter wordpress and check.
Please it’s urgent!
Hello !
That is not related, you will need SEO Yoast only to have the getimage option active for the preview. That is why we need SEO Yoast. You can ignore any other option If you want.
Thank you 1
Hello, Anamaria!
Thank you for your reply.
and I wanna ask more.
this is my category tree.
https://www.screencast.com/t/SUnaODPZY
(I’ll explain it with the category number.)
“1” Post have 193,194,196,197,200,201,205.
“2” Post have 193,194,196,197,200,201,220.
“3” Post have 193,194,196,199,200,204,376.
and I want to ignore the A and B categories.(I’m talking about A & B in the screenshot.)
Assuming the category is excluded,
“1” Post have 200,201,205.
“2” Post have 200,201,220.
“3” Post have 200,204,376.
SO, if I select the “1” post, I want only “2” to appear as the related post in “1”‘s detail view.
also, if I select “3” post, related post is nothing.
I’m using the auto-generated post template in the fitness demo.
and try to use multiple category, but it doesn’t work.
1) i choose under 201 and 204. But when I select “1”, “2”&”3″ come out.
https://www.screencast.com/t/AWzFWL9FFw
1-2) I think the problem is that all posts have “200”, so I tried choose under 201 and 204 and added “-200” –> nothing.
2) and try excluded A and B categories. Then nothing comes out.
https://www.screencast.com/t/6Utrt9BnOut
When I click on the post, I only want each category to appear in the related post.
(Only posts belonging to “201”, only posts belonging to “204”.)
I don’t know if I explained it correctly. I hope you will review and answer.
and thank you!!
Lee
I manage the website of a local newspaper that is always online.
Sometimes it is important to view the article not only in classic preview, but also on the homepage loop to understand how the featured image looks or to adjust the length of the title. It would be useful to understand if there is a method, only visible to administrators and editors, to view the draft posts in the homepage loop before publication.
I am trying to find out how the menu works. I’m wanting to retain the preview for articles but I want to completely change the menu on all pages. What exactly do I need to do in order to make this work? Is there an article to read or a simple explanation?
However, that plugin has now broken the preview function in WP. Back to the drawing board…
Hi,
Where should I be adding my custom code? If I’m understanding correctly, this is the piece I need to add: <$meta = get_post_meta($post->ID,’user_submit_url’,true);
echo ‘‘.$meta.’‘;>
I am not sure where I should be placing this code.Here is the code that is currently in module flex 5: </// meta info html
$meta_info = ”;
if (($category_position == ” && $hide_cat != ‘hide’) || $hide_author_date != ‘hide’) {
$meta_info .= ‘<div class=”td-editor-date”>’;
if ($category_position == ” && $hide_cat != ‘hide’) { $meta_info .= $this->get_category(); }
if( $hide_author_date != ‘hide’ ) {
$meta_info .= ‘<span class=”td-author-date”>’;
if ($author_photo != ”) {
$meta_info .= $this->get_author_photo();
}
if( $hide_author != ‘hide’ ) {
$meta_info .= $this->get_author(true);
}
if( $hide_date != ‘hide’ ) {
$meta_info .= $this->get_date($modified_date, true, $time_ago, $time_ago_add_txt);
}
if( $hide_rev != ‘hide’ ) {
$meta_info .= $this->get_review();
}
if( $hide_com != ‘hide’ ) {
$meta_info .= $this->get_comments();
}
$meta_info .= ‘</span>’;
}
$meta_info .= ‘</div>’;
}>
Hi all,
I am currently using one of the Pre-built Websites,
My question is – can I use one more, on a different domain & hosting, or do I need to buy the theme again?
Sorry about the articulation – I don’t know how to form the question.
The point is – I want to use one more Pre-built Website (from here https://preview.themeforest.net/item/newsmag-news-magazine-newspaper/full_screen_preview/9512331_), along with the one I am currently using.
Thanks.
Hello!
First of all this is the website: https://www.villachimfokus.at/
I have some different topics:
1. Can I place the sidebar ads on the home page under the top 5 postings on mobile devices?
On desktop I’d like to keep it as it is under the category list.
For better visualisation: https://www.villachimfokus.at/wp-content/uploads/2021/04/ad.jpg
2. Can I put ads to selected categories?
So, if I want an (non AdSense) ad only to be shown in three selected categories, is that possible?
3. I deleted the comments section by mistake, put it back somehow, but it’s only shown in the backend under the postings.
The button “Enable comments on posts” is activated in theme panel > post settings.
4. How to keep the 5 top postings on home “on top”?
I’m using WordPress in German, so I unfortunately don’t know the English term for “keep on top”. Maybe “fix post”?
If I hook that it’s still not working – it’s sorted by date and it’s quite tedious to always check the date.
5. On home page I copied the blocks for the different categories – Flex block 3 with 1 big + 4 small post previews.
The last two blocks (Motorfokus & Frauenpower) only show one post alghough there are two posts of each category available.
I hope you know what I mean & can help me, thanks in advance 🙂
I try to hide an element in the tagdiv composer, but, instead of just greyed out, that element just disappear from the preview.
My question is: how to unhide the hidden element, since this particular element is disappear completely
I am using an influencer post template (58?). There’s a comments section that shows in preview but it doesn’t show when the template is applied to a post. No comment box at all.
I’m trying to embed an ISSUU preview which ordinarily can be done in a WordPress page or post by pasting in the URL to the ISSUU document. How do I do this in a Newspaper element? I tried using the Raw HTML element but it just displays the link as text even though it’s not hyperlinked.
The effect of tagdiv composer is the official preview effect, but it’s completely different when I save it
Sure – below are screenshots of the Mobile Page with TD Composer. In portrait mode, it looks how I want, but when I switch to landscape mode it’s all messed up. When previewing on Chrome – inspect with ipad on, it looks the same as the landscape mode below.
I also tried editing elements of the mobile page in the landscape mode via TD Composer, but it changes the portrait mode as well.
Mobile – Landscape Mode (Also displays on tablet)
I’d like to be able to use the main page (not mobile page) layout for landscape and ipad mode, or be able to revise the layout on the landscape mobile page.
-
This reply was modified 5 years by
beckib.
Hi Bettina,
The table is pasted into the WYSIWYG editor directly from a word doc. It displays correctly in WP admin with the expected code forming a html table. Its only when i then go to preview it that it displays incorrectly.
https://blog.wynsors.com/blog/wp-content/uploads/2021/04/tables.jpg
Thanks,
Mark
Good morning,
Yesterday we bought the theme ‘Newspaper’, after installing it, the CSS does not work.
The zip contains style.css and other css pages, but in the preview of the theme, the web appear without any style.
Any help????????
Cause i have done everything that the tagdiv and envato solutions page recommend in “Theme is missing the style.css stylesheet error”
Thanks
Hi, after about a year of working with another custom-made theme, I decided to instal Newspaper again because I love tos functionality and performance and mainly because I wanted to improve user experience and generate more organic traffic. But a few days after the installation (March 3) Page Experience has dropped dramatically with only 8% good URLs. I thought my web performance and user experience would improve and this is very disappointing… maybe I have misconfigured something??? can you help me review this?
https://www.dropbox.com/s/l24dgsa7euugvsg/Screen%20Shot%202021-04-20%20at%2020.28.16.png?dl=0
https://www.dropbox.com/s/n9kyxc5yt9pcgkv/Screen%20Shot%202021-04-20%20at%2020.29.18.png?dl=0
Thanks!!
Alex C
Hi here is the preview header:
I don’t post live links to my site anywhere. the url is https://www.nycinsiderguide.com/
wp-admin/post.php?post_id=124761&td_action=tdc&tdbTemplateType=page
I want the search icon to the left of the social buttons. Also the font is showing different in the tagdiv editor than it does on the preview.
Question 1. Why can’t I use Tagdiv composer to write/edit/design Blog Posts if I choose DEFAULT POST TYPE to “DEFAULT”.
Question 2. However, if I use a template from the cloud library for the post then it shows Edit with Tagdiv Composer.
So now, in this case, I am on my post and click on Edit With tagDiv Composer, then is it going to edit the template of the post itself. If I edit here Is it going to affect the template itself.
In this post link above, I have applied 2 categories and now it seems like they are one, not Two.
1.PHOTOGRAPHY > 2.REVIEWS. There is no difference between them. I want that them to look different.
for example:- Main category with Bold font then secondary with normal font. So that there is a difference in them visually.
Question 4:- Every time I refresh the Page, Then looks like the website first displays few pixels on the right side in the browser and then comes to its actual place means exactly in the center.
I tried this on Your official Demo and seems there is the same issue.
Question 5:- Currently I haven’t enabled the tagDiv Mobile Theme and AMP plugin.
So, What you recommend in 2021. Like is it mandatory to use these plugins.
What will be the difference and benefits if I use these plugins.
If all go well, I will be using Google Adsense in the future. So what would be your recommendations about these plugins.
Thank You in Advance!
Hello~
I am using a cloud template as a product review post.
I want to add a search bar in a review post.
But I can’t find a search bar function in add element of cloud template.
How can I add a search bar in a the review post?
the position where I want to set is the center of right side( between product category list and ‘must read’ )
or
https://ongajok.com/wp-admin/post.php?post_id=10441&td_action=tdc&tdbTemplateType=single#/
Ok… slowly but steady i am becoming a little angry…
1) You promise before buying your theme:
“Integrated with Instagram, bbPress Forum, BuddyPress and WooCommerce, it uses the best clean SEO practices.”
Please explain to a non-expert like me what you mean with “integrated with buddypress”?!! For me this means that i buy your theme and install buddypress and everything is fine / tested / works.
2) You promise that your theme works with buddypress and i installed your theme and buddypress and nothing worekd – the header was completely broken! then you tell me i have to install old version of your theme to make buddypress “work” and now i got the perfect mess: old theme and buddypress not working.
3) After all that i ask for support and you tell me to add some custom-css… If i would be able to add this CSS code i would have done. So why do you think i was asking for support?!! Yes, because i need help and is not support something i was paying with this theme???
4) Is that your “outstanding support service” that you promise before buying? You promise “excellence for beginners” and “no coding required”…
I kindly ask again for your help and support to make buddypress work as promised because i do not want to write a review about my xperience with newspaper-theme.
Thanks
There are 2 things I am not able to figure out:-
1. If I use review/rating then it shows user ratings in the snippet and not the author name. How do I give star rating etc. with author name details added. It also gives missing info error in google search console.
2. I use a post type from cloud library and have standard pack disabled completely. If you hover the cursor over the featured image, it shows the image file name which may not be too relevant or presentable always. How to hide that. It doesnt happen on rest of the images in the post, just the featured image.