Hello Phonetic,
I have added this to our list of requests and in a future update, it is possible but we cannot say for sure if it will get done in the next update because it is not a simple task and also, we have a big list of fixes, improvements and suggestions to implement. It’s hard to filter them and select which one gets implemented now and which one gets postponed. The developers will decide if it gets done or not, though.
Thank you for your understanding!
Hello Atakanyildiz,
Unfortunately, this kind of plugin is not tested with our theme and we have no idea about the theme behaviour with this and also we cannot provide support for untested plugins. Please try to find another plugin with this functionality and see how it works for you…you should try to disable all the active plugins, except Visual Composer and this plugin, clears all cache and instal only the plugins that come bundled with our theme and check the result. Also, you can try to activate one by one and find the culprit. Maybe some untested plugins that use in theme could create some interference between our theme and this plugin and create this kind of issue…
Hope this helps!
Thank you for your understanding!
Hello dodikmulyanto,
Unfortunately, our theme does not have such an option to change the width and we do not recommend it because you can break the layout. If you want to display more levels in our theme and you are not aware the steps in this regard, please consider hiring a freelancer/developer to implement this for you in our theme because we cannot provide custom services at the moment, sorry!
Hope this helps and let us know how it goes!
Thank you for the message!
Hello Sayeed,
If you want to disable all the sidebars in mobile and tablet mode, you need a bit of CSS to hide this option. Plase try the code below and place it in Theme panel->Custom CSS area, like this: http://screencast.com/t/5iPUuNZoso3l
@media (max-width:767px){
.td-ss-main-sidebar {
display:none;
}
}
The above code is only for posts. If you want to hide them for pages, it is not a simple task because it is not easy to target the sidebar class and it depending on how you set the sidebars for pages. As a method to add the sidebar for pages would be with Visual Composer and with Widgetised element, like this: http://screencast.com/t/dXPluCP9xJy or you have to edit each column for responsive from Visual Composer because it is not a specific class for this kind of sidebar to hide it with CSS, like this -> http://screencast.com/t/avmaxUjj5Ala
The code is ->
@media (max-width:767px){
.wpb_widgetised_column {
display:none;
}
}
Please notice that the more article box is not displayed for the mobile version by default.
@media (max-width: 767px){
.td-more-articles-box {
display: none !important;
}
}
If you want to activate for a mobile version you have to switch to display:block!important
For your second request, if you want to reduce the size for the next/prev button on smart list 7 you have to use a bit of CSS. Please try the code below and place it in Theme panel->Custom CSS area.
.td-smart-list-button {
padding: 7px 10px;
font-size: 14px;
}
Hope this helps and let us know how it goes!
Thank you for the message!
Hello todaybase,
Please try to use the same way and integrate between tag what part of the sentence you want to be a link. For example, please check these screenshots -> http://screencast.com/t/pMJpYUt5D194 and the backend of this is -> http://screencast.com/t/FeckqNbzIu
Hope this helps!
Thank you for the message!
Hello jerryd,
Replied via email.
Thank you for the message!
Hello chand3g,
I have checked your website and saw that you are using Header Style 8. Please try the code below and add it in Theme panel->Custom CSS area and then your top bar menu will be displayed in the mobile version.
The code is ->
@media (max-width: 767px){
.td-header-top-menu-full {
display:block!important;
}
.td-header-style-8 .td-header-top-menu {
display: block!important;
}
.td-header-sp-top-menu {
display: block !important;
}
.td-header-style-8 .td-header-top-menu {
margin-left:0;
width: 100%;
}
}
The result you should see here -> http://screencast.com/t/MRdAUcys3PK
For your second request, unfortunately, I do not understand very good on what you are referring to. Please provide more details about your desired changes so I will be able to provide a more accurate response.
Thank you for the message!
Hello Bintmusic,
Please consult this topic here -> https://forum.tagdiv.com/topic/fatal-error-in-wp-contentthemesnewspaper/
Hope this helps!
Thank you for the message!
Hello Edge44,
In order to achieve the right functionality for the Big Grid Slide, please ensure that you have selected more than 4 posts in the limit posts number filed from element settings like this http://screencast.com/t/Z5cPh8JHjzHa I have tested on my side and everything seems to work as expected.
Thank you for the message!
Hello Atakanyildiz,
Please make a fresh install via FTP by following this tutorial: https://forum.tagdiv.com/install-via-ftp/ Your settings will not be affected as they are stored in the database. Simply download the latest version of the theme and install it directly. Also, please install only the plugins that come bundled with our theme, clear all cache and try it again and see how it work for you.
Hope this helps and let us know how it goes!
Thank you for the message!
Hello MarStat,
If you want to use a different link ad for each category and post of this category, you have to use in_category and is_category condition and add them in td_background_render.php code file like this -> http://screencast.com/t/0mtpnMtxo9 and if you ant to have the same link for your ads, you should set it from theme panel -> http://screencast.com/t/wtOgl6nVq
The code is here -> http://pastebin.com/ZZNQCPhx
For your second request, unfortunately, our theme does not have such an option to change the width and we do not recommend it because you can break the layout. If you want to display more levels in our theme and you are not aware the steps in this regard, please consider hiring a freelancer/developer to implement this for you in our theme because we cannot provide custom services at the moment, sorry!
Hope this helps and let us know how it goes!
Thank you for the message!
Hello chand3g,
Please provide your website URL so I can inspect it closer and I will be able to provide a more accurate response. The code that I gave you above have to be changed according to header style used by you.
Thank you for the message!
Hello Iridiumx2,
Please make a fresh install via FTP by following this tutorial: https://forum.tagdiv.com/install-via-ftp/ Your settings will not be affected as they are stored in the database. Simply download the latest version of the theme and install it directly. Also, please install only the plugins that come bundled with our theme, clear all cache and try it again and see how it work for you.
Hope this helps and let us know how it goes!
Thank you for the message!
Hello Chucho,
In principle should not be the problem with your code. I have tested on my side in child theme function.php and the new fonts will be overwritten by the child theme properly.
Thank you for for your solution because it might be more useful for many users.
Thank you for the message!
Hello Sylvia,
It should work with the purchase code because you can access the forum through this code. Indeed, I have checked you purchase code and appear to be invalid, strange. More details were provided by my colleague Lucian via email.
Thak you for the message!
Hello ecyrus6036,
If you want to have more posts from categories displayed for your blocks, you have to set them from Block settings for each block like this -> http://screencast.com/t/XqBPeh5QUxW using category ID like this -> http://screencast.com/t/8twdI56e
For more information about blocks, please consult our documentation here -> https://forum.tagdiv.com/block-settings-tutorial/
Hope this helps!
If is not what you mean, please provide more details about your desired changes so I will be able to provide a more accurate response.
Thank you for the message!
Hello firetoss,
Yes, if you are editing your td_module_single_base.php, the button will be applied for all posts.
Thank you for the message!
Hello snaxzer,
Unfortunately, our theme does not have such an option to minify the style.css file and we cannot recommend any plugins with this functionality because is not tested with our theme. For minifying this file we are using CloudFlare for our demo and works fine. If you want to read other views from our users, please check this topic -> https://forum.tagdiv.com/topic/tip-how-to-easily-minify-your-css-without-breaking-your-site/
One of our top members here on the forum wrote his own optimization tutorial here:
https://forum.tagdiv.com/topic/tutorial-chriss-custom-optimizations-for-functions-php-etc/
Hope this helps!
Thank you for the message!
Hello sid,
Please check the example below and try to implement in the same way into your .htacces file. After this, please try clears all cache and see how it works for you.
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
<IfModule mod_headers.c>
Header add Access-Control-Allow-Origin “*”
</IfModule>
# END WordPress
Hope this helps!
Thank you for the message!
Hello JBH,
Yes, this fix will be available for the next major update in near future.
Thank you for the message!
Hello vasiliki,
If you want to have a bigger logo and if you choose for one of our header styles, you will not have any problem with responsiveness. I suggest you using header style 9,10,11 for a good result for a bigger logo loaded. The result you should see here -> http://screencast.com/t/BdSZ293e76s -> http://screencast.com/t/m1p0b4c1 -> http://screencast.com/t/qJ6tMRPNyYL3
Hope this helps!
Thank you for the message!
Hello todaybase,
If you want to make a link, you have to use the specific html tag for this -> link text For more information about this, you should find here -> http://www.w3schools.com/html/html_links.asp
Please check this screenshot and try to implement this on your website in order to do a link -> http://screencast.com/t/1lQuiQD2W7f and the result -> http://screencast.com/t/WD1xljUc3gtK
Hope this helps!
Thank you for the message!
Hello Navito,
Unfortunately, our theme does not have such an option to set how many menu items appear in the main menu. The number of these depends on their length. As an alternative would be to decrease the font size to be shorter to fit more menu items.
If you need more assistance in this regard, please provide your website URL so I can inspect it closer and provide you a more accurate response.
Thank you for the message!
Hello JBH,
We know about this problem and I have added this in our list to find a better implementation for comments when are disabled, till then please try this solution -> make a backup of your current comments.php file -> http://screencast.com/t/01T9vxoNa and then replace with this content – http://pastebin.com/e7wy2ham
Sorry for the inconvenience!
Hope this helps!
Hello Phonetic,
Unfortunately, our theme does not have such an option. If you want to have the full width for your header style (5,6) you must not use background image because in this case the layout of the theme will be boxed. Please notice that is not a simple task to achieve a full width for header background and require additional customization -> custom work. Unfortunately, we cannot provide custom services at the moment and if you are not aware the steps in this regard, please consider hiring a freelancer/developer to help you.
Thank you for the message!