Home User profile
tagDiv Staff
I love to get energized by social interaction! Curious and eager to improve, I enjoy traveling and learning new things.
Lucian
tagDiv Staff

Hi,

You can hide them on specific posts using custom css code or you can also use a plugin like Advanced Custom Fields and use this method to do it: https://forum.tagdiv.com/topic/function-to-hide-ads-and-function-to-show-author/
I will add this on our request list and we will consider it for future updates if we decide to change theme ads system.

Thanks

Lucian
tagDiv Staff

Glad you’ve found it!
Thanks for the message!

Lucian
tagDiv Staff

I’ll add this on our list and we will consider your request!

Thanks for the message!

Lucian
tagDiv Staff

Hi,

The child theme functions file doesn’t overwrite the main theme’s one, that is the standard child theme functionality, you have to set a higher priority for the hook that alters the product number, like this: http://screencast.com/t/AnYuIV53k add that 11 precede by a comma like in the screenshot then test again.

Thanks

Lucian
tagDiv Staff

Hi,

I’ve also tested this an it seems that the tag and category by id filters aren’t working and the post number limit is also not working.
I couldn’t find the reason for this but we will try to fix this as soon as possible.
To work around this you can use a page template without the latest articles section ( default template or page builder with title ) and add that section using a block, that way you can customize the result as you like using block filter settings.

Thanks for reporting this!
Sooty for the inconvenience!

Lucian
tagDiv Staff

Hi,

I believe this happens due to your server so you should contact your host provider an let him know about it or you can try again after a while as it might be just a temporary issue.

Thanks

Lucian
tagDiv Staff

Hi,

Please privde your admin login credentials at contact@tagdiv.com so can have a closer look ta this and also provide a link to this topic or specific your issue in details.

Thanks

Lucian
tagDiv Staff

Hi,

You should also overwrite the verdana.. fonts: http://screencast.com/t/o7QGO6tqs in theme’s style.css file: http://screencast.com/t/MFRJMO4J then test again.

The open sans and roboto and open sans fonts are still loaded to the page, so make sure that you also empty all caches and purge files after commenting them from the mentioned file.

Thanks

Lucian
tagDiv Staff

Hi,

I see you’ve manged to change the others and for those on images you can use this custom css: http://screencast.com/t/cB1ESv9J6tx and add it in theme panel custom css section:

.td-post-category {
background-color: green;
}

Thanks

Lucian
tagDiv Staff

Hi doucare1971,

Thanks for letting us know about this and glad you’ve managed to find a workaround on this eventually.
We haven’t tested the authors box with for this case so might have missed something but we will and fix if we find something wrong.

Thanks for the message!

Lucian
tagDiv Staff

Hi,

That happens when you use the social sharing buttons without the like/tweet ones. Enable the like/tweet top or bottom ones and check again: http://screencast.com/t/VK5O6jqUMUke

Thanks

Lucian
tagDiv Staff

Hi,

Try this: http://screencast.com/t/yUVJMSwbvII

add_action( 'pre_get_posts', 'exclude_posts' );
function exclude_posts( $query ) {
$exclude_tags = array(32);

if(is_category()) {
$query->set('tag__not_in',$exclude_tags);
}
}

Thanks

Lucian
tagDiv Staff

Hi bbross,

Check your system status and make sure you have this directive set above 2000: http://screencast.com/t/y6spAsXHLYV

Also make sure you don’t have any special characters in sidebar’s name/title if do have remove those characters and test this again.

Thanks

Lucian
tagDiv Staff

Hi,

I can see you use All in one seo pack which adds and meta tag on the page to indicate search engines to index it: http://screencast.com/t/2MlkbJsMud You should search plugin’s settings for an option not index subpages or paginated content.

Thanks

Lucian
tagDiv Staff

Hi,

The theme uses different arguments than the ones wordpress uses and the so you would have to consider that, you can find the function here: http://screencast.com/t/XQSUUzLOXp6

