- 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
Hi,
There is a plugin included in the theme package that will help with render blocking issues. However it will not work when it detects plugins that are not part of a predefined list. This check that it does could be deactivated
– https://forum.tagdiv.com/how-to-make-the-site-faster/
– https://forum.tagdiv.com/topic/tinymce-advanced-and-other-various-disabling-speed-boster/
Then the plugin will try to move all the blocking resources it can to the footer of the page. Removing this check could cause issues for other plugins that may not function correctly after this. This will have to be tested by you.
Or you could try other render blocking or optimization plugins and make tests.
Thanks
I have now linked the Tittel with the respective category, then I had to rewrite the Css code so that the colors are displayed correctly, CSS code (
.block-title a, .block-title span, .block-title label {
padding: 5px 12px 5px;
line-height: 8px;
background-color: # 399998
})
Now I want that the Tittel gets a hover effect, how can I get it?
Hi, i’m trying the change the color of my ‘Block’ style titles background (they are all in black background and white fonts by default), i thought that i could change them in the ‘Design Options’ but it won’t affect that element.
I know it’s a silly question but i would appreaciate to know where i can do this.
(this is where i was trying to change the span background color)
https://imgur.com/GwCQOYk
(this is what i’m trying to change, circled in red)
https://imgur.com/lr3pTcx
Hi, i have a website that use tagdiv composer. I really dont know why its happening.
I try using almost all blocks without problem, but when i use category filter that have id more than 1000 the page getting blank. But when i try to change category filter that have id about 900 (3 digit) the page can be load normaly.
I think its bugs for the tagdiv composer.
Hello greenboxae,
Please keep in mind that you are using short images (very narrow) for your block and that’s why you bring that results, as you can see here -> https://www.screencast.com/t/8bmcUJTGfx3 The theme does not enlarge the images but only crop them. Change your images to another bigger one, clear all the caches and check the results.
Thanks for the message!
Hello,
when I installed multi-purpose plugin my website stopped working.
The blank site displayed with following characters :
Fatal error: Call to undefined method td_config_helper::get_map_block_shadow_array() in /nfsmnt/hosting2_1/b/0/b07bdef0-fbf7-42e3-9abe-6a54d8653edc/puremagazine.sk/web/wp-content/plugins/td-multi-purpose_old/td-multi-purpose.php on line 6256
Why is that ?
Thanks,
Maros Matija
Guys, can i change the height of the featured images for mobile (tablet) view?
as you can see they are quite compressed. I am using Big Grid 4 for this specific block.
http://i201.photobucket.com/albums/aa183/Saikological/size%20on%20mobile_zps8qbmjqud.jpg
btw on phone and desktop they look great!
Hello greenboxae,
You should regenerate your thumbnails using the Force Regenerate and Thumbnail Regenerate plugin. It is helpful only in case of thumbnails problems
– https://forum.tagdiv.com/thumbnails-fix-strange-looking-images-on-blocks/
But after the regeneration process is done, the plugin would not be needed anymore. You can deactivate it safely.
Thanks for your understanding!
Hi,
A sorting order must be selected in a block or grid, the default will be by latest. You can select a different one if you want. According to the chosen sorting and category filter, the posts will be displayed.
The only way of displaying fixed particular posts a all times in a block or grid would be to enter the post IDs in the post filter
– https://www.screencast.com/t/1UU9b6gRBw
But this way in order to change the posts you will have to edit the page and change IDs.
Thanks
Hi,
It would seem that the thumbnails are not created properly for those images. All the thumbnails should be of the same size in a block which uses a single module. I would suggest that you regenerate the thumbnails
– https://forum.tagdiv.com/thumbnails-fix-strange-looking-images-on-blocks/
Then clear the cache and check if the issue is solved. If there is still an issue, please provide a link to the website so we can take a look.
Thanks
I want to use it in sort order for a block but I can’t seem to find it.
I have checked theme panel and can’t find it.
Hi,
That happens because that element sets the image as background, and uses a background property that covers the available space. Other elements have the option to choose how you want the image to look as background
– https://www.screencast.com/t/A3rOLizDD2
But this one does not. I could give you a code to chnage it with this result
– https://www.screencast.com/t/nz1l7LK3B
Or you could try other elements that can display images and experiment with them. If you want to use the code and give it a try it has to be entered in Theme panel->Custom CSS
.tdm_block_column_content .tdm-image-holder > div {
background-size: contain;
}
A background color can be set for the Fancy text with image element, if that is what you need
– https://www.screencast.com/t/MRlq1UuX9pC
Thanks
Hi,
I would like to know if it is possible to exclude the order of a post within a block. I should keep posts at the top of the home and decide their rotation only by category (or tag) and not by date or other (Latest, Oldest, etc). It’s possible?
Thanks, regards
Hi,
I would like make all images same sizes on homepage using tagdiv composer block.
As you can see from the screenshot below, the 2 images are not same size with others.
https://www.dropbox.com/s/a4m4fwaqg8jrroh/newspaper-edit.jpg?dl=0
How to make these image thumbnail same size with others?
Thank you.
Hi,
I have tried to set a border for the same block, using Visual composer
– https://www.screencast.com/t/UMJVENoMKmR
The border appears as I wanted for me
– https://www.screencast.com/t/c2tqdfye0p
There should be no problem as long as you set a border size, color and style. The border should appear.
Hello,
you can change the block title colors from the tagdiv composer page builder:
https://www.screencast.com/t/RL6dg8UiM5vd
Unfortunately if you use the wpbakery page builder, the color options for the title are no longer present because of the implementation we made for our own page builder. If this is the case, you can use this css in the theme panel-> custom css box to change colors:
.td_block_template_4 .td-block-title > *{
color:white!important;
background-color:#8224e3 !important
}
Thank you!
Hi,
The related articles section should have an indication of the active tab, this section is affected by the global block header style set here
– https://www.screencast.com/t/tZ9HmZRkl
For example using the default style, the related articles looks like this
– https://www.screencast.com/t/EdM3VIo4wG
Using global block header style 14 looks like this
– https://www.screencast.com/t/hdiYQqll8o
Each style should have an indication of the active tab. If you could provide a link to your website where the issue is happening we will take a look.
Thanks
Hi,
You can build a page normally with the composer elements you want, then set it as shop page in the Woocommerce settings. The theme blocks can display products if needed or you could use woocommerce shortcodes instead. This is a related topic
– https://forum.tagdiv.com/topic/how-to-display-products/
The composer does not have dedicated Woocommerce elements at this moment, so the woocommerce shortcodes would probably be the best to use to display products and other Woocommerce elements.
Let us know if you have more questions or you need help with something.
Thanks
This would be for that – https://www.screencast.com/t/FxvaenffQcV
It will affect only the big grid, the other modules will maintain the original demo custom design
.td-blog-fitness .td_block_big_grid_fl_4 .td_module_wrap:hover .td-module-title a {
color: blue!important;
}
I deleted all the # but it stays the same, the author of the plugin told me this:
The only thing I can suggest to modify plugin’s file. You can remove this line from plugin’s file
w2dc/resources/js/js_functions.js
location.reload(true);
What do you think?
Also I hunted through the forums but can’t find a way to make Fancy text with image or text with image have a coloured background or more a block of colour to break up my website.
Like this for example 
Thanks
Tahlia. x
Hello,
It seems you need to learn how to use the page builder. All of the elements you mentioned are block titles on your homepage. They are not categories. They are simply titles. Each block can have a title and sorting options as well as many other settings you can use. Please read this guide to learn how to set up your blocks: https://forum.tagdiv.com/block-settings-guide/
Thank you!
hi!
Im working with WPbakery (formerly known as Visual Composer). I’m trying to change a ‘Block 2’ style element.
I go to ‘Design Options’ then try to change ‘Border Color’ but it always revert to black. If i try to change the other setting ‘Background’ it works, just the options in ‘Border Color’ change back to default black after pressing ‘Save Changes’.
And if you want to change the Related Articles to other thumbnails that you have turned on under the Theme Panel->Block Settings:
Edit td-amp/templates/modules/td_module_amp_1.php and change the dimensions on line 19. I changed mine to 238×178 because that’s the one I’ve enabled:
echo $this->get_image(‘td_238x178’);
NOTE: These modifications will be gone if there’s a new plugin update and you overwrite the file. Just a reminder.
First of all, great work on having your own working and optimised AMP plugin 🙂 I’ve switched from using the Automattic AMP plugin to this one on my site.
Some feedback from myself – I know it’s still an initial version so I understand more updates will be coming, but here they are:
- On the /amp page, the search icon/button on the top right links to the WordPress Address URL, and not the Site Address URL (i.e I have my WordPress files in a folder structure, so the search icon goes to 404).
- The Related Articles on the /amp page are using 300×194. Hoping there are more options on the administration panel to either disable thumbnails, or use other dimensions? For example if I visit my site on a mobile (regular page, and not the /amp page), the Related Articles are using a different thumbnail dimension/block
- There is an empty “About Us” section on the Footer of the /amp page. This is probably my fault for not knowing where should I enter the information in 🙂
For those who want to “hack” or edit the plugin files and know a bit of PHP:
- Change search URL: under td-amp/templates/header-bar.php, change “site_url” to “home_url” on line 22
- Disable About Us on Footer: under td-amp/templates/footer.php, comment out line 46 (add a ‘//’ in front of the About Us print-out line)