- 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 VoZz,
Please notice that our theme only crops the image on the specific size of thumb used. The cropping system for our theme is from center to top. Please check your Theme panel, Block Settings Area->Thumbs on modules&Block and there you can see what sizes are active for your thumbs. If you have an image for example ->700px, the theme will generate a lot of images for each size of the thumbs -> http://screencast.com/t/l46FxjpPQk and this will be used if the specific thumb when this will be used on the theme. Please notice that the theme does not stretch or enlarge the image, but only just cut out. Here you can see the path where the theme generates all the images for all the sizes which are activated from the panel -> http://screencast.com/t/fvhsTwqYar4
Thank you for your understanding!
Thanks Cris, actually I’ve tried your DIY guide, some I was able to do, but some not, I’ll try again.
I’m having difficulty with css and Javascript minify, I’ve tried some plug-ins which performe this action, but they blocked some theme features like Ajax filters for example.
When hostgator turn on my website once again, I’ll check my website by GTmetrix.com what’s going on precisely, thanks for now!
-
This reply was modified 10 years by
Fochesato.
Hi,
I have checked your site and saw that you do not have any block element from visual composer on your posts, you are just using it to create post content (standard text). The theme requires visual composer but only for pages, not posts. You can create your post content inside the wordpress mce editor and not use visual composer at all for post. if you do, then the shortcodes will be picked up in the meta, so in this case you will have to manually add the meta description for each post as there is no automatic way to do this.
Please look at this video guide on how to create posts properly: https://www.youtube.com/watch?v=iuENF-Oeg2Y
Thank you!
Hello,
The category tags on modules and blocks were not designed to show more than one category. They only grab the parent category, not the sub-category. If you want to edit the theme files and customize the category tags, you will have to edit this function: http://screencast.com/t/xYkOU06gJ6
Thank you!
Hello all,
Unfortunately, this error could come from a big number of problems. I believe it happens due to a server configuration which is not responding, it could be due to a delay or it could also be a temporary issue so you can try this a few times and if you still get this error please contact your host provider and let him know about this, ask them to unblock our demo in order to retrieve the theme data. It could also happen due to your wp install or other plugins might also cause this. Also, make sure that your permission for the upload folder is set correct. You can check this by trying to upload an image in the media library. If the process succeeds then the permission is okay. If not you can use the c-panel to change permissions (set them to 777) or if you do not have access to the Cpanel, please contact your hosting provider.
Also, make sure you meet the requirements for newspaper: https://forum.tagdiv.com/requirements-for-newspaper/
If you still cannot install the demo, please send an email at contact@tagdiv.com and provide wp-admin so we can take a look. Please also provide a link to this topic.
Thank you!
Hello NP Comm,
I have tested to add a new block according to our documentation here -> https://forum.tagdiv.com/practical-example-how-to-add-a-new-block-and-module/ (practical example) and the block was loaded as expected -> http://screencast.com/t/ALXRbDTs. Please notice that the API implementation is not part of our support and as you can see there, and I want to emphasize that this method addresses only to ADVANCED USERS. In our documentation, you can find some hints if you want to create a custom module/block and please notice that for achieving that is required to have a solid PHP/HTML/CSS knowledge to accomplish that. Please notice that this is a complex method and if you are not aware of the steps which you are needed to take in this regard, please consider hiring a freelancer/developer to help you because we cannot provide customization services at the moment, sorry!
Thank you for your understanding!
Hello,
Unfortunately our theme does not have such an option from it;s settings, but you can use a trick to get that result. You can create dummy posts with only a featured image and a title. Then create simple 301 redirects. You can add all posts in a particular category (filter the block with that particular category) and set it to hidden so it won’t show up anywhere: http://screencast.com/t/6YpMUMb2
Hope this helps.
Thank you!
Hey Catalin,
Thanks for your reply. Maybe it’s me, but it doesn’t feel like that adresses the issue I’m describing.
If the theme creates a 324x160px thumb for certain blocks/modules, and the thumb is still used when the screen width (and so the width of the image) is around 700px, it seems to me there is no way that image is ever going to be displayed properly? Regardless of any plugins? The theme just keeps using the 324px width image, while it is stretched to 700px.
The website URL is http://www.tickettipper.nl.
Edit:
http://demo.tagdiv.com/newspaper_travel/
Blocks in the text: How can I activate the function to skip left or right as I can do it in the menu under “Destinations” ? There you can click on right or left to show new content.
I have enbled counter. But my popular post doesnt work. Not appears anything.



