- ApiPractical example – How to add a new Block and Module
- Apitd_api_block::delete
- Apitd_api_block::update_key
- Apitd_api_block::update
- Apitd_api_block::add
- ApiAPI – Blocks – Introduction
- Apitd_api_thumb::update_key
- Apitd_api_thumb::update
- Apitd_api_thumb::add
- ApiAPI – Thumbnail – Introduction
- Apitd_api_category_top_posts_style::update_key
- Apitd_api_category_top_posts_style::update
- Apitd_api_category_top_posts_style::add
- ApiAPI – Category top section style – Introduction
- Apitd_api_module::update_key
- Apitd_api_module::update
- Apitd_api_module::add
- ApiAPI – Modules – Introduction
- ApiUsing the Theme API in plugins
- ApiThe Theme API
Hello 4Musky,
Unfortunately, our theme does not have any such an option that allows you to expand the Block on your sidebar or from content, sorry! -> http://screencast.com/t/QZSngfH0P This thing would mean to increase the width of this container to be extended. Notice that the theme has not been designed to have the dynamic width and we cannot recommend doing this because you can damage the theme’s layout.
We do not encourage changing the theme width and that is why you will not see any solution for this in our forum. You should do it at your own risk.
Thanks for your understanding!
Hello,
If you just want to ad tabs on posts you can do so using visual composer. I;m not sure what themes you used before but each theme has it’ s own custom elements and shortcodes and it;s impossible for another theme to detect them and render anything. If for example you use our content blocks and want to switch to a different theme, you will never be able to use our content blocks shortcode with any other theme out there because our blocks are made custom. They are not compatible with other themes, plugins, etc. Plugins are built on the standard wordpress code. Themes have custom element which plugins cannot recognize. On he other hand visual composer is the most widely spread plugin so the visual composer shortcodes will work on any theme if you use the same plugin but agaon, visual composer shortcodes will not work with another builder unless it is specifically created to do so.
Thanks
Hello,
The titles you mention are actually block titles. They can be set or changed from the block settings: https://forum.tagdiv.com/block-settings-guide/
Thank you!
Hi,
You can change the opacity of the image using this code, just enter it in Theme panel->Custom Css (Default is .7 change it with values between that and 0, closer to 0 meaning less opacity) Please let me know if this dows not work for you
.td_block_big_grid_5 .td_module_mx12 .td-module-thumb a::before {
opacity: .3;
}
Result with code added – http://screencast.com/t/uIuY0ZBx
Thanks
Hello roqeem,
#1 Do you want to remove these Blocks from footer section on mobile? -> http://screencast.com/t/SiaClv8VK1 If you want this, you should use a bit of CSS code to do that. Try the code below and place it in Theme panel->Cusotm CSS area.
@media(max-width:767px){
.td-footer-container .td_block_7, .td-footer-container .td_block_popular_categories{
display:none;
}
}
The result is here -> http://screencast.com/t/iSJ2pPhpD
#2 I guess that you want to get rid of it the Excerpts, right? I have checked your website and I saw that you are using the Block 11 which uses the module 10 to display your posts. So, if you want to remove the Excerpts you should do this -> http://screencast.com/t/mvo5AXfrXS and the Excerpts for this type of module/block will not appear.
Hope this helps and let us know how it goes!
Thanks for the message!
Hello,
1) In order to have the proper featured image grabbed from the video you will have to use this guide: https://forum.tagdiv.com/featured-image-or-video/
Set the template to video, add a video url from youtube and the theme will automaticalyy grab the thumb.
2) If you want to place a simple image on the homepage and not a block, you can either use the single image element or the image box element
Thanks
Hello cwill15,
If you want to use this type of sorting, please notice that our theme has available this one on our Block sorting. First of all, you should choose a Block, which you like and then, from Block settings you must choose the Alphabetical sorting, like this -> http://screencast.com/t/4WW2XhtP For more information about Block settings, please consult here -> https://forum.tagdiv.com/block-settings-guide/
Hope this helps and let us know how it goes!
Thanks for the message!
Hello,
The ajax calls in our theme could provide spikes in server load if you use lots of ajax elements. If all your content has pagination and ajax filters then you really should limit the use of the ajax settings (ajax filter and pagination) from each block setting: https://forum.tagdiv.com/block-settings-guide/
Also you should make sure the server you use meets the requirements for newspaper: https://forum.tagdiv.com/requirements-for-newspaper/
Thank you!
Hi,
To remove the date showing on blocks and modules go to Theme panel->Block settings – http://screencast.com/t/ycvbmhy3iz The date will still show on the post page unless you disable it here – http://screencast.com/t/oMzIpQfaa9 If this is not what you wanted to know please provide more detailed information.
Thanks
Hello Frydenborg,
If you want to change the color and font-family for category tags on modules/blocks you should use a bit of CSS code because the theme does not have any such an option in Theme panel which allows you to change this, sorry! Try the code below and place it in Theme panel->Custom CSS area.
.td-post-category {
background-color:red;
font-family:arial;
}
The result is here -> http://screencast.com/t/dMAmLPa3i86
Also, please notice that the font family must have to be loaded in your theme because otherwise, the font will not be applied.
Thanks for the message!
Hello vivec80,
Thank you for your interests in our theme! Unfortunately, our theme does not have any such a created demo which replicate 100% the layout of your example website, sorry! I have checked it and I saw that this website has a different menu bar than our theme and many other items that are different from our theme and that cannot be obtained using only the basic settings of the theme, sorry! For example, you should try using the Block 4 with Infinite Load as pagination which can be setup from here -> http://screencast.com/t/uW6EDo2P Also, for more information about Block Settings, please consult our documentation here -> https://forum.tagdiv.com/block-settings-guide/
Please keep in mind that 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 additional customizations at the moment, sorry!
Thanks for your understanding!
Hello,
as you have written previously:
theme has two versions of mobile. The first one is mobile responsive which display the elements from desktop and the second one is mobile theme which is set it by default
Iam using second version (mobile theme plugin). Homepage is ok.
But in custom pages this version not working.(blocks do not appear)
Is possible to use default mobile version (first version, display the elements from desktop) only in custom pages?
Thanks for the response!
I am actually using Block 5 to display the latest sneaker news on my homepage. Also, I did notice that I can go into the Block Settings but all I can do there is change the pagination type. However, what I wanted to do is keep my pagination type (infinity load), but change the look of it like on http://sneakerbardetroit.com with a black background and red hover. So is there any custom CSS code you can give me to do that? Thanks!
I’m using ‘Easy Digital Downloads’ which has a download page. What I find are the image hight is too short which I believe is the 300 x 160 ratio How do I set a default e.g. 300 x 194 as this downloads page does not use blocks?
http://www.top10px.com/downloads/category/animals/
As you can see the images are cropped from the bottom.
Regards
Toni
Hello ,
Above the footer of my website : animal-welfare.org, there is the ‘Big Grid 5’ element.
I want to expand the ‘HOT NEWS’ block , to eliminate the blank space below that block, so that
‘HOT NEWS’ and ‘LATEST ARTICLES’ blocks have similar bottoms.
I tried to use visual composer, but i saw that edting blocks of big grids is not an option.
Is it possible to expand ‘HOT NEWS’ block?
Best regards
Hi,
I am using newsmag theme, and it creates image variants (thumbs) for different active modules/blocks which i have activated from “Block settings”. It should only create the variants for the feature images. However, it creates those variants for all the images that are put inside the post which causes the theme to create too many images that are never used. How can I stop it from creating thumbs/image variants for the image(s) other than the feature image? I am only interested it to create image variants for the feature image.
i see this error my site’s (mobile version) header;
Notice: Undefined index: magazine in ../themes/Newspaper/includes/wp_booster/td_block.php on line 150
can you help me?
Hi there! Do you know how I can change the color of the breadcrumbs text?
Finally, I would like to know if there is any way to hide this block on my main page.
Thanks! Happy New Year!
Hi help me please, any question for me:
#1. Can I Remove some block content when access on mobile (http://prntscr.com/dsj0mo). make it more simple. but still complete when access on desktop (http://prntscr.com/dsj0qf).
#2 how to remove sneak peek short article on main/front/home pages. so I want to show Title only : http://prntscr.com/dsj1zx
Hi..
Can I Modify tag page from this :
http://prntscr.com/dsiy80
Become like this :http://prntscr.com/dsiytf
note:
-adding different block news layout with pagination
-add other related article on the right side
tell me how if its possible.
Thanks
I would like to put the following code $buffy .= do_shortcode(‘[td_block_ad_box spot_id="custom_ad_4"]‘); right below the featured image of the smart list. Where exactly should I put it. I tried many times but the site doesn’t work afterwards.
Hello,
I am trying to use either the block called HomePagePost, which i cannot get to show for love nor money.
And
The block called Slide. Now this works, however if i select a category that has 3 posts for example. All the headlines are posted on top of one another making it illegible and all the categories show on the slide too.
The site is http://thelearnedlizard.com/

