Home User profile
tagDiv Member
I love to drive fast cars and to play Need for Speed! I enjoy to help customers tweak their websites for high performance! I’m a proud member of the tagDiv support team!
Andrei L.
tagDiv Member

Hi

We plan to add new types of smart-lists, which will have a similar layout and functionalities as the ones from Newspaper and for Newsmag theme in the future. They are in development now we hope to have them ready as soon as possible.

Thanks!

Andrei L.
tagDiv Member

Hi

Sorry for that inconvenience. The widget weather will be available in theme’s widgets in the next theme update, but somehow we added the options in theme panel earlier. That’s our mistake!

Thanks for the message!

Andrei L.
tagDiv Member

Hi

I’ve checked your site and the articles are displayed fine on category page: http://screencast.com/t/WI6MAepoU8HA Try to deactivate all plugins except Visual Composer, clear all caches and test again.
Also I’ve noticed that don’t use the latest version of VC provided with the V2.3 We always recommend to update the plugins included in theme’s path when the theme is updated. Here is an update guide for VC plugin: https://forum.tagdiv.com/newsmag-how-to-update-visual-composer-plugin/

Thanks!

Andrei L.
tagDiv Member

Hi

We don’t have a solution for that at the moment. To achieve that most likely you will need a plugin with a similar functionality. We haven’t tested any plugins like this but you could try and use the one which suit you best.

Thanks!

Andrei L.
tagDiv Member

Hi

You can edit the file corresponding with the module which display the read more button and delete this lines: http://screencast.com/t/prgIyoW7Jt

Also you can try this css in theme panel > custom css: http://screencast.com/t/wmvqq9k8akJ

.td-read-more{
display: none;
}

Let me know how it goes!
Thanks!

Andrei L.
tagDiv Member

Hi

For the moment we don’t have smart-lists which reload the page when you pres Next/Prev buttons for Newsmag theme. They are already added in Newspaper ex: Style 7 http://demo.tagdiv.com/newspaper/10-landscapes-wont-even-imagined-exist/ We plan to add this type of smart-lists and in Newsmag in the feature, they are in development now we hope to have them ready as soon as possible.

Thanks!

Andrei L.
tagDiv Member

Hi

Are you referring at this pagination: http://screencast.com/t/Uv9pSDdYcKS If so the smart lists weren’t designed to work with that pagination and we haven’t tested them like that. If your referring at smart-list’s built in pagination: http://screencast.com/t/dwMRO4ierS that is the same as in prevision version of the theme.
If this is not what you mean please provide more details.

Thanks!

Andrei L.
tagDiv Member

Hi

The review graph and rating scores are generated by the same function and can’t be moved separately. You can move the entire review section if you want by editing the file corresponding with the post template used: http://screencast.com/t/4Zqzodfhn However to place the review in the middle of the page for example, you will need custom modification in theme’s core files because the post content (part written in post editor) is added with this a WordPress function: get_the_content() http://screencast.com/t/gcn6Yzmb To insert the review in post content you will need a similar code with the one for article inline ads, which allow you to specify the paragraph after which the ad will be inserted: http://screencast.com/t/UATxoSg8m
This is a complex task and I can’t provide a solution now. If you need this and 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 as we can’t offer custom services for the moment.

Thanks for the message!

Andrei L.
tagDiv Member

Hi

The theme’s share buttons are available only for posts so basically this is the only way to do this. After you create the posts you can filter them by id in a specific block or on a specific page as we added in current theme version available on themeforest post ID filter: http://screencast.com/t/EtMvUNIR

Hope this help.
Thanks!

Andrei L.
tagDiv Member

Hi

Sorry about that, I provided a solution for a different approach.
I assume that the News category from your site have this name: http://screencast.com/t/HOC5l6BB If does try this code http://pastebin.com/rkT4N3Vd in td_module.php otherwise follow this link to adjust the changes: http://screencast.com/t/yxtMWtKfG6Y This code should display the date only for post from News category.

Let me know how it goes.
Thanks!

Andrei L.
tagDiv Member

Hi

This link https://vimeo.com/142538006 direct to this link on vimeo: https://vimeo.com/ondemand/ohdear/142538006 which is not a supported link. However I’ve test this link https://vimeo.com/142538006 with the latest theme version and the thumb is generated when the article is displayed on the page: http://screencast.com/t/okgxlx82http://screencast.com/t/okgxlx82
Try to update the theme at the latest version available on themeforest, V2.3, here it a guide in this regard: https://forum.tagdiv.com/newsmag-how-to-update-the-theme/ clear all caches then test this again.

Hope this help.
Thanks!

Andrei L.
tagDiv Member

Hi @amarjano

The theme doesn’t have a Deactivate options, you can deactivate it by simply activating another WP theme http://screencast.com/t/aSsJLAZMChttp://screencast.com/t/K5eDrzOsjpxhttp://screencast.com/t/wfkSKA9Xfv

