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,

Please make a test, remove the Instagram id from theme panel clear all cache and add it again.
If there is still a problem, you can send us an email at contact@tagdiv.com and provide admin login. We will take a look. Include a link to this topic in the email.

Thank you!

Calin
tagDiv Staff

Hi,
I think that you want to write these in sub-footer, if you are using a standard footer style, you can do this from theme panel > footer -> https://i.imgur.com/DC2nEE8.png
if is a page or footer template, then you can edit it using tagDiv Composer and add the elements you want -> https://i.imgur.com/6dtDxNC.png
If this is not what you mean, please provide some more detsils.
Thank you!

Calin
tagDiv Staff

Hi domien,

If you want to have the same version on mobile as on desktop, then you need to disable the mobile theme plugin to can use the responsive version or you can use the mobile theme plugin only for amp -> https://i.imgur.com/dnVNRXE.png

Hope this will help you!

Calin
tagDiv Staff

Hi,
As I can see the theme thumbs are not enable in theme panel -> https://i.imgur.com/vQO5YYX.png you need to enable these thumbs -> https://i.imgur.com/DktTKEa.png -> https://forum.tagdiv.com/theme-thumbs/
Also you need to set the logo in theme panel -> https://i.imgur.com/TbuGfZ3.png -> https://forum.tagdiv.com/logo-favicon/
If you have other questions or problems, let me know!
Thank you!

Calin
tagDiv Staff

I’m glad that the problem was solved, if you have other questions, let us know!
Have a nice day!

Calin
tagDiv Staff

Hi,

The site permalinks can be change from here -> https://i.imgur.com/APnRuMt.png
Also our them use this header file -> wp-content/plugins/td-composer/legacy/Newspaper/header.php and is using the url/permalinks from WordPress -> https://i.imgur.com/PynbRKL.png

Thank you!

Calin
tagDiv Staff

Hi,

If you are using the Black Pro and you want to edit the single post template from tagDiv Cloud library, you can do it using tagDiv Composer -> https://i.imgur.com/3REsBwr.png
If there is still a problem, please provide me some screenshots with the changes you want to make.

Thank you!

Calin
tagDiv Staff

Hi colka12,

Please check if the elements that are set on homepage are not set in header or footer and when you edit homepage these changes appear on homepage too.
If the problem still persists, please provide me a link where I can inspect this problem and the page that when you edit it is changing the homepage.

Thank you!

Calin
tagDiv Staff

Hi shogunteam,

You can make a homepage like that very simple, you need to set in a row a background and image -> https://i.imgur.com/Alfgjvo.png and set a title -> https://i.imgur.com/VybRYc0.png and the search element in it -> https://i.imgur.com/61ZelK5.png after that set a posts loop after them -> https://i.imgur.com/1KD8pgw.png

Thank you!

Calin
tagDiv Staff

Hi bonfire,
As I can see the featured video is not set, you set only the video in post content.
Please add the link of youtube video -> https://i.imgur.com/69iaqRr.jpg -> https://i.imgur.com/kBSGYDq.png -> https://i.imgur.com/36pkAKm.png -> https://i.imgur.com/3L1OPxD.png
Let me know the results after you set the featured video.

Calin
tagDiv Staff

Hi,

The footer cloud template can be edited, but it must be set on a page or cloud template in order to be able to edit it, this was the way made by our developers, normal we all think that it should work as a normal template, but is look that the footer template has some elements that can be edited only when it is assigned on a page or cloud. This is the only way that it can be edited after you download it from cloud library.

The excerpt section should be display in posts -> https://i.imgur.com/sIdIN01.png also in theme panel -> https://forum.tagdiv.com/excerpts-introduction/ also you can adjust on frontend you can adjust these settings in general tab -> https://i.imgur.com/1P6zEX3.png

So you want to display the excerpt inside that article, this can be done only if you make change sin theme files.

Thank you!

Calin
tagDiv Staff

Hi,

What block are you using? if is a flex block, then the option from layout tab should work -> https://i.imgur.com/upuZGy2.jpg
If this is not what you mean, please let me know!

Thank you!

Calin
tagDiv Staff

Hi,

The theme is using https://www.youtube.com/iframe_api this is use in these files:
-> wp-content/plugins/td-composer/legacy/Newspaper/js/tagdiv_theme.min.js and wp-content/plugins/td-composer/mobile/js/tagdiv_theme.min.js

Hope this will help you!

Calin
tagDiv Staff

Hi,

The related articles should work as in our guide from here -> https://forum.tagdiv.com/design-post-pages-using-default-templates/ (also these change need to be made suing tagDiv Composer on PRO demos) and in this section should be display only related posts/articles.
Please make sure that you do not have a plugin conflict, please deactivate ALL plugins except tagDiv plugins (theme plugins), also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.
If there is still a problem, please provide me a link where I can check this problem.

Thank you!

Calin
tagDiv Staff

