- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
- TutorialsDefault Block Settings Guide
- TutorialsOffset Feature
Cum as putea adauga automat imaginile din articol si in attachment page? Uitati un exemplu aceasta imagine 
Hello,
The elements you are pointing to are the page title and the breadcrumbs. The breadcrumbs can be removed from the theme panel here: http://screencast.com/t/yGYWZD59
The page title can be removed by changing the page template.
There are 3 page templates you can choose from: http://screencast.com/t/BkEWT6jj72
The default page tremplate will show the title if visual composer is not used on the page. If you use visual composer on the page the default template will not show the page title at all.
The page builder + latest articles + pagination will not show the page title at all
The page builder + page title will always show the page title.
Thank you!
I’m saying that small amount of text doesn’t slow down the mobile load — not all the ads are loading just the TEXT for the code. Once compressed and gzipped by server/browser and cached, not an issue.
If you’re showing (3) ads on mobile then only those 3 ads are loaded, not six.
Same way one menu is hidden for mobile in responsive design but different menu would load on mobile; part of the code works on one but not the other, but both are there so page doesn’t have to ‘reload’ when changing from landscape to portrait.
Again, however, simplest way is to load only a responsive ad unit and load that in the actual templates where you want, like a sidebar widget, and Google would then resize on the fly to the viewport.
Just food for thought. I don’t work here 🙂
Hello,
Unfortunately our theme does not have any landing page options. You can try a few plugins for this as there are lots of them that provide such features.
If you do not want to use plugins then we will be able to provide a blank page template via email so you can use it as a landing page. Our email address is contact@taghdiv.com if you want the template.
Thank you!
Hi,
Is it possible to position an Ad in any of these locations :
1) Below header but above breadcrumbs
If the above is not possible – is this possible 2) below breadcrumbs but above post / page title?
I have tried using Post Template Style 12, 13 but none of them show Ads.
I do not want an Ad in header.
Thanks in advance for help!
Hi
I assume that you want to display a big grid element followed by a list with latest post. If so you can use page-builder+latest as page template like in this example: http://screencast.com/t/S0BXQUerq
If this is not what you mean please provide more specific details about the desired rezult an maybe we can help.
Thanks!
Hi,
I upgraded theme via ftp but now it says when you open the page: Fatal error: Call to undefined function vc_map_get_attributes() in /home/urbanista.com.tr/httpdocs/wp-content/themes/Newsmag/vc_templates/vc_row.php on line 30
and also it says on admin panel wp booster error: Please update your [tagDiv social counter] Plugin!
but i can’t update it?
what is the problem?
Hello everyone,
In 404 page,in the section our latest post, posts are displayed in blocks td_module_1,I want to change it to td_module_mx7 (td_block_16),so how to do this ? thank you
Best regards,
Hello marioecg,
I guess that you are a bit confusing according to our logos. Please keep in mind that in the header exist only 1 logo which can be inline with menu items or above the menu items according to header style used by you. For more information about our Header Templates, please consult the documentation here -> https://forum.tagdiv.com/header-styles/ Also, please notice that you cannot have a new logo for each page or something like this. The logo can be set it from Theme panel, like this -> https://forum.tagdiv.com/logo-favicon/ and it is unique for the entire website.
If is not what you mean, please provide more details so I will be able to provide a more accurate response.
Thanks for your understanding!
Hello dennisjpitocco,
If you want to set your sidebar only for your Blog pages, please notice that this can be done from Theme panel ->Templates Settings, like this -> http://screencast.com/t/hMuSBIAu0O
If is not what you mean, please provide more details.
Thanks for your understanding!
You can download latest version from your ThemeForest account, but you can also see the changelog at bottom of the Newsmag “info” page on ThemeForest.
e.g.,
\\
Version 3.2 – October 10th, 2016
new: added support for design options on most of the blocks. You can now change the padding, margin and border on blocks
new: added support for retina images on our blocks and modules. You can enable them in the panel.
misc: various core code refactoring and optimizations.
misc: better theme documentation and better help text in panel
misc: added used on for thumbnails in theme panel
misc: file path and names are now visible on each module, smart list, template etc on hover
misc: breadcrumbs markup, added BreadcrumbList schema
fix: our blocks sometimes had issues autoadjuting the column count when placed in a inner row that is in a row
fix: on first install the Visual Composer tooltip was appearing over our tooltip and there was no way to close the last remaining open tooltip
fix: wrong recomanded columns in Visual Composer, new users found it dificult to find out on what colum layouts our blocks work best
fix: background ad on tempalte 8
fix: top menu hover and background ad cursor fix bugs
fix: images that have alignnone now work as expected
fix: main menu was loading without css on first load
fix: modal login button css
The list of modified files
Hallo Everybody,
I need to display custom field to my posts.
I have tried to do this with the “Templatic Bagde Plugin” and it works fine when you are in the post but everywhere else on the website (slider, blocks etc.) all the html tag goes away and it remains only text.
For example i have added to a post called “Todays News” the text “-20% Discount” on my homepage when you see this post you see the Title “Todays NEWS -20% Discount” the formating of the badge is gone when i look to the code i see that the span tag is gone. When you click on the post Its working fine.
My need is to display a badge with a discount precentage to specific posts and this badge need to be on this post everywhere on the page like his Title for example.
My Question is How can i do this with your template? Or Can you suggest a plugin that does this?
Thank you Very much for your time
I can’t figure out how to utilize a unique sidebar for bbpress.
I’ve followed the guide, created a new page, added in the shortcode to display the forum. In the “page template settings” of that page I’ve set the new sidebar via the “custom sidebar”. When viewing the page the forum is still using the default sidebar.
More curious is that if I delete that page entirely the forum still works (i suspect this is because of the default bbpress functionality). So what I think is happening is that despite the page and bbpress having the same permalink the page with bbpress isn’t loading but rather exclusively the forum is.
What am I missing?
For those that find this thread.
I made a custom template from the page.php where I instead of the
<?php the_content(); ?>
used this code (it’s looking like the block 11 and have 2 sidebars, you can customise that after your needs)
<div class="td-pb-row">
<div class="td-pb-span6 td-main-content" role="main">
<div class="td-ss-main-content">
<div class="td_block_wrap td_block_11 td_uid_2_58086a26d405d_rand td-pb-border-top" data-td-block-uid="td_uid_2_58086a26d405d">
<div class="td-block-title-wrap">
<h4 class="block-title">
<span style="margin-right: 0px;">
<?php echo $page_path; ?>
</span>
</h4>
</div>
<div class="td_block_inner">
<div class="td-block-span12">
<?php
$page_path = end(explode('/', trim($_SERVER['REQUEST_URI'], '/')));
if (stristr($_SERVER['REQUEST_URI'], '/PAGE URL/')):
query_posts( array( 'post_type' => 'CUSTOM POST NAME', 'CUSTOM POST TAXANOMY NAME' => $page_path ) );
elseif (stristr($_SERVER['REQUEST_URI'], '/PAGE URL/')):
query_posts( array( 'post_type' => 'CUSTOM POST NAME', 'CUSTOM POST TAXANOMY NAME' => $page_path ) );
else:
query_posts( array( 'post_type' => 'CUSTOM POST NAME', 'CUSTOM POST TAXANOMY NAME' => 'TAXANOMY NAME' ) );
endif;
//the loop start here
if ( have_posts() ) : while ( have_posts() ) : the_post();
?>
<div class="td_module_10 td_module_wrap td-animation-stack td-meta-info-hide">
<div class="td-module-thumb">
<a class="td-admin-edit" href="/wp-admin/post.php?post= <?php echo get_the_id(); ?> &action=edit">
edit
</a>
<a href="<?php echo get_permalink();?>" rel="bookmark" title="<?php the_title(); ?>">
<?php echo get_the_post_thumbnail(); ?>
</a>
</div>
<div class="item-details">
<h3 class="entry-title td-module-title">
<a href="<?php echo get_permalink();?>" rel="bookmark" title="<?php the_title(); ?>">
<?php the_title(); ?></a>
</h3>
<div class="td-module-meta-info">
</div>
<div class="td-excerpt">
<?php the_excerpt(); ?>
</div>
</div>
</div>
<?php endwhile; else: echo 'Det finns inga artiklar kopplade till ämnet "' .$page_path .'".';endif; wp_reset_query(); ?>
</div>
<!-- ./td-block-span12 -->
</div>
</div>
</div>
</div>
<div class="td-pb-span2 td-main-sidebar" role="complementary">
<div class="td-ss-main-sidebar">
<?php dynamic_sidebar( 'mittenspalten' ); ?>
</div>
</div>
<div class="td-pb-span4 td-main-sidebar" role="complementary">
<div class="td-ss-main-sidebar">
<?php dynamic_sidebar('hogerspalten'); ?>
</div>
</div>
</div>
Hello wozza,
Please notice that this is the default structure of this page template ->Page Builder Content -> Latest Articles (Sidebar). If you want to change the structure of this page template, please notice that you will have to edit the core file where this template is created, like page-pagebuilder-latest.php.
For more references in this regard, please consult the following topic here -> https://forum.tagdiv.com/topic/change-position-of-latest-article-into-visual-composer/ because there I gave a solution in this case.
Thanks for your understanding!
Hi Support
Just purchased your theme and love it – feedback has been good.
I have one question I want to move the latest articles up higher but they this block is not in visual composer to move up. I can see in the templates pagebuilder + latest articles + pagination.
website is http://theirishexpress.com.au/
Thanks
Brian
Hello,
You can change the module used on search pages and categories from the theme panel.
For the search: http://screencast.com/t/RIO0tknPCZ8
Categories: http://screencast.com/t/SOX2BeR1
The latest articles can be set from the post loop settings like so: https://forum.tagdiv.com/page-templates-2/
Thank you!
I have created a custom post type and use a copy of the single template to display it. That’s ok.
But now I need to modify the way the custom post type is displayed in the blocks (e.g: home page, category roll, etc.).
I have seen the /shortcodes and /modules folders, where original blocks and shortcodes are stored, but wonder what the correct/best way to create a custom block would be, so we add a few custom field data to the block…
Thank you for your help!
Gustavo
HI
To display an ad above related article you need to edit the file corresponding with post template used and echo out a custom ad-spot. To get the shortcode add an ad box into a blank page then switch in back-end editor copy and paste this code: http://screencast.com/t/Kcqsjk9C7xbU inside do_shortcode function.
The code should look like here: http://screencast.com/t/uyT7fX4Rk
<?php echo do_shortcode('[td_block_ad_box spot_id="custom_ad_1"]'); ?>
Thanks!
Hello,
You can create your very own page, you do not have to use the predefined one. In fact we do not recommend editing the dummy data as when you decide to uninstall or switch demos, the dummy content will be removed even if you edit it and add your own content over it. You are better off installing the demo without content and start creating original content.
The section below the video playlist is not controlled from visual composer. It is the latest articles element that is added through the page template. https://forum.tagdiv.com/page-templates-2/
As for the footer, the first 2 footer styles (1 and 2) have predefined content that cannot be edited. iof you want to change this, you will have to choose a different footer template that does not have content and then use the widgets section of wp to add content to the footer 1 footer 2 and footer 3 widgets.
Thank you!
Hello Hassan Zia,
I guess that you want to edit the category page, right? If you want to do this, please notice that you will have to edit core files where the category template is made. For example, if you are using the category template 1, you will have to edit the td_category_template_1.php, like this -> http://screencast.com/t/oZsyrbFpQ There you should add the BuddyPress shortcode in order to bring best results. Please notice that is not a simple task and if you are not aware of the steps in this regard, please consider hiring a freelancer/developer to help you because we cannot provide custom work at the moment, sorry!
Thanks for your understanding!
Hello, i have been using the demo of the newspaper black version to set up my site.
There seem to miss some blocks/elements between the “video playlist” block and the footer.
When i try to change the default homepage/front page with visual composer using “edit” under pages, i lack a couple of blocks/elements to configure.
I cannot change or see any blocks/elements under the “video playlist” youtube playlist element thats in the default page.
There is simply nothing below there to configure, it only says “add element”.
How can i remove/configure the blocks and elements that is allready showing on my site and should be below the video playlist? (latest articles, advertisement etc. the blocks above the footer between videoplaylist thats there by default)
Will it be easiest to create a new homepage from scratch, containing the blocks and elements i want?
As there is no option to change the last elements with the gui and visual composer.
Also; is it possible to configure the “editor picks, popular post and popular category” in the footer?
(Footer template style1)
Thank you very much for an awesome theme!
have a nice day.
Hi,
Thank you for your fast answer but i still can’t find solution for me.
If i understood good i can’t build new page where i can use read more tag if i want only default template? its mean i must use page builder + latest article page template?
I want to create totally new page with defatult template without last articles where i can use it read more tag is it possible?
thank you
Ivan
Hi
Theme’s modules pick the excerpt directly from post content and read more tag is used only by module 15. You can use this module on pages made with page-builder+latest article page template: http://screencast.com/t/gLjmGeCDgZSO For more details about page templates please check our documentation: https://forum.tagdiv.com/newsmag-page-templates/
Let us know if you need further assistance on this.
Thanks!
Please see this page: http://independent.ae/3500/educating-girls-south-sudan/
Article is using Post Template 8 and there is a strip of the mobile menu background appearing. I have tried disabling plugins but no luck. Any suggestions?
Browser: Chrome on Windows.