Hi,
No, in the patch folder are files that have been changed from previous version of the theme. So if you use 4.6.2 version you can upload only patch files to update the theme.
Thanks!
Hi,
Try to increase margin bottom via css in Theme Panel > Custom Css:
.td_mod3.td_mod_wrap {
margin-bottom: 30px
}
If doesn’t work please provide a linl so I can inspect this.
Thanks!
Hi,
The posts which appear on that slider are the ones present in the featured category. You can remove “featured” from sort(so you will have latest articles order) and add 'category_ids' => '', in the page-homepage-slider.php file like this: http://screencast.com/t/4tnVLnmdIodG and add categories ID there or if you want to exclude use -
Thanks!
Hi,
Please try to regenerate your thumbnail using this guide: https://forum.tagdiv.com/how-to-fix-strange-thumbnails/
Thanks!
Hi,
Please try this custom css in Theme Panel > Custom Css – http://screencast.com/t/jAXZVpuwryc
.header-logo-wrap {
float: right;
margin-left: 0px;
margin-right: 30px;
}
You can change to a template without articles like Homepage Blank and add blocks via Visual Composer – http://screencast.com/t/rrHDX6TuIT so it will be displayed only blocks that you add to your page.
Please also consider that unfortunately the version 5 of the theme will not include rtl support. You can still use the theme as it is but unfortunately you cannot updated it as you will lose the rtl support or you can update it and make yourself the necessary adjustments needed. If you can’t use the theme we can offer a full refund, just send an email at contact@tagdiv.com and we will explain the procedure.
Sorry for the inconvenience!
Thanks!
Hi,
You have to change the limit for file upload size in php.ini. If you don’t have access to the php.ini file please contact the host administrator and let him know about this issue.
Thanks!
Hi,
PLease provide a link so I can inspect this. Is that a title from Facebook plugin? Or it is added by you in the template?
Thanks!
Hi,
@BROOKLYNIQ Please provide more details about this as I have checked your site and did not found any “Latest Reviews” or “Popular Video”
Thanks!
Hi
If you have installed the demo please note that it can only be remover manually(posts, pages, menus…) – https://forum.tagdiv.com/install-demo-data/
Thanks!
Hi,
You can try to change the font size via custom css in Theme Panel > Custom Css: http://screencast.com/t/5Dy9wjj4m
@media (max-width: 767px) {
.page-nav a, .page-nav span {
font-size: 20px;
}
}
Thanks!
Hi,
I also tested this with the latest theme version(4.6.3) and did not found any issues like you can also see on our demo – http://demo.tagdiv.com/newspaper/
I’m not sure why you have this issue please try to deactivate all plugins, leave just Visual Composer active, clear cache and check if you still have this issue.
You can also try this custom css in Theme Panel > Custom Css: http://screencast.com/t/nmYXc6Cr
@media (max-width: 767px){
.td-big-grid-post-0 .td-sbig-title-wrap .td-sbig-title {
font-size: 17px !important;
line-height: 12px;
}
}
Thanks!
Replied via email!
Hi,
If you want to remove smooth scroll please follow this topic: https://forum.tagdiv.com/topic/smooth-scroll-not-getting-removed/#post-44797
Thanks!
Hi,
It did not work because you’re not using a page template for static front page, you use a latest articles(blog).
You can remove Blog from this file: http://screencast.com/t/Auw8dDEnydj
Thanks!
Hi,
In Newspaper 5 will be changed the custom typography section and it will be added more option there. For the moment you have these options to change the font for blocks added using pagebuilder – http://screencast.com/t/Mn0fUuk2kxFE
Also if you have text content on your pages please try this custom css in Theme Panel > Custom Css – http://screencast.com/t/Ufc2vz4m3rW4 and change the font family that you use:
body,p {
font-family: Open Sans;
}
Thanks!
Hi,
We recommend to update the theme via FTP using this guide – https://forum.tagdiv.com/how-to-update-the-theme/ but also you can do this using envato wordpress toolkit from the same guide.
Thanks!
Hi,
Please try this custom css to change the background color for arrows: http://screencast.com/t/7yniH8gbkc
.td_block_mega_menu .td_ajax-prev-page, .td_block_mega_menu .td-ajax-next-page {
background-color: red;
}
If you want that css to apply for all widgets just remove .home class.
Thanks!
Hi,
For backend you have to edit editor-style and change that css: http://screencast.com/t/uINoJcQu829 – http://screencast.com/t/5K5tKogwrp
If you want to change it also for frontend you can chang it via custom css in Theme Panel > Custom Css: http://screencast.com/t/s1KtQTBUqyI
blockquote p {
font-size: 15px;
}
Thanks!
Hi,
Unfortunately the theme doesn’t have an option to rotate banners, you will need to find and try a plugin for that.
Thanks!
Hi,
You can try to add that array in data source file before return $wp_query_args: http://screencast.com/t/NL677iaZz
Thanks!
Hi,
1. You can edit header style 5 file and place the ad code before the menu: http://screencast.com/t/dF3YwVB0DjQ
2. If you use adsense you try to set ad size from Theme Panel > Ads: http://screencast.com/t/3nQDNWth
Thanks!
Hi,
I’m not sure if this is what you mean but you can follow this solution – https://forum.tagdiv.com/topic/remove-divider-in-editer/
If this is not what you mean please provide more details.
Thanks!
Hi,
Unfortunately theme doesn’t have an option for this, you can use that class only if you split the row 2/3 + 1/3 and add that class to the row: http://screencast.com/t/5dUvaNIVu
Thanks!