Search Results for 'td composer'

Results from the Forum
Ljupche
tagDiv Member

Hello,

I just changed the fb account form tagDiv to our own and the counter does not work. It works when I type tagDiv but for domamk.mk it says 0, even though the page has likes. I tried updating the theme to V10.3.7, tried deleting TD Composer and re-installing it but that does not work.

TD Composer plugin version: 2.7
TD Social Counter plugin version: 4.8

Let me know if I should try something else.

Regards,
Ljupche

gepdaily
Participant
#0

Since the latest TagDiv Composer update. My site has been slow and not working correctly. The backend always gives an error of “Not Connected” when publishing.

I go this from WP:
Howdy!

Since WordPress 5.2 there is a built-in feature that detects when a plugin or theme causes a fatal error on your site, and notifies you with this automated email.

In this case, WordPress caught an error with one of your plugins, tagDiv Composer.

First, visit your website (https://gephardtdaily.com/) and check for any visible issues. Next, visit the page where the error was caught (https://gephardtdaily.com/wp-admin/admin-ajax.php) and check for any visible issues.

Please contact your host for assistance with investigating this issue further.

If your site appears broken and you can’t access your dashboard normally, WordPress now has a special “recovery mode”. This lets you safely login to your dashboard and investigate further.
———————

admin-ajax is retuning 0. which means the Ajax is not loading. What updates happened in composer?

Please do not give me a line about TagDiv only works with these Plugins….I have had this site for 5 years with Newspaper, it is not just a problem.

#0

Hi,

Is there a problem with TagDiv TD composer / Cloud today Oct 20, 2020 … I can barely make any edits to my website because everything is taking forever to load in TD composer.

Speed is fine on WP – when I edit posts in WP, speed is fine.

It’s making front-end changes to the layout / design in TD Composer that is unacceptably slow. I can’t work at all at this speed and sometimes it keeps freezing and not saving my edits.

andxtagdiv
tagDiv Member

Is this still the way to do it?

you need to comment this line of code -> https://i.imgur.com/CtBzi7c.png like this -> https://i.imgur.com/DLtPfyW.png and the function that you mentioned will no longer be call, also the path to the file is -> wp-content/plugins/td-composer/legacy/common/wp_booster/td_translate.php

admin42
Participant
#0

Hi I have this problem on my website that TagDiv Composer is not loading. I reset my wordpress and reinstalled Newspaper theme but that didn’t fix TD Composer. Please help.
https://grafik.is/

gumball44
tagDiv Member

Hi @amit

I use this code in my functions.php file // Preload Newspaper fonts for responsive theme (main theme)

function dns_prefetch_responsive() {

echo "<link href='https://lowtechnation.com/wp-content/themes/Newspaper/images/icons/newspaper.woff?19' rel='preload' as='font' type='font/woff' crossorigin>";
}
add_action( 'wp_head', 'dns_prefetch_responsive', 0 );

Do I need to add the code above // Preload Newspaper fonts for responsive theme (main theme) function dns_prefetch_responsive() { echo '<link rel="preload" href="//lo<technation.com/wp-content/themes/Newspaper/images/icons/newspaper.woff" as="font">'; echo '<link rel="preload" href="//lowtechnation.com/wp-content/plugins/td-composer/legacy/Newspaper/assets/images/icons/newspaper-icons.woff" as="font">'; } add_action( 'wp_head', 'dns_prefetch_responsive', 0 );

Because it looks different

Thank you for you help

Vlad S
tagDiv Staff
IamLegend
Participant
#0

Hi,
Currently on the TD Composer you have 4 viewpoints: Desktop, Landscape, Portrait, and Phone.
Examlple: I have 3 rows created on the Desktop viewpoint, when I go over to the Landscape viewpoint I want remove the 2nd row so it only show row1 and row3 on the Landscape viewpoint.

It goes the same with the inner-row and columns.

Thank you

Soundqubed
Participant
#0

I have three sites DEV, TEST and PROD. I have our logo in SVG format and wanted to use it in the Newspaper theme. On the DEV site I had also added the SVG plugin so I could add SVG’s to the media library. The TD Composer option worked as well by adding its text into the entry area. I then moved it over to TEST, which does not have the SVG plugin, Only the TD Composer and entered the text of the SVG into it and it worked. Finally, I was to add the SVG to the PROD site, which like TEST does not have the SVG plugin , only the TD Composer option. But every time I try to add the text of the SVG into the text entry and click save, it just leaves the save icon spinning forever, every time.

So my questions would be, what would cause only the SVG edit to hang , was doing a big menu modification and everything else worked with TD Composer by using the direct Page or Cloud Template editing. No errors are taking place, it just hangs and never save the SVG in the config text area?

sagoralibd
Participant
#0

Dear sir,
[Note: I read a solution but this is not Not understandable]
http://www.topnews24online.com is using NewspaperX theme. I want to make some change my home page but it’s not opening by tagdiv(td) composer.
I made a video of my td composer problem give me a video Url of the solution. Not only me many people are facing this. Also YouTub has not any solutions.
https://youtu.be/nO7U7fJk7p0

sagoralibd
Participant
#0

Dear sir,
http://www.topnews24online.com is using NewspaperX theme. I want to make some change my home page but it’s not opening by tagdiv(td) composer.
I made a video of my td composer problem give me a video Url of the solution. Not only me many people are facing this. Also YouTub has not any solutions.
https://youtu.be/nO7U7fJk7p0

Calin
tagDiv Staff

Hi,
That code need to be set in functions.php, if you are using the mobile theme plugin, then the code need to be set in the file from this path -> wp-content/plugins/td-composer/mobile/functions.php
Hope this will help you!
Thank you!

msakande
Participant
#0

Dear,
I have some difficult to delete some bloc singe the last update

When I click on delete, the system repeate but the bloc didn’t delete

https://www.infoh24.info/wp-content/uploads/2020/10/TagDIV-Delete.png

gguerra@soochy.com
tagDiv Member

Hi,

The problem is not the speed of the front office, i’m very happy with the front-office speed, the problem is with one specific feature of your theme… the TD COMPOSER, it will simply take ages to load, when it loads… its not a server problem, i’m using Siteground.com cloud server with 3 CPUs, 6 GB RAM, 40 GB SSD…
It wasn’t always like that, but about one week ago it started lagging…

Do you want me to provide you with login details?

gumball44
tagDiv Member

Where do I have to insert this code in order to apply on mobile ?

// Preload Newspaper fonts for mobile theme

function dns_prefetch_mobile() {
	
	echo "<link href='https://MYDOMAIN.com/wp-content/plugins/td-composer/mobile/images/icons/mobile-theme.woff?9' rel='preload' as='font' type='font/woff' crossorigin>";
}

add_action( 'wp_head', 'dns_prefetch_mobile', 0 );
  • This reply was modified 5 years by gumball44.
  • This reply was modified 5 years by gumball44.
  • This reply was modified 5 years by gumball44.
Calin
tagDiv Staff

Hi,
If that is a JavaScript use for cloud templates it can be on one of these files from this folder -> wp-content/plugins/td-cloud-library/assets/js or general JavaScript -> wp-content/plugins/td-composer/assets/js
Thank you!

asce_admin
tagDiv Member

Hello Calin,

I also wanted to add a shortcode using td composer. I followed what you mentioned above. I don’t see column text element. I just see Text with Title (https://imgur.com/kc7RZHC). I tried adding Text with Title (https://imgur.com/DyRpyUl) & when I select Edit Content, editor doesn’t do anything it keeps spinning like this.

Any kind of help is much appreciated.

Thank you

Beldar
tagDiv Member

Hello again. I think you don’t read all the messages… In the problem 1 I put you the code that I have put and that breaks me the web and you tell me that it tries to put the same code…

2. Thanks, I’ve fixed it by deleting the cache.

3. Here is an example of a published list: https://www.lacasadeel.net/2020/10/descubre-a-la-nueva-liga-de-la-justicia-de-dc-future-state.html

4. No, it is not a conflict with a plugin, except with yours. If I put the data in the td_config.php and td_config_Ad_block.php files and then update the plugin, that data is deleted… What I need is a way to get it in without it being deleted with each update.

5. This only happens with some templates, not all. I have fixed it by putting more space through CSS in the Tagdiv composer.

Vlad S
tagDiv Staff

Hello !

1. Please make sure that you do not have a plugin conflict, please deactivate ALL plugins except tagDiv Composer, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.

If the problem persist, please set this code in functions.php -> wp-content/plugins/td-composer/legacy/Newspaper/functions.php
add_action(‘admin_head’,function() {
echo ‘<style>.td-gutenberg-editor .editor-styles-wrapper .wp-block {max-width:726px;}</style>’;
});

Or you can 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.

2. Yes, you can make your sidebar smart as you can see here: https://www.youtube.com/watch?v=fa7GenCHcBU

3. That will require a css code. Please provide a link to your website in order to inspect.

4. That can be caused by a plugin conflcit. Check issue 1.

5. Check issue 1.

Thank you !

KSARANG
tagDiv Member

How can i optimize
wp-content/plugins/td-composer/assets/fonts/td-multipurpose/td-multipurpose.ttf
and
wp-content/themes/Newspaper/images/icons/newspaper.woff?19
and remove unused javascript and css from my page ?

Suggest plugins or ways to do so Site : hastysurf.com

juliemarielebreton
Participant
#0

Error at zones: 6(models) : 1(dom). The model does not match the content Current state has involved an issue. You could try an UNDO operation (CTRL+Z / CTRL+SHIFT+Z)

This message appears when i try editing or creating pages with the TD composer. please someone help me out!

The “edit with TD Composer” green button is gone from my top tool bar after update.

Beldar
Participant
#0

I still enjoy your theme, as I think they are fantastic. I have recently upgraded from version 8.5 to X and I am using the Cloud templates, but I found a bug in the editor and would like to change some things:

Bug 1: Since I have activated the Magazine template the editor looks too narrow and I can’t fix it. I read that if I put in the functions.pho file of the TD-Composer the following code worked, but by doing so, it breaks my web…

add_action(‘admin_head’,function() {
echo ‘<style>.td-gutenberg-editor .editor-styles-wrapper .wp-block {max-width:726px;}</style>’;
});

Screenshot: https://imgur.com/a/Vc0iV1S<img

Bug 2: With the infinite scroll (Auto loading) the sidebar does not move along the post, it stays fixed and is loaded again at the next post. Can’t it be moved at least along the post?

Change 1: How can I remove the numbers from the Cloud template dedicated to smart-list? I am referring to the number “1” in the example you see in the screenshot. Screenshot: https://imgur.com/a/a2uHlz8

On the other hand, how can I change the color of the next and back buttons?

Change 2: I had 25 different custom ads created in the publisher. When I updated to Newspaper X they were deleted from the selection menu. I put them back following your tutorial in the Td-Composer plugin, but when you updated it this week they were deleted again. Is there no way to put more ads without deleting the code each time the plugin is updated?

manuel.florees
Participant
#0

After update my server logs show thousand of times this message

PHP Warning: Illegal string offset ‘font_awesome’ in /home/mpw5gau230ea/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_util.php on line 1230

and

PHP Warning: Illegal string offset ‘font_awesome’ in /home/mpw5gau230ea/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_util.php on line 646

responsum
tagDiv Member

Hello
The same happens to me.
I have analyzed the site in several ways and have noticed the following:
– The pages that were had before installing the template do not inherit the icons of the menu that comes in the demo.
– The pages that are created after importing the demo do have the menu and show the icons.
– When this new page is edited with TDC (TagDiv Composer) that does have the menu and icons as in the demo, something happens: They are not visible on the website but they are visible in the editor.
I have checked the logs in PHPMyAdmin and did not detect any inconsistencies but I suspect that the TDC is not saving ALL menu information correctly. This is probably due to a problem with the memory_limit parameter of PHP or WP-Config.
This may help you detect and correct the problem.
Greetings! -CGB

Viewing 25 results - 3,201 through 3,225 (of 9,951 total)