Home User profile
tagDiv Staff
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
Calin
tagDiv Staff

Hello,
I you are referring to social networks then you will find them in Theme panel > Social networks – https://i.imgur.com/VtYSG5h.png in case that you are referring to social share then will be – https://i.imgur.com/ZutSawJ.png
Thank you!

Calin
tagDiv Staff

Hi al-2, this can be done only editing the theme files, but this is not quite recomandated. So in this situation if you edit the d-standard-pack/Newspaper/includes/shortcodes/td_block_big_grid_slide.php you’ll edit the grid element – https://i.imgur.com/rx9j2L8.png also, each block is suing modules and those should be edit to add extra the excerpt so the one for that big grid slide is this one – wp-content/plugins/td-composer/legacy/Newspaper/includes/modules/td_module_slide.php
Thank you!

Calin
tagDiv Staff

Hi,
I understand you, but this decision was made so you can set a color over the image so you can add a text to be visible.
Yes, when the site is live please provide a link to it and we’ll do our best to help you!
Thank you!

Calin
tagDiv Staff

Hi,
I see.
I checked in the theme code for that section and there is not hard-coded – https://i.imgur.com/wbg5xYX.png but, the attribute can be set custom on element – https://i.imgur.com/9Bl9CIz.pnghttps://i.imgur.com/3EahYiS.png
Now checking the problem following the above indications I saw that the breadcrumbs element no longer display all the fields for CPT – https://i.imgur.com/sQyUAf6.png and the problem you mentioned appears – https://i.imgur.com/sLWVMpd.png so I search in the theme files and the only place that I fined the title_attribute = attribute was on this file https://i.imgur.com/r66A7nR.png but is not change the attribute that is now on the cpt taxonomy in breadcrumbs, so I send this problem to our developers to further check it.
Thank you!

Calin
tagDiv Staff

Hello mmovio, those are the resources – https://i.imgur.com/yMadA27.png that re loading slow on your domain that is pointing on localhost, also those are errors that should be resolved – https://i.imgur.com/cmZPLZF.png
The problem seems to be only on homepage, if you navigate between articles the site is loading normally. So the problem is with the elements you have on the homepage. Please do a test set a different page as homepage, preferable a normal page and see if the situation is improved (most possible to be from some extra elements that have been added on the homepage).
Thank you!

Calin
tagDiv Staff

Hi petar777,
1. Unfortunately this can be done only with some custom code, there is currently no option for this in our theme.
2. If you are referring to the live search results, then there is no option to filter/sort the results in the live search results (only the layout can be edited). Also if that article appears in results it should contain the name “John Doe” in article title, or article content.
Thank you!

Calin
tagDiv Staff

Hi Dave,
Thank you very much for the suggestions of new options for our theme. These have been added to our list of suggestions and will be checked by the management and the developer.
Thank you for taking the time to share these feature requests

Calin
tagDiv Staff

Hello,
On pro demos the sidebar can be add/set using the tagDiv Composer, for tis you can check our guide from here – https://forum.tagdiv.com/sidebars-tutorial/
I hope this will help you!

Calin
tagDiv Staff

Hello,
I see, the priority on background image is lower then the one for background color so, there are a few workarounds, so the first situation will be to set a color with an opacity so the image is also display. The other situation is to use a custom css to bring the image element in front, for this I will need a link to a page where this situation appears.
Thank you!

Calin
tagDiv Staff

Hello,
The numbers from modules can be achieved using a custom css or using the module from flex block builder – https://forum.tagdiv.com/modules-builder-newspaper-theme/
Now in case that you are referring to this block – https://forum.tagdiv.com/modules-builder-newspaper-theme/the css for it is at the bottom of the column – https://i.imgur.com/sYuBO7G.png setting the css from there in the theme panel should resolve the problem.
Thank you!

Calin
tagDiv Staff

Hi,
When you say replacing News, are you referring to this one -> https://i.imgur.com/ml7bivf.png ? If so then this can be replace/changed from Appearance > menu it should be the first menu element from header menu. – https://i.imgur.com/xJGM2xe.png
If this is not what you mean, please let me know!

Calin
tagDiv Staff

Hello,
Unfortunately the website is not available – https://i.imgur.com/ml7bivf.png
Most of the time when you import video posts rom one domain to a different one is possible that the video thumbnail to no longer exists on the new domain, in this case you need to remove the current thumbnail and click on update so there will be generate a new thumb from the video.
Another solution that can be tried is to use a regenerate thumbnail plugin but this usually resolve the situations only for articles with normal format and not video format.
Thank you!

Calin
tagDiv Staff

Hello,

1. The number can be set using a custom css (can be set automatically, but you can not set the order).
2. This is because the review when is converted in stars will have between 1 and 5 stars, if the 10 points is allocate to a post this will have 5 stars, if is allocated 9 points will be 4.5 stars.

Thank you!

Calin
tagDiv Staff

Hello,
The mentioned options are in WP Super Cache plugin, but if you want you can use a different cache plugin.
The CDN from Siteground should be ok, but we usually recommend this one – https://www.cloudflare.com/
Thank you!

Calin
tagDiv Staff

Hi curistorian, unfortunately for the moment this is not possible, it will display only the selected taxonomy.
Thank you!

