Hello PkChris,
First of all, please ensure that you are using the latest version of the theme (Newspaper 7.3) and also, the latest version of Revolution Slider plugin which comes bundled with the theme, check the plugin documentation and then try to implement it in our theme according to above documentation regarding on this plugin. After all of these steps, if you need more assistance in this regard, please send us an email at contact@tagdiv.com with your log-in information (wp-admin) so we can further inspect your problem. Also, please provide the link of this topic so we can easily identify you.
Thanks for your understanding!
Hello Danieleelli,
Please check your system status and if it is not increased to the higher value please do it according to our documentation here -> https://forum.tagdiv.com/system-status-parameters-guide/
Hope this helps and let us know how it goes!
Thanks for the message!
Hello,
You can try the code below ->
.sf-menu ul a {
color:red!important;
}
The result -> http://screencast.com/t/38qGHnFfya
Thanks.
Hello taddeo,
Yes, is done.
Hello seifdine,
Please try to disable all the active plugins, leave just Visual Composer to active, clear all your caches and install only the plugins that come bundled with the theme and rule out the conflicting pluigns. Also, please try to clear the server cache if you have it or if you do not know about this, please request to your hosting provider. Also, if you are using the CDN system, purge all the files and test it again. Usually, these types of problems come from these causes.
Hope this helps and let us know how it goes!
Thanks for your understanding!
Hello quangninhvn,
Please notice that our modules are structured only for 3 columns and not for 5 columns, sorry! If you want to achieve as you mean above, please notice that you will have to change the structure of our modules and this is not a simple task and we cannot help you in this regard because we cannot provide custom work at the moment, sorry! As a hint, you will have to alter the code from the core file, like this -> http://screencast.com/t/GvdacDZG8F -> http://screencast.com/t/XPvAjaUy
Thanks for your understanding!
Hello mpdimitrov,
Unfortunately, this is the default theme’s behaviour. The latest Articles module will display the latest posts from your all categories, including and Featured Category. Please notice that is not a simple task to change the structure of this template but if you want this you can try doing yourself because we cannot provide customization services. It is possible that in the future to develop this plugin and add and offset setting that brings the unique article behaviour. 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 for your understanding!
Hello Boddickerdk,
You will have to change the value of transparency if you want to achieve the transparent background but please notice that if the background will be transparent, the writing will overlap the back and will not look good.
Thanks for your message!
Hello arnaudl,
As for the image sizes, there is no ideal image size I can recommend. You will have to assess the containers and thumbs you plan on using on your site and the post templates as well. if you use post templates that use the full-size images like: http://demo.tagdiv.com/newspaper/td-post-2015-awards-all-of-the-best-and-worst-moments-from-the-show/ then a full-width image is required. If not, you need to inspect every element, especially on the homepage. If you use big grids, your images must be at least the size of the big grid container otherwise, they will not fit inside and not display properly. Here is a list of all thumbs used in our theme:
https://forum.tagdiv.com/theme-thumbs/ also -> https://forum.tagdiv.com/thumbnails-vs-featured-image-size/
Hope this helps!
Thanks for your understanding!
Hello khabor,
I have checked your website and I inspected the size of your logo. As you can see, your original size for your logo is this -> http://screencast.com/t/h13sxSNams9 Also, I have noticed that you are using the Header Style 9, the template which displays the logo on full width -> Yes, it is correct your logo is displayed on full width but please notice that the size of your logo is too small, like this -> 300*43 px (width=300px and height=43px) and probably that’s why seems so small your logo. The theme does not enlarge your photo because the quality of it will be damaged. The only alternative in this regard would be to change your logo and replace it with another big one. I can give you some CSS for enlarging your logo but this will not bring the expected results.
Try the code below ->
.td-main-logo img {
width: 800px;
height: 115px;
}
The result you should see here -> http://screencast.com/t/rTcNDpmxM
Thanks for your understanding!
Hello WebK,
I am glad that you solved the problem.
Thanks for the message!
Hello Mark Lee-Falcon,
I need to inspect your website if you want to receive a more accurate response.
Thanks.
Hello Chandan Kumar Singh,
Do you mean that you want to reproduce the similar layout of this example using our theme for your website? Please notice that this type of request involves some custom work until finished it and we cannot provide this service at the moment, sorry! Before beginning your process, please try to read all our documentation to get familiar with it and then you will have to try to implement yourself all of these customizations. So, if you are not aware of the steps which are needed to take in this regard, please consider hiring a freelancer/developer to help you!
Thanks for your understanding!
Hello Chandan Kumar Singh,
Please keep in mind that the Child Theme is a theme that inherits the functionality and styling of another theme, called the parent theme. Child themes are the recommended way of modifying an existing theme. For more information about Child Theme support, please check our documentation here -> https://forum.tagdiv.com/the-child-theme-support-tutorial/ and also, the codex documentation here -> https://codex.wordpress.org/Child_Themes
Hope this helps!
Thanks.
Hello Chandan Kumar Singh,
Thank you for your questions. So, I assume that you want to add these meta tags to increase your speed optimization, right? Please notice that the META tags have become virtually useless on the Web today. In the art of search engine optimization, you need not bother with the META tags so much. However, there is one tag that all webmasters should include in their web pages. This is the META Robots Tag. Also, if you want to add these, you can do by adding in head.php core file, like this -> http://screencast.com/t/rvDuTrTZxp
Hope this helps!
Thanks for your understanding!
Hello DeRothschild,
Unfortunately, our mobile theme has not been designed to be modified from the Theme panel, sorry! Please notice that this plugin has been made to have a simplistic structure just to be more useful to use and very fast. If you want to develop this plugin, you will have to alter the code from the front-page.php core file from this -> http://screencast.com/t/3kKOhca2a Please notice that is not a simple task and 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!
All the custom CSS which you want to be applied for your Mobile Theme you should add in this area, here -> http://screencast.com/t/HJtxRLlkoDR If you have a caching plugin, in order to achieve best results, try to clear all of your caches and test it again.
Thanks for your understanding!
Hello SirBrayden,
If you want an accurate code, please notice that you will have to provide your website URL so I can inspect it closer.
Thanks for the message!
Hello Boddickerdk,
If you want to change the space between the logo and the menu please try the code below and place it in Theme panel->Cusotm CSS area.
The code is ->
.td-header-style-1 .td-header-sp-logo {
margin-bottom: 10px!important;
}
.td-header-style-1 .td-header-sp-recs, .td-header-style-1 .td-header-sp-logo {
margin-bottom: 10px;
}
The result you should see here -> http://screencast.com/t/uYXxspl6
The code is ->
.sf-menu ul li{
background-color:green!important;
}
The result -> http://screencast.com/t/emQnHXK0xPD
Hope this helps!
Thanks for your understanding!
Hello SoNowner,
I am glad that I could help you and if this help helped you a lot if you want you can rate our theme to the Theme Forest page.
Have a nice day, too.
Hello PURE_Vengeance,
First of all, I will thank you for your interest in our theme. Before doing your project, I suggest you reading all our documentation. You will have to get familiar with all of theme’s settings regarding on Videos and then you will be able to implement and applies all of them in your website. As an example, you can try to use the Video News demo, like this -> http://demo.tagdiv.com/newspaper_video/ For more information about our video and review settings, please check here -> https://forum.tagdiv.com/video-playlist-2/ -> https://forum.tagdiv.com/reviews-2/
Hope this helps!
Thanks for your understanding!
Hello tuliss,
Our theme has no RTL support because it has been designed to be used in this layout, sorry!
Unfortunately, we have no plan on implementing it in the near future. Implementing RTL support in our theme will require 2 style.css files and it will add significant “weight” to the theme. Using the RTL mode means that lots of elements have to be adjusted and this thing involves custom work and we cannot provide this at the moment!
Please try to do a simple search of our forum and you will see that our team offers support only for theme related problems and which not require additional customizations. Please check again our support policy here -> https://forum.tagdiv.com/support-policy-2/
Thanks for your understanding!
Hello Freeman,
Unfortunately, this is the theme’s settings and another way in this regard do not exist.
Thanks for your understanding!
Hello Mark Lee-Falcon,
For your first request, please provide more details what you mean because I do not exactly understand your answer.
For second request, try the code below and place it in Theme panel->Custom CSS area.
The code is ->
.td_module_wrap .entry-title {
text-decoration: underline;
}
The result you should see here -> http://screencast.com/t/bINLVFOKlI
Thanks.
Hello expertsc,
Please notice that this is the theme’s behaviour regarding on images. The theme uses a lot of modules to display the post articles and for each one, it is necessary another size of the image. So, if you want to reduce to load all of these dimensions for images, please notice that you can turn off this option from Theme panel, like this -> http://screencast.com/t/I3I9VDymqe For more information about this process, please check the following topic here -> https://forum.tagdiv.com/topic/how-to-manage-growing-image-library-and-file-size-on-disk/
Hope this helps!
Thanks for your understanding!
Hello T-Jam,
Please provide your website URL so I can further inspect it closer your footer area and also so I will be able to provide a more accurate response.
Thanks for your message!