- TutorialsDefault Block Settings Guide
- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
- TutorialsFrom WPBakery to tagDiv Composer
- TutorialsOffset Feature
- TutorialsWhat is Ajax preloading?
Hi,
1. I am using the Block 11 for Latest Articles (last part on the home page) in http://jmfinjapan.com/.
It will be more than 500 articles and I need to add pagination with numbers as you have for single articles or search results. How do I add it and where?
2. How do I add ZOOM image on mouse hover in Block 11? You have that functionality in the BigGrid but I can’t find it in the Block 11 or any other blocks.
3. Background Footer Image is super pixelated – it is HD image and it still blurred. How do I fix it to make it sharp looking?
4. Search result on japan shows random zip files. How do I only show posts in search results? http://jmfinjapan.com/?s=japan
5. Where to remove “0” posts numbers from the block 11 or any block
6. How do I show links or filter to OLDEST/LATEST articles on the home page?
7. Does LIKE article has to be connected to facebook? Can it be recorded on the site instead?
8. BUG: Category Page only shows you 7 articles instead of all 12 that we have with pagination. How to fix it?
9. Email from the site contact form is coming website email? How to change it so it would come from user email instead?
10. How do we track what customers already read and only show them what they did not read yet? Do you have a system for sale to track it?
Thank you very much!
Well, I’m using Flex Block 2 and “load more” is not a valid solution.
I need the possibilty to add the READ button as previous image attached.
Hi ir,
Sorry you posted in Newsmag forum, on Newspaper the modified date on posts can be set using tagDiv Composer on single post template from tagDiv Cloud Library.
-> https://www.screencast.com/t/eYkeLqbCqV -> https://www.screencast.com/t/3qCSo9Nxtt
Also you can use the modified date on blocks -> https://i.imgur.com/M8EhqKW.png and you can filter after this setting -> https://www.screencast.com/t/VSePr63B
Thank you!
Any update????
I’ve got your email support comment and answered.
But you didn’t get a reply 🙁
1. You didn’t answer how to translate this text ? “FOLLOW US ON INSTAGRAM @PROSTOBZORCOM”
2. 2 days I’ve got a such error: “Instagram GalleryBlock Render Failed – The access_token provided is invalid”
But my profile is active – https://www.instagram.com/prostobzorcom/
This is brilliant, thank you. I see the ads on mobile’s category and tag pages. I don’t see them on the home page (only the first ad) and the second page. They don’t start showing up until the third page and on. Is that something with my code? I tried using the is_home() command.
$adcounter++;
if (is_home() or is_category() or is_archive()) {
if ($adcounter == 10 or $adcounter == 15 or $adcounter == 20) {
echo td_global_blocks::get_instance(‘td_block_ad_box_mob’)->render(array(‘spot_id’ => ‘loop_mob’));;
}
}
Hi,
We recommend to use flex blocks, in this way you can achieve the layout you want after that save the block made using the right click -> https://tagdiv.com/right-click-menu-tagdiv-composer/
Hope this will help you!
Thank you!
Hello !
1. That is a wordpress option. You will have to contact wordpress for that.
2. At the moment there is no pagination block option with Newspaper Theme.
WE are sorry for the inconvenience !
Thank you !
I have problem with render my mobile site in Search Console and index some pages in Google.
You can see that those things are blocked for Google Bot 
So for Google bot website on mobile phones looks like here:

Please help me with this problem.
Hi,
Usually this issue is related to a firewall or security module which blocks admin-ajax.php request. Please verify the console for error while saving the settings on the Theme Panel, usually it displays a 403 or 404 error, if you have these errors, you will have to contact your host and let them know that your admin-ajax.php is blocked either by firewall or the security settings.
If you don’t use a security plugin, please ask your host about this, maybe you have a security module which blocks this.
If you use a plugin like Wordfence please set it in learning mode.
Let me know the results!
Thank you!
Hello !
Indeed there is an issue on Internet explorer + Flex Blocks.
Please try this code: [class*="ie"] .td-module-container {
display: block;
}
[class*="ie"] .td-image-container {
height: auto;
flex: initial;
}
The code must be inserted here: https://www.screencast.com/t/J1Nxw5s5
I hope this was helpful !
Thank you !
Hello !
Unfortunately that is possible only if you are creating a page with tagDiv Composer and use the flex blocks without images. Flex Block 9 and 10 are the ones without featured image.
Thank you !
how to create a new customize block through tag div for newspaper 10.2
Hi,
Please replace the above custom css whit this one -> https://i.imgur.com/Cc1tTnG.png
.classForFollowUs .block-title{
margin-bottom: 0;
}
This is stronger css and should apply on your title.
Thank you!
Hopefully my 2 last questions :
1– Post loop pagination on my home page redirects me to : http://www.mysite.com/page/2/
My current blog page as the following structure : http://www.mysite.com/blog/page/2/
If I manage to remove /blog from my WordPress URL. Would my post loop pagination be able to redirect to my blog page http://www.mysite.com/page/2/ ? or a conflict will happen?
What are your thoughts?
2- If the first idea is not possible.
Could anyone of you teach me how to add multiple buttons next to each others in order to replicate the same look as pagination (normal numbered)?
This is where I am so far (not very far actually)
https://imgur.com/nvH4kP7
PS : To simplify some people workflow, that would be so great to have (in the future) a “pagination” block that would allow us to link pagination buttons to a page like “blog”.
That will allow me to :
1- Display on my home page : a Post Loop with 6 articles + no pagination
2- A pagination block below linked to my blog page
3- If I click on 2, 3, etc it will redirect me to : http://www.mysite.com/blog/page/2/ , http://www.mysite.com/blog/page/3/, etc
Thank you in advance for any help. Your support is amazing. Thanks again.
-
This reply was modified 6 years by
slivertorp.
-
This reply was modified 6 years by
slivertorp.
-
This reply was modified 6 years by
slivertorp.
I see how to create custom templates and use the existing ones for the different template pages with the cloud. I am trying to customize the block headers. I can do so per section, but wondering if I can do so and save it to my cloud library. I see how to select my different block header options, but don’t see how to create or select a custom one.
I’m trying to edit a page using TD Composer.
I created the new row and added a new element (raw HTML) but the item is not appearing correctly. I have created other elements, so I’m pretty sure I set up the element correctly.
I’m wondering if because my raw HTML has a script in it (it’s a scoreboard widget) that it’s being blocked.
If that’s the case, how could I add script to an element? The code is below:
<div class=”scorestream-widget-container” data-ss_widget_type=”horzScoreboard” data-user-widget-id=”37786″></div><script async=”async” type=”text/javascript” src=”https://scorestream.com/apiJsCdn/widgets/embed.js”></script>
Hello !
I am not sure I understood your question. Once a post is added the blocks will render it instantly.
Let us know if we’re missing something.
Thank you !
Hello !
You can achieve that by editing the blocks offset as you can see here: https://www.screencast.com/t/i0Quzpg11Nv2
I hope this was helpful !
Thank you !
Hello !
On all the FLEX Blocks you will be able to set the load more options as you can see here: https://www.screencast.com/t/R6EWjXIvuoV2
Thank you !
Hi TagDiv,
I’m having quite a lot of problems with my site in Internet Explorer 11.
Do you have some recommendations on how to fix it – e.g. via custom css?
My site is here: fundats.dk
Thanks!
Hello !
That is possible when using flex block as you can see here: https://www.screencast.com/t/WKwVusqC
Thank you !
Hello !
1. By using the flex blocks on sidebars you will be able to set the H tags as you can see here: https://www.screencast.com/t/WKwVusqC
2. You can disable the lazyload option from theme panel and look for a 3rd party option that will not require JS: https://www.screencast.com/t/ilmH43pIx
3. Unfortunately for this there is no solution at the moment. You can use the child theme if you want: https://forum.tagdiv.com/the-child-theme-support-tutorial/
4. Unfortunately I don’t clearly understand your question. Please be more explicit.
5. That is the wordpress functions as you can see here: https://www.screencast.com/t/J59Wkx8CCB
6. Page speed is not covered by the support team.
I hope this was helpful !
Thank you !
Hello !
That can be achieved by adding flex blocks and set the filters as you can see here: https://www.screencast.com/t/PTZQtn9UFZ8X
You can use the column text element in order to render shortcodes or use HTML codes. Simply copy the shortcode and insert it in the text area of the column text as you can see here: https://www.screencast.com/t/UEMEsVKog
Column text is an element from tagDiv Composer.
Thank you !
Hello !
As you can see here, the header logo is by default H1: https://www.screencast.com/t/GewWbt60w
Also in order to change everything to H1 you will have to use the Flex Blocks as you can see here: https://www.screencast.com/t/Pc7taKZL
I hope this was helpful !
Thank you !
Hey Guys,
I’ve noticed some of the block I have been using are slightly off now. Its like they are tweaked. Have you seen this before?
Block 21 – https://drive.google.com/open?id=1AQwV_RThh5uk8A7RP8e66EIejJG2qNvO
Block 5 – https://drive.google.com/open?id=1_uheBRz6FIEOTGOBB1DHzFZcC0nN_ZUj
Thanks
Liam