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

I can’t find any attachment here. Try to attache the image again , also provide more details about this issue and maybe I can help you. However the plugins are managed by WordPress not by the theme so it might be a problem related with your host or the source from which you try to download the plugin.

Thanks!

Andrei L.
tagDiv Member

Hi

You can achieve that using this css: http://screencast.com/t/wsww8PCFKlxg

.widget_recent_entries li a{
margin-left: -5px!important;
}
.widget_recent_entries .post-date{
margin-left: 0px!important;
}

Thanks!

Andrei L.
tagDiv Member

Hi

You need to edit the file corresponding with the post template used and add this function here: http://screencast.com/t/v7p6qqDCzQHhttp://screencast.com/t/6RTlq6zllrM2

<?php echo get_the_time('g:i a'); ?>

Let me know how it goes
Thanks!

  • This reply was modified 10 years by Andrei L..
Andrei L.
tagDiv Member

Hi

Try to deactivate all plugins except Visual Composer, clear all caches, and test again. Also if you maade any customizations in theme’s files please make sure that they don’t affect its functionality
If you still can’t manage to solve this issue please send us your login credentials via email at contact@tagdiv.com so we can have a closer look at this issue, also include a link to this topic.

Thanks!

Andrei L.
tagDiv Member

Hi

The theme doesn’t have an option to chose if the header ad will be displayed or not in a specific category. To remove the header ad from a category page you can add a conditions in ads.php like here: http://screencast.com/t/LO8DMY1T2Y

<?php
    if (!is_category(array(id1, id2))){
        echo td_global_blocks::get_instance('td_block_ad_box')->render(array('spot_id' => 'header'));    
}
    // show the header ad spot
   ?>

Just add the ids for the category pages in which you don’t want to display the header ad. To get the category id follow this link: http://screencast.com/t/AYBYVkw5

Thanks!

  • This reply was modified 10 years by Andrei L..
Andrei L.
tagDiv Member

Hi

I’ve tested the comment system on my side and works fine: http://screencast.com/t/u4D2iKFW6 I am not sure why this happens on your side but you can try to deactivate all plugins, leave just Visual Composer active, clear all caches and test again. You also can try to make a new local install on your computer, with the latest version of WordPress, the current version of the theme available on themeforest, V 2.3.4, and Visual Composer plugin, then check how it goes.
If you still can’t manage to solve this issue 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!

Andrei L.
tagDiv Member

Hi

I am not sure I understand your issue very well but if you’re referring at this word: http://screencast.com/t/SVPWy794UG6D it can be removed by deactivating the breadcrumbs from theme panel > template settings: http://screencast.com/t/Dx4CrK45
Let me know how it goes and if this is not what you mean please provide more details about what you’re trying to do so I can get back to you with a more specific answer.

Thanks!

Andrei L.
tagDiv Member

Hi

I’ve checked your site and noticed that you’re using the blog template which display the latest article not a static content. To use a static page as homepage please follow this link: http://screencast.com/t/LlgyrBi0P
For more details regarding the homepage set up please check our documentation: https://forum.tagdiv.com/newsmag-homepage-how-to-build-and-set-it/

Hope this help.
Thanks!

Andrei L.
tagDiv Member

Hi @DaneOLeary

Try to deactivate all plugins, leave just Visual Composer and Jetpack plugin with Subscriptions module active, clear all caches and check if the problem is still there. If the problem persist try to use a different plugin from subscriptions, for example mailchimp: https://wordpress.org/plugins/mailchimp-for-wp/

Thanks!

Andrei L.
tagDiv Member

Hi
HI

The theme doesn’t control the way google deliver ads, it only render the ad-sense code. I’ve checked your site and the theme display a blank ad: http://screencast.com/t/R50tJv7HNOz That means that it will take some time until the ads will start showing up. For more details please check this link: https://support.google.com/adsense/answer/9715?hl=en

Hope this help.
Thanks!

Andrei L.
tagDiv Member

Hi

I suspect that you’re using an older version of the theme so if you can’t find the indicated functions in td_module_single.php file try to look in td_module_single_base.php: http://screencast.com/t/e4giOvIeTsPL

Thanks!

Andrei L.
tagDiv Member

Hi

To display the time on blocks you need to edit the modules used to display that specific block and add the indicated line of code where you want to display it. You can check what modules are used for a block i theme panel: http://screencast.com/t/Jorjnvme7uH
You will need a new container for the time and some css code in order to be displayed fine on the page. For the in module_slide you can add the line which display the time here: http://screencast.com/t/rxvdgzxJMZhttp://screencast.com/t/RTtL7VgbxNE
For modules the php code will look like this:

$buffy .= '<div class="time">' . get_the_time('g:i a') . '</div>';

Also add this css in theme panel > custom code > custom css:

.time{
display: inline-block;
margin-left: 7px;
}

Note that I’ve test this css code only for td_module_slide For others modules you may need a different value for the margin.

