Hi,
You can enable Visual Composer on posts – http://screencast.com/t/RMMDtKLET Anyway we recommend to be used on pages, you could have some display issues if you use it on posts.
Thanks!
Hi,
Please try this custom css for this issue: http://screencast.com/t/QJTTRk7R
@media (max-width: 767px){
.mobile-logo-wrap img {
max-width: 50%;
}
}
Thanks!
Hi,
Please provide your site URL so I can inspect this and provide an accurate solution.
Thanks!
Hi,
You will need to use a plugin for your avatar like WP User Avatar and add an image to your profile.
And in your post template add this code(here you can find more info – https://codex.wordpress.org/Function_Reference/get_avatar) to display avatar next to Author: http://screencast.com/t/N0WFxDIPYN
get_avatar(get_the_author_meta( 'ID' ), 32 ) .
And use this custom css in Theme Panel to add radius: http://screencast.com/t/cMnzCUPotb
.single .meta-info .avatar {
border-radius: 100px;
}
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
You can try to use do_shortcode() function like in plugin documentation – https://wordpress.org/plugins/reading-time-wp/faq/ and add it in the post template that you use(need). Here you can find meta for each post template: http://screencast.com/t/cHxZ9Lc2p8
Thanks!
Hi,
1. If you refer to the tagdiv gallery, unfortunately it was not designed for pages and we don’t have a slider for images(galleries). Anyway if you try to use it in pages, it won’t work at full width just because is added in a text block and it will be displayed only on 2 columns.
You can try to use Media Grid(Visual Composer block), but I’m not sure if this help you: http://screencast.com/t/7Auluc3orjy – http://screencast.com/t/NS1baDtA1xWB
2. For full width video on page you can use “Video Player” block on full width row: http://screencast.com/t/TCpiHQIDZr
Hope this helps!
Hi,
@computernet Please send an email at contact@tagdiv.com provide wp-acces and paste a link to this conversation so we can know who you are or provide details about your issue.
@Marc Module 1 doesn’t have excerpt, it take full post content and display it. If you don’t want to display the entire content you can insert Read more tag for your post: http://screencast.com/t/H0c2YJqvU so will appear Continue button on your Blog page: http://screencast.com/t/0bQzQFg0
Thanks!
Hi,
I have checked your site and you have these errors in the console: http://screencast.com/t/tdg1yA75gOA
Please check this without any plugins active, leave just Visual Composer active, empty cache and also disable any js/css minification and see if this works.
Thanks!
Hi,
We work on API documentation for Newspaper 5 and we will change the child theme system. But this file will be modified in (almost) each update so I cannot tell you exactly if this file can be overwritten by child theme.
Thanks!
Hi,
Please follow this topic and create a new page template: https://forum.tagdiv.com/topic/get-rid-of-the-header-footer-sidebar/
Hope this helps!
Hi,
Please add your adsesnse code in custom ads and using do_shortcode() function display them before featured image in the post template that you use(I guess that you use post style 2 – edit loop-single-2.php): http://screencast.com/t/GWxrrtuXb2bG
echo do_shortcode('[td_ad_box spot_id="custom_ad_1"]');
echo do_shortcode('[td_ad_box spot_id="custom_ad_2"]');
Result: http://screencast.com/t/CZwLFpoejR1
Please use this custom css in Theme Panel for ads, to make those appear side by side:
.single .td-g-rec-id-custom_ad_1 {
float: left;
}
Thanks!
Hi,
You can remove only that text, you can find it here: http://screencast.com/t/CV0LC8oN
Please try this custom css to hide the main menu: http://screencast.com/t/aLafz6haUWu7
.td-menu-placeholder {
display: none;
}
Hope this helps!
Hi,
1. We know about this issue and it will be fixed in version 5 of Newspaper, until then please use this custom css in Theme Panel > Custom Css:
.block-title {
line-height: 30px !important;
}
2. You can change post’s title font from Theme Panel > Custom Typography: http://screencast.com/t/G5sphKCjy23
3. Unfortunately we change list to default(bullets), but you can change this via custom css: http://screencast.com/t/WVzHpWbwh
.td-post-content ul li {
list-style: disc url('http://www.thisisanfield.com/wp-content/themes/Newspaper/images/icons/li.png') !important;
}
If you want to this apply to all list not only on post content, please remove .td-post-content class.
4. Try this custom css continue button text decoration:
.more-link-wrap a:hover {
text-decoration: none !important;
}
Thanks!
Hi,
I have checked your site and seems that you solved that error in console: http://screencast.com/t/4TzSfrV9
And also I have checked your articles title from Slider and this is the font that I found: http://screencast.com/t/QaH3mtgoYM
Thanks!
Hi,
Please also try this without plugin active and provide wp-access via email so we can check this if you can’t manage to solve it.
Send a link to this tread and you admin login details at contact@tagdiv.com
Thanks!
Hi,
I have checked your site and found that you use Block2 in full row, you can take a look at our demo and see how block2 is used(display) on 1,2 and 3 columns – http://demo.tagdiv.com/newspaper/block-2/ – http://screencast.com/t/jDHKHcHO4Kkz
If you refer to the blocks thumbnails – http://screencast.com/t/dvrxR0Jv9sge please note that WordPress doesn’t enlarge images and you will need to use plugin like Thumbnail Upscale to enlarge thumbnails,: https://wordpress.org/plugins/thumbnail-upscale/ For upscale use a combination of plugins Thumbnail Upscale + Force Regenerate.
Please provide more details if this not solve your issue as I’m not sure what it is.
Thanks!
Hi,
Check the permission of the file path, you have the following errors in the console: http://screencast.com/t/3UovITsGid
Thanks!
Hi,
Unfortunately we did not done any tests with this plugin, so I cannot provide you an answer about this.Sorry!
Thanks!
Hi,
Like I said this class is not right there – http://screencast.com/t/Nv7cWrzY1f it must be like this – http://screencast.com/t/iFmalqhqc
Please make sure that you update Visual Composer as I checked your site and you use this version: http://screencast.com/t/CbSbRbV45eS
Use this guide to update: https://forum.tagdiv.com/how-to-update-visual-composer-plugin-wpbakery/
You can try also to follow Christopher’s topic: https://forum.tagdiv.com/topic/how-to-guide-to-moving-from-newspaper-to-newsmag/
Thanks!
Hi,
Here you can add your order code like this: http://screencast.com/t/BcO7p2lrigIe
I have added to order by ID to show you that it works – http://screencast.com/t/97cJZaUIYK but you can modify this but I’m not sure what sort order will help you to achieve that: https://codex.wordpress.org/Function_Reference/get_categories – http://screencast.com/t/AaewAn6lkZF
You can try to sort by slug and change slug name for categories that you want to appear there: http://screencast.com/t/Cb2tRIWE – http://screencast.com/t/r6DgwJhxH
Thanks!
Replied via email!
Hi,
Please use this divs for your banners, just replace link(has already target blank to open in a new page) and the image: https://forum.tagdiv.com/ads-system-full-guide/
Thanks!
Hi,
You can edit post template that you use and your words in a div so you can customize(if you need): http://screencast.com/t/sfr7Amq3Rdoy
Result: http://screencast.com/t/hQ07VzUz4Un
Hope this helps!
Hi,
Just add “Homepage Post” block to your page using Pagebuilder and set it how you need to display article: http://screencast.com/t/w226hFXcV1As – https://forum.tagdiv.com/extra-content-blocks/
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Glad that you have managed to solve that!