- 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,
You can make it wider if you want with this custom CSS:
.white-popup-block{
border:1px solid black;
border-radius: 10px;
max-width:700px!important;
}
div.userpro-294 {
max-width:600px!important;
}
Thank you!
Hello,
There’s no contact page created by the the video demo I’ve intalled.
I’ve created a new page using the contact page Template from visual composer
but there’s no form added.
There’s a text saying this instead:
Install Contact Form 7 Plugin and replace this text block with your contact form.
I would prefer not to use another plugin if possible.
Also how do I copy contact page from default demo to video demo that I’ve alreay installed?
François
Hi,
1. The Our latest posts block from 404 template should display 6 from your latest posts. Here you can find the 404 template – http://screencast.com/t/r6p39bgXiA Please check this without any plugins active except of Visual Composer and clear cache.
Also you can translate “Our latest posts” from Theme Panel > Translations – http://screencast.com/t/geRDMTdoZzuU
2. Try to re-save the permalinks from Settings > Permalinks and also disable all your plugins except of Visual Composer, clear cache. Maybe it is caused by a plugin that you use. Do you use a redirect plugin?
Thanks!
Hi,
The tagdiv blocks were designed to work with default posts and also not sure if the Events categories will appear on block settings. You could try to filter by tags and see if it works.
Thanks!
Hi,
Do you want to have the same display that you have on post pages also for modules? Something like this – http://screencast.com/t/Y43bbYoF
You will have to replace the comments function for modules, just edit td_module.php file and replace it with this(make a backup of your current file) – http://screencast.com/t/S78o6GjasT – http://pastebin.com/gXQpWX1r and use this custom css in Theme Panel > Custom Css – http://screencast.com/t/PsqnqYZS
.td_module_wrap .td-post-comments {
display: inline-block;
float: right;
}
.td_module_wrap .td-post-comments .td-icon-comments {
margin-right: 5px;
font-size: 9px;
position: relative;
top: 1px;
}
Thanks!
Hello,
When you add an element in visual composer, the settings for that element will pop up. That is a block 18 I placed on my end. If you somehow close this box you can access it by pressing the little pen icon when you hover on that particular block: http://screencast.com/t/lb4uhyW9Yb Then you have the 4 tabs on top general, filter, ajax and pagination. All of these are mentioned in the block settings tutorial here: https://forum.tagdiv.com/block-settings-tutorial/
I hope this helps
Thanks.
Hi there,
After updating the theme and Visual Composer to 4.7.4 I get an unusual deprecated Visual Composer message and collection of icons at the base of every article and page. I am also prevented from editing or adding any block.
My page building has completely stopped. This does not seem to effect the front end performance or structure.
I upgraded the theme via FTP as the envato updater has not been working for some time. I deleted visual composer then added via FTP. The site is: http://coconutoilpost.com/ Can you please advise on how to restore the Visual Composer functionality?
I currently have a sub domain for testing a new version and it has no issues after the update with the same plugins. I have also tested all the plugins on both sites which did not resolve the issue. I have also deactivated and deleted then reinstalled and activated the plugin but still the bug persists?
Can anyone please advise. Here is a Link to a screenshot
Regards
Peter
Hi,
You can create you block in a page using Visual Composer, filter options, sort order, pagination – http://screencast.com/t/uC6tfp2w
Then edit the footer template that you use and use do_shortcode function – http://screencast.com/t/koR5Duvgj1 – http://screencast.com/t/0XCw4vunOH
<?php
if(is_single()) {
echo do_shortcode('[vc_row][vc_column][td_block_3 limit="6" ajax_pagination="load_more"][/vc_column][/vc_row]');
}
?>
Thanks!
-
This reply was modified 10 years by
Alin [tagDiv].
Hello Rita,
1) Make sure you check all these options in the panel: http://screencast.com/t/n6nQwEkug and regenerate your thumbails using ‘force regenerate’ plugin. You can also use a thumbnail upscale plugin if your images are too small.
You can set the block to display the latest posts: http://screencast.com/t/uRGQJziZ and set a post limit of 20: http://screencast.com/t/cYMimmmkfu
2) You can create your page in visual composer without a sidebar and set the layout to a 2/3 + 1/3 and add your visual composer elements do the right side of the page: http://screencast.com/t/GkYeBHGUTk including an image element
This is how our default homepage is built.
You can read more here: https://forum.tagdiv.com/how-to-use-visual-composer/
You can also watch this video: https://www.youtube.com/watch?v=rgWqozuqmJk
I hope this helps
Thank you!
Hi
We didn’t tested the plugin that you indicated above with the theme so I cannot provide an exact answer in this regard. Check in plugin documentation if there are any instruction regarding its integration with a WordPress theme or try to contact the author and ask him for advice. Also you can try by adding a text block where you want to display that widget, and paste the plugin’s shortcode in it.
Hope this help.
Thanks!
Hello nathan,
Please provide more details to your problem.
If you do not know how the filter works you can read about it here:
https://forum.tagdiv.com/block-settings-tutorial/
Thank you!
Hi,
Please replace the old code with this one:
@media (max-width: 767px){
.td-header-top-menu-full{
display: table!important;
background-color:#222!important;}
.td-header-sp-top-widget{
display: none!important;}
.td-header-sp-top-menu{
float: none!important;
display: table !important;}
.td_data_time{
display:none!important;}
.td-header-style-8 .td-header-top-menu{
padding:2px 0!important;}
.top-header-menu li{
margin-left:-280px}
.td-header-top-menu a{
color:white!important;}
.td-header-top-menu{
background-color:#222!important;
display:block!important;}
}
Thanks
Hi,
Unfortunately the theme doesn’t have infinite scroll on post pages, the infinite load pagination can be used only on tagdiv blocks and category pages.
Also there is not option to rotate the ads, you will have to use a plugin like AdRotate, it is used by many users.
Thanks!
Hi,
You can check each block settings(Newsticker, Popular News block..) and check for example the filter option – http://screencast.com/t/SGaVV0wd3v and then check Post > Categories just like Chris suggested – http://screencast.com/t/ZOVTakeMya
Thanks!
Sorry for the delay, we don’t work on weekend.
1. Try to increase the WP_MEMORY_LIMIT at 64MB or higher, here it’s a guide regrading this
http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP Also make sure that you install the plugin according with our documentation: https://forum.tagdiv.com/newsmag-how-to-update-visual-composer-plugin/ Do a clean update, meaning that we recommend that you delete the old version of the plugin before uploading the new one.
Regarding the demo error import, this also can happened because the server security module blocks the access to admin-ajax.php file. When this it’s requested many times it’s treated as threat so it’s banned. You can report false positives to your server administrator to remove it from the banned list.
Note that some host may restrict the access at content provided from external sources, so you can check in cpanel if there are any options regarding this or contact your host provider and let him know about this.
Let us know how it goes and if you still can’t manage to solve this issue address via email at contact@tagdiv.com and provide wp-access and we will inspect this issue as soon as possible.
Thanks!
Hi there,
After updating the theme and Visual Composer to 4.7.4 I get an unusual deprecated Visual Composer message and collection of icons at the base of every article and page. I am also prevented from editing or adding any block.
My page building has completely stopped. This does not seem to effect the front end performance or structure.
I upgraded the theme via FTP as the envato updater has not been working for some time. I deleted visual composer then added via FTP. The site is: http://coconutoilpost.com/ Can you please advise on how to restore the Visual Composer functionality?
I am going through plugin conflict testing but all looks OK so far.
Regards
Peter
Your page has 2 blocking script resources and 3 blocking CSS resources. This causes a delay in rendering your page.
Remove render-blocking JavaScript:
http://healthills.com/…-includes/js/jquery/jquery.js?ver=1.11.3
http://healthills.com/…s/jquery/jquery-migrate.min.js?ver=1.2.1
Optimize CSS Delivery of the following:
http://healthills.com/…m-7-0311a9d5ee054a2992867be88d6015f3.css
http://fonts.googleapis.com/…n+Sans%3A300%2C400%2C600%2C700&ver=4.3.1
http://fonts.googleapis.com/…%2C700italic%2C400%2C300%2C700&ver=4.3.1
How can I remove Them? Thanks!
Hi!
I’m trying to put some posts and events in my homepage. I filtered the Categories and Custom Post Types that I want to show on the Big Grid and blocks, but events does´t appear on it.
The details about what I want to show:
– Custom Posts from categories 74 (post category) and 1874 (event category). I put these categories in Multiple categories filter box).
– Post & events (events are taken from Events Manager plugin) from these categories. I put it in Post type box.
Can you give some help in order to do it?
Thanks!
hi i got this sorted , The changes were suppose to be made on Visual editor block . its working fine now
thank you
I am trying to embed a video from facebook on a Post with default template. I used the code below. But the post does not show the video. In stead it shows the following text in blockquote display.
(REAL FACE OF #BJD AND IT’S WORKERS…..
POSTED BY ABHISHEK MAHANANDA ON FRIDAY, 9 OCTOBER 2015).
Post URL: http://24live.in/2015/10/11/video-shows-real-face-of-bjd-goes-viral-on-social-media/
Code used:
<div id=”fb-root”></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = “//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.3″;
fjs.parentNode.insertBefore(js, fjs);
}(document, ‘script’, ‘facebook-jssdk’));</script>
<div class=”fb-video” data-href=”https://www.facebook.com/abhishek.mahananda/videos/10207481967104841/”
data-allowfullscreen=”true” data-width=”500″></div>
Hi, I want to add a block with infinit scroll in footer section only in article page below section. If you visit mashable.com/2014/10/09/google-nexus-shamu-report this page you will see an auto infinit scroll section bellow article in the footer area. I like to achieve similar feature (screenshoot) . You told that it can be done by adding a do_shortcode function.
But as i am not a techy guy can help me providing screenshot & exact code (for block 3 with latest articles) that i can paste. Please help.
Thanks in advance.