Post title block modules – how can I change font type and font size.?
Thanks in advance.
How can I change font type and colour for category tags on modules/blocks?
Hello Apoorv Sharma,
Please notice that our theme does not have any such an option that allows you to translate your whole website in Hindi, for example, sorry! Our theme has a section Translations which offers you a way to translate all the elements which come from the theme and which cannot be translated by WordPress. For more information about this, please consult here -> https://forum.tagdiv.com/loading-translations/
Please keep in mind that the Translation feature is fully compatible and tested with the theme and seems to work as accurately until now. Unfortunately, more and more users report having this problem with Translation but when we try to see where the problem is on their site, it works. We cannot recreate this issue to our side. Therefore, please provide as many details about your configuration because the reasons that can cause this error are entirely different. Also, please try to disable anything else which you think that influence the healthy functioning of the theme -> Ad Blocker, try the theme on more than one browsers.
If you are using the https URL, please try to follow the next steps for your Translations. Try to load your desired translation from panel and then you can see in left corner of your browser, an icon with a shield and then try to Load unsafe scripts, like this -> http://screencast.com/t/aLm2aAFv5
Also, if your problem is still there, please try to translate your strings from the theme panel manually, like this -> http://screencast.com/t/s6bfE5NI6t
Also, you can send us an email at contact@tagdiv.com with your log-in information (wp-admin), so we can take a closer look at your setup page and also, so I will be able to provide a more accurate response. Please provide there the link to this topic so we can quickly identify you.
Hope this helps and let us know how it goes!
Thanks for your understanding!