Hi,
Yes you can embed it
-> https://www.screencast.com/t/eVnNYFGTlC
-> https://www.screencast.com/t/FKIY3tCSrRc5
Here are the chatango documentation -> https://chatango.com/help?help_group_owner#create
Hope this will help you!
Thanks.
Hi,
Please check this topics:
-> https://forum.tagdiv.com/topic/twitter-share-featured-image-is-not-being-displayed/
-> https://forum.tagdiv.com/topic/posts-on-twitter-not-showing-thumb/
Hope this will help you!
Thanks.
Hi,
If you want to hidden the search you can use the option from theme panel> header -> https://www.screencast.com/t/HuuK1thck
If you want, you can send us an email at contact@tagdiv.com and provide admin login, as well as cPanel or FTP if possible. We will take a look. Include a link to this topic in the email.
Thanks
Hi,
Please make sure that the theme system status is configured as mentioned in the requirements guide. Please follow the guide carefully
– https://forum.tagdiv.com/requirements-for-newspaper/
and please increase all requirements that are lower, and follow all steps.
WP_MEMORY_LIMIT try to increase it to a value of double you already have if possible.
Please add this code in the .htaccess , file at the end of the file:
<IfModule mod_substitute.c> SubstituteMaxLineLength 10M </IfModule>
Here is and example how to do it Please try to add the
define(‘WP_DEBUG’, false);
define( ‘WP_MEMORY_LIMIT’, ‘256M’ );
in wp-config.php
https://www.screencast.com/t/h10CCfEVHIk
Also please add in .htaccess this code
php_value max_input_vars 5000
php_value max_execution_time 300
php_value post_max_size 50M
php_value upload_max_filesize 50M
https://www.screencast.com/t/Ch5RyyoF
Hope this will help you!
Thank you for your understanding.
Hi,
Please try this ->
https://www.screencast.com/t/zQCncEbG
Note that the tow ‘//’ means that that code is comment and is not apply ( in that example are tow ways to achieve that ) -> https://www.screencast.com/t/CLb2XqHEq0
Thank you!
Hi,
Please check our documentation for feature image -> https://forum.tagdiv.com/featured-image-or-video/
and for -> https://forum.tagdiv.com/mega-menu/
IF there is still a problem let me know, also please provide some more details and some screenshots or a link were I can identify the problem.
Hope this will help you!
Thanks.
Hi,
Please provide a link were I can inspect this problem, in this way I will be able to provide you the right answer.
Thank you for your understanding!
Hi,
Unfortunately or theme do not have any option to do that, but you can edit the header file and set there a condition -> https://www.screencast.com/t/HjpZnf0qSBp also if you do this in a child theme your changes will remain after theme update.
The path is this -> wp-content/themes/Newspaper/header.php
Thank you for your understanding.
Hi,
Unfortunately our theme do not have an option for that, sorry.
This can be achieve only if you make some changes in the theme files.
Thank you for your understanding.
Hi,
Here are the AMP HTML Specification -> https://www.ampproject.org/docs/fundamentals/spec#required-markup
Here are the change that you need to look
-> https://validator.ampproject.org/#url=https%3A%2F%2Fwww.salzburg12.at%2F2019%2F01%2Fvorgestellt-salzburgs-neuer-verteidiger-albert-vallci%2Famp%2F
Hope this will help you!
Thanks.
Hi,
For that you need to use this custom css -> https://www.screencast.com/t/HNc5WvCCha
.single .td-element-style::after{
background: linear-gradient(30deg,#ff2d26,#ff2d26)!important;
// background: red!important;
}
-> https://www.screencast.com/t/LfBUhSK7
Hope this is what you need!
Hi,
If hi is a Subscriber here is how will look the backed -> https://www.screencast.com/t/D9d72QAY0jfN
Please check if you do not change his roles or maybe you have some plugins install that allow them to do that.
Also you can deactivate the Sign in/ join from Newspaper>Theme panel>header>Top bar -> https://www.screencast.com/t/PaDwZXCn
Thank you for your understanding!
Hi,
Is look like there is a strong css that is apply over the inline css from iframe embed
Please try to use this custom css -> https://www.screencast.com/t/9ZON4e5beFe
.td-post-content iframe {
max-width: 50% !important;
}
Set the code in Newspaper>theme panel>Custom code>Custom css
Hope this will help you!
Thanks.
Hi,
In order to do that you need edit the category template with tagDiv Composer.
here is an example.
Step one -> https://www.screencast.com/t/xziYdvvb7l9B
Step tow -> https://www.screencast.com/t/fEwgXK7LJVd7 -> https://www.screencast.com/t/KRBfqUZPSf
Step three -> https://www.screencast.com/t/JqG61dlKpIBe -> https://www.screencast.com/t/uCAx67wHo
Hope this example will help you!
Thanks.
Hi,
Please release the above custom css with this one
.tdm_block_inline_image:nth-child(1) .td-fix-index {
object-fit: cover;
height: 250px;
width: 100%;
}
Hope this will help you to achieve what you need!
Thanks.
Hi,
Yes, please send us an email at contact@tagdiv.com and provide admin login, as well as cPanel or FTP if possible. We will take a look. Include a link to this topic in the email.
Thanks
Hi,
In order to do that you need to use some custom css ->
.vc_widget_sidebar {
display: none
}
set that custom css in Newspaper>Theme panel>Advanced css and set it in area for what device you do not want to have the widget -> https://www.screencast.com/t/2PZmXuxi
Thank you!
Hi,
Will note your suggestion on suggestions list, and if there will be more requiems for this feature then this will be implemented.
Thanks you for your understanding!
Hi,
The multi-purpose plugin was removed and included in the tagDiv composer plugin, this happened in theme update 8.7.5, please check the changelog at the bottom of this page
– https://themeforest.net/item/newspaper/5489609
– https://www.screencast.com/t/cql6czdT
So no need to keep trying to activate the plugin if you use a theme version newer than 8.7.5, the multi-purpose plugin and the tagDiv composer were combined. All the multi-purpose options are now part of the tagDiv composer.
Also you can make a full backup to your website an make a theme update -> https://forum.tagdiv.com/how-to-update-the-theme-2/
If there is still a problem, you can send us an email at contact@tagdiv.com and provide admin login, as well as cPanel or FTP if possible. We will take a look. Include a link to this topic in the email.
Thank you for your understanding!.
Hi,
Please try this custom css ->
.single .tdb_single_bg_featured_image::after{
background: transparent;
}
https://www.screencast.com/t/w9MwMRY45h
Hope this will help you!
Thanks.
Hi,
Please check our documentation for Post templates -> https://forum.tagdiv.com/post-templates-2/
Also you can use single post templates from tagDiv Media Library
Hope this will help you!
Thanks.
Hi,
In order to do that you need to know the WordPress roles, you can inspect them here -> https://codex.wordpress.org/Roles_and_Capabilities -> https://www.screencast.com/t/PGNPESGFEj
Thank you for your understanding.
Hi,
Please provide a link were I can inspect this problem, in this way I will be able to provide you the right custom css.
Thank you for your understanding!
Hi,
In most cases 500 errors are caused by low WP-memory. As plugins are installed the memory will eventually get exhausted, most hosting providers are limiting it to 40M by default.
We recommend a value of 256M which would be decent for most websites. Check what is the value of the WP-memory in the theme system status panel. If needed increase it, or ask the hosting provider to increase it for you if possible
– https://forum.tagdiv.com/requirements-for-newspaper/
Check the other parameters mentioned in the guide as well.
Hope this will help you!
Thanks.
Hi,
Please try this custom css
.td-module-thumb:hover img{
-ms-transform: scale(1.1); /* IE 9 */
-webkit-transform: scale(1.1); /* Safari 3-8 */
transform: scale(1.1);
transition: transform .3s;
}
.td-module-thumb img{
transition: transform .3s;
}
-> https://www.screencast.com/t/1CGNHVZvW1m
Set it in newspaper>theme panel>Custom code>Custom css
Hope this will help you.
Thanks.