- NewsmagReviews
- NewsmagtagDiv Composer Tutorial
- NewsmagCategory templates
- NewsmagHow to add icons in the menu
- NewsmagNewsmag documentation
- NewsmagBlock settings tutorial
- NewsmagInstalling pre-built websites
- NewsmagMain menu
- NewsmagFeatured image or video
hi all
i’ve to resize the width of the theme to a maximum of 1030 pixel because i’ve to use it with a skin banner that comes with predefined dimensions.
see screenshot below.

i’ve changed all the data on the style.css file from 1068 to 1030, uploaded a 1×1 png image on background options on the theme panel to let it switch to boxed version, but still, somehow, i’ve the container still at 1068px.
any hint?
Hi,
I tried the code (pasted on advance css on theme panel and tablet section, portrait and landscape, my results are below. I also tried editing the px to increase the height but it did not work.
Sidebar image works correct portrait, on homepage and pages (but not on posts)
Sidebar image is incorrect landscape, on homepage and pages (but shows correct on posts)
The header images on pages is also appearing incorrect on portrait, but shows correct landscape.
The custom code for the iframe did not work. Do you have any other ideas? The review box works perfectly landscape and portrait, however the ‘ask an expert’ section is cut off both landscape and portrait.
Please note: pages are in the main menu and posts are in the sidebar for pages
How do I get the WooCommerce reviews tab to display?
Hi I have the same problem for featured video. I followed all the instruction on https://forum.tagdiv.com/featured-image-or-video/ (format video, Post style 11) but when I click “upload” I don’t see the generated preview image on featured image. I bought and installed the “Newspaper” theme yesterday and I only installed the plugins that came with the theme. The preview seems to work on the post page but not on the front page. I’m using the “video news” demo and my links are from youtube.
Hi Bogdan, is there now a solution to this, I have the exact same issue. I do not want to provide credentials, as disabling deeply troubleshooting the plugins kills major functionality in my website that is in production. None of the solutions offered so far fix the issue, and I disabled all plugins and reverted back to 8.5 from 8.5.1 they both have the same problem.
see
https://www.liberatedstocktrader.com/top-10-best-stock-market-analysis-software-review/
There should be comments.
Hello guys,
when I edit the homepage with tagdiv composer i look at the preview on the mobile device as i want it to be, when I publish the update on the mobile nothing has changed. I tried to make a lot of changes but it’s still the same on mobile. The homepage is set as static, I tried both with mobile plugin active and without. Can someone help me?
What is the ideal resolution for a video to your opinion?
I saw the constructions preview and I’m interested.
Is the video that you are using 1080 or 720? Did you adjust the size to make it fit within the theme?
Thank you.
Hello All,
I am having an issue for example on this page https://anonymster.com/express-vpn-review
The photo with the caption “just click the big button and you are protected” is set as 250×410 in custom size but appear much bigger…
I tried to setup medium / custom / small size but the dimension never change.
How can i fix this as this is a common problem on all my post.
Thx
I centered them because the text wrap is not working. When I set a photo flush left, for example, in draft mode the text appears on the right of the photo. But in preview or publish modes, the photo is to the left, but there is white space – not text – on the right.
Thanks Simion,
I want to share this:
Plugin: Sharethis
MOBILE
Newspaper/Mobile/Single.php
<?php
/**
* Created by ra.
* Date: 10/23/2015
*/
global $post;
//increment the views counter
td_page_views::update_page_views($post->ID);
get_header();
if (have_posts()) {
td_global::load_single_post($post);
$td_mod_single = new td_module_single_mob($post);
?>
<div class="td-container">
<!-- breadcrumbs -->
<div class="td-crumb-container"><?php echo td_page_generator_mob::get_single_breadcrumbs($td_mod_single->title); ?></div>
<!-- post content -->
<?php the_post(); ?>
<article id="post-<?php echo $td_mod_single->post->ID;?>" class="<?php echo join(' ', get_post_class());?>" <?php echo $td_mod_single->get_item_scope();?>>
<div class="td-post-header">
<?php echo $td_mod_single->get_category(); ?>
<header class="td-post-title">
<?php echo $td_mod_single->get_title();?>
<?php if (!empty($td_mod_single->td_post_theme_settings['td_subtitle'])) { ?>
<p class="td-post-sub-title"><?php echo $td_mod_single->td_post_theme_settings['td_subtitle'];?></p>
<?php } ?>
<div class="td-module-meta-info">
<?php echo $td_mod_single->get_author();?>
<?php echo $td_mod_single->get_date(false);?>
<?php echo $td_mod_single->get_comments();?>
<?php echo $td_mod_single->get_views();?>
</div>
</header>
</div>
<div class="td-post-content">
<?php
// override the default featured image by the templates (single.php and home.php/index.php - blog loop)
if (!empty(td_global::$load_featured_img_from_template)) {
echo $td_mod_single->get_image(td_global::$load_featured_img_from_template);
} else {
echo $td_mod_single->get_image('td_696x0');
}
?>
<?php echo $td_mod_single->get_social_sharing_top();?>
<?php echo $td_mod_single->get_content();?>
</div>
<footer>
<?php echo $td_mod_single->get_post_pagination();?>
<?php echo $td_mod_single->get_review();?>
<div class="td-post-source-tags">
<?php echo $td_mod_single->get_source_and_via();?>
<?php echo $td_mod_single->get_the_tags();?>
</div>
<div class="sharethis-inline-reaction-buttons"></div>
<?php echo $td_mod_single->get_next_prev_posts();?>
<?php echo $td_mod_single->get_author_box();?>
<?php echo $td_mod_single->get_item_scope_meta();?>
</footer>
</article> <!-- /.post -->
<?php echo $td_mod_single->related_posts();?>
</div>
<?php
} else {
//no posts
echo td_page_generator_mob::no_posts();
}
comments_template('', true);
get_footer();
View: https://www.screencast.com/t/2ROxmtWBLp3
DESKTOP
CODE: https://www.screencast.com/t/w90uht8VYV
VIEW: https://www.screencast.com/t/f9AA6yEOin
Hi,
I wanted to create a demo of my website (for customization reasons) so I copied all my files to the subdomain (meaning same server) demo.domain.com.
Also, I created a new database and imported the main database. No issues with that.
The demo.domain.com looks and works just fine but, when I try to edit the home page with the TagDiv Composer, I get the the green error message and everything in the preview screen is white.
Also, I tried to create a test page to see if the composer will work and same thing happened.
Can you, please, help us with this issue?
Thank you in advance.
While writing a story in draft mode, I can make an image flush left or right and text wrap works, but not in preview or publish modes. This began two days ago; have been using the theme successfully for months. As a temporary fix, I am centering the images within the posts but they render too large. http://www.amisun.com/2017/12/12/wienermobile-drivers-relish-attention/
Hello kosinus,
I have inspected your website and your tagDiv Slide Gallery seems to work as expected, without any problems, sorry! If you will check our demo preview you will see the same behavior, like this -> https://demo.tagdiv.com/newsmag/2352-2/ Keep in mind that the default size for this gallery is 640px*420px. If is not what you mean, please provide more details and some useful screenshots of the problem so I can identify it.
Thanks for your understanding!
Hello,
Thank you @crazydiver for pointing out this issue. It is now nearly 2018, and as yet, I also have not been able to implement the Amazon Mobile Popover with the Newspaper theme. Much like you, I have directly edited the Footer.php file, and added the code as required, but it never works on any mobile devices we have tested.
I am recommending that TAGDiv support has a look at this page: https://affiliate-program.amazon.com/home/tools/mobilepopover/faq#copy-code to understand exactly what we are referring to, as after having been available for nearly 2 years now, I am hoping that TagDiv finally has a solution for this (@Bogdan-B – you mentioned that you are not familiar with this – so please review the section on WordPress implementation in the above link, and give us your feedback).
So – may I ask, is there a solution for this? If the <script> does not work when placed in the Footer.php file as recommended, what is the solution?
Thanks in Advance.
I’ve updated to 8.5.1 manually, and cleared cache and everything, but facing this issue.
I can access the website in the mobile theme template, but the wp-admin is showing error – ‘HTTP ERROR 500’. I’m able to access all posts, but the wp-admin is not working on mobile.
Also, I’m facing an issue with revolution slider
1. I’ve installed demo slider and selected categories, but it only shows sometimes, and once I change to other categories, it stops showing the slider.
2. Why can’t I use a template I create on my own rather than using demo sliders? Becuase the one I created is showing in the preview, but not in the tagdiv composer.
Maybe this topic will help you:
https://forum.tagdiv.com/topic/how-to-make-review-plugins-work-with-newspaper-theme/
Hello,
I want to know if there is an option or plugin using which we can allow visitors to give their ratings as well in the comments. Reference like this: https://www.tutorialadvice.com/siteground/
Where the Editor’s review(Available in Newspaper theme) & the User’s review should get displayed.
Any suggestions most welcome.
Thank you.
Hi… I got problem with Adsense ad don’t display after update V8.5.1. Here is the image https://prnt.sc/hk4d22. Please take a lot at one of my blog article https://irfan.id/review-terbang-dengan-batik-air/. I tried to delete cache incase it cookies problem, but its look not. The ad still don’t come out.
Thank you
Can we add these new “Elements” like Call to action, icon box, image info box, etc WITHIN the post? For example, I have a review site and I want to make the post more user friendly by adding image info box, call to action and other elements so the post will look more beautiful. This is something that is available on ThriveThemes for years. Can we add these Elements within the normal post or not?
Thanks!
No. The problem is, when I show 2 items in this pulldown it looks like not pulldown (https://www.dropbox.com/s/8xdwknmhwoa2rt5/%D0%A1%D0%BA%D1%80%D0%B8%D0%BD%D1%88%D0%BE%D1%82%202017-12-01%2023.22.07.png?dl=0)
I need to pulldown looks the same with any number of items like this (https://www.dropbox.com/s/e7k9wclugatbbtg/%D0%A1%D0%BA%D1%80%D0%B8%D0%BD%D1%88%D0%BE%D1%82%202017-12-01%2023.23.36_preview.png?dl=0)
Thanks!
Hello Richard Mulvihill,
If you will check our demo preview, the title URL for the Pinterest should look like this -> https://www.screencast.com/t/nqABGU624o1f Unfortunately, the theme does not have any control over this. Try to use Seo Yoast plugin to manage this and also, if you are using some untested plugins, try to disable all of these, clear all the caches and check the results.
Thanks for the message!
Hi,
Specific font options for the category title in the category page are not available at the moment. These have a predefined style in the theme stylesheet. You can preview the category templates in the live demo (Features menu)
– https://demo.tagdiv.com/newspaper/
The titles could be customized with CSS code if required, use the browser inspector to identify the elements and create custom code
– https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
Thanks
Hello
I have following message on my WordPress dashboard.
“Open Design Options: Important notice: You have an outdated version of WPBakery Page Builder Design Options. It is required to review and save it.” But I installed the newest version of Visual Composer (5.45) and your newest version of Newspaper Theme 8.5.
When I click I get to knowhere. I do not have the rights to work on it I get the message.
How can I fix it?
Hello
Maybe in code we can fix it? Because it’s not problem to view 3 elements, so maybe not problem to view 2 elements like this? https://www.dropbox.com/s/e7k9wclugatbbtg/%D0%A1%D0%BA%D1%80%D0%B8%D0%BD%D1%88%D0%BE%D1%82%202017-12-01%2023.23.36_preview.png?dl=0
-
This reply was modified 8 years by
News.