Hi,
Infinite scrolling paginationcan be set for blocks placed on pages
– https://www.screencast.com/t/nj7LTJiUvRd
More about block settings here
– https://forum.tagdiv.com/block-settings-tutorial/
Or for category pages, in general or per category
– https://www.screencast.com/t/9BiEC6XyH5E6
Thanks
Hi,
The latest articles section will always be displayed on the bottom of the page. This section appears when the required page template is selected in the page attributes settings
– https://www.screencast.com/t/T10tIOFEd
It can be disabled by selecting a different page template, or customized in terms of content
– https://forum.tagdiv.com/page-templates-2/
The sidebar that is set for the latest articles can be edited in Appearance->Widgets
– https://www.screencast.com/t/LuC564oW
– https://www.screencast.com/t/18xIdF64b
If you would like to have a Latest articles block under the slider, simply choose the block you want and sort the posts by latest. Place it anywhere in the page as you want
– https://forum.tagdiv.com/tagdiv-composer-tutorial/
These are all the available blocks (use selection on the right)
– https://demo.tagdiv.com/newspaper/block-1/
And these are all the block settings and options
– https://forum.tagdiv.com/block-settings-tutorial/
Thanks
Hi,
Please check this topic for more information
– https://forum.tagdiv.com/topic/contact-form-7-in-tagdiv-composer/
Thanks
Hi,
This is where the post featured image functionality is defined
– https://www.screencast.com/t/KNyBh2mFy2c
If you would like to modify the behavior of the featured image and direct it to the attachment page, that is where you will have to make the modifications.
Thanks
Hi,
Please provide more details if you have problems with the ads on your website. If you use Adsense enter the code in the section you want
– https://forum.tagdiv.com/ads-adsense-overview/
If you use the mobile theme, this has it’s own ad section in the theme panel
– https://forum.tagdiv.com/the-mobile-theme/
Please note that there also is a waiting time period, before the ads will be displayed, according to Google up to several weeks
– https://support.google.com/adsense/answer/76228?hl=en
Thanks
Hi,
You could try something like this to display the date before the title
– https://www.screencast.com/t/h1MV3CfP2
Maybe add the same class like this
– https://www.screencast.com/t/EJxmducou
It also may need further styling, you can use the browser inspector to identify the elements and classes to create custom code, that can be used in the theme panel
– https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
For the hover instead of click on the ajax filter, try making modifications here
– https://www.screencast.com/t/1vC1FZeS7
Unfortunately we do not a have a dedicated theme customization department at the moment. For advanced modifications to the theme functionality, you can try to make theme yourself and test or maybe consider hiring a freelancer/developer to help you.
In some cases there are solutions posted here on the forum that you can use.
Thanks
Hi,
The post title should be displayed on all modules. If you made modifications to the excerpt of this block, make sure you did not modify the post tile excerpt as well
– https://www.screencast.com/t/xwrVKBwce
The first excerpt is for the post title length, and the second one is for the excerpt content.
Thanks
Hi,
Unfortunately there is no option to display the categories as a dropdown. The categories are displayed as a list. Something like that would require modifications in the theme code, and probably additional styling to make the categories display properly.
Thanks
Hi,
Try adding the needed code in theme header file, between the head tags
– https://www.screencast.com/t/gU3TV614vH3
Thanks
Hi,
The theme is compatible with AMP and the Yoast SEO plugin. I could not say why Google analytics is not reporting the links. You could check this topic
– https://support.google.com/analytics/answer/6343176
Thanks
Hi,
If you have multiple text widgets, you could only change the background color for all of theme at once, not for a specific one as there is no way to differentiate between the same widgets.
Thanks
Hi,
Please make sure this option is activated here
– https://www.screencast.com/t/a1VMwsgKrM44
The avatars should be displayed properly if it is. Try to clear any installed cache as well.
Thanks
Hi,
The meta information on blocks/modules can be disabled in the Theme panel->Block settings
– https://www.screencast.com/t/ifm3dXX6nG
The excerpt length can be modified for each module that displays an excerpt
– https://forum.tagdiv.com/excerpts-introduction/
Thanks
Hi,
Please make sure the social counter is configured properly
– https://forum.tagdiv.com/tagdiv-social-counter-tutorial-2/
After setting it up, clear any caching installed. Also make sure the Facebook profile page is public, and does not have any restrictions.
Thanks
Hi,
In Newspaper 8 the tagDiv composer was introduced
– https://forum.tagdiv.com/tagdiv-composer-tutorial/
This plugin is activated automatically when the theme is installed or updated to this version. In some cases having both Visual composer and tagDiv composer active, can create layout issues. Please try to deactivate this composer after making the update
– https://forum.tagdiv.com/how-to-update-the-theme-2/
Also if you have a child theme try switching to the main theme, as the code used in the child theme might need adjustments.
Thanks
Hi,
You could set a negative margin on the row containing the slider, like this
– https://www.screencast.com/t/6Mzl1fxVm
Or try a code like this for example (will apply only to homepage)
– https://www.screencast.com/t/PzvrqFitIH
.home .td-main-page-wrap {
padding-top: 0;
}
Thanks
Hi,
There are 2 page editors provided at the moment in the theme package
– https://forum.tagdiv.com/tagdiv-composer-tutorial/
– https://forum.tagdiv.com/how-to-use-visual-composer/
The recommend composer to be used, is the tagDiv composer. In future theme updates, there will be more options and elements added exclusively for it.
Other composers are not tested with the theme or theme plugins, and may not work properly.
You could try to remove the page title with this simple CSS code
.td-page-title {
display: none;
}
Thanks
Hi,
You could use a child theme, if the files you are modifying are supported to be customized through it
– https://forum.tagdiv.com/the-child-theme-support-tutorial/
If the files are not supported, then you will probably have to make them again, after a theme update.
Thanks
Hi,
These are the date formatting specifications of WordPress
– https://codex.wordpress.org/Formatting_Date_and_Time
The date format will have to be created according to these instructions. I have tried your format and the weekdays are displayed like this
– https://www.screencast.com/t/j3vkk5dK
Thanks
Hi,
1. The theme only has to be activated once, another activation is not requested
– https://forum.tagdiv.com/newspaper-6-how-to-activate-the-theme/
If the theme activation is resetting then something is not functioning properly. It could be a simple plugin conflict, it could be your server configuration, it could be your WordPress install etc.
2. Please check the permalink settings in the wordpress settings
– https://codex.wordpress.org/Using_Permalinks
– http://www.wpbeginner.com/wp-tutorials/seo-friendly-url-structure-for-wordpress/
Try changing to a default permalink structure and save the settings. Then check if this has any effect.
3. The custom CSS code will be loaded after the theme CSS. You can add code directly in the theme stylesheet, or through a child theme as well.
Thanks
Hi,
1. Please provide more details about the location of the button or some useful screenshots, for a more accurate answer.
2. I am assuming you mean the social sharing and previous/next article, in the post page
– https://www.screencast.com/t/Mkz18Pok
The social sharing bar is already above the previous/next article. Maybe I am misunderstanding this, please correct me so I can understand better what you are trying to do.
Thanks
Hi,
I am sorry but unfortunately I could not say what it is needed in this situation. We have not tested this plugin, and we do not know what the problems or conflicts are. Or what exactly would happen if you were to successfully implement the code.
Maybe you could research the issue further, there might be more information available on the plugins support forum for similar situations.
Thanks
Hi,
If that is a weather plugin that you are using, please make sure you followed the plugins installation instructions carefully. If it does not work properly, it could be the case that the plugin is not compatible with the theme.
You could maybe search for similar problems, maybe there are known issues with the plugin, or there might be a solution on the plugin support forum.
Just as well you could try a different weather plugin.
Thanks
Hi,
The changes should be visible once you make them. Maybe you have caching, try clearing any installed cache after making the changes.
Thanks
Hi,
It could be a plugin conflict that causes the issue. Or modifications made to WordPress. These are some common steps that you can try
– https://codex.wordpress.org/Common_WordPress_Errors
– http://www.wpbeginner.com/common-wordpress-errors-and-how-to-fix-them/
At first try to deactivate the plugins by renaming the plugins folder as shown in the guides, if you cannot access the dashboard.
Thanks