- TutorialsDefault Block Settings Guide
- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
- TutorialsFrom WPBakery to tagDiv Composer
- TutorialsOffset Feature
- TutorialsWhat is Ajax preloading?
Hi
I have not found on the forum if there is anyway to have a block for only one post.
I do not want to select a category but a post through its id.
Instead of having similar articles on bottom of the page i could have a specific post overview.
Is it possible?
Hi,
The VC plugin is used to build homepages using the theme’s block elements/widgets. Without it the blocks shotoces aren’t interpreted as they should therefore the page layout breaks.
You will still have the block widgets but I can’t tell you how they will work this way so if you like the result you have without it you cannot use it.
Thanks
Hello, i disable the Visual Composer, and i am happy with the result, what i can lose if i disable this plugins, i don’t need the homepage design etc ! i am happy with the blog results! For the widget, i still have the Tagdiv blocks ! so whats the purpose of the VC other that create a homepage or some other pages ? Because the VC get my website Hell slow !
Hi,
You can use the do_shortcode() function and use the shortcodes generated by the Visual Composer plugin to customize the widgets/blocks you want to add into the template and then add it where you want it like this: http://screencast.com/t/xJbuxE9n
Hope this helps!
Thanks
Greetings,
I recently purchased your theme and I’m already facing some issues with setting it up.
I want to add tabs in my frontpage but I can’t seem to get them to work and there is no extra info in your documentation on how to proceed.
These are the screenshots:
https://dl.dropboxusercontent.com/u/28352937/tabs-back-end.jpg
https://dl.dropboxusercontent.com/u/28352937/tabs-homepage.jpg
As you can see, even though the tabs are created and I can see their titles in their homepage, there is no content in them (I have a Block 1 in each one of the tabs with a specific category to draw articles from).
Hi,
That comes from the block container, you remove it or reduce via css, like this: http://screencast.com/t/ZYR1sCRWB
.td_block_1{
padding-top: 0px;
]
Thanks
e.g., basic ‘use anywhere’ responsive ad unit
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- 2014-Responsive -->
<ins class="adsbygoogle"
style="display:block"
data-ad-client="xxxxxxxxxxx"
data-ad-slot="xxxxxxxxxxxxxxx"
data-ad-format="auto"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
Hi,
You can use the do_shortcode() function and use the shortcodes generated by the Visual Composer plugin to customize the widgets/blocks you want to add into the template and then add it where you want it like this: http://screencast.com/t/Y3TQLaFOx3lP
Hope this helps!
Thanks
Hi,
Unfortunately that is not possible at the moment and you need custom modification for it. I will add this on our feature request list and consider it for future updates. Until then you can set a larger excerpt on that block from theme panel if you need more content there:
ex:
* http://screencast.com/t/LOJ9lUHqb3Y
* http://screencast.com/t/C9hSvZ9Hii2
Thanks
Hi,
The top grouping posts that resembles a carousel from newspaper was built using a block. You can also do this using block 14 on 3 columns, you can find more info about this on this post: https://forum.tagdiv.com/topic/which-block-content/#post-28976
Thanks
Hi,
@flavourmag
I have checked your site and seems that the font is not loading on page because it’s blocked: http://screencast.com/t/uKZAb1v1ND
Please contact your host provider and explain this situation, they should give you more specific information about the cause of 403 Forbidden errors.
@cityslicker444
Please also provide your site’s URL so I can inspect this issue.
Thanks
Hi,
You can use a text block element and add the h1 tag via page builder on your homepage and hiding it is not good for SEO.
You could also go throughout this topics for a solution:
* https://forum.tagdiv.com/topic/seo-improvements-h1-and-tag-title/
* https://forum.tagdiv.com/topic/best-way-to-add-h1-tag-in-homepage/
Hope this helps!
Thanks
Hi,
Unfortunately that is not possible as the infinite scroll pagination can only be used on blocks.
Sorry for the inconvenience!
Thanks
malware bytes is blocking some of the javascript on our site that our Crm uses for tracking. turn off malware bytes.
I can’t even get to your site — Malwarebytes Anti-malware blocks your site for possible malware!
ref
https://www.malwarebytes.org/lp/ip-blocking/?ipblock=true
-
This reply was modified 11 years by
simchris.
Hi,
Sorry wrong title should be block 13 🙂
THanks
Theme docs … good idea to read through everything to better understand theme 🙂
Hi,
Please use this css: http://screencast.com/t/PTnIBUq7kAL
blockquote p {word-break: break-all;
}
Thanks
Hi,
Unfortunately the blocks height is not fixed as it’s set after the numbers of posts it displays so that is why it looks like that. Try to always have the same numbers o posts into the block and it should look fine.
Thanks
Hi,
@Novaque Thanks for your suggestion I will add this on our feature requests list and we will consider it for future updates.
@gmdirect Try to add it in the post template at the top of the loop-single.php file or in the single.php file , like this: http://screencast.com/t/R6Yno1Tyf
To hide it on mobiles use this css:
@media (max-width: 767px) {
.td_block_trending_now {
display: none;
}
}
Thanks
Hi,
Make sure you change it form theme panel excerpt, like this: http://screencast.com/t/pE6MHrJR
Sorry for the documentation we will updated it asap. Block 6 uses -> module 9 so you have to set your title length for module 9 post layout.
In my ex(screenshot) I had set the title length on letters but you can leave it on words as the letter mode is most common for chinese language.
Hope this helps!
Thanks
Hi,
1. You need to edit your homepage and set an sidebar using page builder and the widgetised sidebar element from Visual Composer, like this: http://screencast.com/t/itccvd4YTHk or you can set just the main content then use the page template settings to set an sidebar for the page like this: http://screencast.com/t/k1EWvWocDSB9
Please note that the sidebar set for the latest articles section is independent from the one you set for the page and content above so for the articles section you need to set and sidebar or remove it from here: http://screencast.com/t/FbXKlemE
2. Unfortunately that can’t be achieved as the theme doesn’t have an option like that. You could try to search and use a plugins for that.
3. You can edit the blocks used for each category from your homepage and customize them to use the latest articles from one specific category or more and just 6 posts so those block will always display the most recent 6 posts.
ex: http://screencast.com/t/dgAKYZZR6zEB
4. I’m afraid the theme doesn’t have an option for that either.
5. You can edit/remove/add categories from here: http://screencast.com/t/JNtZscxhiA
6. You can edit the page and change the template into one that doesn’t have the latest articles section: http://screencast.com/t/CJQeIAVeM
Thanks
Hi,
I am not sure how to place images in the slide block.
I have input the same settings as you have in your
demo website but no images are showing on my site.
Please can you advise me on what I must do.
Many thanks,
Katrien.
Hi,
is there anyone who can help me to change the color of the category tags on modules and blocks? I can change it via the chrome inspector but the custom css changes don’t show any result.
I tried this:
.td-post-category {
padding: 1px 5px 1px 5px;
background-color: #f0c !important;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
font-size: 9px;
font-weight: bold;
font-style: normal;
color: #ffffff;
margin-right: 5px;
position: relative;
/* responsive portrait tablet */
}
My website: http://www.stylezebra.de
Thanks or any ideas,
Carolin
