Hi,
Slight misunderstanding here, that can be achieved through the accordion options. Simply check this option in the settings
– https://www.screencast.com/t/BToO2GxbewW
That will allow the sections to be closed on a second click.
Thanks
Hi,
The block widgets have an option to set a custom class to each of them, for this purpose exactly
– https://www.screencast.com/t/lZBFXZ1A
Thanks
Hi,
I have tested this and it should apply for all block titles
– https://www.screencast.com/t/uplbLkkwb
Try using the code with important like this
.block-title span {
width: 150px!important;
}
Forgot to mention, if you want it to have effect only on the homepage blocks, it would be like this
.home .block-title span {
width: 150px!important;
}
If it is still not working it would be helpful if you could provide a link to your website so I can identify why this is happening.
Thanks
Hi,
The Latest articles section will be added to the bottom of the page, when the required page template is selected
– https://forum.tagdiv.com/page-templates-2/
It can be customized in terms of module used to display the posts, and the content it displays
– https://www.screencast.com/t/k7EkZdPk0En
This section can also have a custom sidebar set
– https://www.screencast.com/t/VJ6GBbk9N
Or it can be removed by selecting a different page template.
Thanks
Hi,
This is where the theme view counter is defined in the theme, you can try the suggestion mentioned by Chris
– https://www.screencast.com/t/82wFH6XKxbhc
Thanks
Hi,
I see the problem now. Enter this additional code and it should display properly in all situations
– https://www.screencast.com/t/hEqK4PpNPBd
.td-slide-on-2-columns .td-doubleSlider-1 .td-slide-galery-figure {
width: 100%;
}
Thanks
Hi,
It should work if it is set properly
– https://forum.tagdiv.com/tagdiv-social-counter-tutorial-2/
Please note that the Facebook profile page has to be public, the counter will not work if it is private. If you could provide a link to your website we will inspect it and see if there is anything wrong.
Thanks
Hi,
The width of the socials seems to be wrong, a code like this will fix it however
– https://www.screencast.com/t/r12FBVZP
.td-social-style9 .td_social_type {
width: 20%;
}
Enter it in Theme panel->Custom CSS section.
Thanks
Hi,
The Adrotate plugin is not officially tested, but all user feedback has been positive regarding it. You can use Adrotate shortcodes in the theme panel ad spots, and they should be displayed with no issues.
Maybe the plugin you are using is not compatible with the theme, or it is not configured properly. If you followed the plugin installation instructions and it is not working, you could try a different method of implementation or plugin.
Thanks
Hi,
Those parameters of the server and WordPress are imperative factors in the functionality of the theme and plugins. They are general WordPress configuration elements. Please follow the guide provided above and see if everything is set properly.
Ask your hosting provider to make the changes for you, as they might have a recommended method in this matter.
If there is still a problem, please deactivate all plugins except theme plugins and clear any installed cache. Then check in the theme panel while saving settings, if there are any errors in the browser console. Press F12 to bring up the inspector window and then open the console tab
– https://www.screencast.com/t/ENQ5a8CB8
Check if there are any errors in this console. The admin ajax process could be blocked by the server, because of the multiple requests that it makes. In this case you can contact the hosting provider and explain this situation or provide a screenshot with the error.
They should be able to fix it if this is happening.
Please let us know the results.
Thanks
Hi,
The category tag is displayed on the thumbnail like this
– https://www.screencast.com/t/J2lJnIyP1
It could be positioned differently but I con’t understand exactly how you would like it to be. For example a code like this will position it below the thumbnail
– https://www.screencast.com/t/o5jdBP7ELSSR
This is the code used in the example, if you wan to experiment with it
.td-pb-article-list .td-module-image .td-post-category {
bottom: -16px;
}
.td-pb-article-list .entry-title {
padding-top: 10px;
}
Thanks
Hi,
Then it would be best to leave it as it is at the moment and do not make any modifications, until this is modified by our developer team, and properly tested. Hopefully as soon as the next theme update. Sorry for any inconvenience caused.
Thanks
Hi,
The Video menu item is a category, it will link to the category page when clicked. That is expected behavior when categories are clicked. These category pages cannot be edited at the moment, all the settings are made through the theme panel.
If the Video was not a category, but a page it can link to that, and whatever content is placed in it.
But if you have two playlists on separate pages or even on the same page, these have to be maintained separately, they will not synchronize the videos.
You could do it another way, by embedding the same playlist in the pages, by a text element
– https://www.screencast.com/t/zZIgYNLqmyj1
– https://www.screencast.com/t/cbjuFMa3ao8
The same playlist will be displayed where you use it, while you can update it on YouTube once.
More about embedding here
– https://wpsmackdown.com/embed-youtube-playlist-wordpress/
Thanks
Hi,
That could be done by either removing the link from the code, where it is defined in this theme file
– https://www.screencast.com/t/gwSEBaNFK
Or maybe with some CSS that would not allow the link to be clickable
.single .td-post-author-name {
pointer-events: none;
}
This code must be entered in Theme panel->Custom CSS if you should decide to use it.
Thanks
Hi,
Please note that content for mobile pages has to be entered through the Mobile editor. Pages created with the composers will not be displayed. This is meant to improve the performance on mobile and give the opportunity to present a simple website version on mobile devices.
The mobile theme plugin is optional, it can be deactivated. Then the same content from desktop will be displayed on mobile, adapted for mobile due to the main theme full responsiveness.
The logo is recommended to be of this size for best results on mobile devices
– https://www.screencast.com/t/Z6hsht079C
Different results could be achieved through customization.
Here you can find more about how the mobile theme works
– https://forum.tagdiv.com/the-mobile-theme/
Regarding the navigation not working, there was an issue with the plugin functionality but it is fixed at the moment. Please follow this topic
– https://forum.tagdiv.com/topic/mobile-tabs-not-loading/
Try the suggestions from the topic and the mobile them should work as intended.
Thanks
Hi,
What I meant was that there is a custom code that affects all the containers in general
– https://www.screencast.com/t/MJTBlDShMdI3
If that code is required in your customization, you can create a condition to override it between the widths that are causing the menu item to drop down on a second line. Something like this, without code
– https://www.screencast.com/t/o7T0W8of
And after added code
– https://www.screencast.com/t/zKkNRUwV
@media (max-width: 1251px) and (min-width: 1140px) {
.td-header-menu-wrap .td-container {
width: 1068px;
}}
Thanks
Hi,
1. I might have misunderstood what you wanted with the hamburger icon. You could place the hamburger icon in the menu as a menu item, using Font awesome and the guide from above
– http://fontawesome.io/icon/bars/
You can create a drop down menu, page menu or mega menu
– https://forum.tagdiv.com/mega-menu/
– https://forum.tagdiv.com/page-menu/
For the styling it would be helpful if you could provide a link to your website and more precise details about the changes you want, and I will try to help you with a solution.
2. That is a filter displayed on the category pages to filter the posts that are displayed in the top grid. It can be disabled in the general category settings
– https://www.screencast.com/t/JHMK14Lg32P
Thanks
Hi,
There is a problem on desktop from what I can see here
– https://www.screencast.com/t/gg1ZKwGlQkE
That could be solved with a code like this
– https://www.screencast.com/t/zI9Zjr3gX2
.page-template-default .wpb_text_column :last-child{
margin-bottom: auto!important;
}
But on mobile I do not see any other issues
– https://www.screencast.com/t/VwBhf0TSb
Thanks
Hi,
The posts and pages will not be lost by updating the theme, these are kept in the database. Please follow the guide and the steps described
– https://forum.tagdiv.com/how-to-update-the-theme-2/
It is always recommended to make backups before updating the theme, just to be safe.
Do not make any modifications to the theme files after updating, deactivate all plugins except theme plugins and clear all caching installed. Then check if there still is a problem.
Thanks
Hi,
This is unusual. Please send us an email at contact@tagdiv.com and provide admin login information so we can take a look. Also paste a link to this topic in your email.
Thanks
Hi,
1. The theme does not have any caching for the website. There are plugins for this purpose. The recommended caching plugin is the WP Super Cache
– https://forum.tagdiv.com/cache-plugin-install-and-configure/
Or maybe there is server side caching, you could check with your hosting provider for more information.
2. The permalinks can be changed in the WordPress settings based on the available capability and functionality of WordPress, please check the guide provided by Bogdan. The theme does not add any other settings to modify permalinks.
In terms of SEO you can check this guide for useful tips regarding permalinks structure
– https://yoast.com/wordpress-seo-url-permalink/
3. Author roles and above have the options and capability to publish posts, according to the WordPress default user roles
– https://codex.wordpress.org/Roles_and_Capabilities
– http://www.wpbeginner.com/beginners-guide/wordpress-user-roles-and-permissions/
There should be no problem having your authors and editors create and publish posts. I have tested this and it is working as it should. By default these user roles can publish post. Make sure these users have the role required
– https://www.screencast.com/t/Zlcsiy2i5P3I
I believe the default user role is set to subscriber, maybe all your users are subscribers. These do not have access to post publishing.
Thanks
Hi,
Please note that Newspaper 8 doesn’t contain any woocommerce.php file like referring to in the error path. If you updated from an older version make sure the theme is updated properly. Update the theme by FTP
– https://forum.tagdiv.com/install-via-ftp/
Also if you had custom modifications in code for the older version, you will probably need to modify the code and make it work also for Newspaper 8, or test without them. Do not use older codes or modifications as they might need adjustments.
The latest theme version 8.1 works properly with the Woocommerce plugin, there have not been other reports in this matter.
Thanks
Hi,
There are many useful tutorials and guides in this matter, here on the forum. Here are just some of them
– https://forum.tagdiv.com/how-to-make-the-site-faster/
– https://forum.tagdiv.com/cache-plugin-install-and-configure/
– https://forum.tagdiv.com/cloudflare-cdn/
– https://forum.tagdiv.com/topic/score-100100-pagespeed-with-newspaper-wordpress-theme/
– https://forum.tagdiv.com/topic/newspaper-theme-speedify-your-website/
– https://forum.tagdiv.com/topic/tutorial-chriss-custom-optimizations-for-functions-php-etc/
Thanks
Hi,
That is the Beauty blog demo that you are referring to. Please note that each demo has custom styling and design. This design is imported when the demo is installed.
You could change that color in the demo stylesheet, for all the elements where it is applied
– https://www.screencast.com/t/8NxrjuVy
Thanks
Hi,
This could be happening because of an extra padding set for the sidebar
– https://www.screencast.com/t/Q8PIXANUL
The smart sidebar is a complex process that calculates automatically when to become sticky. I believe that padding is interfering with this functionality, and causing the elements in the sidebar to appear to be resizing. Try to remove the code, and check the results.
Thanks