Hi
The images used in slide are cropped depending by slide’s size. This is the default implementation for all images displayed by the theme on modules. To change this implementation are required some customizations in theme’s core files and also the css must be adapted to scale the images to a specific size.
This is a complex task which involve some customizations in order to be completed. We can’t offer customization services at the moment so if you’re not aware of the steps you need to take in this regard please consider hiring a developer or a freelancer to do this for you.
Thanks!
Hi
I’ve checked your site on mobile using google chrome and now is displayed fine: http://screencast.com/t/hEIiSgH9YhVi If you still need assistance on this pleas provide more detail about your issue so I can inspect it closer.
Thanks!
Hi
Our theme allows you to filter posts by post type but tag filter won’t work for custom post type. You’ll need a piece of code which extend tag filter to custom post type. This is a complex task which requires lots of customizations and unfortunately I can’t provide a solution at the moment. We can’t offer customization services at the moment so if you still need guidance on this or you’re not aware of the steps you need to take in this regard please consider hiring a developer or a freelancer to do this for you.
Thanks!
Hi
The indicated variable keep the image’s url but without thumb type: http://screencast.com/t/5JxeV5aZE I am not very sure how you’re trying to redefine the domain name. The domain name it’s not controlled by the theme and also the place where images are stored. The url for each image looks like this in wordpress: http://www.domain.com/wp-ontent/uploads/year/image-file.png You can’t change that path from the theme as it’s generated by WordPress.
Thanks!
Hi
Glad I could help. We do our best to offer high quality support for ours customers and help them understand how our theme works.
Thanks for your message and!
Have a nice day!
Hi
patch_2.3.6_2.3.7 folder contains all modified files from v 2.3.6 to 2.3.7 Usually patch folder contains the modified files from one version to another.
Newsmag child is the child theme for Newsmag. The child theme become useful when you want to edit main theme code. Here you can find more details in this regard: https://codex.wordpress.org/Child_Themes – https://forum.tagdiv.com/newsmag-child-theme-support/
Thanks!
Hi
You can display Instagram block on single posts using do_shortcode function. You have to edit the file corresponding with post template used and ego out the shortcode where you want the have the widget displayed. Here is an example: http://screencast.com/t/sSIJO057X – http://screencast.com/t/CrFJBCbbhB
<?php echo do_shortcode('[vc_row][vc_column][td_block_instagram instagram_id="envato" instagram_images_per_row="" instagram_number_of_rows=""][/vc_column][/vc_row]'); ?>
The theme does not have an option to display ads between posts from category pages. To achieve that you’ll need some customizations in theme’s core files. We can’t offer customization services at the moment so if you’re not aware of the steps you need to take in this regard please consider hiring a developer or a freelancer to do this for you.
Thanks!
Hi
The social icons for posts are generated in td_module_single.php file: http://screencast.com/t/tguIEq2msa You have to edit the indicated file and update the code for VK.com. You also will also need some css code for buttons’s layout but this code can be added in theme panel > custom code > custom css.
Thanks!
Hi
1,3 Try this css in theme panel > custom code > custom css:
.home .td-module-meta-info{
display: none;
}
.td_module_9 .item-details, .td_module_8 .item-details {
border-bottom: 1px solid #f1f1f1;
}
2. I am not sure what you mean as on category pages you’re using module 5 which does not display category name, author name and post date. Please provide more details about what you’re trying to do so I can inspect it closer and get back to you with a solution.
Thanks!
Hi
You don’t have to edit theme’s files as we added support for https already. For more details about moving to ssl pleas check this link: http://www.wpbeginner.com/wp-tutorials/how-to-add-ssl-and-https-in-wordpress/
Thanks!
Hi
Replied you here: https://forum.tagdiv.com/topic/my-images-do-not-appear-on-my-website/
Thanks!
Hi
After WordPress updated at V 4.5 there appeared a jQuery conflict in our theme, also older version of VC won’t work with it. We fixed this conflict and the current theme version available on themeforest works fine, also we included last version of Visual Composer plugin.
Try to update the theme at current version available on themeforest, also update Visual Composer at V 4.11.2 following our documentation: https://forum.tagdiv.com/newsmag-how-to-update-the-theme/ – https://forum.tagdiv.com/newsmag-how-to-update-visual-composer-plugin/ deactivate all other plugins, clear all caches and test again.
I hope this helps.
Thanks!
Hi
I am not sure I understand your request so please provide more details about what you’re trying to do and maybe i can helps.
Thanks!
Hi
1. Use this css:
.td_block_related_posts .td-related-right {
display:none;
}
2 Use this css:
body{
margin: 0;
}
3. The solution from indicated topic still works, make sure you have deleted the proper code, clear the caches then test again.
4. Use this code:
.td-post-category{
display: none!important;
}
Thanks!
Hi
You can use a block and set it to display posts by post id. You only have to insert the ids of the posts the you want to be displayed on the front-page here: http://screencast.com/t/UbZpa4mbo To get the post id follow this link: http://screencast.com/t/0oilMM1sX
Hope this help.
Thanks!
Hi
After WordPress updated at V 4.5 there appeared a jQuery conflict in our theme, also older version of VC won’t work with it. We fixed this conflict and the current theme version available on themeforest works fine, also we included last version of Visual Composer plugin.
Try to update the theme at current version available on themeforest, also update Visual Composer at V 4.11.2 following our documentation: https://forum.tagdiv.com/newsmag-how-to-update-the-theme/ – https://forum.tagdiv.com/newsmag-how-to-update-visual-composer-plugin/ deactivate all other plugins, clear all caches and test again.
I hope this helps.
Thanks!
Hi
The theme is tested and ad-sense code works fine: http://screencast.com/t/6OZks6nh – http://screencast.com/t/22j1Q4esUY Also thew them only render the ad-code but control the content displayed by it. You can als text your ad-code within a row js from Visual Composer and check if there is’t something displayed: http://screencast.com/t/jkcFFi911ZM – http://screencast.com/t/nbW0w4e51tr
Thanks!
Hi
After WordPress updated at V 4.5 there appeared a jQuery conflict in our theme, also older version of VC won’t work with it. We fixed this conflict and the current theme version available on themeforest works fine, also we included last version of Visual Composer plugin.
Try to update the theme at current version available on themeforest, also update Visual Composer at V 4.11.2 following our documentation: https://forum.tagdiv.com/newsmag-how-to-update-the-theme/ – https://forum.tagdiv.com/newsmag-how-to-update-visual-composer-plugin/ deactivate all other plugins, clear all caches and test again.
I hope this helps.
Thanks!
Hi
Sorry for the delay.
You can use one of theme’s blocks to display these topics in sidebar but the only sort which will work in this case it’s post id filter: http://screencast.com/t/llA4wnQBnX9 To get the topic’s id follow this link: http://screencast.com/t/0s4TtjVBX
Hope this helps.
Thanks!
Hi
The theme include in its path V 5.2.5.1 version of Revolution slider which can be found here: http://screencast.com/t/Sr0RAkXixcVz Make sure you delete old plugin’s version that you have installed and follow this link to install the new version: https://forum.tagdiv.com/how-to-install-revolution-slider-v5/
Thanks!
Hi
An internal server error it’s not caused by the theme, it’s rather related with a server misconfiguration. Please make sure that your server meet the requirements specified in our documentation: https://forum.tagdiv.com/newsmag-requirements-for-newsmag/ also check if the parameters from system status have the values indicated here: https://forum.tagdiv.com/system-status-parameters-guide/
With regard at demos if you don’t want to import their content just import the settings. When a demo without content is installed are imported only its settings, by this is mean colors, fonts, header style and any other settings from panel. In this case you will have to create your own posts and pages and customize them as you wish.
By default the theme does not create content for you, that is not its purpose. The theme handle only site’s layout. By this I mean how post/page will be displayed, how a specific part will be colored, when/where some posts will be displayed depending by user’s options. You can look at the demos as starting point in customizing the site. A demo it’s a site already built which can be taken as example when you start you own site development.
I hope this helps.
Thanks!
Hi
The theme chose a specific size fore the featured image depending by post template used and td_681x0 it’s a parameter sent to get_image() function which is located in td_module_single_base.php: http://screencast.com/t/TPChDS6QNI
When a image it’s uploaded the theme generate a new thumb for each size enabled from theme panel > thumbs on modules and blocks: http://screencast.com/t/RkKPz6IJTiib That thumbs are stored in uploads folder which is located in WordPress’s core. The theme does not set a specif link for the images, it only chose which image will be displayed in a specif place.
Thanks!
Hi
Glad you have manged to solve this.
Thanks for letting us know and for your message!
Hi
We’re sorry for the bad experience you have encountered with the demo install.
The best starting point with our theme would be from the documentation: https://forum.tagdiv.com/newsmag-newsmag-documentation/ There you can find lots of useful information about theme’s functionality, how they works and how/when to use them. Also if you have any questions about the theme you can open a topic here and we will answer in shortest time possible.
With regard at demo issue I assume you got an ajax error when you tried to install it. If that is the case please check this link for more details about possible reasons which can cause this error and how can you fix it: https://forum.tagdiv.com/topic/error-when-installing-demos-2/
Let us know how it goes and if you still can’t manage to solve this issue address us via email at contact@tagdiv.com including a link to this conversation and also give us wp-access so we can have a closer look at this and we will get back to your as soon as possible.
Thanks!
Hi
Glad you have managed to solve this.
Thanks for letting us know and for your message!