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

Sorry for that!
I’ve checked your site and the errors from browser console are still there: http://screencast.com/t/96BthC4Crt Try to deactivate the Lazy load animation from theme panel > template settings: http://screencast.com/t/ssNedMhYn and test again. 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

1. Unfortunately the theme doesn’t have a shortcode to display the author’s avatar and bio.
2. Add this code in td_block_authors.php like here: http://screencast.com/t/R6S6WsSsVhttp://screencast.com/t/bFIbFgG7ve9W

$buffy .= '<div class="td-author-description">';
    $buffy .=  get_the_author_meta('description', $td_author->ID);
$buffy .= '</div>';

3. I am not sure how do you you want to implement the email share. If you want to have a subscription box you can try a plugin like mail chimp: https://wordpress.org/plugins/mailchimp-for-wp/

Thanks!

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

Hi

Please address us via email at contact@tagdiv.com including a link to this topic and we will provide further instructions in this regard.

Thanks!

Andrei L.
tagDiv Member

Hi

If you’re using the blog template the number of posts displayed on page can be set from Settings > Readings: http://screencast.com/t/PezvcLRjYJ For the pagebuilder + latest article template the post number can be set from post loop settings: http://screencast.com/t/feMG6RbW6t

Thanks!

Andrei L.
tagDiv Member

Hi

This is a complex task which require many customizations in theme files and I can’t provide a solution now. You can try to filter the busts displayed in More Article box by Latest: http://screencast.com/t/WPvUK0o01km Like this in the box will be displayed the latest post.
If you need a different implementation for this my advice is to look for a developer to do it for you as we can’t offer any custom modifications at the moment.

Thanks!

Andrei L.
tagDiv Member

Hi

I’ve checked your site on mobile devices and works fine now: http://screencast.com/t/ruNr7FPQxoXy If you still have this issue try to clear the mobile device cache memory and test again. Also provide more details and a screen pointing the issue so i can duplicate it on my side and get back to you with a more accurate answer.

Thanks!

Andrei L.
tagDiv Member

Hi

For header ad you can add a condition like this in ads.php: http://screencast.com/t/kBMpgQDwrkU

if (!is_single(post_id)){
echo td_global_blocks::get_instance('td_block_ad_box')->render(array('spot_id' => 'header'));
}

To get the post id follow this link: http://screencast.com/t/sbNlQ28P
To disable the sidebar ad from a specific post you can create a new sidebar with the same content, except the ad-spot, then add your sidebar into your post: http://screencast.com/t/zvhzLiw1

Thanks!

Andrei L.
tagDiv Member

Hi

Try this css in theme panel > custom code > custom css:

.page-id-6639 .td-header-border:before, .page-id-6639 .td-container-border:after{
background-color: grey!important;
}
.page-id-6639 .td-pb-row [class*="td-pb-span"],
.page-id-6639 .td-container, .page-id-6639 .wpb_row, .page-id-6639 .wpb_content_element {
border-color: grey!important;
}

Thanks!

Andrei L.
tagDiv Member

Hi

Please address us via email at contact@tagdiv.com and provide more details about this issue 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.
Include a link to this topic so we can know who you are and what the problem is.

Thanks!

Andrei L.
tagDiv Member

Hi

The stretch settings for the row should be on default as I indicated in this screen: http://screencast.com/t/CQQE7jxuff9M otherwise the row will go over the background and technically the link is under the the row, that’s why is not working.
You can add a margin for the rows from row settings > design options like here: http://screencast.com/t/k7XXf9E9gL and if the reo strech options is set to default, the result will be like here: http://screencast.com/t/k7XXf9E9gL

Thanks!

Andrei L.
tagDiv Member

Hi

I’ve checked your site and found some js errors in browser’s console: http://screencast.com/t/fRi4V9wR Try to deactivate all plugins except Visual Composer, just to make sure that there is nop conflict between the theme and one of your installed plugins, clear all caches and test again.

Thanks!

Andrei L.
tagDiv Member

Hi

Your conditions should look like this: http://screencast.com/t/3PrP73R5oHk Make sure that you concatenate the new adbox to the content, otherwise it won’t be displayed fine. In this example I used the original implementation of the theme regarding ads, but you also can use do_shortcode function.

