- TutorialsDefault Block Settings Guide
- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
- TutorialsFrom WPBakery to tagDiv Composer
- TutorialsOffset Feature
- TutorialsWhat is Ajax preloading?
Hello cstibi,
Please check this screenshot -> http://screencast.com/t/n1Zm6TqkAofZ Here you can see all the types to filtering for your posts in blocks/modules. If you want to have other filtering options you have to create it and add them through coding that involves custom work. If you want to display more levels in our theme and you have no idea about the steps in this regard, please consider hiring a freelancer/developer to do this for you because we cannot provide custom services at the moment, sorry!
Thank you for your understanding!
Hello,
You can change the blockquote font and size from the theme panel: http://screencast.com/t/GSQt3xyAu5
Note that it will only affect the front-end. You will see no change in the back-end editor.
Thank you!
Hi,
Unfortunately our theme does not stretch images. It just crops them. If you stretch a row and content, you will need to use a plugin named thumbnail upscale to enlarge your images (not sure it will work though as it’s not tested)
Our blocks were not meant to be stretched to full width so they will not display properly this way.
Thank you!
Hello,
Unfortunately, the subtitle field is not available in the Visual Composer. The subtitle is for posts only. It’s a field that can be filled on every post, but this option is not available in the Visual composer. Our modules and blocks do not display the subtitle by default. It can be done however by editing the theme files. if you want to show subtitles on the homepage in the theme’s blocks you can follow this topic to see how it can be done: https://forum.tagdiv.com/topic/output-subtitle-in-blog-loop/
Thank you!
Hi
1. Please provide your site url so I can inspect this closer. Meanwhile check if in theme panel the category tags are enabled for that specific module, in your case I suspect it’s module 11: http://www.screencast.com/t/JY4NAeuGSg
2. The theme does not have an infinite load pagination for homepage but you can use a block from Visual Composer to achieve the same layout: http://screencast.com/t/j0JQuk7EC
Thanks!
Hi
1. By default the theme does not have an option to display the category tag next to the date but you can achieve that by adding this line of code here: http://screencast.com/t/v0T8J4tbHRD – http://screencast.com/t/DhIWjozpyX
You have to edit each file corresponding with the module used. For example module 3 it’s generated by td_module_3.php. To check where each module it’s used look in theme panel > block settings: http://screencast.com/t/EBdiP6VgoR
2. You can modify any function you want from theme’s code but make sure that you’r changes don’t break the theme functionality. Note that any customizations requires good coding skills and if you’re not aware of the steps you need to take in this regard please consider hiring a developer or a freelancer to do this for you as we can’t offer customization services at the moment.
Thanks!
Hi
I suspect that the problem occur because the font required for the icons it’s blocked. This usually happens when the font is loaded from a different source or it’s served from http to https. Try this solution, from our reports it worked from most users: http://webmasters.stackexchange.com/questions/71630/font-blocked-from-loading-by-cross-origin-resource-sharing-policy-no-access-co
Thanks!
Hi
To achieve that ae required many customizations in block’s layout and even in it’s php structure. First it’s required a new container which will contain the image, then the style must be adapted such that the image an the posts displayed in block to have proper layout. The file which must be edited is td_block_10.php: http://screencast.com/t/LIRFH0qMCOY so you can try if you want on a test site to change it’s layout a bit.
Note that this is a complex task which require many customization and also good php/html/css coding skills. If you still need guidance on this or you’re not aware of the steps you need to take in this regard please consider hiring a developer or a freelancer to do this for you as we can’t offer customization services at the moment.
Thanks!
Hello,
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 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.
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 @Sayeed, @bipulalam,
I have tested on my side with Block 15 and other items in the sidebar and everything seems to be displayed as expected. I suspect your problem come from interference between your untested plugins. 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.
Thank you for the message!
Please provide more details as to where you want the caption to show. On posts or on pages (visual composer blocks as they are 2 very different things) or on category archives.
Thank you!
Hello,
Every field in our theme is ‘customizable’. You can find those blocks in the sidebar section : http://screencast.com/t/0HOwMtqJX
Thank you!
Hello Timo,
If you want to add blocks content underneath of the comment section for each post, you can do that if you are using do_shortcode method. First of all, you have to get the block shortcode from Visual Composer, like this -> http://screencast.com/t/0q9H5cbW -> http://screencast.com/t/Ei4AYqlilpc Please notice that you have to introduce the code for each single template is used by you.
The code is ->
<?php echo do_shortcode('[vc_row][vc_column][td_block_13][/vc_column][/vc_row]');?>
The result you should see here -> http://screencast.com/t/xn9hS5s9
Hope this helps!
Thank you for the message!
Hi
If you referring at this background image http://screencast.com/t/bX6AnxOmf set by Homepage post block from Visual Composer, that it is set from the featured image filed from the post displayed: http://screencast.com/t/lJZFlT1lzQWs To display a different image just change the featured image for the post displayed in homepage post block.
Let me know how it goes and if this is not what you mean please provide more specific details about what you’re trying to do s I can inspect this and get back to you with a more accurate answer.
Thanks!
Hi,
I need to recall in my site block 16 because of his small size, but it doesn’t work fine in vertical row. Articles appear larger than in horizontal. I need same size of articles in vertical column.
How can i do?
Thanks and best regard,
DeA
Hi
To achieve that you need to edit the td_block_social_counter.php file and add the target="_blank" atribute like here: http://screencast.com/t/yLgJLuUo2uT2 Like this any link from the plugin should open in a new tab: http://screencast.com/t/bYzlRBeI0qJL
Let me know how it goes.
Thanks!
Hello,
Unfortunately the sidebar cannot be aligned to your content because they are dynamic elements. The contend gets changed in so many ways that an alignment between the 2 is impossible. You can chose from a large amount of blocks and you can chose the excerpt length which also takes up space. And to top it off, the sidebar can be sticky so the content will scroll with the page. You cannot have it aligned as you showed in the screenshots. Sorry. The same applies to the categories. The theme was not designed to have the sidebars align to the content in any way. You will have to do that from the content if this is what you wish. You can try to have the same block in the page and sidebar so it can have the same amount of space between the articles and use visual composer separator if it helps.
Thank you!
Hi,
Unfortunately it will not work like that. The easiest wqay to do it is to use a visual composer block instead. Create your block on a dummy page and set the sorting option you want to it. Then get the shortcode and implement it like so by replacing the array and the query _post function http://screencast.com/t/EO4kUS1j7
Thank you!
Hi there,
Please help me on these issues.
1) I want the menu on the header of the website to be able to change into another language when the mouse cursor touches the button. For example, each menu will be displayed in English, but when a user move the mouse cursor to touch the menu, it will change to Thai (individually). Please educate me.
2) I want to do multiple categories filter, and i know it says “Filter multiple categories by ID. Enter here the category IDs separated by commas (ex: 13,23,18). To exclude categories from this block add them with ‘-‘ (ex: -9, -10)”. The question is how can I know the ID for each category? If i do need to set it, please educate me.
3) How to create sub pages within a page. For example,
Bonus (parent page) > Grooming (sub page) / Dating (sub page) / Fine Living (sub page) /
I want the sub pages to display like how block posts are displayed in a page e.g. block 4, block 5 pattern.
I hope you understand my issues. Please try to understand.
Here is my website: http://www.feelthecar.com
Thank you very much.
Hello,
how can I change the size of the text which is blockquoted?
Thanks!
So on the home page of my website, near the top I am using the “Tabs” under “Structure” in Visual Composer. Under each of the four tabs I’m using, there’s a Block 14, with each tab’s Block 14 having posts from a different category.
(Hopefully that much makes sense, but have a look if you need a more clarification.)
The first tab (“Reviews”) shows up by default and anytime you click on that tab, the browser window will scroll so that the reviews tab is at the top of the window. However, when you click on any of the other tabs, the window scrolls past the tabbed content and stops basically underneath of it, making a viewer have to then scroll back up a couple clicks to see the content in the tab he or she just clicked.
Is there a way to fix this?
Hi
In this image http://imgur.com/mzLmtd5 you’ll see when I try to enter an amount for a coupon code discount the height is too low.
In CSS if I change the height to 35px it works fine but I don’t know what CSS to write to make this change permanent
Elements:
<<div class="control"><input type="number" class="" style="" name="_wcv_coupon_post_meta_coupon_amount" id="_wcv_coupon_post_meta_coupon_amount" value="" placeholder="Coupon Amount"> </div>
Style (I have made the change to 35px height so it works fine)
media="all"
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
display: inline-block;
height: 35px;
padding: 4px 6px;
margin-bottom: 10.5px;
font-size: 14px;
line-height: 21px;
color: #555;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
vertical-align: middle;
}
Is this enough information to be useful?
thanks
Hi, I think post are ordered by date desc. Is it possible to change order without modifying the date of publish?
Can I use sticky posts in blocks or modules?
thanks
cstibi
I got the smart sidebar issue straightened out! I just need answers to adding a photo to block 10!
Hello,
I would like to add a photo to the left side of the number ten block. Is this possible? I think it would be really cool to have a photo or illustration next to the headlines inside the block.
Here is my website. http://www.PlanetFreeWill.com. Block ten is the very first block under the slider.
This website right here is a good example of the look Im going for, http://www.PrisonPlanet.com.
One other thing, how can I get the smartside bar on my homepage?
I hope someone can help!
Thanks.