Buna Alin,
Normal limba folosita pe forum este limba engleza ca sa ii ajute si pe celalti useri care au probleme similare.
Acum referitor la “problema” cu mega menu, din cate vad eu folositi mobile theme plugin -> https://i.imgur.com/jYy5MLO.png aceasta este o tema conceputa de dezvoltatorii tagdiv peantru a obtine o versiune mai rapida pe dispozitivele mobile. Cand utilizezi acest plugin, aspectul de pe mobil nu va mai fi acelas cu cel de pe desktop, iar unele functionalitati nu sunt recunoscute de catre mobile theme, acesta fiind realizat peantru a mentine versiunea mobila cat mai simpla si rapida. Datorita acestor implementari pentru a avea un meniu functional pe dispozitivele mobile puteti creea un nou meniu ca cel principal, dar in loc the mega menu setati un link catre acea categorie (sau setati direct categoria in menu) apoi setati in theme panel > mobile theme > header > mobile menu meniul creat.
O alta varianta este sa folositi versiunea mobila a temei (versiunea responsive), acest lucru se poate efectua dezactivand mobile theme plugin, folosindul mobile theme doar ca template pentru amp -> https://i.imgur.com/uVuacM3.png sau folosint mobile theme dar si varianta responsive pe anumite pagini sau posturi, acest lucru se poate face folosind optionea pusa in editorul Gutenberg -> https://i.imgur.com/dIiLlJ0.png
Pentru moment putem oferi suport doar pe acest forum si pe email.
Sper ca acest raspuns sa va ajute!
O zi frumoasa!

Calin
tagDiv Staff

Hi,
Then you can add an ad per each device using a custom css, for example :
@media screen and (min-width: 1400px) {
<div style="width: 700px; height: 400px;">
<!-- your add -->
</div>
}

and
@media screen and (max-width: 900px) and (min-width: 600px) {
<div style="width: 400px; height: 700px;">
<!-- your add -->
</div>
}

You can set this code here in ad box -> https://i.imgur.com/JQ09xDJ.png

Hope this will help you better!
Thank you!

Calin
tagDiv Staff

Hi,

I just make a test with the child theme that is coming with newspaper v10.3.6.1 and for me the related articles section is displaying https://i.imgur.com/Qw24B2s.png -> https://i.imgur.com/1Qn02oL.png -> https://i.imgur.com/Hrn81Wy.png
If for you only when you activate the child theme this option is removed and deactivating the child theme make the section to reappear then can be from some settings that you have in the child.
If you want we can take a look to it, just make a full backup and 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!

Calin
tagDiv Staff

Hi,
Please try the fix provide in this topic -> https://forum.tagdiv.com/topic/amp-errors-and-warnings/#post-361571
Let me know the results!

Calin
tagDiv Staff

Hi, my colleague Catalin L. just replied to the email, check the answer and reply back.
Thank you for your understanding and sorry for the inconvenience!

Calin
tagDiv Staff
Ads - reply

Hi,

Unfortunately the 451 errors still persists ->https://i.imgur.com/qJqCg0r.png
Please try only with theme plugins and see if the problem persists.
When you get 404 for ads then the ads are not allow in 404 page content -> https://support.google.com/google-ads/thread/1469395?hl=en

Thank you!

Calin
tagDiv Staff

Hi willwild,

This depends on haw old is the version use for the old content, please provide some more details, also if is older then Newspaper 9, then yes is possible to be some problems, also with what builder was made the website content. Please provide as many details you can.

Thank you!

Calin
tagDiv Staff

Hi,

Is look that the Gadget Pro Demo has as logo an SVG image -> https://i.imgur.com/O1ldhQs.png you can remove it from SVG tab-> https://i.imgur.com/9SYutqJ.png

Thank you!

Calin
tagDiv Staff

Hi,

Usually the “Invalid reply from server endpoint error” is caused by insufficient WP_Memory_limit, if you’ll set it to 256M, and is still not working, please check the rest of settings from our guide.
Also make sure that all theme settings are as in our guide ->
https://forum.tagdiv.com/requirements-for-newspaper/
and please increase all requirements that are lower, and follow all steps.
Also make sure that you are using https not http, also make sure that you have a good connection to internet.

If there is still a problem, you can send us an email at contact@tagdiv.com and provide admin login, as well as cPanel. We will take a look. Include a link to this topic in the email.

Let me know the results!
Thank you!

Calin
tagDiv Staff

Hi,

For this you can use our guide from here -> https://forum.tagdiv.com/facebook-share/ using Yoast SEO, you can set the twitter card -> https://i.imgur.com/lnebPsv.png

Hope this will help you!
Thank you!

Calin
tagDiv Staff

Hi, yes, we can take a look, send us an email at contact@tagdiv.com
We will take a look. Include a link to this topic in the email.
Thank you!

Viewing 25 posts - 14,901 through 14,925 (of 35,335 total)