Calin
tagDiv Staff

Hi Alex,
Normally the breadcrumbs taxonomies title on CPT should be the taxonomy name, (the code is similar with the one for normal articles). The results should be – https://i.imgur.com/HKhAYmm.png if for you is not the same, can you provide some examples to try to recreate the problem?
Thank you!

Calin
tagDiv Staff

Hello,
The theme does not have an option for this, it can be done only with SEO plugins. From what I see the Rank Math has an option for this – https://rankmath.com/kb/how-to-noindex-paginated-pages/ but it seems that Yoast SEO doesn’t have, but it can be used a function like this one mentioned here – https://wordpress.org/support/topic/how-to-noindex-paginated-page-using-yoast/ the code can be set in functions.php in child theme.
I hope this will help you!

Calin
tagDiv Staff

Hello,

1. To adjust this on footer you can use a custom css like this one:
html[lang="ar"] .td_block_popular_categories a{
display: flex;
flex-direction: row-reverse;
width: 100%;
}
html[lang="ar"] .td_block_popular_categories .td-cat-name {
order: 2;
}
html[lang="ar"] .td_block_popular_categories .td-cat-no {
order: 1;
}

This css should be set in the theme panel > custom code> custom css.

2. Please use tagDiv Composer to edit the page then use the right click on the sign element and click on delete – https://i.imgur.com/t5gPFGR.png

3. Yes, the child theme can be used. For this you can triger the language to apply that css on on that language, like this html[lang=”ar”] or on rtl like this [dir=”rtl”]. Now , most of element have options that allow you you to set the text from RTL to LTR and vice versa, but there are a few elements that do not have this option and need to be used a css.

4. Yes, the templates can be set as global per language and for each language it will be used the one set as global.

5. This is a strange situation, also that one is a page get from cloud library and it can be get for each language, but is not a page template. In that situation if you want to use that page as homepage, then you can assign it using the WordPress option from Settings > Reading – https://i.imgur.com/kxRD8Dh.png

I hope this will help you!

Calin
tagDiv Staff

Hi,

Unfortunately, I do not know exactly whet you mean. Are you referring for how to add elements in sidebar? In you case you’ll need to go to Appearance > widget and add in Newspaper widget the elements you want to be display in the sidebar. – https://i.imgur.com/taI7aTg.png
Another solution is to use a single post template form cloud, this can be edited using the tagDiv Composer.https://forum.tagdiv.com/sidebars-tutorial/

Calin
tagDiv Staff

Hello,

1. To add the language switcher in top menu you can you need to edit the homepage and add a column text in top bar – https://i.imgur.com/ZaBlTlX.png – , after that add the shotcode element of wpml menu in column text in text zone – https://wpml.org/documentation/support/wpml-coding-api/shortcodes/https://i.imgur.com/hEkL3Lo.png

2. Usually this is a shortcode set in sidebar so what can be done is to go to Appearances > Widgets and remove the language shortcode.

Thank you!

Calin
tagDiv Staff

Hello,
1. This can be done using the theme panel settings. For background – https://i.imgur.com/CVCZ9kk.png and for color – https://i.imgur.com/wMB97WO.png
2. You need to use tagDiv Composer, edit the homepage and select the mobile view port, then select the mobile menu and choose the menu you want to use – https://i.imgur.com/HCR42PU.png
Thank you!

Calin
tagDiv Staff

Hello,
1. Please check using tagDiv Composer and select the logo then look for log text and hide it – https://i.imgur.com/TcFVrRW.png (this should be done on both desktop and mobile versions).
2. Yes, this can be adjusted per view port – https://i.imgur.com/m7sfFC9.png
Thank you!

Calin
tagDiv Staff

Hello,

I believe that you are referring that the pages sped has dropped, this is normal since the structure is different and the site needs to be re-optimized.
Please use CDN for the website, this will make it faster – https://forum.tagdiv.com/cloudflare-cdn/ you can use the options from the last version and disable the mobile header on desktop and desktop header on mobile (this can be done for the sticky headers, but make sure that the mobile cache option is enabled – https://i.imgur.com/vgI7fdR.png) – https://i.imgur.com/FMejmEf.jpghttps://i.imgur.com/hTWwMFY.png also uses those options – https://i.imgur.com/WoLDdB9.pnghttps://i.imgur.com/tqFRWHX.png and you can enable the option to use webp format for thumbs – https://i.imgur.com/ZOg8cCq.png (those need to be generated with a dedicate plugin).

Thank you!

Calin
tagDiv Staff

Hi, I think that when you say web story you are referring to mega menu – https://forum.tagdiv.com/newsmag-mega-menu/
If this is not what you mean, please let me knw and please provide some examples.
Thank you!

Calin
tagDiv Staff

Hello,
I believe that this error [25-Jun-2024 21:01:06 UTC] PHP Deprecated: Automatic conversion of false to array is deprecated in /home/theindustry/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_module.php on line 380 is related to the thumbs – https://i.imgur.com/m0kgyTo.png so in this case what can be done is to use a regenerate thumbs plugin to regenerate the thumbs, most of the time this is resolving the error you are facing.
Thank you!

Viewing 25 posts - 4,726 through 4,750 (of 35,335 total)