- TutorialsDefault Block Settings Guide
- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
- TutorialsFrom WPBakery to tagDiv Composer
- TutorialsOffset Feature
- TutorialsWhat is Ajax preloading?
OK.
Let’s try this another way.
From your example:
td_primary_cat – https://forum.tagdiv.com/primary-category/
td_subtitle – https://www.screencast.com/t/zyLWDsV8
td_quote_on_blocks – https://www.screencast.com/t/jjUw9cZEM
td_source/td_source_url – https://www.screencast.com/t/xwfrsf8FL2
td_via/td_via_url – https://www.screencast.com/t/GFL29inOlP
Are there any other fields you are interested?
Thank you!
Thank you, I’ve used the code provided, but the avatar is displayed on the right of the author and date
http://genres.centrelgbtparis.org/2017/01/11/prix-roman-gay-2016-suis-vie-ne-mentends/
how could I move it to the left, and with a bit of space between the avatar and the author name ?
In addition, another question. How can I add a bit of space between the lines in the title of block 23 as seen on my mainpage ? (title starting with Marco Han)
http://genres.centrelgbtparis.org/
Thank you very much for your help !
Hello,
Our blocks and modules were never meant to show the tags. This represents customization and if you cannot create the code to make the tags work on blocks, you will have to hire a developer/freelancer to help out.
Thank you!
Hi,
A posibility is to remove Latest Articles – https://www.screencast.com/t/P8dmRWKwIZsV and replace it with a block (named Latest Articles) and set a Load More button – https://www.screencast.com/t/hH4xAwBRa pagination to it
Then you can apply some custom css on the button if you want to, here is an example where i used block 11 named Latest articles with the sort order set to latest – https://www.screencast.com/t/iOkXZjzJXma and applied some css customization – https://www.screencast.com/t/nnjp4Q7717g4
This is the css code if you want to us it, just enter it in Theme panel->Custom Css – https://www.screencast.com/t/Ryutl7xoL
.td_block_11 .td-load-more-wrap a {
color: grey;
font-weight: bold;
text-transform: uppercase;
border: 2px solid grey;
padding: 15px;
}
Please let me know if this is ok for you
Thanks
No doubt! And they bought the adblocker exactly in the same day I begin using the Newspaper theme! 😀
Likely your audience bought better adblocking software 😉
sorry i found the error now it works thank you 🙂
I edit the Block not the text area
😀
Thank you
Hello Catalin, shure I try to explain better.
This is my home page.
If you try to scroll from up to down, viewing the ‘right column’ (the right side)
you can see the first block that move perfectly (like sticky/smart sidebar)
to show a perfect alignment. this is screenshot:

if you go down, you find a second block that has ‘td-ss-row’ as well, but this
wont not move/scroll. this is screenshot:

if you go down again, you can find the third block with ‘td-ss-row’, but this
don’t want to move/scroll too. this is screenshot:

