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

Hi,
For the moment there is a compatibility problem with the last WordPress version. We’ll make soon a theme update to resolve this problem.
Thank you!

Calin
tagDiv Staff

Hello,
We’ll try to make a theme update for compatibility.
Thank you for your understanding!

Calin
tagDiv Staff

Hello,
We’ll try to make a theme update for compatibility!
Thank you!

Calin
tagDiv Staff

Hello,
Our theme has 2 type of reviews, the one set buy the author – https://demo.tagdiv.com/newspaper_pro/td-post-cisco-knows-its-routers-are-the-fastest-ever-for-desktop-pcs/https://forum.tagdiv.com/reviews-2/ and the one that can be set by visitors – https://forum.tagdiv.com/use-posts-lists-shortcode/https://forum.tagdiv.com/user-reviews/

Now to add only the final score (this one-https://i.imgur.com/zGmwgpp.png) you need to add the score in wp_postmeta in td_review_key, for example I have a post with score 5 – https://i.imgur.com/lRbOSYR.png
Thank you!

Calin
tagDiv Staff

Hello,
Is this problem also appearing when you are logged in? Most of the time this problem can appears from a cache or optimize plugin.
In case that the problem persist, please provide a link where I can check this situation.
Thank you!

Calin
tagDiv Staff

Hello,
We answered via email – https://i.imgur.com/obUSACE.png did you not received our email?
Thank you!

Calin
tagDiv Staff

Hi,
I remember a similar situation an the problem was that the theme used was an old version. Please check the theme version you have, for Newsmag the last version is 5.4.1
How to update the theme – https://forum.tagdiv.com/newsmag-how-to-update-the-theme/
Thank you!

Calin
tagDiv Staff

Hi,
I think that you tried to add the gallery using the Gutenberg editor. Please try like this – https://forum.tagdiv.com/gallery-2/ using the classic element.
Thank you!

Calin
tagDiv Staff

Hi,
Yes, for this please contact us via email at contact@tagdiv.com and please provide temporary wp-admin and cPanel/FTP access. Also, please include the link of this topic to can identify you faster.
Thank you!

Calin
tagDiv Staff

Hi,
Please add this custom css in the theme panel > custom code> custom css
.grecaptcha-badge{
z-index: 9;
}

I hope this will help you!

Calin
tagDiv Staff

Hello,
Is this problem still happen if you try only with tagDiv plugins?
Can you provide a link where I can investigate this problem?
Thank you!

Calin
tagDiv Staff

Hello,
The changes should be done on those files:
– wp-content/plugins/td-composer/legacy/common/wp_booster/td_util.php
line 794 https://i.imgur.com/OLiObCB.png
line 3353 https://i.imgur.com/1kGH5gM.png

– wp-content/plugins/td-composer/includes/tdc_util.php
line 466 – https://i.imgur.com/psGbYmv.png

To get the theme plugins default code, just delete the plugins and reinstall them from Newsmag > plugin
I hope this will help you!

Calin
tagDiv Staff

Hello JCouso,
Thank you for providing those informations!
If you want we can take a look too, just let us know! For this we’ll need temporary wp-admin and cPanel access. Those can be provided via email at contact@tagdiv.com
Thank you!

Calin
tagDiv Staff

Hi,
That notice is related to the same code, this one – https://i.imgur.com/s7L7WyU.png
Now what can be done is a replace of the code line
$content = get_post( $post_id )->post_content;
with:
$content = $post_id ? get_post( $post_id )->post_content : '';
This replace is already made in the package for the theme update, but I do not know a release date for it, sorry. If you want I can help and I can manually set the code for you, just let me know!
Thank you!

Calin
tagDiv Staff

Hello,
For mobile please try this custom css only for mobile:
.single .tdb-sacff-txt {
display: block;
line-height: 28px;
}
.single .tdb-sacff-txt img{
margin-bottom: -6px;
}

The code needs to be set in this place – https://i.imgur.com/6HMShqF.png setting the code there will be apply only on mobile.
Thank you!

Calin
tagDiv Staff

Hello,
The post templates can be set from the theme panel – https://i.imgur.com/41ujq3r.png the sidebar can be set as global on posts in theme panel – https://i.imgur.com/Fb8vd0D.png and it can be edited from Appearance > Widgets
I hope this will help you!

Calin
tagDiv Staff

Hi,
From what I can see on the articles, the screen goes left-right, and on a more detailed investigation, I see that the css from a plugin referred to the one in the theme for the social share elements.
The simplest solution is to use a css code:
.single .td-post-sharing-bottom {
padding: 8px;
}

This code needs to be set in the theme panel > custom code> advance css > phone.
Thank you!

Calin
tagDiv Staff

Hi fabioweb90,
This is how Wp Eidtor works, it saves the text automatically.
What I can suggest is to check the console and see if there are any errors. Also there are shortcodes that maybe will not be display in composer and only on frontend.
Thank you!

Calin
tagDiv Staff

Hi,
Unfortunately, using that block is not possible, what you can do is to try the flex block 1, this has a few option that allow you to adjust the image using the tagDiv Composer – https://i.imgur.com/HME42Up.pnghttps://i.imgur.com/Zw11GFa.jpg
Thank you!

Calin
tagDiv Staff

Hi,
1. Unfortunately, there is no option in our themes for this. In case that you are using the Newspaper theme you can create multiple cloud templates and change the ads on them, but I think that using a dedicate plugins will reduce the work and effort that needs to be to sustained to manage the ads per categories.
2. There is an option for this on post loop elements in tagDiv composer – https://i.imgur.com/2YkWPWH.png
3. Gifs will work, you can set almost anything.
Thank you!

Calin
tagDiv Staff

Hi,
The image is small like that because is to small, your full size image is http://nieuw.nieuwsbriefadviesraden.nl/wp-content/uploads/2023/10/Veiligheid-en-Topsport.jpg please upload images with at least 1024px and this will be display nice.
Thank you!

Calin
tagDiv Staff

Hello,
I just checked the website mentioned in the screenshot and that problem is now resolved – https://i.imgur.com/4DssJBU.png
Thank you!

Calin
tagDiv Staff

Hello,
The theme is responsive and it should adjust after each screen that it is used. Also, this is coming with a special plugin dedicate only for mobiles (mobile theme plugin) – https://i.imgur.com/LG8i8gL.png
Thank you!

Calin
tagDiv Staff

Hi leagcooks,
Unfortunately, there is no option for this in the Newsmag theme, sorry!
But I think it can be achieved using a custom CSS and JavaScript, something like this – https://pastebin.com/NGfChF9g
The JavaScript code needs to be set in the theme panel in this section – https://i.imgur.com/YEVkmMH.png
Thank you!

Calin
tagDiv Staff

Hi stefanegirard, it looks that you are using the Newspaper theme on that website, therefore you can edit the homepage and also edit the cloud header using tagDiv Composer, then select the separator element above the menu and delete it. Also the one below is set on cloud header, for that select one element from menu, then select the header menu an remove the shadow – https://i.imgur.com/SJkfyCZ.png (set it on 0).
I hope this will help you!

Viewing 25 posts - 5,501 through 5,525 (of 35,335 total)