Hi,
Well in order to have block elements on your post page, you will require visual composer as it is required by the theme. Visual composer is not tested on posts so we cannot say for sure how it will affect seo. You can try to use the shortcodes without the rows and columns to see if it will position properly.
Unfortunately I have no better answer as VC is not tested on posts.
Thank you.
Hello cooolvita,
Unfortunately, I do not understand very good what you want to achieve and also, I did not saw any screenshots. Please provide more details about what you want to achieve and try to provide some useful screenshots for a good understanding. Also, If you want to add an external link for your Block 14/blcok15 title you can do that only from Block Settings, like this -> http://screencast.com/t/ivYfBuQcYd
Also, try this without any untested plugins because these will interact with the theme and could cause a lot of unknown issues.
Hope this helps!
If is not what you mean, please provide more details.
Thanks.
Hi,
Unfortunately we have no idea what an easy Azon block is but if it’s a plugin then it is not tested and we cannot say for sure if it will work properly or not. You will have find a different implementation if it does not display properly but we cannot guide you in this as plugin implementation falls beyond what the theme support can offer you.
Thank you!
Hello bikingculture,
I suppose that you want to display the Ad for each your author name for every one author page. To do that, you have to add some conditions in author.php core file in order to achieve as you wish. As a hint, you have to use the_author_meta('ID') function and do_shortcode(). For more references about the_author_meta(), please check the codex documentation here -> https://codex.wordpress.org/Function_Reference/the_author_meta. Also, you have to add your ad for each author name (ID), you have to have to introduce the following code
<?php echo do_shortcode('[td_block_ad_box spot_id="custom_ad_1"]');?> and also, you have to use if/else condition for better results. -> http://screencast.com/t/bSbxuuaM
Please notice that this is not a simple task and require custom work. If you are not aware of the steps which you needed to take in this regard, please consider hiring a freelancer/developer to help you because we cannot provide customization services at the moment, sorry!
Thank you for your understanding!
Hello Natasha,
The first thing to do is verify that your featured images are big enough to fit the containers. The theme will crop images but it will not enlarge them. If your images are big enough, then use this guide: https://forum.tagdiv.com/thumbnails-fix-strange-looking-images-on-blocks/
Thank you!
Hi,
That is because they are custom titles that can be edited from the block settings directly: http://screencast.com/t/MFyp9iLE
Thank you!
Hi,
The post titles in our theme are all H1 elements: http://screencast.com/t/jmTjjGg318l but I assume you are referring to the titles on modules and blocks on pages, not the “post” titles.
If you want to change the h3 tag for those elements, you have to edit this file: http://screencast.com/t/H5hnsMs8X
Thank you!
I have an one category with child category, while using a block i want to show that this post is child category (name of the category) and this post is parent category (name of the category) and also i want the same thing in the menu also because this category i also have in my menu as i am using a mega menu.
Hello sindrimyr,
Unfortunately, this error could come from a big number of problems. I believe it happens due to a server configuration which is not responding, it could be due to a delay or it could also be a temporary issue so you can try this a few times and if you still get this error please contact your host provider and let him know about this, ask them to unblock our demo in order to retrieve the theme data. It could also happen due to your wp install or other plugins might also cause this. Also, make sure that your permission for the upload folder is set correct. You can check this by trying to upload an image in the media library. If the process succeeds then the permission is okay. If not you can use the c-panel to change permissions (set them to 777) or if you do not have access to the Cpanel, please contact your hosting provider.
Also, make sure you meet the requirements for newspaper: https://forum.tagdiv.com/requirements-for-newspaper/
If you still cannot install the demo, please send an email at contact@tagdiv.com and provide wp-admin so we can take a look. Please also provide a link to this topic.
Thank you!
Hi
Unfortunately this error could come from a big number of problems. It is a general error and we cannot pin point it to a specific thing. I believe it happens due to your server configuration which is not responding, it could be due to a delay or it could also be a temporary issues so you can try this a few times and if you still get this error please contact your host provider and let him know about this, ask them to unblock our demo in order to retrieve the theme data. It could also happen due to your wp install or other plugins might also cause this so you could also test this on a fresh wp install and let us know if you still get the same result. Also make sure that your permission for the upload folder are set correct. You can check this by trying to upload an image in media library. If the process succeeds then the permission are ok. If not you can use the c-panel to change permissions (set them to 777) or if you do not have access to the cpanel, please contact your hosting provider.
Thank you!
I want to set certain block items as links, i.e when someone clicks on a block item, they are redirected to another website and not to a post on my website. I want to do this using Block 4. Here is an example. I also want to set a specific image for each block.
@thesend, thanks for the help! when you write
@schindyguy, I suggest you to
a) simply paste the code of DFP ad units in the ad section of the theme (header, sidebar, custom slots, etc.);
b) add the javascript of DFP in the header of the theme. You should change and customize this part of the code if you want to make ads responsive (see Catalin’s link for the complete tutorial).
For b) does your js include all the default ad width/dimensions based on tagdiv’s adsense integration? Check out http://screencast.com/t/yr3IO4SuW – lines 98+ of /includes/shortcodes/td_block_ad_box.php show the ad slot name along with the custom “responsive” dimensions that fit within the themes layouts
I update .htaccess like this, but problem is still there.
Is there another solution?
<IfModule mod_headers.c>
Header add Access-Control-Allow-Origin “*”
</IfModule># BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
I’m using Visual Composer V4.8, included by Newspaper 6 theme.
When I working on Visual Composer Backend (Pic:http://prntscr.com/azcfue),
I can’t add anything, here is my screen when I click to “Text Block” element.
http://prntscr.com/azcghd
When I change to Backend Editor from WordPress defaut editor, it’s not work.
Before changing: http://prntscr.com/azcghd
And after: http://prntscr.com/azchh2
I try to deactive all third plugin installed, but it still not work like that. I also delete VC plugin and reinstalled it, but it still not work too.
Please help !
Hi~
Just as shown in the #1 screenshot, I want a click of the title to directly connect to the pre-set external link when using BLOCK14 and BLOCK15. I tried as the #2 screenshot, but it didn’t directly connect to the external link. I need your help with regard to this. Hope to hear from you soon.