- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
- TutorialsDefault Block Settings Guide
- TutorialsOffset Feature
Hi
The site you indicated have our theme but with lots of customization, here are a few tips:
To get the social sharing top on the same line with the author name you need to edit the file which correspond with the post template used, and move the indicated line in meta info container like here: http://screencast.com/t/kndbkTivLDaj then add this custom css in theme panel > custom css: http://screencast.com/t/0Lg6ehz0
.td-post-sharing-top{
display: inline-block;
margin-left: 10px;
}
On the indicated site the category pages have disabled content top: http://screencast.com/t/uH1xkMfmQY
The theme doesn’t have an option to add a different banner image for every category, but you could achieve that by adding a set of condition in category.php file like here: http://screencast.com/t/xkOcUuRK13re
<div class="top-baner">
<?php if (is_category('business')) {
echo '<img src="http://localhost/wp_11/wp-content/uploads/2015/06/p1.jpg" alt="Smiley face" height="200" width="1042">';
}
elseif (is_category('vogue')) {
echo '<img src="http://localhost/wp_11/wp-content/uploads/2015/06/p1.jpg" alt="Smiley face" height="200" width="1042">';
}?>
</div>
You must add a condition for every category and set the image which you want to display. You may need some other customization for this and if you don’t know how to do it youself my advice is to look for a developer from sites like: http://studio.envato.com/ as we cannot ofer any type of custom work at the moment.
Hope this help!
Thanks!
Hi,
You can have breadcrumbs if you chose the pagebuilder + page title template I mentioned in my first replay: http://screencast.com/t/cWDSm0gF9.
The result: http://screencast.com/t/UsYcM7oQB
Thank you.
Hi guys.
I need your help or advise.
I need to use de index page, but here the problem.
Right now i use a page like a static page in my optios reading -‘homepage newsmag’, what i need to do is to use the index but with the ‘homepage newsmag’ page configuration.
Can you help me please.
Regards
Hi mboydnv,
I believe you refer to the pull-down filter which appears on category pages: http://screencast.com/t/kOU8DtDNdGa That can be removed by commenting this line in the category template file you’re using: http://screencast.com/t/GMn2QAHfK – http://screencast.com/t/FStrQuO9N1
We also have this on our request list so we’ll consider adding an option for this in future updates.
Hope this helps! Let me know if this is not what you’ve meant!
Thanks for the message!
Hello,
Please check your individual pages and edit them in visual composer, because there is no global page template in the theme panel. You can either add elements in visual composer or add a predefined layout: http://screencast.com/t/sZHKnZ6dMp. There are also 3 types of templates here: http://screencast.com/t/cWDSm0gF9
As for posts there are multiple post templates some with margins others without: You can change post templates in the theme panel for global settings: http://screencast.com/t/NBB2OsY7O7, or on individual posts: http://screencast.com/t/6VNPoqjI.
If this is not what you mean, provide more detailes so we can better understand the problem.
Thank you.
I hope I am not bothering with trying to help here but I have used Adsense before on this theme and they do work on the ads section in themepanel. You have to add the ad code to where it says paste your code here. It then place the ad there in that place for the code you want it placed but there is a wait.
Now if you just signed up with Adsense as a new account, it takes up to a week to be approved and you can add the code to the site and set them up but you will not see anything for up to a week even if google says you are approved. There are chances that it could be sooner but to be warned it could take up to a week to show on your site.
As I sad that, now if you already had Adsense account and just adding the codes to your site via the theme being new to your website, it can take up to two or three days to show even if you are already approved. I have tried all the positions in the ad section of the themepanel for header, sidebar, article top, article inline, article bottom and custom ads but not the background ad. I never tried the background ad but all the other sections just add the Adsense codes and they should eventually show up.
It should never take more than a week to show on website though. I just wanted to give you my experience on using Adsense with the ad features of the theme. I stopped using Adsense because they don’t offer payout by paypal. Hope that helps. Also, for sidebars you still have to use the tagdiv ads widget. Ads for pages using the ad box element via visual composer.
There should be no need to add any code to themes templates in the theme. Just in the ad section in themepanel, unless you want different placements than the ad features then you hard code into the theme templates.
-
This reply was modified 10 years by
doucare1971.
-
This reply was modified 10 years by
doucare1971.
-
This reply was modified 10 years by
doucare1971.
Hi
A. To hide the ads in specific post/pages you need to ad a condition in td_block_ad_box.php
http://screencast.com/t/5uninsYLV1
if (is_single(134) || is_page(44)) {
return;
}
Use is_single() for post is_page() for pages. To get the post/page id follow this link: http://screencast.com/t/zXmGYcsp
C. If you want to move the review or duplicate it on the post it’s need to modify the file corresponding with the post template used like here: http://screencast.com/t/uxt9QzSQ0QD – http://screencast.com/t/BhDgzo2J0Pe8
Thanks!
Hello,
I change yesterday to newsmag theme and edit the page template setting in the theme panel. But there are some pages that don’t look like the oters (breadcrumb, title and sidebar missingen, no margin, …).
Here a “correct” page: http://awayfromlife.com/bands/
Here two different “incorrect” pages:
http://awayfromlife.com/info/faqs/
http://awayfromlife.com/das-team/
How an I fix it?
Thank you!
Love these post types but find that the graphics are way too large in size before displaying content. Wondering if there’s an easy solution to make the height area of these images a bit smaller so the main content is higher up on the page.
Hi 3gca,
I have checked your site and found it working properly except of this wp booster error present on category pages: http://screencast.com/t/1UhaO8Abn – this happens because the setting you currently use has been changed in the latest update. It’s enough to go to theme panel > categories and set the category template: http://screencast.com/t/JmI2zZx8xoV make sure you clear the cache, purge cdn file if you’re using and test again.
Please provide more details about other issues you experience after latest theme update and also make sure you empty all chase, purge cdn files if your using any and make sure your also test this without plugins, just theme’s plugins.
Please also provide more details about the ‘Malware’ warning from your website after theme update so we can look into it.
Please let us know!
Thanks for the message!
Hi,
Of course it is h1 for article title – http://screencast.com/t/FN50tyNB I was referring to your frontpage(homepage), if you want to have h1 you can easily add a text block using the page builder or edit your page and change the page template to Pagebuilder with title – http://screencast.com/t/8MwGVO2MqG
Thanks!
Hello,
I have a number of structural errors showing up in Webmaster tools regarding my blog. I have updated WordPress as needed so it is not a matter of missing an update. I have had these issues for as long as the blog has been up. I haven’t done much blogging due to the errors, however I would really like to start using the template and blogging regularly. I like the design and did pay a good price for it. I had previously asked about this issue and did not receive any advise to lead to a resolution. I hope these issues can be resolved and would greatly appreciate some help. I have the following errors…
Server Error: blog/wp-content/themes/Newsmag/
Page not found: blog/search/
Structured Data > hentry (markup: microformats.org): /blog/author/*my user name*/ Missing Author
/blog/ Missing Author
Please let me know what I can do to correct these issues. Thank you for your time.
Regards,
If you properly install the theme (see docs right side of page), you will see the theme admin panel with settings for page templates, general settings (logos, etc.), fonts, etc.
Hi,
The page https://www.unet.cz/blog/ with template Newspaper is wrong on IE 8,9,10.
On 11 IE, Firefox, Chrome is OK.
Where could it be wrong?
Thank you for your response.
MK
Hi
First you need to remove the article bottom add from post content like here: http://screencast.com/t/PWgzx852 After that you can use the do_shortcode(' ') function and insert the ad shortcode from VC: http://screencast.com/t/W4SFKPnoShn – http://screencast.com/t/lqaJxdVdMee at page bottom in post template files corresponding for the post templates used: http://screencast.com/t/NujhBJ9CB – http://screencast.com/t/7dYEalH9
Let me know how it goes and provide more details if you still need assistance on this.
Thanks!
Hi,
I have checked your post page and it seems that you will have to disable the lazy load effect from Theme Panel > Template Settings – http://screencast.com/t/9unWk0x2o
Thanks!
Hi JCAires,
You can simply add a text block to your page where you are able to place an h1(title) and some text content(description) – http://screencast.com/t/vo7rnIvDi3
Or you can use Pagebuilder with title template – http://screencast.com/t/8MwGVO2MqG the page title has the h1 tag – http://screencast.com/t/yVWkkEdW
Thanks!
Hi
Replied you here at first question: https://forum.tagdiv.com/topic/remove-author-and-date-for-blocks-on-front-page/
Regarding the second question please check our documentation about post templates: https://forum.tagdiv.com/post-templates/
Thanks!
Hi,
You can edit your homepage and add the Slider via Visual Composer pagebuilder, if your plugin(I guess that you use a plugin) supports shortcodes. For example if you create a slider using Revolution Slider, you can add it via Visual Composer just on top of your content – http://screencast.com/t/vTjp4RxoT4
Or add it in the code like I suggested above just under the main menu(depends what header template you use).
Theme has 3 different page templates – http://screencast.com/t/rjjObhEfsOPO that you can use, not only for your homepage. To be clear there is no specific template for homepage to edit, but if you want to edit one of these templates you can find them here – http://screencast.com/t/0OKrXVHYV8n
Thanks!
Salut,
Am verificat pagina ta si folosesti template-ul cu latest articles(Pageduilder with latest articles) – http://screencast.com/t/XxCXuGwwUn
Acesta nu este un block adaugat cu Visual Composer, ci este un loop unde sunt afisate toate articolele tale recente in functie de setarile pe care le ai. Daca vrei sa folosesti un block in schimb, poti sa treci pe template-ul default de pagina(fara latest articles) si sa adaugi un block folosind Visual Composer.
Mersi!
At last, I found how to flip on Latest Articles:
In the page editor, under Page Attributes on the right hand side, change Template from “default” to “Pagebuilder + latest articles + pagination”
JD
Dear Newspaper theme development team,
We are facing a problem trying to set up the footer in our new site, using
your template. As you can see in the following screenshots, we are getting
different visual results between Chrome and Firefox browsers (for example we
choose footer template number 8).
In Firefox, everything works as it should be,
http://csrnews.gr/image003.png
http://csrnews.gr/image004.png
but in Chrome keeping the same settings, we see the following
As you can see, a big part of the main footer is missing, and we cannot see
also the sub-footer. We tried to change footer templates, we used several
computers with different operating systems and configuration, but the
problem is the same everywhere. It seems that Chrome (we examine the page
source code), is not capable of interpreting the template code correctly.
We would like your help in order to be able to fix this problem, as you have
helped as a lot in the past days.
Thanks in advance,
Best Regards
Same Problem here, Only seeing 1/2 of the elements in the Visual Composer Section. I can see the Page Template settings and comments etc though. Also had this theme for a while and I’ve updated to the latest theme version.
-
This reply was modified 10 years by
lorrinf.
Hi
Please check the plugin’s documentation about seo breadcrumbs implementation: http://kb.yoast.com/article/245-implement-wordpress-seo-breadcrumbs You will need to edit the file corresponding with the page template used for posts: http://screencast.com/t/jit0lGoBt
Thanks for the message!
This was my reply:
Hi,
Please use our theme’s documentation on this how to import/use theme’s demos: https://forum.tagdiv.com/introduction/ – https://forum.tagdiv.com/installing-demos/
If you just need to setup the homepage, use the codes and guidance Alin given you on the forum and build the page using the page builder of the Visual Composer plugin. You can find a tutorial on how to use the VC plugin here: https://forum.tagdiv.com/how-to-use-visual-composer/Not sure what you mean by: “Seems like i have to use a plugin for header and footer scripts?” so please give us more detail on that. You can find more details on how to customize header and footer sections in our docs: https://forum.tagdiv.com/header-styles/ – http://screencast.com/t/hfWaYdOeu9Sr – https://forum.tagdiv.com/footer-templates/
Please use those docs then let us know if you still need additional informations and give us specific details of what you need/want to do.
If you’re still not familiar with the theme and how to sue it I suggest you setup a testing wp install then import theme’s demo and using theme’s docs go trough its settings. Would help you in your site’s development. We also provide video tutorials on YouTube so my advice is to watch them here: https://www.youtube.com/watch?v=o7JSltCqpCI&list=PL6CsDkMaejhrfEuAth6JVYLPmFwFzNFwY
Thanks for the message!
Lucian C. tagDiv!