Hi,
You could use an author box for example, on pages. It will display all the author/authors you want
– https://www.screencast.com/t/l1pYHY0P8
– https://demo.tagdiv.com/newspaper/author-box/
An author page is created automatically, it looks like this
– https://demo.tagdiv.com/newspaper/author/admin/
The sidebar and module used to display posts in this page can be changed in the Theme panel->Template settings
– https://www.screencast.com/t/KYhcqYpn2
Thanks
Hi,
This can be controlled by the excerpt length for that module. Please change the excerpt type to letters first, in the general excerpt settings
– https://www.screencast.com/t/pLXJChvddGUb
Then limit the excerpt as you like, for module 19 used
– https://www.screencast.com/t/TDHT37h3nT
Thanks
Hi,
The license can be activated for one single end product, according to the Envato terms. The Envato policy allows to use a theme only on one install
– https://themeforest.net/licenses/standard
The theme can be activated on a sub-domain for testing, but for different sites with different content, then only one theme per install is legally allowed.
Thanks
Hi,
Then mobile theme does not have options for font customization, at the moment. This is meant to improve the performance of the mobile theme, it will only use predefined fonts.
There are solutions to load custom fonts, but this will require modifications to the mobile theme files. This is a similar topic
– https://forum.tagdiv.com/topic/change-mobile-theme-font/
The mobile them is optional, you can choose not to use it, then the same fonts from desktop will be used on mobile. The main theme is fully responsive and will adapt to every device.
Thanks
Hi,
If the theme panel does not save properly, please check the theme system status, and make modifications to the parameters mentioned in this guide, if necessary
– https://forum.tagdiv.com/system-status-parameters-guide/
You could ask your hosting provider to make them for you if needed, they might have a recommended method in this regard.
Then check if the issue is still present.
Thanks
Hi,
The pages can be created in the tagDiv composer page builder, using the elements you want and you think necessary. These are all the theme blocks (use selection on the right to switch blocks)
– https://demo.tagdiv.com/newspaper/block-1/
– https://demo.tagdiv.com/newspaper/big-grid-1/
– https://demo.tagdiv.com/newspaper/full-big-grid-1/
The tagDiv composer is not difficult to use
– https://forum.tagdiv.com/tagdiv-composer-tutorial/
There are other elements as well, check the Featured menu in the same live demo website.
These blocks and grids can display posts and also pages. There are extensive filtering options and post sorting for these elements
– https://forum.tagdiv.com/block-settings-guide/
The content that is displayed can be filtered by category, tag, author etc. Many sorting options are present as well. This is meant for automatic dynamic of the pages. Specific posts can be displayed at all times for example, by adding post ID’s in the filter.
Thanks
Hi,
You could try a code like this for example
– https://www.screencast.com/t/UPx5GQIq
It will make the post title the color you want. On hover the title color will still be default.
.td_block_big_grid_fl_8 .td-big-grid-post .entry-title a {
color: black;
}
If you want it to remain black at all times, add this code too
.td_block_big_grid_fl_8.td-big-grids-fl .td_module_wrap:hover .entry-title a {
color: black;
}
This code must be entered in Theme panel->Custom CSS section.
Thanks
Hi,
This is unusual. If you made the changes to the php.ini file this should be reflected in the theme panel as well. Check the file again, maybe you did not save it after making the modifications. Or maybe it is not the right php.ini file.
That is why this is done by the hosting provider as it is basic server and WordPress maintenance, they have to set these properly. It may also require a server restart.
Try adding the values in the htacess file as well. Then check the status again.
I found more possible ways of doing it (through the wp-config file)
– https://premium.wpmudev.org/blog/increase-memory-limit/
I am sorry for this inconvenience, but most likely this is caused by these parameters. In almost all cases the hosting takes care of this, without any issues.
Thanks
Hi,
It doesn’t look blurred from what I can tell
– https://www.screencast.com/t/NvWhRLLO2Y
Those are the recommended sizes to be used for each header style. Only for header styles 9, 10 and 11 there is no size required, the logo is displayed in full.
The theme will not add anything to the image or process it in any way. It simply places the image in the logo container. Enter the exact image in a test post for example, and see if there are differences between them.
Thanks
Hi,
The theme does not have options for different menus, based on pages, categories etc. There will be only one header menu displayed on the whole website
– https://forum.tagdiv.com/main-menu/
Something like this could only be achieved by modifications to the theme files.
Thanks
Hi,
The theme does not have any options or settings regarding RSS feeds. I believe the Continue reading is added automatically by WordPress since the full text is not displayed, an excerpt is displayed.
I found a few similar topics that you can follow
– https://stackoverflow.com/questions/11669572/remove-from-rss-feed-wordpress-widget
– https://wordpress.stackexchange.com/questions/5254/show-read-more-in-rss-feed
– https://stackoverflow.com/questions/16717377/remove-continue-reading-from-posts-in-aggregator-site
– http://www.wpbeginner.com/wp-tutorials/how-to-create-custom-rss-feeds-in-wordpress/
Thanks
Hi,
That post sorting option requires the Jetpack plugin and stats module from the plugin to work. Use the default Popular (all time) or Popular (last 7 days) post sorting
– https://forum.tagdiv.com/block-settings-guide/
Please note that the popular sorting require post views to be active
– https://www.screencast.com/t/H2126O67
Depending on these post views the most popular posts are calculated and displayed. The posts with the most views will be displayed in the block.
If caching is used on the website this option will ensure accurate statistics
– https://forum.tagdiv.com/ajax-view-count/
Thanks
Hi,
Maybe the plugin is modifying the URL of the post, but it is unusual that only the first post is affected like you mention. Check if the plugin has URL modification settings that could be causing the issue, in the plugin documentation.
Thanks
Hi,
The post view counts are stored in the database
– https://www.screencast.com/t/YDNX7g4heDN
The ajax view count is recommended to be activated when caching is used, in order to display accurate values
– https://forum.tagdiv.com/ajax-view-count/
This option can be deactivated, but the result can be inaccurate results.
Thanks
Hi,
The theme does not have any special options to import categories or products, like you mention. You can try that with a plugin that has these options or by the system you want and check if it works properly.
Check the theme system status before trying, and make modifications to these parameters if required (you could ask your hosting to make them for you if needed)
– https://forum.tagdiv.com/system-status-parameters-guide/
Thanks
Hi,
Installing the demo with content will not remove or overwrite your existing content. It will import some dummy posts, categories, menus etc. These are meant to provide a structure for the demo to be displayed. They can then gradually be replaced with your own.
Installing the demo with no content, will import the demo custom design and theme panel settings.
You could install it like this, but in order to have a homepage like the mentioned demo, the same elements and layout have to be used in the homepage (same Full big grid, blocks etc) The custom design will apply only to the same elements like in the demo. For example the design on the Grid displayed on top differs from the default grid, it has custom design specific to that demo
– https://demo.tagdiv.com/newspaper/full-big-grid-8/
– https://demo.tagdiv.com/newspaper_gadgets/
Thanks
Hi,
I have inspected the website, I see no delay like you mention delay for the loading of the filter, or the whole website
– https://www.screencast.com/t/Dce9nmJyJ8
There are few seconds at most before loading, that is acceptable. There are many useful page speed guides that you can follow here on the forum
– https://forum.tagdiv.com/cache-plugin-install-and-configure/
– https://forum.tagdiv.com/cloudflare-cdn/
– https://forum.tagdiv.com/how-to-make-the-site-faster/
– 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,
On the page you mention there seems to be a 2/3 – 1/3 row layout, but it is not displayed properly, the row is at full width regardless
– https://www.screencast.com/t/nlhBp4NTWQ
Something is causing this to happen. You could try and check if this is caused by plugins, deactivate them all except theme plugins and clear the cache. Then check if the layout on the page is displayed as it should. Let us know the results.
Thanks
Hi,
The mobile theme seems to be working on the website at the moment
– https://www.screencast.com/t/gprvcFqY
– https://www.screencast.com/t/us4IPyF7Ds
The menu displayed on mobile can be a different one than on desktop, when the mobile theme plugin is active. Create and set the menu with the elements you want.
Thanks
Hi,
The single image elements are among the most affected by the composers. Each has it’s own different implementation and functionality for these elements, that apply when both Visual composer and tagDiv composer are active at the same time.
The settings for the single image have some differences between the editors
– https://www.screencast.com/t/ulJej55yjIF
But these settings should be present regardless of having both editors active, and the image displayed. Only on the front end the images may not be displayed properly until deactivating Visual composer.
A similar element as the Message box is not available in tagDiv composer at the moment. There will be more added in future updates however.
Thanks
Hi,
If you require a refund for a theme purchase, we will be able to provide it
– https://themeforest.net/refund_requests/new
Request it there and we will provide the refund as soon as possible.
Thanks
Hi,
You will have to edit a file from the theme, to implement more custom ads. This is a topic that you can follow
– https://forum.tagdiv.com/topic/how-can-i-customize-my-ads/
Or try the suggested plugin for more advanced ad related options.
Thanks
Hi,
A child theme is provided in the theme package, please use that one
– https://forum.tagdiv.com/the-child-theme-support-tutorial/
Not all files from the theme can be used in the child theme, in the guide the supported files are mentioned.
Install the child theme provided, this should not have any influence on importing a demo or building pages, unless maybe the code used in the child theme is interfering with this process.
Thanks
Hi,
There will be nothing different for non-retina displays. Displays that are retina will be served larger thumbnails, double the size of the normal thumbnails. This will be noticeable only on those mostly high-end retina displays.
The theme will create two sets of thumbnails from each image, if you activated the retina thumbs. It is recommended to regenerate the thumbnails after making changes in the settings
– https://forum.tagdiv.com/retina-images/
Thanks
Hi,
You can something like this for all of them at once, in addition to your code
– https://www.screencast.com/t/9rKIKjXTXL3J
.td-next-prev-wrap a:hover {
color: white!important;
}
Or add it in the codes you used
– https://www.screencast.com/t/p5IT724c
Either way will work properly.
Thanks