- NewspaperFlex Block Builder and Flex Loop Builder
- NewspaperHow to use the Flex Blocks cache option
- NewspaperHow to edit modules for Flex Block X
- NewspaperHow to insert a block inside the content of a post
- NewspaperFlex Block Settings Guide
- NewspaperMeta Info on Modules and Blocks
- NewspaperTheme modules and blocks
- NewspaperThumbnails – Fix strange looking images on blocks
- NewspaperBlock settings tutorial
- NewspaperCategory Tag on Modules/blocks
- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
- NewspaperSearch setup for custom post type
- NewspapertagDiv Opt-In Builder – Emails
- NewspaperBookmark – Save For Later
- NewspaperModules Builder in Newspaper Theme
- NewspaperFilters and sorting for taxonomies
- NewspaperUser review system
- NewspaperWooCommerce: Happy “Add to Favorites!”
- NewspaperLockers
- NewspaperLeads
Hello PierreBoullier,
You can achieve what you want if you use a bit of Css. It is possible this thing without alter your code source. Please try the code below and place it in Theme panel->Custom Css area, like this: http://screencast.com/t/scMiLJl3 .
.td-header-sp-logo {
display: none!important;
}
.home .td-header-sp-logo {
display: block!important;
}
Above, I gave you an example how to display a logo only on your home page. If you want to show the logo to another page, please replace the .home with your page ID. Also, you can find the page ID, using your Inspect element browser, like this: http://screencast.com/t/qPqw9kfOnIUh .
Hope this helps and let us know how it goes!
If is not what you mean, please provide more details about this.
Thank you for message!
I am having an issue with the top bar not showing on smaller devices… phones, tablet (portrait view).
The site: http://www.checkmeoutmagazine.com
The login and register, along with some other buttons, become not available. Here is the code you provided for the custom CSS panel:
@media (max-width: 767px){
.td-header-top-menu {
display: block!important;
}
}
Please let me know what to do from here.
I pasted the code and it didn’t work. I also cleared the caches of my computer and phone.
Please and thank you in advance.
Hi,
My thumbnails nor longer align to the left.
Here is a shot. http://prntscr.com/99e623
Please i need help.
Thanks
Hi,
You can follow this tutorial: https://forum.tagdiv.com/author-card/
or You can create a page to display all your authors using Authors Box block. It will display all your authors(name, photo and posts and comments counter) – http://screencast.com/t/l1baxeL773s2
If you need also author bio information, you will have to add this code in td_block_authors.php file – http://screencast.com/t/LQFrzsG1J –
code:
$buffy .= '<div class="td-authors-description">';
$buffy .= '<p>' . get_the_author_meta( "description", $td_author->ID ) . '</p>';
$buffy .= '</div>';
And add the following css in Theme Panel > Custom Css – http://screencast.com/t/2esvImmE
.td_top_authors div.item-details {
height: auto;
}
You can increase the image size from 96px using this custom css ():
.td_top_authors .td_mod_wrap {
min-height: 256px;
padding-left: 185px;}
.td_top_authors img{
max-width:100%;
width:256px;
}
Unfortunately it is not easy to target just a particular author box.
Thanks!
Hello,
It depends on the sorting method you use and the offset. If you have it set to random posts, it can cause duplication. If you have it set to latest the post will not be duplicated. Set your block with an offset of 7 posts so the ones in the big grid will not be displayed then use one the latest sort option on your block 15.
Thank you!
Hello there, in my homepage i have a block with ajax next-prev
[td_block_18 custom_title="whatever" category_ids="21,23,22,37,-42,-39" limit="6" td_ajax_filter_type="td_category_ids_filter" td_ajax_filter_ids="23,22,37" ajax_pagination="load_more"]
there is a constant flow of new posts which are being displayed through that block, and SOMETIMES the ajax will won’t load anything for some time. Then after some time where enough new posts are inserted it works again. The response im getting when is not working is just a json object with an empty “td_data”
No problem on network or system. The only thing that changes is the posts that are going to be displayed. So? It may be the posts contents? Are the title/text or anything else information that goes from the database through your code is not escaped correctly? Maybe some un-escaped quote or bracket or something from the data messes it up? Unfortunately i can’t reproduce this bug at will, but it does smell like something is not escaped.
Hi! I have a question. So I’ve noticed that when adding the theme and such, all of the images on the homescreen (the default block setup) preserve their shape in the thumbnail spots. Soon after however, all of them are cut off and cropped (usually cutting off the left and right sides). Any idea why that’s happening? They look perfect before the cutoff, which makes them look horrible.
Thank you!
Spencer
Hello,
If you want to change the sorting order of the blocks or add a new sort order, you can follow this topic to see how it can be done:
https://forum.tagdiv.com/topic/how-to-order-tag-items-from-least-recent/
Thank you!
Hi,
I am using the default demo.
From the front page. How do I move the latest article to between (Big Grid 3) and (Block 1 – DON’T MISS)?
Thanks for your help.
On Our home page we want to show multiple categories in one block. For that we have selected one block and edited with Two multiple categories but still it is not showing what we want. It i only showing block title of that.
For your reference : http://architectureupdate.in/wp-content/uploads/2015/12/au_error.gif
Please reply with the solution
i use big grade 5 – style 3
i want remove author and data article from block
only show title
thanks
I think that is in the big config file inside the includes/booster folder or whatever it’s called now.
TagDiv will have specific answer tomorrow; but that might give you a head’s up on finding it in meantime. 🙂
Also, many devtools likes Dreamweaver and many programming text editors allow you to search an entire folder to locate a block of text — great tip for locating stuff inside folders inside folders in themes.
Hello. I’m new buyer. Firstly congratulations and thanks for this perfect theme.
I’d like to learn what size of a post image. I selected style 2 for post template. And I use the template like in the demo homepage (http://demo.tagdiv.com/newspaper/)
Depending on my before theme my post image size is in 765*400 dimensions. But I think this dimension is not suitable for Newspaper theme. Please look at this :
(don’t miss section)
If possible I want to ask more questions :
1: how can I achieve to do black color of a section’s background in homepage (not title background). like this : 
2: A post has 1 or 2 category. But to obtain mega menu I made all category as sub-category of parent catogories. That’s why in top of posts previews not only selected categories but parent categort. This is weird to me. Not ?
3: Is this possible that latest articles block in homepage has infinite scroll not pagination ?
4: I want to not show author box for my posts. Normally in my other theme It wasn’t previewed unless typing author description in backend panel.
Thank you so so much.
Greetings from Turkey.
Hi,could you explain me how to create custom module and block in a more detailed way than on your documentation page.I have managed to create one custom plugin by replacing my wanted blocks and modules with ones in your sample ‘td-api-plugin’ folder,but when i create second one with diferent name i get errors and cannot use 2 cusom plugins at the same time ??
Hi,
1. When I swith page layout to Full Width(no sidebar)
http://prntscr.com/9923z5
I use “Block 4” but then have 3 column.
http://prntscr.com/9924tn
I need 2 column on Full Width(no sidebar)
2. How disable thumb on Block 4?
Best
Krystian
I would like to decrease the space between all of the front page blocks on my website http://www.sportsgamersonline.com so it feels “tighter”, can you please assist?
Thanks!
newspaper product generates viruses in their files, causing denial of services in the hosting, IP are frequently blocked, I add pictures of the causes of the problem, please indicate whether the newspaper product, because viruses on the server and provide solution to the issue.
image link: http://es.tinypic.com/r/p4s3q/9
Hi Bogdan,
Ok now I have done a fresh install. New plugins and made all my edits to the theme settings. The CSS is loading properly but VC is still having issues.
I have default template set for home and just added new blocks to the page setup. The problem is that the blocks in rows are displating properly. None of the columns are redering properly and just spreads content across full width of row.
Have tried multiple combinations using different template selections but the rows still stretch content. Can’t figure this out. Prior to this I jsut created my page through homepage blank and everything just worked.
Maybe I’m just not understanding the new templates…can you shed any light?
Thanks
When I edit a page in wordpress there is an overlay I can’t close. The title of this overlay is “Newspaper (tagDiv) tip” and it says “Our Blocks work best with the blue columns”.
What can I do???
Thanks, R. Kraft
But this “Tagcloud title” shorter than the other block. ? How can i fix it ?
Hello,
maybe I should be more specific. In the theme panel, in the ADS section, we have the option of creating custom ad sections. It works fine, with only one issue: the div name (not the ad title) is given the name “ad”, which results in the ad being blocked if a user has the AdBlock plugin installed. So we want to be able to change the name, ie not name it Custom ad 1, so as to prevent the ad from being blocked. Is that possible? A relative screenshot: http://www.screencast.com/t/9LbfB4iNs.
Kind Regards and thank you in advance.
Hi,
My homepage displays latest posts underneath a main box showing the last 6 posts.
For some reason, posts 1 to 7 display in the top box (Big Grid 6), then posts 8 to 17 display beneath this in (Block 15). I have continual scroll turned on and once the next set of posts loads they are the same posts 8 to 17 being duplicated, after the next load of continuous scroll the rest of the posts follow on under that as normal. Is this a bug?
One random thing ive noticed is that the first posts have their images cropped evenly which looks awesome, however all the ones underneath, including the duplicates, are not cropped evenly.
Thanks for your help,
Hello Howard,
The first filter tab means the posts displayed in the main window of the block. The multiple category filter just brings up posts from the specific categories you input. The ‘ajax menu’ needs to be set from the ajax filter tab.
Thank you!
Hi,
Yes. Edit the header.php file and add this line of code like here: http://screencast.com/t/1nQV0lZzuLqD
echo td_global_blocks::get_instance('td_block_ad_box')->render(array('spot_id' => 'custom_ad_1'));
Then go to Theme Panel -> Ads -> Custom Ad 1 and paste you ad code there. Also probably you need some CSS to adjust the space.
Hi Radu,
thanks for the fast Reply. I changed this meanwhile in Header.php File of the Template.
And do you have a solution for my secon question too?
And a further question. Google Search Console told me that I have not set a “hreflang-Tag” yet.
What does this mean? And which code should a use and whre should I put this code?
Which Code do I have to inlcude to set the “hreflang-Tag” ?
In Google Search Page my Website is listed already but beside there is a Link “Translate this Site”. But this Site is already in german Language.
In Google Search Console I get the message that my Site has not set a “hreflang-Tag” yet so this could causing this Issues I described above.
Many thanks for your Reply,
Karl