- TutorialsDefault Block Settings Guide
- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
- TutorialsFrom WPBakery to tagDiv Composer
- TutorialsOffset Feature
- TutorialsWhat is Ajax preloading?
Ok, I understand.
And there is not an easy css solution to reduce white space on the left and between the 2 columns ? this would not change the size of the blocks or the slider.
Thanks for you answer !
Hi @MissMyra
I’ve checked your site and noticed that you’re using page-builder + latest as a page template. Using the default sidebar options from page settings will affect only the latest article part: http://screencast.com/t/hyQbkDdCINTz not the one built with Visual Composer page-builder. To add the sidebar here: http://screencast.com/t/XahYbpuDd you have to use a widgetized sidebar block from visual composer like here: http://screencast.com/t/YbNfZtxNu Also make sure that you empty all caches then test the site again.
Let me know how it goes.
Thanks!
Hello,
I’m not sure how you want it. I see there are 2 colors when you hover the posts inside the block. The first one is yellow and the second is blue: http://screencast.com/t/rTCAosV6x. Which one would you want displayed and which one would you like removed? The code above applied yellow hover in all cases so the hover color will not shift between yellow and blue. Please provide more specific details so i can understand how to help you!
Thanks.
Hi TagDIV
I bought the newspaper theme, and I’m very pleased with the design.
Something is happening that I don’t know how to solve it.
On the right side of the page appear the following mesaje:
[td_block_social_counter custom_title=”STAY CONNECTED” facebook=”tagDiv” twitter=”envato” youtube=”envato”
How can I get ridoff of that?
Take a look : http://algoytodo.com/
Please how can I solve that.
Thanks
Roberto
Is it possible to do this using a module? My homepage is using block 21 with a load more button, and I’d like to display ads between posts. Is this possible with your theme?
Thanks in advance!
There really is no permanent solution unless you block Google from accessing your site during updates, as this happens during the update process.
In other words, nothing on your site normally links to that location, and it’s NOT part of your XML sitemap. So, it doesn’t hurt to have that temporary 404 error.
In my case I mark as fixed, then I don’t see it again for 6 months.
If you are getting the error “all the time” — that’s not normal.
However you do not want a readable page at the /newspaper/ location — as that is not a public part of the site. You can try to create a hack on your site to give a different kind of error like “not authorized” (e.g., “401 error”).
Anyway — just some food for thought. Not a theme related issue, so you might want to google it.
You might look at the docs for wp on wordpress.org on how to setup categories. You can put content into any category, then when setting up menus and page block layouts you can choose what categories are seen at top of and on home and dategory pages.
Newspaper V 6.6.2
WP 4.4
Items do not float anymore but are forced to stack. I also tried to create a new page from scratch, but nothing seems to work and any block or element I add to a row is not kept side by side but goes underneath the preceding one.
I deactivated all other plugins currently installed. Cleared cache. Zero results.
In some parts from the site, blocks are too close (glued) in the sides. Can you help me to resolve?
Is available in this link for testing: http://www.netflu.com.br/teste
You can see that “Blogs”, “Mais lidas”, etc are too close in the sides.
Thanks in advance,
Rafael
Hello,
I need to change the color of the post titles in blocks from the standard black to white but only on one single page. Overall they should remain black.
Thank you for your help.
Ben
It happened again!
All of the text blocks I added into my sidebar widgets have been deleted as of this morning.
I have created a lot of custom sidebars using the Theme Panel. These all appear in the widget list, and can then be assigned to pages or categories.
For some reason all of my widget content is being removed. Please help!
How can i make my homepage top block like this http://prntscr.com/9d84im , here the left side block should be carousal block.
Love the new feature of “Filter multiple posts by ID”
However, what would go nicely with that is a Sort by ID (Filter/Sort Order)
In Next update please?
Hello,
I have worked my way to make a visual composer block to list all the terms from a specific taxonomy
$taxonomy = $a['taxonomy_slug'];
$tax_terms = get_terms($taxonomy);
$out ='
- ';
- name ) . '" ' . '>' . $tax_term->name.'
foreach ($tax_terms as $tax_term) {
$out .='
';
}
$out .='
';
return $out;
Live example: http://dev-topspeedin.pantheon.io/body-styles/
But I would love to be able to use your blocks to list these terms instead.
It seems that your blocks can only list posts. I just wanted to see if there was another for me to get a taxonomy page listing all my terms.
Right
so make an H1 tag for your home page.
Make a text block someplace on page, wrap it in h1 and do something like short description of your site for SEO. This is what we do. Google/Bing have no trouble reading it.
Digging into this deeper – I’m pasting code into custom ad 1 that contains this:
<ins class=”adsbygoogle”
style=”display:inline-block;width:728px;height:90px”
data-ad-client=”ca-pub-XXXXXXXXXXXXX”
data-ad-slot=”XXXXXXXXX”></ins>
And I see in the page source it’s turned into different requests depending on the window size, e.g.
if ( td_screen_width >= 1140 ) {
/* large monitors */
document.write(‘<ins class=”adsbygoogle” style=”display:inline-block;width:300px;height:250px” data-ad-client=”ca-pub-XXXXXXXXXXXXX” data-ad-slot=”XXXXXXX”></ins>’);
So one question is why is the size for large monitors set to 300×250? In fact, they’re all set to 300×250 except for portrait tablets which is set to 200×200 for some reason.
I think there’s an error in the custom ad handling code.
Hi there,
I’m able to show an advertising banner (size 970×90) on my site homepage (please see http://screencast.com/t/ZlWAdGDr1sj) and I have obtained this behaviour by modifying the file “single.php” of my Newsmag child theme; I’ve added the following code snippet:
<div class="td-container">
<div class="td-container-border">
<div class="td-pb-row">
<?php echo do_shortcode('[td_block_ad_box spot_id="custom_ad_1"]'); ?>
</div>
</div>
</div>
The custom_ad_1 ad_box contains the Google DFP tag code.
What I’m trying to do now is to show the same banner under every category
top posts grid which don’t have this banner at moment (please see http://screencast.com/t/X4fBKGQs8). How could I get it?
Tnx a lot for any appreciated help
Giuseppe
Thanks, Chris.
I’ve been using responsive ads on my site so far, with pretty limited results. It seems there aren’t a lot of responsive ads in Google’s inventory.
I’d like to use leaderboards and MRECs since those are two of the most common ad sizes. If I put my leaderboard adsense code in the header ad block, it displays a banner ad. If I put that same code in my page body, it displays an MREC. This is a full width row in a full screen laptop browser, so I’d expect it to be able to fit.
Does Newspaper handle custom ad code differently from ad code in the header, footer, etc.?
I may be asking the wrong question. I’m trying to ad a leaderboard ad below a BigGrid 3 on my home page. I’m trying to use custom ad 1 and an ad box. What’s the recommended method?
Thanks
Hello,
Unfortunately this error could come from a big number of problems. It is a general error and we cannot pin point it to a specific thing. I believe it happens due to your server configuration which is not responding, it could be due to a delay or it could also be a temporary issues so you can try this a few times and if you still get this error please contact your host provider and let him know about this, ask them to unblock our demo in order to retrieve the theme data. It could also happen due to your wp install or other plugins might also cause this so you could also test this on a fresh wp install and let us know if you still get the same result. Also make sure that your permission for the upload folder are set correct. You can check this by trying to upload an image in media library. If the process succeeds then the permission are ok. If not you can use the c-panel to change permissions (set them to 777) or if you do not have access to the cpanel, please contact your hosting provider.
Thank you!
Hello,
Unfortunately we have not tested any custom post type plugins with our theme and we have no idea of their functionality and we cannot assure it will work at all with our theme. You can add custom post types in our theme using this method: https://forum.tagdiv.com/custom-post-type-support/
Unfortunately Custom post type support in our modules and blocks is still limited.
Thank you!
Hello,
Block 16 by default shows the author name: http://screencast.com/t/GGnWhB4I, but in order to make it show the avatar it will need further customization. you can follow this topic to see how it can be done: https://forum.tagdiv.com/topic/customizing-excerpts-homepage-block-12/
For the excerpts, they were hiden on tablets and mobile phones as a design choice.You can make them reappear with this custom css:
@media (max-width: 1018px) and (min-width: 768px){
.td_block_16 .td-excerpt {
display:block!important;
}
}
@media (max-width: 767px){
.td_block_16 .td-excerpt {
display: block!important;
}
}
Thank you!
Hi,
there is a way to ALWAYS have the ticker on posts. But this one cannot be removed. You will have to edit the post template files and add the news ticker with a shortcode. You can insert it only on the templates you want.
You can use this code:
<?php echo do_shortcode('VISUAL COMPOSER SHORTCODE')?>
You first need to create the news ticker as you want it (edit it’s settings) in visual composer and then use the shortcode visual composer creates for the element. You can see it in classic mode and text mode. For example:
[td_block_trending_now]. (the code will look like so:
<?php echo do_shortcode('[td_block_trending_now]')?>)
Then you can use it in the desired template file: http://screencast.com/t/kgKgZYYsV or all of them if you wish to have it on all templates.
Depending on where you want the trending now to display inside the post you will need to insert the function in a certain place inside the file: http://screencast.com/t/1TYJUINUSVJ
Thank you!
Hello,
@Gregor007
You can add content blocks to your page using visual composer. Please follow this tutorial: https://forum.tagdiv.com/how-to-use-visual-composer/
You can also follow this video tutorial to see how you can set up your homepage: https://www.youtube.com/watch?v=ss-BEobegAw
@philooo
Unfortunately filtering custom post types is not yet implemented in our modules and blocks. Blocks can display CTP-s but you will need custom modifications to make the blocks filter custom post types. You will most likely need to hire a freelancer to help out on this one as it will require quite a bit of php knowledge and we cannot offer any custom work at the moment.
Thank you!
Hello,
Unfortunately the theme has no option for it and the hover message is displayed dynamic for every post in the block. Unfortunately there is no easy way to change it. You will need custom modification and a bit of php knowledge to do it.
Thank you!
Hello,
Unfortunately this is the case with blocks that display the full screen image on mobile. It was a choice made by the developers to improve loading speed and avoid creating an exaggerated number of thumbnails. You could override this functionality by forcing the block to use the full image by editing the theme code but then the page speed would greatly be affected. You can find the code for the block 3 here: http://screencast.com/t/Y7MngT46sL7m
You can see all the thumbnails our theme uses here: http://screencast.com/t/nklxPLxCd
You can edit the first file and select another thumbnail for it (replace the thumbnail with another thumb name) so the mobile version will have more quality, but it will need a few more css adjustments for it to work.
I hope this helps.
Thank you!