Shortly: I can move with sticky/smart effect only first block abowe,
so where I do wrong?
Thank you Catalin
Simple fix is to use monitoring tools on your hosting account to see where largest amount of unwanted ‘hits’ are coming from and block their IP or IP block of numbers at bad ISP.
Or, use whatever your current monitoring tools are and start implementing a bad behavior block list of banned IPs from visiting your website.
We have about 500 blocked IP ranges in our block list from Russia, N Korea, eastern Europe, parts of Africa, etc. which abuse our system but now cannot reach pages or load ANY content from our sites.
Anybody can ping your search with ? and also try password resets, look for bad exploits for nulled themes and plugins on your system. Downside to ‘dynamic’ sites vs static pages.
I have followed this guide: https://forum.tagdiv.com/thumbnails-fix-strange-looking-images-on-blocks/ & https://forum.tagdiv.com/theme-thumbs/
The issue still remains.
Can some please take a closer look?
Hi,
You could use a do_shortcode with a custom ad inserted in the loop single php file of the coresponding post template that you use, found in the theme files. Example for post template 2 – edit loop-single-2.php like this – https://www.screencast.com/t/4A2gQiM0kIJM and add the code above the top sharing – https://www.screencast.com/t/eYsURewPomd
This is the code – make sure you have an ad code placed in Theme panel->Ads->Custom ad 1 – https://www.screencast.com/t/Mw29z93l9
<?php echo do_shortcode('[td_block_ad_box spot_id="custom_ad_1"]');?>
Result – https://www.screencast.com/t/84kV4eKU
As for the size of the ad, it takes the full available width taking in account if there is a sidebar or not – https://www.screencast.com/t/jtmFdrnQ2F
If in your case it is of a much smaller size please provide a link so i can inspect it further.
Thanks
Hello roed,
If you want to change the color of the navigation buttons you should use the code below and place it in Theme panle->Custom CSS area:
.td_block_mega_menu .td-next-prev-wrap a:hover {
background-color: red;
border-color: red;
color: green;
}
.td_block_mega_menu .td-next-prev-wrap a{
background-color: pink;
border-color: pink;
color: blue;
}
The result is here -> https://www.screencast.com/t/AKKhEzcsfKiG
Also, please notice that our theme does not have any such an option that allows you to add a More Articles just below the pagination arrows on the mega menu, sorry! You should edit yourself the theme core file which corresponding with this block and makes some adjustments which involve custom work. Also, if you do not have solid coding skills in this regard, please consider hiring a freelancer/developer to help you because we can’t provide custom work at the moment, sorry!
Thanks for the message!
Hello TueNguyen,
For more information about Block Settings, please consult here -> https://forum.tagdiv.com/block-settings-guide/ Here you will find our useful guide which teaches you how you can setup your personal Block. If is not what you mean, provide more details.
Thanks for the message!
Hello,
Unfortunately you cannot use blocks on the mobile theme as it does not use visual composer. Blocks are added through visual composer which the mobile theme does not recognize. Sorry but the only way to showblocks on mobile is to use the standard responsive version of the theme and disable the mobile theme plugin .
Thanks
Hello,
Well that is the reason the footer will not show the content anymore. The unique articles affect everything on the site including the footer. If you have duplicate posts they will not show up. If you want to avoid this, please use the block sorting options instead. use different categories or offsets to remove duplicate posts.
Thank you!
Hello support
We just got your theme we have 2 issues
1)Not able to edit Blocks in Home page
2)Not able to load translations
Please help
Hi,
Please note that some footer templates come with predefined content and some are blank templates – https://www.screencast.com/t/rZ6XZRTc You can add or remove widgets in the footer like this – https://www.screencast.com/t/jyWe6Mq0u
You can remove the block title border with this code, enter it in Theme panel->Custom Css
.td_block_16 .block-title {
border-bottom: none;
}
Result – https://www.screencast.com/t/s67h5TVjkmjC
It will work only for block 16 on your page (Calculator), if you want to remove the bottom border on all the block titles on the page use this code instead
.block-title {
border-bottom: none;
}
Result – https://www.screencast.com/t/1bPxgpG8
Thanks
Hi,
Enter this code in Theme panel->Custom Css to remove the social count
.td_block_social_counter .td_social_info {
display: none;
}
Result – https://www.screencast.com/t/E98rCPrn
Thanks
Hi,
It should work, just open the page in Visual Composer editor, be sure to save any changes you make to the rows, blocks etc – https://www.screencast.com/t/5ttgjEyyL then click Update – https://www.screencast.com/t/xfZKgHfiaH
If you already did this and it still does not work properly, please follow this tutorial – https://forum.tagdiv.com/system-status-parameters-guide/ and adjust the parameters as explained because this could be related to exhausted memory used by php.
Thanks
Hi,
In the backend you can set a negative top margin to the text block – https://www.screencast.com/t/AypcnFYS
Result – https://www.screencast.com/t/ou8QpQseZ4M
Thanks
1. Sorry but since we have our own cropping system, we did not test any cropping plugins
2. Unfortunately there is no such option. It will be a very time consuming process on your side adding a custom image for each thumb. As an example please test out a post with an image and enable all theme thumbs, then create a page with each theme element on it showing the same post. You will see how the image displays on each and every theme block. Then you can simply change the featured image to a size that will fit most elements or the elements that you prefer to use on your site. You do not need to alter the theme cropping system. Our theme provides blocks and modules that use different aspect ratios. You can choose the ones that will show your images the way you want them to. It will be much easier then changing the cropping system or adding manual cropped thumbs to each image.
Thanks.
Hello Catalin,
I just want to let you know that this issue still exists, also with the latest update of Newspaper. In order to reproduce the issue:
Build a page with Visual Composer.
Select 2/3 + 1/3 as column spacing.
Put block 14 to the right side as kind of a sidebar.
Limit post number to 2.
Put another block with title below.
Disable pagination (With pagination it works fine).
Result: 0px space between block 14 post 2 and the title of the next block.
Something that should be investigated for the future.
Thanks,
Loano
Hello,
The theme blocks are containers for 1 or more modules. That does not mean that the number of modules is equal to the number of blocks. There are common modules in different blocks. If you want to see what mkodule is used on which block, please use this list: https://www.screencast.com/t/ZwZ3soDfsZLP
Thank you!
Hello twindrills,
This is category tag and if you want to display them you should enable the following options from Theme panel, like this -> https://www.screencast.com/t/wDzG6rOQV -> https://forum.tagdiv.com/newsmag-category-tag-on-modulesblocks/
Thanks for the message!
Hello twindrills,
Unfortunately, our theme does not have any such an option that allows you to display the subtitle on blocks, sorry! Please notice that is not a simple task and if you want to do that, you will have to edit the core files in order to achieve as you wish. As a hint, you will have to edit the td_module.php core file like this -> http://screencast.com/t/mv6bzuS43
If you want to display more levels in our theme and if you are not aware of the steps which are needed to take 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!