Hi,
For the moment we have only a few type of those animations, for example Full height, Hide on pagination, Add parallax, Turn off bg transition, Fixed background image.
The Vertical Scroll (classic parallax effect) -> https://i.imgur.com/0a9zaQI.jpg
Indeed, our theme do not have too many animations. We have on our list to add some more, but I do not know when those will be implemented.
Now, if you want to get those effects, those can be implemented, but for the moment can be done only by developers and will be for a fee, for this please make a request here .
Thank you!
Hi SquallSFU,
I think that there is display a message but because of the background color this is not display.
One alternative that can be use is to set the code that is set in the newsletter in a column text or a text with title https://imgur.com/u88UHh0
Thank you!
Hi,
Indeed, there is a small change for the menu but this is because of the css, when this is apply on it, the first time is load without the custom css.
I made a request to our developers to check and see if they can make some improvements for this.
Thank you!
Hi,
If you already tried only with the theme plugins and the problem persist, then most be possible to be other problems. If you agree we’ll like to investigate the case and fix it. If agree, please make a full backup and contact us via email at contact@tagdiv.com and provide wp-admin and cPanel access. Also include the link of this topic to can identify you. We’ll check it as soon as possible.
Thank you for your understanding!
Hi,
Indeed, it looks that the fix was made only for the category description, and the tagDiv description was missed by our developer, I already make a request to check it again and fix it.
Thank you for your understanding and sorry that we miss that!
Hi,
I see, I think that one of our designers that made the demo forgot to set the links for anchors, those need to be set in the appearance > menu, please replace the service with this code and for team you need to use this one https://pastebin.com/KLZFZa3F
I hope this will help you!
Thana you!
Hi ludwigrittersp,
I’m sorry, but our theme do not have this option.
To add sound on buttons you’ll need some custom code or some extra plugin, unfortunately I do not know to recommend one that will work.
Thank you for your understanding!
Hi Jose, this can be done quite easy if you choose to use a single post template from cloud -> https://i.imgur.com/OukmYdU.png
If you want to use a standard template (edit the single that you use -> wp-content/plugins/td-standard-pack/Newspaper/parts/single/single_template_1.php -> https://i.imgur.com/TKZ9klS.png and set it in -> wp-content/plugins/td-standard-pack/Newspaper/parts/single/loop-single-1.php -> https://i.imgur.com/iwEDpFF.png, if is the default template the files are wp-content/plugins/td-standard-pack/Newspaper/loop-single.php and wp-content/plugins/td-standard-pack/Newspaper/single.php), the you must edit it (edit the file and set it in a child theme).
If you are using the mobile theme plugin, then the same change need to be done in this file wp-content/plugins/td-composer/mobile/single.php unfortunately, this can not be set in a child theme.
I hope this will help you!
Hi marketingart2, unfortunately, I do not know exactly how the Polylang should work, if this is translating only strings, or you can choose a different template per language. For this please check there documentation -> https://polylang.wordpress.com/documentation/
We tested with our theme the WPML plugin and this offer the possibility to translate the strings or if you use cloud templates (like you do) you can set a different one per each language. Here is our guide for WPML -> https://forum.tagdiv.com/using-theme-translations-together-wpml/
Thank you!
Hi,
In related block that is using the flex block 4 there should be 3 inline posts, but something somethin is interfering and one is above the first one.
What I can suggest is to set another flex block 4 under that one and set the filter on it to see if this is look the same or not. If the problem persist, then please add this stronger css in the theme panel -> https://i.imgur.com/8RPT00C.png
.single .td_flex_block_4 .td_module_flex_1 .td-module-container .td-image-container {
display: block!important;
}
Thank you!
Hi gimmydagar,
You can change the width for entire website, for this you’ll need to adjust the rows using tagDiv Composer, for example -> https://i.imgur.com/KzuOy4B.jpg if you want to set it smaller, select the default -> https://i.imgur.com/ZYIu7BO.jpg then set in the layout tab the width that you want to use https://i.imgur.com/exraXM0.png this need to be done per each row.
I hope this will help you!
Thank you!
Hi,
The z-index from the shopping cart can be changed using a custom css like this one
body .td_woo_menu_login .tdw-wml-menu, body .td_woo_menu_cart .tdw-wmc-widget {
z-index: 1;
}
Set the code in the theme panel > custom code > custom css.
Also, if you want, you can adjust the z-index number.
Thank you!
Hi,
If you are using the last theme version, Newsmag 5.1 then will no longer require an extra code, you can use the option from the theme panel -> https://i.imgur.com/11Hr7wi.png
Thank you!
Hi,
Using our theme if you want to set some pinned posts, then you’ll need to set the post id, those can be set using tagDiv Composer -> https://forum.tagdiv.com/tagdiv-composer-tutorial-2/ -> https://prnt.sc/26cc1v7
For the block with 4 posts, whet you need to do is to change the posts limit from 4 to 6 -> https://i.imgur.com/LWBveTp.jpg
I hope this will help you!
Hi,
Yes, you can use a css like this one -> https://i.imgur.com/5e57GGE.png
.td-header-sp-logo {
height: 80px;
}
Set the code in the theme panel > custom code> custom css.
I hope this will help!
Hi,
You can set the memory limit by editing the config.php file and adding this code
define( 'WP_MEMORY_LIMIT', '256M' );
also the steps are provided in our guide -> https://forum.tagdiv.com/requirements-for-newspaper/
For the problem with widgets, I think that some of theme will still be there even with the theme disabled, so the best solution will be to install the classic widgets plugin -> https://i.imgur.com/Sy5eqiD.png
Thank you!
Hi,
Unfortunately, that file will not work in a child theme, but I hope that in the coming theme update those elements to can be translated, I made a request on our list for this.
Thank you!
Hi,
The Newsletter plugin is a theme element that will remove and stile the embed code from mail chimp, if you want that this to be like the one that it is provided from your source, then, just set it in html element or in column text or text with title, in this way will keep the format and you can stile it with css.
Thank you!
Hi,
So, this is a php code that need to be set in a special place, then I do not think that will work setting it with tagDiv Composer, for the moment there are no elements to support php code, some of theme support html, css and a some JavaScript.
Now, if will be to set the code in the theme header.php file, I think that will be triger this file wp-content/plugins/td-composer/legacy/Newspaper/header.php (our theme has 3 header.php files, but if the tagDiv Standard Pack is not installed and you use a cloud header, the above one will be use). Just copy the file from there in child theme (Newspaper-child/header.php) and set the code in that file, it should work properly.
I hope this will help!
Thank you!
Hi,
In my option this will not work, because the categories are special made for posts so, making a category without posts will never display its static layout because those are should to display the post inside them. Maybe will be a better idea to make a list where to set links to the category (or you can make pages instead of categories and set links to them) or you can make a menu and set it using the menu list -> https://i.imgur.com/v22CwbK.jpg
Thank you!
Hi,
If I understand correctly, you are referring that because you set some min-ax/width/height for those elements it is causing CLS/FCP ?
I just checked and I do not see this -> https://i.imgur.com/MZTQaAt.png
If this is not what you mean, please let us know!
Thank you!
Hi,
Is this problem happening only when you try to edit the homepage ? https://www.politicamagazine.it/wp-content/uploads/2022/01/errore.jpg if yes, it can be from some custom settings that were made on that page, in this case you can use the revisions.
Another similar case is if you are using mod security on your host and this is enabled.
Also, please check our guide about: When tagDiv Composer is not working -> https://forum.tagdiv.com/tagdiv-composer-not-working/
In case that the problem is still persisting, please make a full backup and provide wp-admin and cPanel access via email, at contact@tagdiv.com, we’ll check it as soon as possible.
Thank you!
Hi,
If you are using the theme lazyload option, then there are no options to disable it for a specific image, but if this option is from an extra plugin, maybe a cache plugin, the it is possible to have a specific option for explain the option from some images/elements.
Thank you for your understanding.
Hi,
I think that you are referring to this section https://i.imgur.com/PKu0Bxf.png normally, with our theme you can stretch the row that hold the elements using the tagDiv Composer -> https://i.imgur.com/ogrkghL.jpg
I hope this will help you!
Hi,
Pleas check the reply from here https://forum.tagdiv.com/topic/breadcrumbs-rootpage-need-more-roothomegrandparentchild/#post-428635
What you want can be don using the yoast shortcode for breadcrumbs and this can be set with tagDiv Composer on pages and cloud templates.
Thank you!