Hi,
Yes, you can use the WPML plugin, but if you just need the content to be translated you can use other plugins more simple like GTranslate.
Thank you!
Hi,
This is because you have installed the tagdiv mobile theme plugin, please disable the plugin and you’ll have the same content on mobile and desktop
Thank you!
Hello,
It is the same as for main theme, but if you want you can preload the css from the child theme.
Thank you!
Hi birkasi, if you situation with the mobile menu is the same, then yes, please exclude the mentioned files.
Related to js for ads, are those from AdSense? If so, there are some AdSense codes that are auto ads and will be set in the place where they consider is the best place, if are regular ads, then just make sure that after you set back the unminify js all the cache and CDN are purge.
I hope this will help you!
Hi David, the theme panel option is not using the default wordpress lazy load, is using the theme lazy load and is not adding any extra class, what I can suggest is to manually set the lazy class on images added via Tagdiv Text Editor – https://i.imgur.com/pZDWHA3.png – https://i.imgur.com/Qi1VUY7.png
I hope this will help you!
Hi,
I think that you manage to resolve the problem, because right now the menu for me is working – https://i.imgur.com/NGBoeL5.png
Thank you!
Hello,
Indeed we recommend to use flex blocks and flex grids, those are providing options for everything you need and you can choose the image thumb size that you want to use for that module.
Our theme images are based on thumbs that are created by the theme
Normally the image you are uploading should be at least the dimension of the biggest thumbs size you are using on your website.
Thank you!
Hi RahulDasOp, yes, this can be done using the popup element instead of mobile menu, using the popup element you can create a page with all elements and layout you want to be display on it, and you can use tagDiv Composer to make that layout.
I hope this will help you!
Hi,
If the theme was already activated and you receive this notification, then please contact us via email at contact@tadiv.com and please provide the license key used on that domain and a temporary wp-admin access to the website to investigate the problem. We’ll check it as soon as possible.
Thank you!
Hi,
The new path top that file is – wp-content/plugins/td-composer/legacy/Newspaper/includes/shortcodes/td_block_mega_menu.php but this will work only for a standard header, if is a cloud header the path is a different one wp-content/plugins/td-cloud-library/shortcodes/header/tdb_header_mega_menu.php unfortunately this file can not be set in a child theme, it will be need to be edited after each theme update or it will be need to make a plugin with a similar shortcode in tagDiv Composer.
Thank you!
Hi,
Recently, new changes were made to the Instagram API, which is used by our developers to bring information from this social network. This problem is already on the table of developers who are trying to find the best solution as quickly as possible.
Thank you for your understanding and sorry for any inconvenience!
Hello,
1. This situation is because there are some elements that still have the text set to be center or left align and it will be need to edit each of them in part, but this will take a lot of times, so if you want a quick solution, try this custom css:
body .td-container-wrap .td_block_wrap {
text-align: right;
}
Just set this code in the theme panel > custom code > custom css and the results should be – https://i.imgur.com/HLn9m59.png
2. A part of fonts indeed can be set from the theme panel, but using cloud templates you’ll need to apply the font on those too, for this you’ll need to edit each cloud template and select the manager then the Global font and replace there all fonts with Persian – https://i.imgur.com/7MqBLe4.png (this can be done on pages and cloud templates).
I hope this will help you!
Thank you!
Hi,
I understand. I asked a developer about this situation to see what can be done to resolve this situation on mobile per title article element. I will provide here the answer that I will received!
Thank you!
Hi Sudhin, if you agree I will love to take a look at the website and make the correct settings to resolve this situation, for this please contact us via email at contact@tagdiv.com and provide a temporary wp-admin access, also include the link of this topic to identify you. I will check it as soon as we get the access.
Thank you!
Hi,
I understand, so if there is no difference with default post title style, will need to find a different approach, maybe the problem is related that on mobile the title is on 2 lines and seems to be the largest element at first load.
I made some test locally and seems to can get the problem resolved only if the post title appears on one line, but I think that most of articles display on mobile the title on 2 lines. I also made the same test using a default WordPress theme and the results were similar, but the LCP was smaller (from 4, to 3ms).
Normally if you have a dedicate cache plugin (example WP Rocket) and Cloudflare (CDN), it is possible to be some settings on those that can help to resolve this situation.
I will continue to check and if I find something I will let you know!
Thank you!
Hi,
It looks that those cases appears when is trying to inject an AdSense code between comments, then the list use a marker – https://i.imgur.com/LB9uRsQ.png
Now I think that it can be restricted to not be displayed inside the comments from AdSense account, or you can use a css like this one:
#comments li::marker{
content: "";
}
The code needs to be set in the theme panel > custom code> custom css.
I hope this will help you!
Hi,
Glad you found and shared with us what was interfering!
Have a nice day!
Hello,
Do you refer that tagDiv Composer is no longer working on the homepage, can you provide some screenshots with the error?
Or maybe you are referring to the wp editor from composer, if is this one and is keep loading please check the restriction settings and code – https://i.imgur.com/6NDIKnb.png – https://forum.tagdiv.com/general-options-may-interfere-newspaper-theme/
Thank you!
Hi,
Usually this kind of situation appears on old theme versions that in time are exploits by bots to inject malwares.
The latest theme version is 12.6.4
Thank you!
Hi,
This is case (the problems is on post titles) then I do not think that replace an element with be a solution and the h1 class=tdb-title-text do not have an element that can replace it, it must be find a different solution.
Also is this problem on both mobile and desktop version?
Another recommendation is to make a duplicate for single post template and reset the article post title element to default settings and perform a new test to see if it still making that large LCP.
Let me know the results!
Hi,
It will be need to provide a link to a post where this problem can be investigate to can provide a proper solution for this case.
Thank you!
Hi leda, this seems to be a situation similar with the one mentioned in this guide – https://i.imgur.com/Nc0qpTG.png – https://forum.tagdiv.com/general-options-may-interfere-newspaper-theme/ please check it and let us know the results!
Thank you!
Hi Morten Brekke, I just checked the website and the articles that are displayed in all categories are part from all categories – https://i.imgur.com/ffkbaPc.png make sure that you set articles only on one category and see if this is displayed only in that one.
Also, please check if the filer from the big grid on categories have the filter set on current category – https://i.imgur.com/j5tpQsH.png
Thank you!
Hi Roger,
If you want a quick solution is a custom css, but this can be done using tagDiv Composer, please select the content from tagDiv Composer and set on it in css tab the margin top 0 – https://i.imgur.com/NqA8kXt.png if is not working, then try the css
.home .td-main-page-wrap {
padding-top: 8px;
}
This can be set in the theme panel > custom code> custom css and the results will be – https://i.imgur.com/BUdkfOy.jpg
Thank you!
Hi Sebalos, usually when this is happening is related to a cache/object cache that is apply on backend and when the page is reloaded the theme panel settings will be delivered from cache version – https://i.imgur.com/kPuffg6.png
Thank you!