Hi
I’ve checked your site and the categories pages works fine on my end. If you still have this issue please provide more details about it, also a specific link where I can inspect it.
Thanks!
Hi
You can hide the featured image from post content from theme panel > post settings: http://screencast.com/t/tqOobh6u
Thanks!
Hi
Unfortunately the theme does not have an option to remove the author from specific posts. However this can be achieved by editing the code and adding a proper condition. You can target posts by their’s ids or category. For example you can include all posts where you want to hide the author name in hide-author category then add this condition in td_module_single_base.php:
– to remove author name: http://screencast.com/t/JP8bJXfFH
– to remove author box: http://screencast.com/t/Il8bBcCrV7
The theme displays post author following the default implementation from wordpress and there is no option to add a co-author or an editor to a post. A post can have a single author by default. To change that you’ll need a plugin with a specific functionality or a piece or a piece of code which will change the default implementation.
I can’t provide a solution for this at the moment as it is a very complex task which require lot of time and many customiations in order to be achieved. If you really 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.
The theme does not have any features which refers to statistics. However you can use a plugin with a similar functionality to achieve that. Here I found some informations which may help you in this regard: https://allbloggingtips.com/10-best-statistics-plugin-for-wordpress/ – https://jetpack.com/support/wordpress-com-stats/
Hope this helps.
Thanks!
Hi
To achieve the desired result you can place the code from Facebook inside a container and add a border on it.
Paste this code in loop-single-12.php:
<div class="fb">
<div class="fb-page" data-href="fb-page" data-tabs="timeline" data-small-header="false" data-adapt-container-width="true" data-hide-cover="false" data-show-facepile="true"><blockquote cite="fb-page" class="fb-xfbml-parse-ignore"><a href="fb-page/">My Facebook page</a></blockquote></div>
<div class="fb-comments" data-href="<?php echo get_permalink($td_mod_single->post->ID); ?>" data-width="100%" data-numposts="5"></div>
</div>
Use this css to add the border:
.fb{
border: 2px solid #f3f3f3;
}
Thanks!
Hi
The social icons displayed on mobile are the same with the ones from desktop and unfortunately the theme does not have an option to display them differently depending by device.
Thanks!
Hi
The theme enqueue js file in td_wp_booster_functions.php here: http://screencast.com/t/u37yH86WwUP There is no html where these resources are called so you can try to change the code there and add data-cfasync. However this will not be enough because for slide block the theme generate js whitin php and that code cannot be excluded from rocked loader minimization.
We don’t recommend this type of minimization because the theme is not tested with theme and from our reports some of its features don’t work as expected.
Thanks!
Hi
That sort was intent to work only with a 7 days period of time. We may change this functionality in future so users can chose the period. I can’t promise anything for sure yet but I’ve added this on our list and when the time comes developers will consider it.
Thanks!
Hi
Thanks for your suggestion, I’ve added it on our todo list and will consider it in next theme updates.
Have a nice day!
Hi
1. What exactly do you want to change in mobile menu? The settings for colors can be found in theme panel > theme colors: http://screencast.com/t/LIPUyEomQQ
Please provide some exact detail about the desired result so I can inspect it closer and get back to you with a more accurate answer.
2. The functionality of search buttons is the same, the only difference is in layout. However the response time may be influenced by how well your site is optimized and how fast queries are made.
make sure that your server meets the requirements specified in our documentation: https://forum.tagdiv.com/newsmag-requirements-for-newsmag/ also check if the parameters from system status have the values indicated here: https://forum.tagdiv.com/system-status-parameters-guide/
3. We always include in theme’s path last version of Visual Composer available when the update is released. You can’t directly download Visual Composer from themeforest unless you bought it. Currently we test V 4.12 and after everything is ready a new update will be released.
4. I’ve checked your site and you’re using the default thumb for block 6: http://screencast.com/t/jPzMgHEOkcn if you want tu use a higher value for the thumb make sure that after the code is modified you regenerate the thumbnails.
Thanks!
Hi
The way you added the code is good and as I can see the result is as expected. I am not very sure where you want to add the border as from this screen seems that there is already a border: http://screencast.com/t/i8iOhvgZ
Please provide more details about the desired result and maybe I can help.
Thanks!
Hi
The best way of doing that is trough a check as you did. Basically there you don’t need anything else then a check if the value is greater then 0.
Thanks!
Hi
The color for the login modal won’t change because the selectors are not included on the list. The theme does not have an option which change these colors so only custom css can do it by targeting the specific selectors.
Thanks!
Hi
I assume that you want to exclude posts from some specific categories from being displayed in that block. If this is the case you just have to pass the ids in block’s shortcode, here is an example:
echo do_shortcode('[vc_row][vc_column width="2/3"][td_block_13 post_ids="'. -$exclude_current_post .'" category_id="' . $cat_name . ', -1, -2, -3" limit=""][/vc_column][/vc_row]');
Hope this helps.
Thanks!
Hi
Please follow this link to download the slider: http://cdn.tagdiv.com/wp-content/uploads/2016/06/animals_slider.zip
Thanks!
Hi
You can use footer template 2 to display the text block, here is an example: http://screencast.com/t/fqe4iowhxsp – http://screencast.com/t/1nb26QcX0 – http://screencast.com/t/F1pXHarL1quX
Social icons were not designed to be displayed in main menu and to achieve that you’ll need some customization in theme’s files. Basically you have to edit the file corresponding with header style used and adapt the code. Also you’ll need some css to configure the layout.
This is a complex task which require lots of customiations in order to be achieved. Unfortunately we cannot offer custom work so if 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.
To hide a specif column on mobile you can add a class for it in Visual Composer: http://screencast.com/t/jEmnnTLxr then use it in css like here:
@media(max-width: 768px){
.my-column{
display: none!important;
}
}
Thanks!
Hi
I’ve checked the indicated Facebook page on android and the links to your site are opened fine. When I click on the link it from Facebook application it is opened fine with Google Chrome browser. I am not sure why this is not working on your side but this is not a theme’s issue as it does not control that part. Try to clear mobile device cache memory then test again. Also try using different devices and check if the problem is still there.
Thanks!
Hi
You can ignore the activation messages as Visual Composer and Revolution Slider plugins comes bundled with the theme and you don’t need a license key for them.
Thanks!
Hi
Thanks @jsup for your help.
@Frydenborg if you still need assistance on this please provide your site url so we can have a closer look.
Thanks!
Hi
The css from theme panel it’s loaded after main css from style.css. The code from theme panel will overwrite the style from style.css so there shouldn’t be any issue with that.
Thanks!
Hi
Please provide your site url so I can have a closer look at this issue.
Thanks!
Hi
Yes it is possible to move these social icons in main menu but only by changing the code. Basically you have to edit the file corresponding with header style used. You will have to adapt the social icons to header style’s layout.
You will have to define a new menu menu in td_menu.php file: http://screencast.com/t/kmVZmZAEmT Next you have to call that menu in header-menu.php: http://screencast.com/t/VBCUreZu
These are complex tasks which require good coding skills in order to be achieved. We can’t offer customization services at the moment so if you still need guidance on this or 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.
Thanks!
Hi
To achieve that you have to edit td_module_single_base.php and remove the indicated code: http://screencast.com/t/1a9JyGU0O2 Also you have to edit td_module.php like here: http://screencast.com/t/tEk5y9axWb8j
Let me know how it goes.
Thanks!
Hi
That happens because you’re using black background-color for top bar and also the color for twitter icon is black. You have to change either top bar’s color or icon’s color. To color fro top bar can be changed from theme panel >theme colors and for twitter icon you can use this css:
.td-header-sp-top-widget .td-social-icon-wrap i{
color: red;
}
Thanks!
Hi
If the date is included in post’s meta either by the theme or by a plugin will still be displayed by google in search results. The indicated line is generated by the theme here: http://screencast.com/t/t1VVgkgjOCKe
Thanks!