Thanks!

  • This reply was modified 10 years by Andrei L..
Andrei L.
tagDiv Member

Hi

Try this css in theme panel > custom code > custom css and modify the margin value as you like: http://screencast.com/t/ZsKuJGiRA8AT

.widget_recent_entries .post-date, .td-post-date{
margin-left: 5px;
}

Let me know how it goes.
Thanks!

Andrei L.
tagDiv Member

Hi

To add the published time you need to edit the file corresponding with the post template used and add this line of code like here: http://screencast.com/t/qLlMiEp0rkphttp://screencast.com/t/NyGF96PyB

<?php echo get_the_time('g:i a'); ?>

If you want a different format for the time please check this link https://codex.wordpress.org/Formatting_Date_and_Time and modify the parameters from the functions as you need.

Let me know how it goes.
Thanks!

  • This reply was modified 10 years by Andrei L..
Andrei L.
tagDiv Member

Hi

The theme doesn’t have a shortcode for the Review section. If you want to move this sections you need to edit the file corresponding with the post template used for that post and move this line where you want to display the review: http://screencast.com/t/qIK386Fegy Please note that you can move the review only outside the post content part, the one written in WordPress editor. To place the review in the middle of a post 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(). 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.
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

I cannot recreate this situations on my side but looks like a css issue. Try to deactivate all plugins except Visual Composer, clear all caches and test again. Also if you made any customizations in theme’s files or you added some custom code in theme panel > custom code make sure that this don’t affect theme’s functionality.
Let me know how it goes and if the problem persist please provide your site url so I can inspect it closer.

Thanks!

Andrei L.
tagDiv Member

Hi

First of all make sure you do a backup of your current theme/wp install and database also: https://codex.wordpress.org/WordPress_Backups and in case something goes wrong in the update process you can always go back to the previous working version and try again. Then you have to edit the indicated file on your computer using a text editor. The file can be found in the folder that you downloaded from themforest here: http://screencast.com/t/cjbjlEbbDqW After you make the changes upload the file via ftp on your server.

Thanks!

Andrei L.
tagDiv Member

Hi

Please make sure that you updated the theme according with our documentation: https://forum.tagdiv.com/newsmag-how-to-update-the-theme/ deactivate the child theme, empty all caches, deactivate all plugins except Visual Composer and test again. Also you can try to make a fresh install on your computer, only with WordPress, the theme and the Visual Composer plugin and check if this issue is still there.
If the problem persist please address as via email and we will inspect it in shortest time possible.

Thanks!

Andrei L.
tagDiv Member

Hi

I’ve checked your site and it’s displayed fine now: http://screencast.com/t/dY7KvpF8QW3 I am not sure what you mean by my newsmag theme not fullscreen, yesterday is still fullscreen because the theme wasn’t designed to have a full width layout. To achieve you will need custom modifications in theme’s core files. 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 an’t offer customization services at the moment.
If this is not what you mean please provide more specific details about your issue so I can get back to you with a more accurate answer.

Thanks!

Andrei L.
tagDiv Member

Hi

Try to deactivate all others plugins except Visual Composer, just to make sure that there is no conflict with some other plugin, clear all caches then check again.
If you can’t still manage to solve this issue 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!

Andrei L.
tagDiv Member

Hi

Glad you got it solved and thanks for letting us know and for your message!
Thanks!

Andrei L.
tagDiv Member

Hi

I’ve tested the general modal image on my side with the latest theme’s version available on themeforest, V 2.3.4, and works fine. Please make sure that the link for the image goes to media file: http://screencast.com/t/YHiCovhQta deactivate all plugins except Visual Composer, clear all caches and test again.

Thanks!

Andrei L.
tagDiv Member

Hi

To achieve the same functionality for the footer the code it’s a bit different:

– you have to add the pages/posts ids in an array like here
$excluded_pages = array('id1','id2','id3');
– add this code in footer.php like here: http://screencast.com/t/3mTmBhAB84x7

$excluded_pages = array('id1','id2','id3');
$excluded_id = get_the_ID();
if (td_util::get_option('tds_footer') != 'no') {
if (!in_array($excluded_id, $excluded_pages)){
td_api_footer_template::_helper_show_footer();
}
}

The result should be like here: http://screencast.com/t/u6GIz1zRL
Thanks!

Andrei L.
tagDiv Member

Hi

I’ve checked your site and the excerpt are displayed fine now: http://screencast.com/t/BsWQcwwE IF this is not what you mean or you still have this issue please provide a specific link where I can inspect it.

Thanks!

Andrei L.
tagDiv Member

Hi

Please make sure that you have the Sign In/Log In option enabled in theme panel > header > top bar: http://screencast.com/t/raD8H7oP clear all caches and test again.
Let me know how it goes and if the problem persist please provide your site url so I can inspect it closer.

Thanks!

Viewing 25 posts - 4,601 through 4,625 (of 6,511 total)