Hi,
I believe you can copy text and images if that is what you want, but featured images must be set manually in order to have thumbnails to display in the theme modules
– https://forum.tagdiv.com/featured-image-or-video/
– https://forum.tagdiv.com/theme-thumbs/
Thanks
Hi,
That will probably not work, the post sharing is not intended to appear on pages. The easiest solution would be to try some sharing plugins, install a few and try them.
Thanks
Hi,
The revolution slider version provided with the theme is version 5.4.6.2. I have tested the plugin again and it works as intended, no errors are present.
It could be a plugin conflict, try deactivating all plugins except theme plugins and clear all caching. Then check if the errors are still displayed.
There is a Big grid slide, or a Slide that you could use
– https://demo.tagdiv.com/newspaper/big-grid-slide/
– https://demo.tagdiv.com/newspaper/ios-slider/
Thanks
Hi,
There is a file where all the post functions are defined
– https://www.screencast.com/t/E8eShodD
These functions are then called in each post template. But I believe the cleanest way to do what you want is to enter the code in the loop single files, in the position you want.
These files can be customized through a child theme as well, there is no problem there.
Thanks
Hi,
First 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 can ask your hosting provider to make them for you. Than check if the composer works as intended. Let us now the results.
Thanks
Hi,
Please specify what are the reported errors you are receiving. The default theme provides no such errors. Test again and provide the results and the errors. If you use a plugin that could be affecting the results, deactivate it and test again.
Thanks
Hi,
I understand what you are trying to do. But the featured image is not included in the post content so it cannot be moved around, or positioned differently within the actual post content. You can see here for example how a post template structure looks
– https://www.screencast.com/t/a4b34gb9
That solution that I found will bring the first paragraph above the featured image
– https://www.screencast.com/t/zAFFoj0dg
But the paragraph will still be displayed where it normally does
– https://www.screencast.com/t/Eu4MwvqGScFZ
So maybe it could be hidden with a code like this, or similar
– https://www.screencast.com/t/9xxucZZDzUmB
.td-post-content p:nth-child(1) {
display:none;
}
Thanks
Hi,
Thank you for bringing this to our attention. There have been no similar problems presented by other users, however we will investigate this issue and check why this should be happening.
Thanks
Hi,
You must enter the code you used in Theme panel custom CSS, in the mobile theme custom CSS as well. The mobile theme has it’s own custom code section
– https://www.screencast.com/t/hVHthSBGR
Then it will surely work
– https://www.screencast.com/t/5yaeMXTCJ6Eu
– https://www.screencast.com/t/B3ZoHpkfy
Thanks
Hi,
That is what that setting is suppose to do. It allows you to customize the colors of the block titles. I have tested this setting and it is working properly
– https://www.screencast.com/t/CP43a5sFbjM
If it is not working for you please try to deactivate all plugins except theme plugins and clear all caching installed. Then check if it is working properly.
If you can provide a link to your website and mention a block or blocks where you have set a color and it is not applying, we will inspect it.
Thanks
Hi,
Each post template has a corresponding loop single file (Ex: post template 2->loop-single-2.php) These files are located in the main theme folder
– https://www.screencast.com/t/mhczc6hKSq4t
Editing one of the post template files you can see the post structure, enter the code where you want.
The page templates as well are found in the main theme folder, edit them as you wish
– https://www.screencast.com/t/N7w6qnK3r
Copy the files in the child theme and customize them. This is a child theme tutorial
– https://forum.tagdiv.com/the-child-theme-support-tutorial/
Thanks
Hi,
There is a related articles/more from author section displayed after the post content
– https://forum.tagdiv.com/related-articles/
This is displayed when using the mobile theme plugin as well.
If you do not want to use the mobile plugin, simply deactivate it. It is not required to be active. Then the same content from desktop will be displayed on mobile.
The mobile theme plugin probably does not recognize the content added by the other plugin you are using, so it will not be displayed.
Thanks
Hi,
First please check the theme system status and make modifications according to this guide, if necessary
– https://forum.tagdiv.com/system-status-parameters-guide/
You can ask your hosting provider to help you, or maybe they can make the changes for you. Insufficient resources can cause the composer to not function properly.
Then try using the composer again. If you have the Yoast SEO plugin installed, make sure this option is disabled, it has been identified to cause problems
– https://www.screencast.com/t/n8Cc35EofLh
Let us know if you still have issues.
Thanks
Hi,
1. So you are referring to the category pages. You can add descriptions and why not an icon/image while editing the category, in the description field of each category
– https://www.screencast.com/t/u3mFy1YN
Please correct me if I misunderstand.
2. The excerpt length can be controlled for each module used. There are individual settings in the theme panel
– https://forum.tagdiv.com/excerpts-introduction/
Thanks
Hi,
Please try and test without the ad implementation you currently have. Remove all ads/plugins and test again. It seems that it takes a considerable amount of time loading the ads.
Then try deactivating or reducing the number of images displayed in the footer Instagram.
There is a guide for improving page speed available, test the website with the Google page speed tool and follow the recommendations
– https://forum.tagdiv.com/how-to-make-the-site-faster/
It seems to specify that the server response time is not adequate
– https://www.screencast.com/t/eZmOZsB6
There are many page speed guides and discussions posted by the theme users, with great results
– 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/cache-plugin-install-and-configure/
– https://forum.tagdiv.com/topic/tutorial-chriss-custom-optimizations-for-functions-php-etc/
Thanks
Hi,
You could try a plugin that has this option. I am sure there are plugins that you could install if you want this. Try this guide
– http://www.wpbeginner.com/plugins/how-to-add-disqus-comment-system-in-wordpress/
Thanks
Hi,
The shortcodes can be entered in text or HTML elements, that would be the only way. Save the page and then view it to see the results. The codes should not disappear, please provide some examples of the shortcodes you are using.
Thanks
Hi,
That is a page, the post sharing option will be displayed only for posts
– https://forum.tagdiv.com/sharing/
The theme does not have the same sharing options for pages. You could maybe try plugins in this case.
Thanks
Hi,
It seems there is a fixed width and height set for the ad container, that is not recommended as it can cause issues like that
– https://www.screencast.com/t/s8LNdme2x
On mobile it looks like this
– https://www.screencast.com/t/lkUM7jEi
A solution would be to enter this code in Theme panel->Custom CSS and it should fix the situation
– https://www.screencast.com/t/qohpS8d5R
– https://www.screencast.com/t/TmSNjHIM3j
.wppaszone {
width: 100%!important;
height: auto!important;
}
Thanks
Hi,
You need to add the mentioned classes before each element so the padding applies only in those circumstances, like this
.td-post-content p,
.td-post-content h1,
.td-post-content h2,
.td-post-content h3,
.td-post-content h4 {
padding-left:4%;
padding-right:4%;
}
Experiment with this code further and it should work properly.
Thanks
Hi,
I could not say what you should do in this case. The best solution to try would be to use (if available) the shortcode provided by the plugin in a text element as suggested by Chris. Check if it displayed after saving the page and viewing it.
Thanks
Hi,
The Yoast SEO plugin has an option to remove the category base from the URL
– https://www.screencast.com/t/DGm5gPLKRB
Or you could customize the category base like this
– http://www.wpbeginner.com/wp-tutorials/how-to-change-the-category-base-prefix-in-wordpress/
Thanks
Hi,
This is where the post title heading tags are defined in the theme
– https://www.screencast.com/t/v1AF2H77
The modifications made there will affect all modules, not just the homepage.
Thanks
Hi,
It should not affect anything else. The post content class in the code is only used on posts, it will affect all posts. The same for page content entered in pages, through the MCE editor.
Thanks
Hi,
You could try something like this, try this function and see if it works properly
– https://napitwptech.com/tutorial/wordpress-development/display-first-paragraph-added-posts-via-wordpress/
The post template files are located in the main theme folder
– https://www.screencast.com/t/bfalqBLmR
Thanks