Hi
We can’t make any recommendation in this regard as we didn’t tested any plugin with a similar functionality and we can’t provide an accurate answer. You can do a search online for some plugins, check some reviews, then try a few of them with the theme and use the one who fits you best.
Thanks!
Hi
The pagination from smar-lists is not available on normal posts and to achieve a similar result you will need some customizations in theme’s core files. This is a very complex task which involve many changes and tests in order to be achieved. For the moment we can’t offer custom services so if you really need this my advice is to look for someone who can help you with implementation or hire a developer to do it for you.
Thanks for your understanding.
Hi
Please make sure that you update the plugin according with our documentation: https://forum.tagdiv.com/how-to-update-visual-composer-plugin/ also during the update process deactivate all other plugins, just to make sure that there is no conflicts.
If the process fails again try to update the plugin via ftp. First you need to unzip js_composer.zip file on your computer: http://screencast.com/t/hjDVsWANdx After this process login on the server via ftp, navigate to https://xxxxxxxxx/wp-content/plugins and delete js_composer folder if there is such a folder. Next step is to upload js_composer folder from your computer then go to your dashboard and activate the plugin.
Hope this helps!
Thanks!
HI
That delay appears because the css from theme panel is applied after the main css from style.css file. To avoid the delay try to insert your code directly in style.css file: http://screencast.com/t/6XDiklEYlSK clear all caches then test the site again.
Hope this helps!
Thanks!
Hi
Please provide yur site url so we can have a closer look at this issue and get back to you with a more accurate answer.
Thanks!
Hi
Sorry for the delay, we don’t work on weekends!
I’ve checked your site and noticed that you’re using mobile theme plugin. Please check this link for more details about how mobile theme works: https://forum.tagdiv.com/the-mobile-theme/ If you want the same content on both mobile and desktop devices just deactivate mobile theme plugin as the main theme have its own responsiveness.
Hope this helps!
Thanks!
Hi
Glad you have managed to solve this issue.
Thanks for letting us know and for your message!
HI
To achieve the desired result you will need some customizations in theme’s core files. Please check this link for more details in this regard: https://forum.tagdiv.com/topic/different-header-ads-according-to-category/
Thanks!
Hi
Try this css in theme panel > custom code > custom css: http://screencast.com/t/PivbWGX39m4I
.td-footer-bottom-full .block-title {
display: none;
}
Let us know how it goes!
Thanks!
HI
When you set a background color or background image the theme switch n boxed layout and all page will have 1068px.
To set a different background color for pages you can use this css in theme panel > custom code > custom css:
body ,page{
background-color: green!important;
}
Hope this helps!
Thanks!
Hi
Current theme’s version available on themeforest is V 3.1. You can download this version from your themeforest account in download section.
If you decide to update make sure you do a clean update following our documentation: https://forum.tagdiv.com/newsmag-how-to-update-the-theme/ – https://forum.tagdiv.com/newsmag-how-to-update-visual-composer-plugin/
Before making any changes in your site make sure you do a full backup to your current wp-install and the database also: https://codex.wordpress.org/WordPress_Backups
Thanks!
HI
In first image you pointed post’s title. That container have its own clickable part and that implementation can’t be changed because there are two containers one above the other.
That exclamation mark appear because there is used !important in css but is no need to worry about it.
Thanks!
HI
This is on our todo list but for the moment is not a priority for us. However we may change our mind in future if more people will make similar requests.
Thanks!
Hi
You can this css in theme panel > custom code > custom css: http://screencast.com/t/kV3xhO3i
@media(max-width: 768px){
.single .entry-title {
font-size: 20px!important;
}
}
Thanks!
HI
Replied you here; https://forum.tagdiv.com/topic/newspaper-instead-of-newsmag/#post-131776
Thanks!
HI
We agreed with the refund and you should get the money back in shortest time.
Hope you will enjoy using Newspaper theme.
Thanks!
HI
I am not aware what subscription service you’re using and I can’t say for sure why is not working. We did not tested any subscription plugin with our theme and we can’t make any recommendation in this regard. Try to deactivate all plugins except Visual Composer and the one used fro subscription then test it again. Also you can try a different plugin. Here I’ve found some information which may help you in this regard: http://winningwp.com/best-email-subscription-popup-plugins-for-wordpress/
Thanks!
Buna
Cea mai simpla varianta ar fii sa creezi propria pagina de login. Adaugi shortcod-ul care genereasa widget-ul de login din plugin pe o pagina apoi adaugi linkul paginii in top_menu.php: http://screencast.com/t/pzXKuJvE7
echo '
';
Multumesc!
HI
This happens becasue there is a gradient over the image. You can fix this by removing the gradient with this css: http://screencast.com/t/nDy3mXKqUze
.td-image-gradient:before{
height: 0%!important;
}
Thanks!
Hi
We did not tested this type of translations with our theme and we’re can’t say how wit work. However you can try top paste the code provide by google in header.php here: http://screencast.com/t/kmLPsrMh5k The result should be like here: http://screencast.com/t/gNN3e7Uak
Hope this helps.
Thanks!
Hi
Thanks @Chris for your help!
@ifajig I’ve checked your site and fond some errors in browser’s console: http://screencast.com/t/TDkNenDoMk Try to deactivate all plugins, clear all caches, purge cdn files if you’re using then test the site again.
Let us know how it goes and if the problem persist please send us an email at contact@tagdiv.com with your login credentials and we will inspect this issue as soon as possible, also include a link to this topic.
Thanks!
Hi
Yes you can copy the header.php file in child theme.
Thanks!
HI
You can’t remove the requests to admin-asjax.php file as this is a very important resource from WordPress core. The theme makes many requests to this file when ajax pagination is used.
Please make sure that your sever meets theme’s requirements: https://forum.tagdiv.com/newsmag-requirements-for-newsmag/ and also check if the parameters from system status have the values indicated here: https://forum.tagdiv.com/system-status-parameters-guide/
Thanks!
Hi
I am not sure why this happens as the logo seem to appear in page’s source and the link is correct. Try to set a different image as logo and check how it goes. Afterwards set the desired image as logo, clear the caches then test the site again.
Let us know how it goes and if the problem persist please send us an email at contact@tagdiv.com with your login credentials and we will inspect this issue as soon as possible, also include a link to this topic.
Thanks!
Hi
@rida in order to have an image displayed on module you have to set a featured image for your posts in post editor: http://screencast.com/t/XjkIPaD3apt8 To disply recent posts on a page you can use theme’s blocks and choose in block’s filters latest post. For more details please check this link: https://forum.tagdiv.com/newsmag-block-settings-tutorial/ You can also use page builder+latest articles as page template: http://screencast.com/t/Cgwv9mQ2Go
Please refer to our documentation for more details about how to use Visual Composer and how to setup the homepage: https://forum.tagdiv.com/newsmag-homepage-how-to-build-and-set-it/ – https://forum.tagdiv.com/newsmag-page-templates/- https://forum.tagdiv.com/newsmag-how-to-use-visual-composer/ You can also check our youtube videos: https://www.youtube.com/watch?v=TUdVeZ1pbuc&list=PL6CsDkMaejhpWFcFNOIDfdp5nIT0NbUbj
Hope this helps!
Thanks!