Since I don’t want my site to look “bad”, I have implemented a temp fix by editing
includes/shortcodes/td_block_2.php
I found that when I would change the span6 div for this block to span 12 the layout would be right, so I commented out some lines in the td_block_2.php so that no span6 div would be generated. See screenshot http://rekkerd.org/sandbox/rekkerd_td_block_2.png
For the record, here the screenshot of what the site looks like without the fix http://rekkerd.org/sandbox/rekkerd_no_fix.jpg and with the fix http://rekkerd.org/sandbox/rekkerd_fix.jpg
The fixed layout is exactly how it used to be, so I have no clue what happened…
Thanks for any insight in advance!
It looks like the block itself is alright, but it gets resized because it doesn’t fit in the columns.
When I mess around with the css in inspector a bit I can get it fit by setting .column_container .span6 width to 325px instead of 46.5714%, but I don’t recall changing any width sizes of the blocks so I have no clue why all of a sudden the blocks don’t scale properly…
Hi
In Filter tab.
I was choose Category filter is: (Ex: A Or B)
and setting (filter by categories) in Ajax dropdown – filter type : To show only (Ex: A-1,A-2,A-3..Or B-1,B-2,B-3) on my Block.
But they show all Main Category i had (Ex A,B,C,D,E,F…) on my Block
So. how cant i fix that?
Thank you
Hi
In Filter tab:
Category filter: