Hi,
Each block uses a combination of modules and both are predefined in the theme. This is how block 15 looks with a limit of 5 posts on a full row – https://www.screencast.com/t/HHYjoVus3N and with a limit of 3 posts – https://www.screencast.com/t/0z8yfTTuZt You can not stretch the 3 modules to fit the entire row. If you want different looking modules you can use a different block. Here you can see all the blocks available in Visual composer – https://demo.tagdiv.com/newspaper/block-1/ More about Visual composer here if you want to read – https://forum.tagdiv.com/how-to-use-visual-composer/
Thanks
Hi,
That is happening because there is a custom width set on the logo – https://www.screencast.com/t/aT675AEpl0 and there simply is no space available in the header to display the logo and the menu on the same line. Look for the custom css code that is more likely in Theme panel->Custom Css and remove it or decrease the value – https://www.screencast.com/t/ZaicXM5y Also I see that the height of the header menu has been changed – https://www.screencast.com/t/ITDFz7KnBG83 from the default one – https://www.screencast.com/t/j6Gaa4lauefa and that is most likely done in theme’s stylesheet. These are the default header styles available in the theme – https://forum.tagdiv.com/header-styles/ and the recommended logo sizes – https://forum.tagdiv.com/logo-favicon/
Thanks
Hi,
You can try this code, just enter it in Theme panel->Custom Css with this result – https://www.screencast.com/t/ZaAojA4h5
.td-related-title.td-block-title
.td-cur-simple-item {
background-color: #007200;
}
.td-related-title.td-block-title {
border-color:#007200;
}
Thanks
Hi,
It is recommended to use the WP Super Cache plugin, here is a guide to help you configure the cache – https://forum.tagdiv.com/cache-plugin-install-and-configure/ and also you can make improvements to the site loading speed using this tutorial here – https://forum.tagdiv.com/how-to-make-the-site-faster/ You could always search the forum for tips and valuable insight from our users, on how to improve page speed.
Thanks
Hi,
We will consider your suggestions and pass them to the developer team, but we can not make any promises, or say for sure if/when they will be available because the list of suggestions and possible improvements is long. Each of these is analyzed and prioritized by the team, and each update is meant to improve the functionality and usability of Newspaper.
Thank you for understanding!
Hi,
Please provide a link to your website, so we can inspect it and provide a solution based on your setup.
Thanks
Hi,
I am sorry, but I did not see at that time any problems like you describe related to the article ads. Maybe the problem is intermittent and was not displaying at the moment I was inspecting it. We try to provide the best support and solve all the problems that arrive when building your site using the Newspaper theme, if possible. But this is done with dialogue and patience, to identify the problem quickly and find a working solution for it based on the information received. Also please try to post a single time and not reply in your topic, because this refreshes the topic and places it last. We try our best to answer all the topics, from oldest to newest, in the allocated support hours.
You do not need to activate the Visual composer plugin, it is already activated as specified in the link below and you do not have to worry about the activation warnings – https://forum.tagdiv.com/how-to-update-visual-composer-plugin/
Please let us know if you need further help.
Thank you for understanding!
Hi,
If you are updating the theme through the automatic process, please make sure you follow these steps exactly as they are described here in this guide – https://forum.tagdiv.com/how-to-automatically-update-newspaper-theme/ If you are sure you have done things accordingly, it could be a temporary problem with envato, you could try again later.
Thanks
Hi,
All the theme settings and options regarding ads are in Theme panel->Ads – https://www.screencast.com/t/h9PHnZtPjBN This the only solution available for a background ad – https://forum.tagdiv.com/background-ads/ There is no setting to delay the ad loading though, it will load along with the page. Maybe you could achieve this using a plugin, but I can not make any recommendation in this matter since no such plugin has been tested with the theme. You will have to search for some plugins with these capabilities and try a few of them. Please note that not all plugins are compatible with the theme, and some may not work properly.
Thanks
Hi,
Please make sure you have Visual composer active – https://www.screencast.com/t/yjOMzpmo9 and that the backend is enabled in the settings – https://www.screencast.com/t/zNq2lUde If this is not the case try deactivating and removing the plugin – https://www.screencast.com/t/xwR9zjLhXd then install it again, maybe something happened during the installation process. Also try this while deactivating all your other plugins to exclude a possible conflict.
Thanks
Hi,
It seems there is a background color set on your pages – https://www.screencast.com/t/orpy2aNESjJ Please go to theme panel and clear the background – https://www.screencast.com/t/RLLbykySgW
Thanks
Hi,
You can create your shop page using these Visual composer elements from woocommerce like this – https://www.screencast.com/t/18rct4GWHo2 and control the sidebars like this – https://www.screencast.com/t/CYkhUcJmr Here is a link to the plugins documentation – https://docs.woocommerce.com/documentation/plugins/woocommerce/
Thanks
Hi,
That is a default ad size so it should be there from the start, and the code used in the theme file seems valid. Try to disable all the plugins except Visual composer, clear the cache and purge cdn files if used. Also check any custom code you might have entered in theme panel or added to the theme files, and deactivate the child theme if you have one.
Thanks
Hi,
That happens because the border is set on one of the review rows, that are hidden now through the code provided. A solution would be to set a border top on the summary like this – https://www.screencast.com/t/b3LA4G1aTC5r This is the code used
.td-review-summary {
border-top: 1px solid #ededed!important;
}
Thanks
Hi,
Try creating a sidebar without the use of the letter “é” because the sidebars are sensitive to some language characters. Please use only standard characters in the sidebar names as these will not be displayed anywhere, so you can use any name for them without special characters or symbols.
Thanks
Hi,
@Hivvu If you tried disabling all (very important) the plugins except Visual composer, cleared the cache maybe something else if interfering with the theme js. Try disabling the child theme and check any custom code you may have added in theme panel, or to the theme files. Also make sure you use the latest version of the bundled plugins (I see you are using the speed booster plugin)
Thanks
Hi,
Please provide a link to your website, pointing to this video an I will try to give you a solution if possible.
Thanks
Hi,
You can try the force regenerate plugin and the solutions suggested in this topic – https://forum.tagdiv.com/topic/please-a-solution-to-just-generate-thumbs-for-featured-image/ Maybe it is what you are looking for.
Thanks
Hi,
Unfortunately the login is not available as a Visual composer element for pages, it can be enabled or disabled in the top bar like this – https://www.screencast.com/t/ADr1vM2n
Thanks
Hi,
If you would set those properties to the logo image it would look like this – https://www.screencast.com/t/PVOTeniNMq since there is no space available for the logo to display in the same line with the header ad, in these conditions. The best you could do with this header style and still display properly is like this – https://www.screencast.com/t/as8bMlPxscQw using this code, you should enter it in Theme panel->Advanced Css in the desktop section – https://www.screencast.com/t/7geRJitW0
.td-header-style-1 .td-header-sp-logo img {
min-height: 131px;
min-width: 340px;
}
.td-header-style-1 .td-header-sp-logo {
min-height: 131px;
min-width: 340px;
margin:0;
}
Thanks
Hi,
You can update the theme to the latest version by following the steps provided in this guide – https://forum.tagdiv.com/how-to-update-the-theme-2/ and you can make a backup as suggested there. The surest way is to do it by FTP like this – https://forum.tagdiv.com/install-via-ftp/
Thanks
Hi,
If you did not change the category hierarchy the categories displayed should always be the same. They should not be different. There can be parent categories and child categories (or subcategories)- https://codex.wordpress.org/Manage_Categories_SubPanel I can see in your mega menu that there is something wrong with the structure. A mega menu should be created like this – https://forum.tagdiv.com/mega-menu/ using a parent category with subcategories and posts assigned only to those subcategories. If you assign the post to the parent category also, then the parent category will be displayed. You can change the categories on posts in bulk like this – https://www.screencast.com/t/zNdo3cNQPSs if needed.
Thanks
Hi,
Unfortunately I can not make any plugin recommendations regarding this, because no such plugins were tested with the theme so I can not guarantee they will work properly. You could identify the selectors needed using the browser inspector tool – https://www.screencast.com/t/Utcyej8iC but I do not know if it will work or not. Try to search for other plugins with this functionality, maybe you can find one that works for you. The only navigation available for the posts by default is like this – https://forum.tagdiv.com/posts-with-pagination/
Thanks
Hi,
1. You can remove More from author from the related articles like suggested in this topic here – https://forum.tagdiv.com/topic/more-from-author-4/#post-154878
2. Unfortunately that is the only way that the prev/next feature displays on posts. You could modify some properties by creating custom code using the browser inspector tool – https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/ and the font here – https://www.screencast.com/t/E34l5LZGYf
Thanks
Hi,
Well you could use some css for this, like here if you are using a stars based review – https://www.screencast.com/t/MobNKsJReS7W or here for the other two options – https://www.screencast.com/t/RseaZj8VC
These are the codes used, just enter the one that applies in your case, in Theme panel->Custom Css
.td-review-row-stars,
.td-review-header {
display:none;
}
.td-review-row-bars,
.td-review-header {
display:none;
}
Thanks