- 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,
In blocks “big grid” (and other blocks), I can replace the category by the subtitle?
I have coding knowledge, only need to know what the best way to do so.
Thank you!
I have the same problem, I think it is like a blockage of the domain, for not having done activation theme, what do you think?
Hi Bogdan,
It doesn’t works for me. Also I tried to do a new instalation of wordpress and when I upload the theme by FTP I got the same problem, I didn’t do the theme activation, but I got my purchase code, please I need your help.
When I said theme panel, I mean the panel of the theme, no to the wordpress panel, look at my screenshot.
I think it’s like a blockage of the domain, for not having done activation, isn’t it?
Hi there, great theme. Just a quick question. Is there a way for me to ADD the overlay effect to the thumbnails of a particular block? At the moment I’m using ‘Block 3’ on my homepage. I would like the thumbnails to have the same gradient overlay present on the grid thumbnails. I can see lots of topics on REMOVING the overlay, but can’t quite figure out how to add. Thanks!
Our home page on desktop/laptop looks OK but after update mobile view shows some white space under a red block ( below ‘pro hosting text’) https://www.theweb.hosting
Any way to fix this for the mobile view?
Hi
I’ve just tested custom ads on my side and they work fine on my end. Below is the shortcode from Visual Composer which generated this rezult: http://screencast.com/t/bDBmu5rHS
[vc_row][vc_column][td_block_ad_box spot_id="custom_ad_1"][/vc_column][/vc_row][vc_row][vc_column][td_block_ad_box spot_id="custom_ad_3"][/vc_column][/vc_row]
I am not sure why this happens on your site but there is a change to be a mistake in ad code. Please check the codes added in custom ad spots and make sure that they must generate different results.
Let us know how it goes and if the problem persist please send us an email at contact@tagdiv.com with your login credentials and we will inspect this issue as soon as possible, also include a link to this topic.
Thanks!
sidebar back, but the new problem of missing blocks
https://yadi.sk/i/SAAGsDznweD99
Well the demo has no excerot at all. Look. If you do not know how to set up a homepage, please use this guide: https://forum.tagdiv.com/homepage-how-to-build-and-set-it/
There are 2 types of homepages you can use in our theme and on every theme out there.
A static page and a blog template. The blog template can only be changed from here: http://screencast.com/t/FFoHn6Mr6vKb
As for the homepge, you can use visual composer and build it as you want. Excerpts can be controled from the excerpts section or you can use a block that has no excerpts.
I hope this helps
Thank you!
Hello LevanteHoy,
Unfortunately, for category top posts style can be set it only the Grids and not the modules and blocks, sorry! Please keep in mind that our theme has been designed to be use in that way and if you want to change the structure of it in this regard, you will have to do some additional customizations through code that involves custom work and we cannot provide this type of services at the moment, sorry!
Thanks for your understanding!
¿Is it possible to change the big grid in the category post style templates to module or block?
I would to change it to td_block_23
The bottom border for the block titles can be made thicker with this code:
.block-title {
border-bottom: 3px solid #067ab4!important;;
}
Thanks.
Hello hadharm,
Please notice that all the settings for our Quotes could be found in the post editor, like this -> http://screencast.com/t/XkBMpgGN Also, if you want to change other values from this blockquote, you will have to change the values from here and place that code in Theme panel->Custom CSS area.
.td-post-content blockquote p{
font-family: 'Roboto', sans-serif;
font-size: 32px;
line-height: 40px;
font-weight: 400;
font-style: italic;
text-align: center;
text-transform: uppercase;
color: #4db2ec;
word-wrap: break-word;
}
If is not what you mean, please provide more details so I will be able to provide a more accurate response.
Thanks for the message!
Hi,
I have the following problem:
I put inside the posts ads shortcode like this [td_block_ad_box spot_id="custom_ad_1"] and it works fine.
But if i put inside others like [td_block_ad_box spot_id="custom_ad_2"] or [td_block_ad_box spot_id="custom_ad_3"] there is still displayed the ad behind [td_block_ad_box spot_id="custom_ad_1"] however the codes are different in [td_block_ad_box spot_id="custom_ad_2"] and [td_block_ad_box spot_id="custom_ad_3"].
What can be the reason?
Thanks,
Judit
Hello,
We do not recommend the use of any other plugins except the tested and approved ones: http://screencast.com/t/pcO1754d4iIb
Other plugins can cause issues with our theme and we cannot ensure the theme functionality with untested plugins.
As for the theme grids and layout, you will have to use the documentation to figure out the best way to approach your case. The block settings are very important to set up posts in a block: https://forum.tagdiv.com/block-settings-guide/
Thank you!
Hello,
Well as you know the theme support is not a customization service. I cannot offer a solution to your intent so you will have to do it yourself. The featured image is created here: http://screencast.com/t/gkbgA0tI5c
It is the same function used on all modules and blocks.
Thank you!
Hi
Try to deactivate all plugins except Visual Composer, clear all caches then test the site again. Also make sure that the parameters from system status have at least the value indicated here: https://forum.tagdiv.com/system-status-parameters-guide/
You can also check browser’s console while you’re saving the settings in theme panel. If the settings can’t be saved usually there should be a 403 or 404 error on admin-ajax.php file. The theme makes many requests to admin-ajax.php file the security module fro your server may treat it as a thread. In this situation that file is banned and the theme can’t access it anymore. Try to contact your host provider and ask him if you that file is banned or if there is any firewall on the server which may block the request.
Thanks!
Hi
The theme makes many requests to admin-ajax.php file the security module fro your server may treat it as a thread. In this situation that file is banned and the theme van’t access it anymore. Try to contact your host provider and ask him if you that file is banned or if there is any firewall on the server which may block the request. Also check the error log from the server, there should be some references at this issue.
We didn’t tested the theme with php 7 yet so we can’t recommend it for usage but so far we didn’t received any reports about issues with saving the panel.
Hope this helps.
Thanks!
Hi,
The menu I saw on your site was called ‘mega-menu’ but it did not come from the theme…The top menu created a hamburger menu along side the one from our theme. That is not a default theme implementation and falls beyod what support can offer you.
Here is a code that will work on the theme top menu but not on custom menus:
@media (max-width: 767px){
.td-header-top-menu-full {
display: block!important;
}}
@media (max-width: 767px){
div.td-header-sp-top-menu {
display:block !important;
float:none!important;;
}}
@media (max-width: 767px){
.td-header-top-menu-full {
display: block!important;
}}
Thank you!
I don’t like how the quote looks inside article. It is showing in block letters and also in big fonts. I will like to make it aligh left, remove block letters to normal, and have a left border to differentiate it from post content,.
http://prntscr.com/csaze2
Hi Catalin,
That is not what I was trying to accomplish. I merely installed and activated the plugin for “mobile” per your instructions here.
When I tried to create a landing page for a completely different purpose (this had nothing to do with the mobile feature), I received a WordPress Failure Message asking “do you want to do this” that blocked me from creating a new page. I could create new posts. Just not new pages for any purpose.
I was not trying to change the appearance of the mobile app.
Can you guys take a look?
I would like to make some custom changes to the Big-grids, I have a plug-in that allows a second featured image and would like to use the second featured image in the grid, instead of the first.
Also it looks that in most of them the link is only on the image, I would like to make the text a link as well.
Is this possible?
I have found the td_block_big_grid_4.php file, as well as the module_mx5.php files, but I can’t seem to locate where the link is called or the featured image is called? Is it in another locaiton?
Please let me know if this is not clear? I can provide an example of what I am trying to do.
Thanks,
By feed entries do you mean RSS feeds ? Theme has nothing to do with that.
However your site can get overloaded if a “bot” scrapes all your RSS feeds to download your entire site content; common with Chinese servers and university research bots.
You can try blocking some of that in your robots.txt file.
If that was not what you mean, apologies (I don’t work here).
Hello Thanos,
Please notice that our demo has been designed to use the Big Grid 5 in that section and I noticed that you are using the Big Grid 7. Please notice that each demo has own design and if you will change the Visual Composer elements may be appeared some differences. Try the code below and place it in Theme panel->Cusotm CSS area.
The code is ->
.td_block_big_grid_7 .td-module-empty.td-big-grid-post {
padding-right: 1px;
}
For more customizations if you are not aware, please consider hiring a freelancer/developer to help you because we cannot provide custom work.
Thanks.
.td_block_23 .td-module-meta-info{
text-align : left;
}
.td_block_23 .td-excerpt{
text-align : left;
}
Solved, close topic please.
I want to justify all elements (except comments td) of block at left.
Im trying with:
.td_block_23{
text-align : left;
}
but don´t work
Exactly i want what these block looks like block 22