Hello emalgumlugardomundo,
Please check our tutorial in this regard and try to follow all the steps which are presented there and try to implement yourself. Also, please notice that is not a simple task to make your website faster and require a lot of additional customizations.
If you are not aware of the steps in this regard, please consider hiring a freelancer/developer to help you because we cannot provide customization services at the moment ,sorry!
Thanks.
Hello jbabken,
Please notice that you have to add a check condition to know the capabilities of your user. For more references about these, please check here -> https://codex.wordpress.org/Roles_and_Capabilities If you are not aware of the steps in this regard, please consider hiring a freelancer/developer to help you because we cannot provide customization services at the moment, sorry!
Thank you for your understanding!
Hello Elsa Furtado,
If you want to change the category tag for category page you have to use a bit of CSS code. Please try the code below and place it in Theme panel->Custom CSS area.
The code is ->
.td-post-category {
background-color: red!important;
}
The result -> http://screencast.com/t/2SXCpsMptTiy
Thanks.
Hello Bintmusic,
1)Please notice that if you want to follow this method you have to do it manually for each template in accordance with that template used, like this -> http://screencast.com/t/HAQC8eQ05
2)For good results you have to use is_category() condition and not in_cateogry(). For more information about these conditions, please check here -> https://developer.wordpress.org/reference/functions/in_category/ -> https://developer.wordpress.org/reference/functions/is_category/ Also, another possibility for you would be to edit some core files in order to achieve as you wish, like this -> http://screencast.com/t/xTotByXYDabH -> http://screencast.com/t/mM4MwQzx Please notice that you have to remove for each template and module the get_author function in order to achieve as you wish. Above I gave you an example on how can be done (for posts and modules). Here you can see a list of our modules and blocks -> http://screencast.com/t/6OH9dm6nrp
Hope this helps!
Thank you for the message!
Hello FullofEvents,
Here -> http://www.fullofevents.com/hawaii you have set it your homepage being for your latest posts (blog mode). If you want to have this layout you have to change your front end displays from wp panel from static page to be Your latest posts, like this -> http://screencast.com/t/KBcIIkZzN
Hope this helps!
Thanks.
Hello Mayapur Voice
If you want to hide the author name only for category pages you have to use the .category class to do it with CSS code. Please try the code below and place it in Theme panel->Custom CSS area.
The code is ->
.category .td-post-author-name {
display:none;
}
If is not what you mean, please provide more details.
Thanks.
Hello zeni,
All our thumbs sizes are created in td_config.php, as you can see here -> http://screencast.com/t/6y42V3ZW9Sp If you have some experience in PHP/HTML/CSS you should try to create other thumbs with your desired sizes or you can change one of this. Also, please notice that each block is created with some modules like this -> http://screencast.com/t/DJDc3OU0 and here -> http://screencast.com/t/3RBM3AjEatq you can see what kind of thumbs are used in the theme.
Hope this help!
Thanks.
Hello magda,
1) Please try to use the !important tag to give more priority to the above code in order to achieve the good results in this regard.
.td-header-style-1 .td-header-sp-logo {
margin-left:0!important;
}
Also, please notice that this code is applied only for header style 1. If you are using another header style you have to replace the number of this.
2)Please provide your website URL so I can further inspect it closer and also, so I will be able to provide a more accurate response. Also, please ensure that your issue does not come from your untested plugins. Just in case, please try without these and check after the results.
Thank you for the message!
Hello jatinsoni,
If you want to have control over the sidebar for Buddypress pages, you have to set the sidebar position from Template settings->Page template, like this -> http://screencast.com/t/kd7UU3XGfc Also, please ensure that you have set it to the Default setting for sidebar position when you edit the Register or Activate pages from BuddyPress, like this -> http://screencast.com/t/itr71fOmC2Y and the result you should see here -> http://screencast.com/t/NOSHypNY4vok
Hope this helps and let us know how it goes!
Thank you for the message!
Hello Elsa Furtado,
I suppose that you are referring to the color of Category tag. You can change these only with a bit of CSS code. If you want to give you an accurate code in this regard, please provide your website URL so I can further inspect it closer. If you want to have the same color for each category, you can change it from Theme panel, like this -> http://screencast.com/t/R6EZ4okLn
Thank you for the message!
Hello JohnBull,
As you can see, this is a Visual Composer element and we only use this on our theme and was adjusted it with a bit of CSS for good results in theme. If this element was declared deprecated from Visual Composer stuff, you will have to replace with the newer tab from Visual Composer, like this -> http://screencast.com/t/dFub3BTzTdL The difference between these two elements is about the classes. If you do not have a lot of TABS in your side, we recommend to re-make your TABS with the new element of Visual Composer. Another alternative would be to use the method Search and Replace. Before doing this method, please make a backup of your database and use a plugin like Search and Replace to rename you shortcode:
vc_tabs -> vc_tta_tabs
vc_tab -> vc_tta_section
Hope this helps!
Thank you for the message!
Hello
If you want to hide the date for a certain post, you have to use a bit of CSS in order to do that. First of all, you have to get the post ID, using your inspector and then you have to use the CSS like the code below.
The code is ->
.postid-2540 .td-post-date{
display:none;
}
The result you should see here -> http://screencast.com/t/a5cdcD0cdwQU
For your second question, the difference between these is that in the SOURCE field you have to add the author name/link of the image/post/article, etc and in the VIA field you should add the link/name where you got the information (this is not an author – distribution of information).
Thank you for the message!
Hello WNPolitics,
Unfortunately, our theme has not been designed to use a dynamic width. We do not recommend to increase or decrease the width of the theme’s width because the layout of the theme will be broken. Also, please notice that it is not a simple task and if you want to change the width you will have to adjust all of other elements of the theme to works with the new width and this involve custom work. If you want to display more levels in our theme and you are not aware of the steps in this regard, please consider hiring a freelancer/developer to implement this for you because we cannot provide customization services at the moment, sorry!
Thank you for your understanding!
Hello milospilot,
If you want to access the archive page by your date you have to simply add after your URL the year/month/date and you will get the archive page with all the posts which were published to this date, as you can see here -> http://screencast.com/t/yaJHbWjO
If you need to have more control over these, you can try to find some plugins with this functionality and see how it work for you.
Thank you for your understanding!
Hello all,
Please notice that our team only provide support for our themes and we cannot provide custom work. We have a big list of fixes, improvements and suggestions to implement and also, we not have such time to do custom services at the moment because we are a small team, sorry! Usually, we recommend developer from studio.envato.com.
@Cybi, please try to make a fresh install of the theme and then only install the visual composer version that comes with the theme. Please remove any other version from the plugins section (disable and remove) and then install it from here: http://screencast.com/t/DwZN21u0VR Also, you can try to make a new install from scratch, follow this steps and then check if you will get this error.
Hope this helps and let us know how it goes!
Thank you for the message!
Hello samyprez,
The latest version of WordPress (4.5) ‘broke’ the Visual Composer and create some errors through plugin’s functionalities. Please notice that you need to do the update to the latest version of Visual Composer (4.11.2), clear all cache and check the results after this.
Hope this helps!
Thank you for the message!
Hello Cybi,
Please notice that you have to add the code in Theme panel->Custom CSS area, like this -> http://screencast.com/t/ym0xOHQWN
Thanks.
Hello firetoss,
Please notice that our theme uses the comments from WordPress and all the settings about these you can find in the Panel, like this -> http://screencast.com/t/ItrP2TnfzOB7 Also, please notice that WP Ajaxify Comments is not a tested plugins and we have no idea about the theme’s behaviour with this kind of plugin, sorry! I suggest you contact the author’s plugin because he could be able to guide you to the right direction because we cannot provide support for untested plugins, sorry! Also, if you want to display more levels in our theme and you need to do some additional customization through the code and you are not aware of the steps in this regard, please consider hiring a freelancer/developer to help you because we cannot provide customization services at the moment, sorry!
Thank you for your understanding!
Hello FarrahGillani,
For more references and discussions in this regard, you can check these topics, here -> https://forum.tagdiv.com/topic/analyticsseo-google-disappeared/ -> https://forum.tagdiv.com/topic/google-analytics-reporting-drop-in-traffic-after-updating-to-6/
Thank you for the message!
Hello merche_14,
I have tested your iframe on my side and seems to be broken, as you can see here -> http://screencast.com/t/3IUzou0c Please check your code to be valid and then try to add it into your backend when editing your post (as example) in text mode, like this -> http://screencast.com/t/a19x7LTImH This is the standard embed way in our theme.
Thank you for your understanding!
Hello jbabken,
Unfortunately, our theme does not have such an option to exclude the authors by ID, sorry! If you want to do this, you can only through code. First of all, you have to get the authors ID from the panel, like this -> http://screencast.com/t/iuXi7nqPtyV and then you have to add some conditions in td_module_single_base.php and td_module.php, like this -> http://screencast.com/t/dfUfjWyO0CVa -> http://screencast.com/t/ldMPPUnxm -> http://screencast.com/t/wuOJmSnw Also if you want more than one author ID, you have to use an array and put there all the ID’s and then you have to use in_array condition. For more information about how you can use in_array, please check this topic, here -> https://forum.tagdiv.com/search/in_array+%40andrei/ and this -> http://php.net/manual/ro/function.in-array.php
Please notice that you want to display more levels in our theme and you are not aware of the steps in this regard, please consider hiring a freelancer/developer to help you because we cannot provide customization services at the moment, sorry!
Thank you for your understanding!
Hello Harrison,
Please notice that the latest version of WordPress ‘broke’ the Visual Composer and you need to install the latest version of this (4.11.2). For updating the theme, you have 3 way to do it -> installing via FTP (recommended), via WordPress or automatically update via Envato Toolkit. For more information about these ways, please check here -> https://forum.tagdiv.com/how-to-automatically-update-newspaper-theme/ -> https://forum.tagdiv.com/how-to-update-the-theme-2/
Thank you for your understanding!
Hello kognitoweb,
Yes, this is our type of pagination for our blocks, like this -> http://screencast.com/t/VMqLxLZpTU If you need more assistance in this regard, please provide your website URL so I can further inspect it closer the issue.
Thanks!
Salut Panait,
Incearca sa folosesti Thumbnail Regeneration & Force Regeneration plugin. Aceste situatii apar atunci cand nu folosesti o dimensiune corecta a imaginii care va fi setata ca si Featured Image…te rog sa observi ca tema doar decupeaza imaginile daca ele sunt mai mari decat dimensiunea thumb-urilor corespunzatoare iar daca imagina este mai mica decat acestea, imagina ramane la aceleasi dimensiuni mici deoarece nu mareste doar decupeaza dupa sistemul from center to top. Daca doresti sa maresti imaginile ar trebui sa folosesti Thumbnail Upscale plugin. Pentru mai multe informatii despre cum functioneaza acest sistem, te rog verifica acest topic, aici -> https://forum.tagdiv.com/topic/featured-images-on-home-page/
Multumesc pentru mesaj!
O zi frumoasa in continuare!
Hello ycetindil,
I suppose that you are referring to the plugin in this case. Please notice that our theme does not have such tested plugins in this regard and we have no idea about the theme’s behaviour with this type of plugin and also, please notice that we cannot provide support for untested plugins. I suggest you contact the author’s plugin because he should be able to provide a more accurate response in this regard or also, maybe he can guide you to the right direction. If you cannot accomplish this, please consider hiring a freelancer/developer to help you because we cannot provide customization services at the moment, sorry!
Thank you for your understanding!