Thanks!

Andrei L.
tagDiv Member

Hi

Try this css in theme panel > custom code > custom css:

.td_block_big_grid_4 .td-post-date{
display: none;
}

Thanks!

Andrei L.
tagDiv Member

Hi

I am not sure which colors do you want to change for your particular page so please provide more details about this and also provide your page url so I can inspect this closer and get back to you with a more accurate answer.

Thanks!

Andrei L.
tagDiv Member

Hi

To add the word “Category” on in breadcrumbs add this line of code in td_page_generator.php here: http://screencast.com/t/EUyHyMEW6http://screencast.com/t/0PkPAHaw

'display_name' => __td('Category') . ' ' . ' <i class="td-icon-right td-bread-sep"></i> ' . $category_2_name

To remove the tag title from tag page just delete the indicated line from tag.php file: http://screencast.com/t/IwlbFMuCcm
To remove More from author section just comment the indicated line here: http://screencast.com/t/XvSeVQJ4E

Thanks!

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

Hi

You need to add your post types to the query for search feature. This can be don by editing the td_data_source.php file and add your post types in &get_wp_query_search function here: http://screencast.com/t/lINmyCE9oW

Thanks!

Andrei L.
tagDiv Member

Hi

Try to update the theme at the current version available on themeforest, V 2.3.5,deactivate all plugins except Visual Composer, clear all caches and test again.
If the problem persist please provide more details about and also your site url so I can inspect it closer.

Thanks!

Andrei L.
tagDiv Member

Hi

You can use the do_shortcode function in the file corresponding with post template used like here: http://screencast.com/t/DbSlmY24hN


To get the widget shortcode create a new blank page, add the widget on it then press the classic mode button to switch in backend editor, copy the shortcode and paste it inside the indicated function.

Hope this help.
Thanks!

Andrei L.
tagDiv Member

Hi

The theme code was changed but you can try this css in theme panbel > custom code > custom css, it should work fine:

.td-backstretch{
transition: 0s!important;
}

Thanks!

Andrei L.
tagDiv Member

Hi

Unfortunately to display the category tag according with your request you will have to modify the code. The category tags are generated by php code and this runs on server side, so they can’t be edited on Visual Composer. This is a complex task which involve many customizations and I can’t provide a solution now. Unfortunately we cannot offer custom work as we work hard on the development, updates, fixes and support. You can always get a freelancer from sites like: http://studio.envato.com/ if you don’t know how to do it yourself.

Thanks!

Andrei L.
tagDiv Member

Hi

I am not sure I understand your request correct but if you want to remove a category from subcategory list: http://screencast.com/t/LES2Qh2aL7z on category page, then you can modify this function: http://screencast.com/t/jkuNplHh and add this parameter

'exclude' => 'category-id'

To get the category id follow this link: http://screencast.com/t/Qt4EfcIZv
If this is not what you mean please provide more details.
Thanks!

Andrei L.
tagDiv Member

Hi

Please send us an email at contact@tagdiv.com with your login credentials so we can take a closer look at this problem, also include a link to this topic.

Thanks!

Andrei L.
tagDiv Member

Hi @yopyop22

The only recommended and tested plugin for SEO with Newsmag theme is SEO by Yoast. We test this plugin and works fine with the theme, also it’s the most recommended plugin by the seo experts.

Thanks!

Andrei L.
tagDiv Member

Hi

I can’t access the indicated url: http://screencast.com/t/oui5lugP
You need to edit the editor-style.css file and change the indicated value http://screencast.com/t/hfrc6h4a also you can at your own css to style the blockquote

Thanks!

Andrei L.
tagDiv Member

Hi

Wp Rocket it’s a complex plugin whit many features included and to make it compatible whit the theme will take some time and we will need to do some serious investigations. From other reports some of the plugin’s features, like page caching works fine, but some of them like css/js minification are known to create issues with our theme. I can’t say at this moment if we will implement support for this plugin as it’s a very complex task which require a lot of time and researches.
I’ve added this on our todo list and theme’s developers will investigate it in the feature. If we find any solution we will make an announcement.

Thanks!

Viewing 25 posts - 4,351 through 4,375 (of 6,511 total)