- NewspaperFlex Block Builder and Flex Loop Builder
- NewspaperHow to use the Flex Blocks cache option
- NewspaperHow to edit modules for Flex Block X
- NewspaperHow to insert a block inside the content of a post
- NewspaperFlex Block Settings Guide
- NewspaperMeta Info on Modules and Blocks
- NewspaperTheme modules and blocks
- TutorialsDefault Block Settings Guide
- NewsmagBlock settings tutorial
- NewsmagCategory tag on modules/blocks
- NewspaperThumbnails – Fix strange looking images on blocks
- NewspaperBlock settings tutorial
- NewspaperCategory Tag on Modules/blocks
- 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
- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
Even if I set visual composer blocks side by side they don’t show up side by side, they show up below each other.
No matter what type of blocks I use they show up below each other rather than side by side.
Showing my issue with Block21 + Categories
Visual composer settings I use:
https://www.dropbox.com/s/az4i2v81idsuvsq/Issue1.PNG?dl=0
How it looks:
https://www.dropbox.com/s/7ms9kdkea0s0gv0/Issue2.PNG?dl=0
How I want it to look: Side by side blocks
https://www.dropbox.com/s/zrh2ee4dapt2v92/What%20I%20want.PNG?dl=0
I have problem with the Block. when i choose 3,4,5,6 to display on the homepage and choosing article display view in categories. is only show in one side see here https://www.dropbox.com/s/hecppn1635xh9fo/Screen%20Shot%202016-03-05%20at%204.32.10%20PM.png?dl=0
I would like to give a particular color as background for the complete page. I have done so changing Theme background color and and making block brackground color as same as theme background color.
http://www.screencast.com/t/yoJ8xk4Bp
Hier I have some Problems and questions:
1. There is a white space as boarder. Whether able to remove this white space?
2. When giving background color, whether able to make Main Menubar as fullwidth, not as boxed?
3. Whether able to give Header as fullwidth Image- covering whole place above Main Menubar? if then what shall be the image size of Header?
You have to either setup a CORS rule for your CDN to load the “font” — or setup exception to load your fonts locally only. Fonts can’t load from another locale without a “cross origin” setup — this is to protect users from mischeif, so web browsers block this stuff. See your CDN docs on setting up CORS rule.
I’ve posted about this in the forum in past (obviously), as have TagDiv.
I don’t know if there is a “CDN DIY” tutorial anywhwere in here … but this is common issue EVERYBODY who sets up a CDN runs into eventually — in my case it was Jan/Feb 2014.
Hi,
Just bought the second license for my another website.
the website is http://www.dailyinspirationalquotes.in
I am using Block 13 in two column in my front page with 5 post limit by default and after that infinite load,
but the problem is, the first 5 images is showing proper and after the 6th image all the images are not resizing and displaying as actual and looks garbage.
can anyone please help me to sole this problem.
thanks
regards
Hi, I installed Fashion demo but I don’t find where is set background image for static News page. I understood that is strictly related to visual composer template, surely for this block: [td_block_homepage_full_1 sort=”featured” td_filter_default_txt=”All”], but where can I edit the images?
B/R
How to make the home page, in the part of the blog I can insert an element dividing (for example) on the blog entries 5 and 5 (or 8 by 8) so that the insertion member to the block:
1) shared a blog to sidebar http://joxi.ru/ZrJNb3nh1v5xRr
2) shared including sidebar http://joxi.ru/eAOlbkyF4dKgpr
The same question by сategory
1) http://joxi.ru/82QDby8F1KalQm
2) http://joxi.ru/52a8xoKsGNQ6bm
Hi,
I would like to place content like blocks underneath of the comment area in the posts. Is that somehow possible?
Thanks,
Timo
Hi
I disabled the plugin and removed the CSS codes as well but the issue is still there.
The problem is like this.
When I add block 15 in side bar and then when I add any other widget below block 15 such as text or search box, only block 15 shows up in the side bar.
But If I add the widget above block 15 it all works fine.
This issue is only with block 15.
Thanks!
I would add the option to filter the results for Custom field.
If I add a 7 block in the sidebar it allows me to select different options.
For many, its class and tag. you can also add the Custom Field field and write in the field?
Or you can replace the search for “tag” with “custom field”?
hi Bogdan,
thank you.
I did exactly what you kindly suggested, look:
<div class="td-main-content-wrap">^M
^M
<div class="td-container td-post-template-1 <?php echo $td_sidebar_position; ?>">^M
<div class="td-crumb-container"><?php echo td_page_generator::get_single_breadcrumbs($td_mod_single->title); ?></div>^M
<?php echo do_shortcode('[td_block_ad_box_spot_id="custom_ad_4"]')?>
<div class="td-pb-row">^M
<?php^M
^M
//the default template^M
switch ($loop_sidebar_position) {^M
default:^M
?>^M
it shows on the page as text: [td_block_ad_box_spot_id=”custom_ad_4″]
http://snag.gy/xrnsX.jpg
let me know
thank you
I would add the option to filter the results for Custom field.
If I add a 7 block in the sidebar it allows me to select different options.
For many, its class and tag. you can also add the Custom Field field and write in the field?
Or you can replace the search for “tag” with “custom field”?
Hi
I am not sure how do you want to change the authors display on post/pages so please provide more specific deteils about what you’re trying to do and maybe I can help.
Meanwhile you can try to edit the functions which generate the authors here:
– for post the function is located in td_module_single_base.php here: http://screencast.com/t/ZGfzKtyN5I This function is called in each file corresponding for each post template: http://screencast.com/t/M5h69wJ5
– for pages the function is located in td_module.php here: http://screencast.com/t/2CxKOXLhI The function is called in each file which generate a module’s layout: http://screencast.com/t/cqLTdKZJa
– for authors box the code is located in td_block_authors.php here: http://screencast.com/t/BPVFo5Xf
Thanks!
Hi,
Maybe you did it wrong. Try it like so: http://screencast.com/t/fdqPjCsJk
result: http://screencast.com/t/YXaff1saCqmT (I added it below the crumbs.you can add it above if you want)
If you add it above the breadcrumbs, there will be no margin on top so in this cae you will need to make use of a bit of htm and css and add the code inside a div like for example
<div class="mycustomad"><?php echo do_shortcode('[td_block_ad_box spot_id="custom_ad_4"]')?></div>
and then use css to apply a margin-top for positioning:
.mycustomad{
margin-top:10px;
}
I hope this helps.
Thanks.
Hello Matija,
If you want to have the Top Menu bar to be visible only for your homepage, you have to use a bit of CSS code to do that. Please try the code below and add it in Theme panel->Custom CSS area.
The code is ->
.td-header-top-menu-full {
display:none;
}
.home .td-header-top-menu-full {
display:block;
}
Hope this helps and let us know how it goes!
Thank you for the message!
hi,
thank for you quick reply.
I followed what you suggested, but it simply shows in the article as text:
[td_block_ad_box_spot_id="custom_ad_4"]')
maybe I missed something?
thank you
Hi,
You can add your custom ad in an ad box in visual composer and then get the sortcode for it. For example
[td_block_ad_box spot_id="custom_ad_1"]
Then you can use the do_shortcode function like so:
<?php echo do_shortcode('[td_block_ad_box spot_id="custom_ad_1"]')?>
Then you can insert this code directly in one of the post template files: http://screencast.com/t/XcVZQFqLiS
Add the code where you want it to appear: http://screencast.com/t/JiV0WVpXx
Thanks.
Hello
If you want to change the color of the “Follow us” text, you have to use a bit of CSS code to change it. Please try the code below and add in the Theme panel->Custom CSS area.
The code is ->
.footer-social-wrap .block-title span {
color:green!important;
}
The result you should see here -> http://screencast.com/t/CWjPniMBaO
Thank you for the message!
Hello,
Please check the sorting option you added to your blocks. They might not be sorted by ‘latest’
If this is not the case, you can try to increase the system status parameters https://forum.tagdiv.com/system-status-parameters-guide/
If the problem is still there, then please try to disable all plugins except visual composer, clear cache and reset cdn files (if you use it)
Let us know how it goes.
Thanks.
Hello,
1) You simply need to ad the ad title in order to get them aligned: Please use the adbox for your ads:
http://screencast.com/t/pp2ggA0uB5y (It requires the use of the ads section in the theme panel.)
2) You can add a custom css class to a row in visual composer and then use css to style it
for example: http://screencast.com/t/52xQ9CzHPL and then use css to add borders:
.mycustomrow{
border:2px solid black;
}
It will require further customization though
3) That is because you have a different implementation of the title. You use a text with title and since it’s a different element. Again you will have to use a custom class on your row because this css will affect every other text with title:
.td_block_text_with_title {
padding-bottom: 5px!important;
}
after you add the custom class you would use the code like so:
.mycustomclass .td_block_text_with_title {
padding-bottom: 5px!important;
}
4)You can use this css:
.type-post .entry-title a, .type-post textarea{
color:black!important;
}
I hope this helps.
Thanks.
Hello Sayeed,
I have tested on my side and everything seems to work as expected with block 15 as sidebar. Please try to disable all the active plugins, leave just Visual Composer, clear all cache and install only the plugins that come bundled with our theme and rule out the conflicting plugins. Also, if you have additional customizations try to delete them and install without them and see how it works for you.
Hope this helps and let us know how it goes!
Thak you for thew message!
Hello srampia,
Please check this -> http://screencast.com/t/yg9GiUHypku and here you can see which are the dimensions of the each thumb which are used in our blocks. For more information about block settings, please consult our documentation here -> https://forum.tagdiv.com/block-settings-tutorial/
Thank you for the message!
Hello,
For each block the theme make a custom query depending by the filter set in Visual Composer. The query is made in td_data_source.php here http://screencast.com/t/qwy075xXq and the arguments for it are defined here: http://screencast.com/t/8P8ntnH8Nu
The theme does not have options to add custom queries to the blocks or for posts.
Thanks.
Hello,
This can happen if you have your block display random posts. This feature will not work with pagination properly as it will cause duplication of posts. Please try a different sorting method for your block and if you use pagination also please disable the unique articles as this as well will cause duplication when used with pagination.
Thank you!
Hello,
We always try to improve our theme as much as we can on every update. We will add more and more post styles and blocks and modules with every major update. This is one of our goals, to offer as many options as possible so the user can chose from a large amount of features, but this takes time and effort and cannot be done quickly.
Thank you for your suggestion. I will add this to our list of updates and pass this information on to the dev team.
thanks.