- TutorialsDefault Block Settings Guide
- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
- TutorialsFrom WPBakery to tagDiv Composer
- TutorialsOffset Feature
- TutorialsWhat is Ajax preloading?
Hello,
You can install a theme demo like so: https://forum.tagdiv.com/installing-demos/
If you do not want to install a demo but rather create the pages to look like the demos you will have to learn how to use visual composer to add and remove content https://forum.tagdiv.com/how-to-use-visual-composer/ and use block settings to filter your posts: https://forum.tagdiv.com/block-settings-guide/
The documentation provides lots of usefull information you will need to learn the theme’s options.
Thank you!
Hello,
Please provide an example of what fonts are you comparing as there are many post titles available in each blocks or category pages or search results. There are different implementation of the titles and fonts on each element.
Thank you!
Thanks Bogdan.
That seemed to work for non-adsense ads, but for Adsense ads it doesn’t show.
This is an example of the code I put in Custom ad 1
<span class=”td-adspot-title”>Advertisment</span>
<script async src=”//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js”></script>
<!– Desktop Footer Responsive –>
<ins class=”adsbygoogle”
style=”display:block”
data-ad-client=”ca-pub-xxxxxxxxxxxxxx”
data-ad-slot=”8388084206″
data-ad-format=”auto”></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
Any idea why it’s not working?
I want to hide the Video Icon, but only from my Big Grid 2 and from my Slide. I want it to show on the rest of the Blocks. Is it possible?
Hello OnlineTushar,
Here is talking about Ajax Filter which can be enabled from each Block Settings, like this-> https://www.screencast.com/t/VTFx6bfxr For more information about all of these settings which can be found in Block, please consult here -> https://forum.tagdiv.com/block-settings-guide/
Thanks for the message!
Hello Bintmusic,
Please keep in mind that our Speed Booster plugin works as expected. I have inspected your source page, and the style of the theme and the other styles are moved at the footer section as you can see here -> https://www.screencast.com/t/QNW8qua4xK Unfortunately, we do not know why the Google interpret to be a render-blocking like this -> https://www.screencast.com/t/oEvRypZj, sorry! Please keep in mind that we do not have a time for deeper investigation in this regard, because all of these tests involve time-consuming and we have we cannot afford this, sorry! So, if you will find any problems which can cause this issue, please let us know, and we will try finding a solution in this regard if it will be possible.
Thank you for your understanding!
Hello haroldsimon,
Please keep in mind that our theme only crops the images from center to top if you are using the Thumbs. Here -> https://www.screencast.com/t/4liIp0TD you can see all the thumbs from our theme, depending on the used block. For more investigations, please provide your website URL so I can take a closer look.
Thanks for your understanding!
Dear Bogdan,
But for our case, this is not a Thumbnails of a block
In our case, the picture of the category page is displayed correctly, however, in the mobile view we get a black space at the bottom of the page.
Note: we tried the proposed fix but no change occurred.
Regards
Hello,
If the scroll method is not working for you then you can try to use this css to limit the code from overflowing the content:
.td_top_authors .td-authors-url {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
display: block;
}
Thank you!
Hello pixelcenter,
It seems to be a problem with your theme layout in your homepage. Do you have made some changes inside your backend, Classic Mode, Text? You should try to re-make your homepage from scratch using the same blocks…you should try to delete the old homepage layout and make it again, clear all your caches and check the results.
Hope this helps and let us know how it goes!
Thanks for the message!
Hi.
I want to put the reviews block behind the post, but in the body part, not in the footer, since I have a subscriptions plugin and I put it under that, and I want it to appear behind the post, not so below.
How can I do it?
Thanks!
Hello dheerhuis,
If you want to make these changes, you should use the code below and place it in Theme panel->Custom CSS area.
The code is ->
.td_block_text_with_title .td_mod_wrap p{
font-size: 11px!important;
}
.td_mod_wrap{
font-size:11px!important;
}
The result is here -> https://www.screencast.com/t/K0oPpdCFi
Thanks for the message!
Hello,
1. Unfortunately the theme width cannot be changed. Our theme does not have a dynamic width and all of the theme elements depend on the fixed width. If you change the width, the theme elements will not position properly anymore.
2. Please provide more details as to how you are setting up the block in the back-end and what you want to achieve so I can figure out what it is you are not doing properly. This should also jhelp you with understanding the block settings: https://forum.tagdiv.com/block-settings-guide/
Thank you!
Hi,
Try this code, it should work now for header style 8 also
@media (max-width: 767px) {
.td-header-top-menu-full,
.td-header-top-menu,
.td-header-style-8 .td-header-sp-top-menu {
display: block!important; }
.td-header-style-8 .td-header-top-menu {
margin-left: 0!important;
width: 100%!important;
}}
Result – https://www.screencast.com/t/BBY2CMidx5JF
Thanks
Hi,
You could try these custom css codes for the footer block titles, this one is for the facebook widget title color and also you could set a background color to it too (with colors of your choosing) just enter them in Themepanel->Custom Css, or if you don’t want any background just remove the background property from the code
.td-footer-wrapper .widget_facebook_likebox .block-title a {
color: #8e0039!important;
background-color: yellow;
}
Result –
And this code is for the other two block widgets if you would like to set a background color to them
.td-footer-wrapper .td_block_7 .block-title span {
background-color: yellow;
}
Result – https://www.screencast.com/t/SVvzPJQubhJ
You could try entering a standard html link – http://www.w3schools.com/html/html_links.asp inside the title text, but I do not know if it will work or not, give it a shot.
Thanks
Hi,
Before the last update, the title colour in module mx1 (Block 19) didn’t change on mouse hover.
Previous behaviour: http://image.prntscr.com/image/63d3566850594b35916ada043b4ebdf8.png
Now, after the update, the title in module mx1 changes the colour to the same colour as the category. In case of darker colours, this makes the title impossible to read.
How can I avoid this from happening, just on module mx1, like it was before?
Thank you.
Hello Ylli,
If you want to display the top menu bar in the mobile version, you should use a bit of CSS code to do that. Try the code below and pale it in Theme panel->Custom CSS area.
@media (max-width: 767px){
.td-header-top-menu {
display: block;
}
}
The result is here -> https://www.screencast.com/t/R9O2xu3I4iL3
Thanks for your understanding!
Hi,
Is it possible to hide the review rating from the blocks? I want it to be shown only inside the post
This is what I wanna get rid of:

