Hello.
Unfortunately there is no best size for featured images. The only thing that needs to be taken in consideration is the size of the thumbnails used. Here is a list of thumbnail sizes used in our theme: http://screencast.com/t/a23lRsRg6 Now you will have to decide what elements are going to be used and what thumbnails the theme uses for that particular element. Then simply make sure your image is bigger than the biggest thumbnail you want to use. Anything above that dimension is up to you for quality/clarity of your images.
Also keep in mind the aspect ratio of the thumbnails: https://forum.tagdiv.com/thumbnails-vs-featured-image-size/
I hope this helps.
Thank you!
Hello Stephen,
Unfortunately the envato toolkit sometimes gets glitchy and does not work properly. Please use the ftp method of updating your theme as it’s the best way to go about it. https://www.youtube.com/watch?v=uplGTdbuJ-g
Thank you!
Hello,
The first 2 footer styles come with predefined demo content that cannot be removed from the theme panel. You will need to use another footer style (besides 1 and 2) and then the footer widgets will be empty.
https://forum.tagdiv.com/footer-templates/
Thank you!
Hello,
Unfortunaltey you will have to set the ad manually from the theme files and remove the one from the theme panel.
You can use this code:
$buffy .= do_shortcode('[td_block_ad_box spot_id="custom_ad_1"]'); like so:
http://screencast.com/t/NICjbCRzYRQc
I hope this helps.
Thank you!
Hello,
I have tested the offset function on my end but it seems to work properly. You need to use the same categories in your blocks for the filter to work. If a different filter is selected then the offset will not work as the documentation above shows.
In this part:
Если я устанавливаю смещение + фильтр по рубрике, смещение перестаёт работать: http://prntscr.com/9m0qud
please specify what filter you are using and how is it different than the other block you are trying to offset the posts to. Basicaly the 2 blocks need to have the same filter and show the same posts for the offset to work.
Thank you!
Hello,
Please make sure you use the seo yoast plugin or any other seo plugin and use the OG tag so social networks will be able to grab the proper image. Unfortunately the calendar plugin is not tested with our theme so we cannot say for sure thy this issue occurs. Please try sharing on a default post and see if the result is the same (incorrect images)
Let us know how it goes.
Thank you!
Hello,
The area has been changed in version 6.6.3 due to the visual composer version being changed. You can still add templates from this button: http://screencast.com/t/F0UPZqsbtGb and a dropdown will be displayed: http://screencast.com/t/XumIeFcMio
Thank you!
Hello,
The popular 7 days is sorting posts from the most popular down. So if a post has 10 views and others have below this number, then the post will be displayed first. Please clear your cache before testing it.
As for the performance penalty, it is a small difference in loading speed as more request have to be made to the server in order to check the post views but it is not a significant increase.
Thank you!
Hello,
Unfortunately the theme has no such option. You can edit each block to have a particular color and then filter a specific category like on our demo page: http://demo.tagdiv.com/newspaper/ but anything beyond that will require custom work.
Thank you!
Hello,
Please make sure you use the code as Andrei provided and simply change the page id’s I tested this again and worked as expected. You have to change the existing code as well. Paste the code over the existing function not just the first 2 lines:
I used it like so: http://screencast.com/t/uRbfiaxu
Please compare my code with yours from the screenshot you provided.
Thank you!
Hello,
The smartlists have the modal image activated automatically from the code so in order to remove this you will need to edit the theme files like so: http://screencast.com/t/8IBr8aD4z9gV
As for the second part of the question, please provide more details so we can better understand your request.
Thanks.
Hello,
In order to hide an element for desktop you can use css and media queries.
As an example if you aded the linked in button:
@media (min-width:767px){
.td-social-linkedin {
display:none!important;
}
}
Thank you!
Hello,
Unfortunately the premium sliders can only be downloaded with a licence key for rev slider but our version that is bundled with the theme cannot be activated at the moment. We will try to find a solution and maybe provide these premium sliders in the future.
Thank you for your understanding.
Hello,
Our theme uses the default wordpress comments just styled differently so you might want to check the WP files as well.Are you maybe using a plugin for your comment section? I found that the second notification text can be changed from the bbpress plugin: http://screencast.com/t/XLDa1oCY
Most likely the first line/notification comes from plugins as well.
Thank you!
Hello,
Unfortunately we have no easy solution for this. Maybe you can find a plugin that has such functionality.
Keep in mind that these plugins are not tested and we cannot assure their functionality.
Example: https://wordpress.org/plugins/wp-shortify/
Thank you!
Hello,
In order to make the theme override the excerpts set to every post, you can comment out or delete this code: http://screencast.com/t/3sCI2yOmglmy This will make the theme ignore excerpts typed in post editing.
Thank you!
Hello,
You can ask amazon if it’s OK to remove the image inside the link as it creates issues with positioning and let us know their position on the matter.
Thank you!
Hello,
The new version of visual composer is tested to work 100% with our theme. Please try to disable all your plugins except visual composer, clear cache and reset cdn if you use it. Update your version of vc and check again.
If the problem is still there after you disable all plugins, please send an email at contact@tagdiv.com and provide wp-admin so we can take a look at the issue.(if needed we can provide cia email the version of VC requested)
Thank you!
Hello,
Unfortunately the link still does not work so we cannot see exactly what the problem is. Please provide a working link so we can inspect it.
Thank you!
Hello,
1) You can change the title position by using this custom css. It will need further customization for colors though
.td_module_mx8 {
position: relative;
padding-bottom: 80px;
}
.td_block_18 .td-column-3 .td_module_mx8 .td-module-meta-info{
bottom: -55px;
}
.td_module_mx8 .entry-title a{
color:black;
}
.td-module-comments a{
color:black;
}
2) As Alin stated above, you can check the excerpts section to see which module is used by which block.
Thank you!
-
This reply was modified 10 years by
Alin [tagDiv].
Hello,
If you want to open a certain post type in a new tab/window you can add the target”_blank” attribute to the functions that creates the link for the title. For example for modules the code can be found here: http://screencast.com/t/Ht0RcY57
You can alter this function and add the attribute at the end of the a link and if you want to target just the specific post type you can add a condition to the function: https://codex.wordpress.org/Function_Reference
I hope this helps.
Thank you!
Hello,
Unfortunately i cannot say for sure what modifications you made and how they are supposed to work. In any case, this represents custom work which the theme support cannot offer you. Please try to check your code again and check for any open tags that might cause the modifications to stop working.
Thank you!
Hello,
This is not actually a theme related question but maybe this will help you:
http://www.wpexplorer.com/migrate-website-wordpress/
https://wordpress.org/support/topic/transferring-an-existing-website-to-wordpress
https://webdevstudios.com/2015/02/19/10-things-i-learned-migrating-websites-to-wordpress/
Thank you!
Hello,
If you do not use a caching plugin, then you do not have to use the ajax view count as suggested here: https://forum.tagdiv.com/ajax-view-count/
Thank you!
Hello,
The recommended version of PHP for our theme is version 5.4 In later versions, functions may become deprecated and create problems. Please use this version until we can confirm the functionality with later versions of PHP (in future updates).
Thank you