Hi,
@nf_prt Thanks for your help!
2. If you want to apply the css code only for a specific page you can add it here – http://screencast.com/t/biJxb0wT
3. You can see more on our documentation – https://forum.tagdiv.com/customize-the-categories/
4. You can use a social share plugin or if you want to replace a theme share button you can find them here – http://screencast.com/t/nujGn2MB5HIB
Please also check theme’s documentation, it may help in other issue – https://forum.tagdiv.com/newspaper-documentation/
Thanks!
Hi,
I’m not sure what you want to do, your screenshots are the same. Do you want to add text link on your logo image?
Please provide more details.
Thanks!
Hi,
Please check this also without any plugins active, leave just Visual Composer active, clear cache and se if the post font size is changing from Theme Panel. I have also checked this and did not found any issues. I have checked you article and found that also the default css for post content is overwritten – http://screencast.com/t/VRTSYf3m on my side – http://screencast.com/t/ya6VanJ8lxJW
Or if you want to add font size using custom css you can use !important tag – http://screencast.com/t/cu2WsFhV63
body .td-post-text-content {
font-size: 16px !important;
}
Thanks!
Hi,
Please provide a link so we can take ca look. If you don’t want to post your URL on forum, please send an email at contact@tagdiv.com and paste a link to this topic so we can know who you are.
Thanks!
Hi,
You can limit posts to 4 – http://screencast.com/t/8mrIpXnif5S so it will not slide. In version 5 will be also add Big Grid element in Visual Composer like you can see on Newsmag demo – http://demo.tagdiv.com/newsmag/
Thanks!
Hi,
Please provide a link so we can inspect this. Also please make sure that you add your adsense code properly as if it works on header it should work also on sidebar. Also please make sure that you use the latest theme version 1.7.1. and check this without any plugins active, leave just Visual Composer active and clear cache.
Thanks!
Hi,
Like I said I also checked this and I couldn’t replicate this (uploaded an image 150×150 ) – http://screencast.com/t/IQ0gkhTIFM – http://screencast.com/t/DfpVuaPB
Please try this with a bigger image – http://screencast.com/t/FmfO8bneBhI and without any plugins active, leave just Visual Composer and WP User Avatar active, clear cache and check if it works.
If you still have this issue send an email at contact@tagdiv.com and provide wp-access so we can take a look, also paste a link to this topic so we can know who you are. We will answer as soon as possible!
Thanks!
Hi,
You can enable author box on articles – http://screencast.com/t/OypSRQiHM and add profile description from User profile – http://screencast.com/t/Wq5Opf8yM so you will have author on all articles created – http://screencast.com/t/OeFBgfJOXJBL
You can also display author box on top of the article for example – https://forum.tagdiv.com/topic/add-author-box-to-top-of-post/#post-50446 this solution is for newsmag theme but it works also on newspaper.
Please provide more details if this is not what you mean.
Thanks!
Hi,
If you want to add a social share button you will need custom modification, you can find theme share buttons here – http://screencast.com/t/Ks6B0mJH if you want to replace pinterest.
Also this tutorial may help – http://designsbytierney.com/2013/11/how-to-add-a-print-button-to-a-wordpress-page-or-post/ If you don’t know how to do it I suggest to hire a freelancer to do this for you, as we cannot provide any type of custom work for the moment, sorry!
Thanks!
Hi,
You hide it also using custom css, but it will hide also post views – http://screencast.com/t/KWBPA470yPx
.home .entry-comments-views {
display: none;
}
Thanks!
Hi,
I have added this on our todo list and we will investigate and try to fix it as soon as possible.
Thanks for reporting and sorry for inconvenience!
Hi,
I’m not sure what you mean, please provide more details. When you use template with articles you can create your page using pagebuilder and the latest articles section will be added automatically(it use loop) – https://forum.tagdiv.com/page-templates/
You can add a block to your sidebar set block title as Latest Articles and sort post as Latest – http://screencast.com/t/HMp9GPPgI6T or add it in Widgets section and use Widgtised Sidebar on pages to display you sidebar – http://screencast.com/t/I8LkmGCnnTX – http://screencast.com/t/QzDxHz22
Thanks!
Hi,
You can try this custom css in Theme Panel > Custom Css – http://screencast.com/t/jfnt6KjQisOI
@media (min-width: 768px){
.header-style-3 .container-fluid {
text-align: left !important;
padding-left: 0 !important;
}
.header-style-3 .td-grid-wrap {
padding-left: 0!important;
}
}
Thanks!
Hi,
I’m not sure if this can help, but you could use row in row where you use block 10 – http://screencast.com/t/aiqcwNCjyM – http://screencast.com/t/UUtTjjqfM – http://screencast.com/t/cgkIex7iwE
Please also note that Newspaper theme was designed in 3 columns fixed grid, so the blocks are recommended to be used 1/1 – 1/3 + 1/3 + 1/3, or 2/3 + 1/3 You can also split row like you want, but not all blocks will work fine.
Thanks!
Hi,
Please try this custom css in Theme Panel > Custom Css: http://screencast.com/t/alcnfNnU8
@media (max-width: 767px){
.header-style-3 .td-logo img {
display: none;
}
}
Thanks!
Hi,
The gallery (or blocks) doesn’t have an option to add banners, you will need custom modification for this and it is not an easy task. Unfortunately we cannot offer custom work at this time as we work hard on development fixes and support.I suggest to hire a freelancer to do this for you if you need it from site like: http://studio.envato.com/
Also you can take a look on documentation to see how video playlist works – https://forum.tagdiv.com/video-playlist/ doesn’t have any option to take get videos from specific post or category, it work only with youtube/vimeo ids.
Thanks!
Hi,
Do you refer to the article share buttons? You can enable article sharing from Theme Panel > Post Settings – http://screencast.com/t/thJkYzPI7Fo
Thanks!
Hi,
There are highlighted all submenu items because all links are on that page. The highlight color appears on active item, so all those items are active when you are on that page. Please take a look how it works – http://screencast.com/t/rzAiupmxhTK
Thanks!
Hi,
If you use header style 3 or 6 to display full width logo, it will be centered like in your case. You can change the header style to style 1 – http://screencast.com/t/rW27TfhhAq but the logo image will not be displayed full width.
Thanks!
Hi,
I guess that it appears like this because you have minified the css code. Try to add the css code at the bottom of style.css content and see how it goes.
Thanks!
Hi,
I also checked this using WP User Avatar plugin and I couldn’t recreate this. Not sure why you have this issue, please provide more details about how you have uploaded the image and the size of the image that you used.
Thanks!
Hi,
I have removed your site credentials and you should not post it here as this is a public forum.
Please check this without any plugins active, leave just Visual Composer active and see how it is loading when a user is logged in as maybe there is a plugin that slow loading when a user is logged in. Also you can try to use a cache plugin like WP Super Cache and see how it goes.
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
It usually happens when loading the font file (which contains those icons) from another host/url. Check your browser’s console as you have this error – http://screencast.com/t/1bBxeBkwP
The solution would be to load them from the same url as the site or try this solution – http://webmasters.stackexchange.com/questions/71630/font-blocked-from-loading-by-cross-origin-resource-sharing-policy-no-access-co
Thanks!