Hi,
Category pages can only be customized through the theme panel settings, at the moment
– https://forum.tagdiv.com/how-category-settings-work/
There is no option to add a video playlist in the category page. That could only be done by editing the category files. Some similar topics here
– https://forum.tagdiv.com/topic/trending-now-on-category/
– https://forum.tagdiv.com/topic/category-top-posts-style-featured-posts/
Thanks
Hi,
Please provide a link to your website if possible, and more details about what exactly and how you would like to customize the content in the footer. I will try to give you a solution.
Thanks
Hi,
If you try it like shown there will be no damage to the block. Simply add the icons you want for each block and use the CSS provided
– https://www.screencast.com/t/adk3VHIC9
– https://www.screencast.com/t/4vnYPSsK
I have tested this for default block header template, if you use a different block header template, the CSS code might need some modifications.
Thanks
Hi,
It could be related to the webp format that Cloudflare delivers the images in. There could be issues with Safari
– https://www.screencast.com/t/5ZTcqcBnAO
Try disabling that option and purge the cache, then check the results
– https://blog.cloudflare.com/a-very-webp-new-year-from-cloudflare/
– https://support.cloudflare.com/hc/en-us/articles/200169246-How-do-I-purge-my-cache-
Thanks
Hi,
If you want the Home page to be the actual homepage, you will need to set it
– https://forum.tagdiv.com/homepage-how-to-build-and-set-it/
At the moment there is the default blog page as main page, containing your latest articles.
The problem you are describing with the text elements and other blocks could be caused by insufficient resources. Please check the theme system status and make modifications to these parameters according to the guide
– https://forum.tagdiv.com/system-status-parameters-guide/
You could ask the hosting provider to make them for you if needed. If you are still experiencing issues using the composer, you could try as a test to deactivate all plugins except theme plugins and check if this has any effect.
In case the problem is persistent 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 the email.
Thanks
Hi,
You could improve the leverage browser caching, the first recommendation in the test you provided. More about it in the same guide, and also here
– https://gtmetrix.com/leverage-browser-caching.html
That will improve the page speed further, the website is pretty fast already. Also there seems to be a 404 on an image used on the website
– https://www.screencast.com/t/rKvitr5vv
That could impact performance as well. It seems to originate from the mobile menu/search background
– https://www.screencast.com/t/aAK5EJLz1
Take a look there and set a different image in those locations.
There are many page speed optimization guides and discussion here on the forum that you can read for more information in this matter. Some of them
– – 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 would be the slider, it is not empty. You can configure it to display the posts you want like this
– https://forum.tagdiv.com/import-revolution-sliders-on-demos/
Then place it on pages using the tagDiv composer (save the page and view it to see the slider)
– https://www.screencast.com/t/ZzZbFt58OWk
Here is some more information about the tagDiv composer
– https://forum.tagdiv.com/tagdiv-composer-tutorial/
Thanks
Hi,
I have checked this and the image presented is Newspaper 8, in the theme welcome screen
– https://www.screencast.com/t/nQp5qcwO
It should be like that for you as well, if the theme version is 8.1.1.
Thanks
Hi,
If you still have the provided template you can try and use it with this version of the theme. Make some tests and see if everything works properly.
Thanks
Hi,
I have tested this as shown with the theme, in a test post. There is no problem displaying content in the languages you mention, using default settings and fonts. It could be the database used by the theme. Maybe you find a solution in these topics
– https://codex.wordpress.org/Converting_Database_Character_Sets
– https://www.tipsandtricks-hq.com/how-to-fix-the-character-encoding-problem-in-wordpress-1480
– https://theblogpress.com/blog/seeing-weird-characters-on-blog-how-to-fix-wordpress-character-encoding-latin1-to-utf8/
Thanks
Hi,
Yes that is normal. The tagDiv composer will automatically be activated when the theme is installed or updated. This is mentioned here
– https://forum.tagdiv.com/tagdiv-composer-tutorial/
This happens because the composer is a required plugin, so it should be active.
Thanks
Hi,
The article author name should be displayed. You could test with the debugging tools and see if there is something wrong
– https://developers.facebook.com/tools/debug/og/object/
– https://developers.facebook.com/tools/debug/
Thanks
Hi,
Please note that blocks display differently, depending on the row layout. For example a block may display three modules on a full row, and two modules in a different row setting. Here you can see how all the blocks look in all layouts
– https://demo.tagdiv.com/newspaper/block-1/
I have browsed the website, but I do not see any problem with the homepage, category pages, post pages, etc.
Maybe I am misunderstanding the issue.
Thanks
Hi,
Yes that is correct. Maybe the theme used on the other website has options for social sharing customization. Please install the Yoast SEO plugin, this is recommended to be used with the theme in this regard. It will add the necessary functionality and options for share customization.
Thanks
Hi,
The modules will only display category tags, taxonomies cannot be displayed on modules. There might be changes to the way the theme handles custom post types in future theme updates, but I cannot say for sure when this will happen.
Thanks
Hi,
The header ad is displayed on all the website. If you want to remove the header ad on specific pages, you could create a condition in the header template code, where the ad is called
– https://developer.wordpress.org/reference/functions/is_page/
An example here – https://forum.tagdiv.com/topic/page-without-top-ad/
Thanks
Hi,
The mega menu is not supposed to be used like this. I can give you a code to make them display as you want, but you will have to make tests and see it it causes any problems.
– https://www.screencast.com/t/YjkPbNCxsIT
Enter it in Theme panel->Custom CSS section
.menu-item-123 .sub-menu .menu-item > a {
padding: 7px 22px;
top: -80px;
}
Thanks
Hi,
The socials displayed in the footer will be the ones you enter in Theme panel->Social Networks
– https://www.screencast.com/t/uPvvykgGhUK
For embedding videos all there needs to be done is to paste the video link in the post content. More information here
– http://www.wpbeginner.com/beginners-guide/how-to-easily-embed-videos-in-wordpress-blog-posts/
– https://codex.wordpress.org/Embeds
You can also create playlist in the post content (only YouTube and Vimeo)
– https://forum.tagdiv.com/video-playlist-2/
There is a section in the theme panel specially created for Google analytics, enter the code there, exactly as provided
– https://www.screencast.com/t/jUk2h10OkxMa
On the bottom of the page edit screen, you should have revisions, you could load a previous revision. That would revert the page as it was at that time
– https://codex.wordpress.org/Revisions
I don’t see anything wrong with the footer on the website
– https://www.screencast.com/t/orMGYatgBh
That is how the footer displays. There are multiple footer templates to choose from, maybe you changed the template used
– https://forum.tagdiv.com/footer-templates/
The footer will become boxed (not full width) if a background image or color is set
– https://forum.tagdiv.com/background-introduction/
That is a category page, the module that is used to display the posts can be changed in the theme panel, per category or in general
– https://www.screencast.com/t/dwJfeOf2
– https://forum.tagdiv.com/how-category-settings-work/
Thanks
Hi,
Could be a conflict between the mobile theme plugin and one of your other plugins. I though you are not using the mobile theme plugin, and saw there is no problem with the default responsive version functionality.
The mobile plugin is optional, you can simply leave it deactivated. There will be no problem.
Thanks
Hi,
1. You could use some CSS for that. Like in this example
– https://www.screencast.com/t/4Fwq03zg
.woocommerce-page .current-cat > a {
color: yellow;
}
Enter the code in Theme panel->Custom CSS section (chnage the color to what you want)
2. I don’t know how something like that could be done. Probably by editing the plugin files. There could be solutions online that you can try, in similar topics.
Thanks
Hi,
The single post page displays only a related articles section
– https://forum.tagdiv.com/related-articles/
If you would like to display additional content you will have to edit the loop-single file corresponding to the post template you use (post template 2->loop-single-2.php)
– https://www.screencast.com/t/3ffUaBATNZ
These post templates are located in the main theme folder. Opening one of them in a text editor you can see the structure. Enter the code there, maybe below the related articles section or where you want the block to display. Then check the results.
Thanks
Hi,
The mobile theme homepage has a predefined structure, this cannot be changed as there is no option for that. The mobile front page will display a top grid containing three of your featured posts
– https://forum.tagdiv.com/featured-posts-2/
After the top grid there will be a section containing your latest articles. More information about the mobile theme here
– https://forum.tagdiv.com/the-mobile-theme/
You can also select a different menu on mobile, or use the same one
– https://www.screencast.com/t/Qy1mki7r
The menu on mobile is limited to drop-down style and will be displayed by clicking on the menu icon, like it is currently on your website
– https://www.screencast.com/t/AsLHnHICQri
Please note that the mobile theme plugin is optional. The main theme is fully responsive and will adapt the website for all devices.
Thanks
Hi,
The usual frequency of the theme updates is a couple of months, only by some exception it would be longer (pending big update). You can see this information in the theme changelog, further down this page
– https://themeforest.net/item/newspaper/5489609
In the theme updates there will always be provided the latest bundled plugin versions. There might be situations where a plugin is updated right after the theme update, then it will be included in the next theme update.
Thanks
Hi,
That would have to be done by creating as mentioned, copies of the theme taxonomy.php file found in the main theme folder. Use your available taxonomies names when creating the copy in the child theme. An example
– https://www.screencast.com/t/8wAwEJpXm
– https://www.screencast.com/t/2mTSbkfE
Now you can customize this created copy, it will be used to display the taxonomy page. Taxonomy pages cannot be customized like default category pages, in the theme panel. There could be more support for custom post types added in future theme updates, but I cannot say for sure.
Thanks
Hi,
There were changes to the functionality of the way products display, I believe in version 3 of the plugin. You will have to add the code mentioned in this topic, in the main theme (or child theme) functions file
– https://github.com/woocommerce/woocommerce/wiki/Enabling-product-gallery-features-(zoom,-swipe,-lightbox)-in-3.0.0
This will produce the result you need, clicking on the gallery images will display the images as the product image
– https://www.screencast.com/t/qwSeUaVcX21
– https://www.screencast.com/t/z5yeSzsW
Thanks