Let me know how it goes!
Thanks!

Andrei L.
tagDiv Member

Hi

You can change the post title style in blocks from theme panel > theme fonts http://screencast.com/t/iWhViMQirBhttp://screencast.com/t/xHXbBjAUfn3j

Let me know how it goes.
Thanks!

Andrei L.
tagDiv Member

Hi

When an image it’s uploaded WordPress generate new images for each thumb size used by the theme. For example block 3 use a 300×160 px thumb for image, but when you add the block on page the image used is your-image-name-300x160.jpg not the original image that was uploaded in media files.

Hope this help.
Thanks!

Andrei L.
tagDiv Member

Hi

VC css refers only at the elements built in the plugin, for example tabs, buttons etc. All elements added by the theme, like blocks and grids have theirs css in main css file of the theme, that’s why the layout isn’t affected. If you remove the css from pages some issues may appear if you decide to use any of VC built in elements.

Thanks!

Andrei L.
tagDiv Member

Hi

You need to deactivate the theme first, activate a default wp theme, then you will have the delete options available: http://screencast.com/t/wfkSKA9Xfv For more informations regarding the update steps please check our documentation: https://forum.tagdiv.com/newsmag-how-to-update-the-theme/

Hope this help.
Thanks!

Andrei L.
tagDiv Member

Hi

By adding the code get_title function from td_module_single_base.php the class will be generated only for the page title tag: http://screencast.com/t/elZ9nAMWB5O The new variable doesn’t overwrite the previous one, it generate another identical class. If you add the code in loop files the class will be generated for entire post content: http://screencast.com/t/OdSwt24GiKxRhttp://screencast.com/t/BmvZ6PcXeg5
If you need that class on headline the best way would be to make the changes in loop files.

Thanks!

Andrei L.
tagDiv Member

Hi

The elements tagged as deprecated from Visual Composer are still available for usage and works fine with the theme. I can’t say for sure what developers from Visual Composer will do with these elements in future, but most likely they will be removed when the plugin will pass trough a major update. Best thing would be to use the new elements built to replace the old ones, as all deprecated elements has been replaced by new – more advanced and good looking copies.

Thanks for the message!

Andrei L.
tagDiv Member

Hi

Theme’s responsiveness was tested on various devices and works fine on mobiles and tablets. Also I’ve checked your site and noticed that the html structure is a bit different than the original one from the theme. If you made any customizations in theme’s files please make sure that they don’t affect its responsiveness. Also you can try to update at the latest version V 2.3, which also was tested and works fine on mobile devices.
If you decide to update follow this guide: https://forum.tagdiv.com/newsmag-how-to-update-the-theme/ and also you should update and the plugins included in theme’s path.

Thanks!

Andrei L.
tagDiv Member

Hi

Unfortunately for the moment we don’t plan to implement such a feature, sorry. We may change our mind in the future but I cannot promise anything.

Thanks for the message!

Andrei L.
tagDiv Member

Hi

You can edit the file corresponding with the post template used and delete the part of code for the element that you want to remove. To remove related article from video template you need to edit loop-single-8.php file and remove this line: http://screencast.com/t/OJnNZhIyq5http://screencast.com/t/hx47XWia5
To remove the more article box from tha same template try this css in theme panel > custom css:

.single_template_8 .td-more-articles-box {
display: none;
}

Thanks!

Andrei L.
tagDiv Member

Hi

The function’s code has been changed a bit, that’s why the previous changes don’t work now. Please make a backup of your current td_module.php file and then replace date function – http://screencast.com/t/ziIvhEnJfZK0 with this code: http://pastebin.com/S6FtcDhKhttp://screencast.com/t/mHLH9r8Md

Let us know how it goes.
Thanks!

Andrei L.
tagDiv Member

Hi

I’ve checked your site and the posts are displayed fine now: http://screencast.com/t/SFod3hQMC I am not sure why you encounter this problem but could be a cache issue or a conflict between theme’s scripts and some plugin. If this happens again try to clear all caches, deactivate all plugins except Visual Composer and test again.

Thanks!

Andrei L.
tagDiv Member

Hi

Unfortunately for the moment we don’t plan to implement such a feature, sorry. We may change our mind in the future if more people will make similar requests, but I cannot promise anything.

Thank you!

Andrei L.
tagDiv Member

Hi

If the post have multiple categories you need to add all categories ids in indicated function in order to hide the author descriptions. For example if you have five categories for a post the code will look like this:

    if ( ! in_category(array('id1','id2','id3','id4','1d5'))) {
                $buffy .= '<div class="td-author-description">';
                $buffy .= get_the_author_meta('description', $author_id);
                $buffy .= '</div>';
            }

Thanks!

  • This reply was modified 10 years by Andrei L..
Viewing 25 posts - 5,101 through 5,125 (of 6,511 total)