Thanks

Lucian
tagDiv Staff

Hi,

To improve your site’s speed you should check your site using a page speed testing tool and follow the instructions from this guide: https://forum.tagdiv.com/page-speed-guide/
Unfortunately the infinite scroll or load more pagination can’t be used on loops so it can’t be used on archive pages also. Sorry!

Thanks

Lucian
tagDiv Staff

Hi,

You can try to comment or remove the one from td_config file: http://screencast.com/t/Ji1kHg3cO let me know how it goes and also provide your site’s url so I can inspect it.

Thanks

Lucian
tagDiv Staff

Hi,

Not sure what you mean, if you want features present in the latest theme version why don’t you update the theme.

You can read more about the .screen-reader-text class here: http://blog.rrwd.nl/2015/04/04/the-screen-reader-text-class-why-and-how/

Regarding your improvements they can also be done in the latest theme version, on top of that the Visual Composer memory issue was fixed in the VC plugin version included in the latest theme version so you can backup your current theme install, WordPress and database update the theme then implement the changes if needed.

Thanks for the message!

Lucian
tagDiv Staff

Hi,

You can try to remove or alter the breadcrumbs markup here: http://screencast.com/t/QTb52frQ9https://developers.google.com/structured-data/breadcrumbs

Thanks

Lucian
tagDiv Staff

Hi,

Those are the images attachment pages: https://codex.wordpress.org/Post_Type#Attachmenthttps://codex.wordpress.org/Using_Image_and_File_Attachments

You can try to disable the image attachment page like this: http://www.wpbeginner.com/wp-tutorials/how-to-disable-image-attachment-pages-in-wordpress/ or use a plugin like WordPress SEO by Yoast and set those pages not to be indexed by search engines: http://screencast.com/t/JEbmu6MAzo

Thanks

Lucian
tagDiv Staff

Hi,

Theme’s wp_booster is built in the theme and it customizes WordPress’s booster.
Not sure what you mean, the theme not only adds customized blocks, but those blocks are built using modules and so on. You can edit the post templates or other templates and the blocks and read the comments to find out how the code is structured and you can sue theme’s child theme system or API to customize some files without having the main theme files altered, here is a guide on this: https://forum.tagdiv.com/child-theme-documentation-newsmag/
Hope this helps!

Thanks!

Lucian
tagDiv Staff

Hi,

Theme’s smooth scroll feature is set to only apply on Chrome browser: http://screencast.com/t/sgBckEGcoP2 other browser’s have smooth scroll built which isn’t handled by the theme, you should look for a way online to disable it on each browser.

Thanks

Lucian
tagDiv Staff

Hi,

Sorry for the delay! We have experienced some technical issues on Friday and we couldn’t answer you on time.
You can find the featured video URL under td_video post meta: http://screencast.com/t/ImeLXY1E and the source/via URL and name under these meta: http://screencast.com/t/f3lRYgdfp

You can do it via custom css, post a link to your site here so I can inspect it and give you a starting custom css code so you can customize it.

Thanks

Lucian
tagDiv Staff

Hi,

Sorry for the inconvenience however this is an improvement recent developed and it could lack some settings you consider necessary. I’ll note them though and review them for the next theme updates.

1. We’ll consider this. Thanks!

2. You’re right those options aren’t been developed yet.

3. We will consider this. Thanks!

4. I’ll add this on our request lists and as I stated already the CPT support is still under development so we will consider your suggestions on this.

Thanks for the message!

Lucian
tagDiv Staff

Hi,

As you can see in this guide here: https://forum.tagdiv.com/the-child-theme-support-tutorial/ we don recommend anymore the use of theme’s API from the child theme so you should be careful if using it, other than that you can still use it as it is.

It dons’t matter if the what name you use for it as long as you use the same name as the theme is in the child theme style file: http://screencast.com/t/wvrhfqKFG49e

Thanks

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