Thanks for sharing 🙂
My issue, however, is the attached screenshot is what I see – It’s a dropdown select so I can’t type or select my custom sidebars below ‘Default Sidebar’. The dropdown literally vanishes into that white block you see.
Hello,
I’m trying do get full width gird at the bottom of page, but i get something like that: http://ipsycho.pl/
I did as instructed in forum. What’s wrong? How to change the width?
Best regards,
R
Can someone please tell me why images from my posts are not showing up on my homepage category blocks? This is a new install. I am using tested plugins only.
It works fine, but the size of the slider I can not modify it and is very large for the design of my page.
I need to change the size, I do not know css or other codes, how could I modify the size of the slide? What instructions can I follow?
I need your help please.
Building pages within Visual Composer and attempting to add category filter in blocks. We have several hundred categories as we use them for geographic areas; but, the category filter dropdown only displays about 75% of them. In reading through support entries, I saw a reference to max_input_vars default value… Our host changed the value from 3,000 to 10,000, but that didn’t resolve the problem. Any suggestions?
Hi there, I have an issue with Youtube Video Playlist Block.
I used my channel id UUuwL2BQhf1UDabFH5Q_5PZw for playing all videos from my channel, but the player remains black and empty.
Here’s a link to my channel.
Where am I wrong?
My Newspaper theme version is 7.7
Thanks for help.
Hello,
The article you mention has a featured image and it appears in the block like so: https://www.screencast.com/t/ebAuVZaimg6
That is because of the image aspect ratio. It is probably a wide image that must be positioned in a square box.
You should not use wide images when you have text as they will get cropped and the text will not get shown.
Our theme will crop images to fit the container.
Thank you!