Search Results for 'td composer'

Results from the Forum
booomcha
tagDiv Member

Yes, thank you for your response. As I mentioned, I’d already tried that.

Here is what it looks like in the tdcomposer:
null

As you can see in the above example, I have the padding set to “0” and in the tdcomposer, the margins/padding looks like I want it to.

But from the front end, it still looks like this with tons of padding:
null

I’m not sure what the problem is, and hoping you can help me.

Thank you so much.

ncompass
Participant
#0

Hi there,

I am trying to resolve an issue with a membership plugin (Paid Memberships Pro) we use for our news site.

The membership plugin filters content during “the_content” filter in order to hide content to non members. However there seems to be an issue with the page based mega menu that uses the_content filter to render shortcodes etc. The menu can get filtered when it is shown on or near membership content (the_content doesnt have any identifying features e.g. page ID).

I have reached out to the membership plugin developer and they have been trying to work on compatibility with your theme — they are asking for a hook they could use, so they can unhook their filter during megamenu rendering, and then rehook once it is complete.

Here is there message to me:-

“I managed to replicate this issue with both the category and page ID method for mega menus. The code you shared definitely helps us, however it seems there’s no easy hook to disable the_content while in the menu item or location by the looks of it.

To help speed up support, please can you reach out to the Newspaper support team to provide us with hooks to unhook the_content temporarily while in the header menu item. I wasn’t able to find the right hook within their plugin or theme, but I am still going to look into this further.

The idea to the solution would be to unhook the_content while in the menu location and add it back once the menu is finished rendering which should help.

Thank you for your patience and understanding.”

I can find the problem line on Line 205 /td-composer/legacy/common/wp_booster/td_menu.php

Is this something you would kindly help with?

Kind Regards
Jeremy Stone

Calin
tagDiv Staff

Hi,
If you want you can use the mobile theme plugin but disable it from pages, unfortunately for this you’ll need to go on each page and from Gutenberg editor to disable the mobile theme – https://i.imgur.com/2prHOcF.png then the responsive version will be used.
Another solution is to use the flex blocks elements instead of blocks, those can be configurate per view port – https://i.imgur.com/YE1xtfg.pnghttps://i.imgur.com/6sTDf3B.png each option with a solid border in front can be set per view port. Also when you have a flex block layout that you want to reuse it you can save it as an element – https://i.imgur.com/amjxWeA.png and use it latter from tagDiv Composer.
I hope this will help you!

Anamaria
tagDiv Staff

Hello,

Please provide the link to your website.
To edit the text for edit, you need to edit this file wp-content/plugins/td-composer/legacy/common/wp_booster/td_module.php -> and change the text https://prnt.sc/kqp0IVwmIR5o

Thank you!

Calin
tagDiv Staff

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!

Esquire
Participant
#0

Im having massive issues with my TD Composer not loading, I tried disabling all my plugins and adding the recommended parameters to my .htaccess file, but no luck – In the console it looks like it doing some site of cross site scripting that my server doesn’t allow.

Se console screenshot:

https://abc9933.sg-host.com/shot.png

Proposition Media
Participant
#0

I’ve encountered a new problem that I didn’t have before. The page editor has become very sluggish; it’s almost like it’s going to crash every time I try to change somthing, even the headline, or apply a Locker to the page.Sometimes the Tagdiv options dont even load. Any editing done in the ‘normal’ editor is incredibly slow, and in many cases, I have to give up.The tagDiv Composer still works smoothly without any lag. But for example: I can create a page with the TDC, but I cannot publish the site due to the lag.

What could be the cause of this? It’s a relatively new issue.

I haven’t installed any new plugins or anything, this issue came out of the blue.

Best regards
Jakob

Calin
tagDiv Staff

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!

AReYco
tagDiv Member

Amazing tip @cscott

Thank you sooooo much 🙂
I was so nervous from this issue and I tried everything, update plugins, wp, newspapper, deactivate all plugins, nothing worked.

Your fix in .htaccess file works perfectly.
Now the button “edit in TD composer” open editing mode -> there is no protocol error anymore 🙂

Thanks.

mdz
Participant
#0

Good afternoon.
Any ideas why I get the error below when a home page requests a non-existent first level url:

2024/02/27 02:45:34 [error] 130683#130683: *113 FastCGI sent in stderr: “PHP message: PHP Fatal error: Uncaught Error: Call to a member function is_post_type_archive() on string in /var/www/mysite.com/wp-content/plugins/td-cloud-library/td-cloud-library.php:184
Stack trace:
#0 /var/www/mysite.com/wp-includes/class-wp-hook.php(324): tdb_add_js_variables()
#1 /var/www/mysite.com/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters()
#2 /var/www/mysite.com/wp-includes/plugin.php(517): WP_Hook->do_action()
#3 /var/www/mysite.com/wp-includes/general-template.php(3052): do_action()
#4 /var/www/mysite.com/wp-content/plugins/td-composer/legacy/Newspaper/header.php(8): wp_head()
#5 /var/www/mysite.com/wp-content/plugins/td-composer/td-composer.php(252): require_once(‘/var/www/mysite…’)
#6 /var/www/mysite.com/wp-includes/class-wp-hook.php(324): {closure}()
#7 /var/www/mysite.com/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters()
#8 /var/www/mysite.com/wp-includes/plugin” while reading response header from upstream, client: 111.111.111.111, server: mysite.com, request: “GET /testestest HTTP/2.0”, upstream: “fastcgi://unix:/run/php/php7.4-fpm.mysite.sock:”, host: “mysite.com”

WP version: 6.4.3
Newspaper version: 12.6.4

Thank you.

Anamaria
tagDiv Staff

Hello,

I recommend you use a Single Post Template from tagDiv Cloud Library, and you can design it with tagDiv Composer.
To display the related articles or more from the author, you can use Flex Block and filter it https://www.screencast.com/t/SEmxo13Fo2X -> https://i.imgur.com/YIg3nPP.png
if you want to keep those templates the only way to remove the “more from author” tab is to use a custom CSS like this one:

.single .td-related-right{
display: none;
}

Set the code in Theme Panel ->Custom code -> Custom CSS
I hope this helps you!

Thank you!

mode8.jp
Participant
#0

Hi Team,

Simply, would you please let me know how I can manage to change the print setting.

I did not notice that pages which are created via TD composer will NOT display anything when we tried to print pages (= Browser > setting > Print, or right-click > Print).

It seems Posts are okay… I hope…

I am sure it DID display a whole page before and can manage to control by css. (I think I hace done that on 12.1 on my clients’ site…)

I have checked some of other users’ pages below and it seems most of websites are same.

<Users… Sorry for adding your websites for examples.>

https://happypeoplepickleball.com/
https://www.anaverona.it/
https://horrortape.com/
https://swankyretreats.dreamhosters.com/swankyretreats/
https://mipylist.com.br/

Some of parts like a top menu bar, sidebar, youtube, pop ads and footer are well displayed on the printing previews.

I have deactivated all plugins except for Newspaper.

Also, changed to WP default theme and WORKED fine (=displayed all on a Printing preview).

I deactivate tagDiv standard pack, the result is same = almost blank printing page.

Would you please tell me IN DETAIL,

1 – is there any way to control or manage this printing issue by css?
2 – We do not want to display everything. We need to manage which we should be displayed on printing. SO! Which CSS file or some other files can be modified?

It seems it is really wasting time to find and check it all, so please let me (or us) know how it can be done quickly. I hope this setting is easy to adjust.

All the best,

ninjaray
Participant
#0

Hi – We’re working on a site currently in staging and have started to notice a few issues, hoping you can help:

– When editing a page with tagDiv Composer, none of the right-click features are working when selecting blocks or other elements. We’re unable to save elements as templates to move to other pages.

– Some pages will not open with tagDiv Composer (spinning circle), only with Classic Editor or Block Editor. It seems as though once a cloud template is imported, edited and saved, it’s no longer able to be edited.The PHP errors in console seem to point to td-cloud-library and td-composer but I don’t know what they mean. These pages include:
https://swankyretreats.dreamhosters.com/swankyretreats/
https://swankyretreats.dreamhosters.com/homepage/
https://swankyretreats.dreamhosters.com/demo-flex/
PHP Errors:
Warning
Undefined array key “tdbTemplateType”
+
1. wp-content/plugins/td-cloud-library/includes/tdb_functions.php:1346
1
Plugin: td-cloud-library
Warning
Undefined array key “td_action”
+
1. wp-content/plugins/td-composer/css-live/css-live.php:30
1
Plugin: td-composer

– It looks like certain External Shortcodes are missing from the list, including Posts Loop. Wondering how to add them so we can use?

– Are we able to save elements/blocks with settings on this site, then export and import to production site?

– It doesn’t look like we have access to all of the available Cloud Templates when we select Cloud Templates > All Templates > Add New, we get varying numbers below the “All” tab. We’re currently seeing 1220 but when we select one to preview and we end up at https://cloud.tagdiv.com/ we can see that there are 2418 available, but they don’t all show up for us. Wondering why that might be? Is it filtering out those which may not be compatible with the demo we have loaded?

– When editing a Cloud Template footer, we’re seeing these messages: “Error at rows: 2(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)” We installed jQuery Migrate Helper as suggested in one of the forum posts, which didn’t fix anything but provided these messages:
Logged Deprecations:
Time
Notice
Plugin or theme
File location
Triggered on page
2024-02-23 07:31:13
jQuery.fn.load() is deprecated
Plugin: tagDiv Composer
https://swankyretreats.dreamhosters.com/wp-content/plugins/td-composer/legacy/Newspaper/js/tagdiv_theme.min.js
https://swankyretreats.dreamhosters.com/swankyretreats/
2024-02-23 07:31:20
jQuery.fn.load() is deprecated
Plugin: tagDiv Cloud Library
https://swankyretreats.dreamhosters.com/wp-content/plugins/td-cloud-library/assets/js/js_files_for_front.min.js
https://swankyretreats.dreamhosters.com/swankyretreats/

Lastly, I’m wondering why many of the forum posts are titled “Newspaper” and are not visible to us, even when logged in?When searching for answers to some of the above, it seemed like others may have had the same trouble and had them resolved but we couldn’t access the replies.

These may all be related but we’ve been struggling to fix. Any feedback, suggestions or assistance with any of this would be appreciated! – Ray

haipo
tagDiv Member

FastCGI sent in stderr: “PHP message: PHP Fatal error: Allowed memory size of 524288000 bytes exhausted (tried to allocate 35259384 bytes) in /var/www/vhosts/dev2.haipo.co.il/httpdocs/wp-content/plugins/td-composer/legacy/common/wp_booster/td_resources_optimize.php on line 171” while reading response header from upstream

vjteklabs
tagDiv Member

Hi team,
Thanks for the help on this. i Have been struggling to fix last 8 months and not able to . the error says something on the td composer is corrupted. please help to fix on this.

https://forum.tagdiv.com/topic/got-anonymous-attack-how-to-fix/?bbp_reply_to=501268&_wpnonce=afff40f99c#new-post

Thanks,
Vijay

Calin
tagDiv Staff

Hi,
“And I need another help with the category page section category header color change. How to do that. https://prnt.sc/aULGynP4Ihln&#8221;
For the category block titles you can try this custom css:
.category .td-category-header .entry-title span{
color: white;
background: green;
}

The tagDiv Composer can be used on Newsmag only on page = https://forum.tagdiv.com/tagdiv-composer-tutorial-2/ the rest of templates and options are in the theme panel – https://i.imgur.com/SaLqRwt.png
Thank you!

Anamaria
tagDiv Staff

Hello,

If you’re seeing only those please make this adjustment in the tagDiv Composer plugin -> wp-content/plugins/td-composer/legacy/common/wp_booster/td_first_install.php
=> https://www.screencast.com/t/yO3iU8E5JhH
Then hit a save in the theme panel and then revert the code back to the original, this will make the social icons appear properly again -> https://forum.tagdiv.com/design-post-pages-using-default-templates/.

Thank you!

Alex
tagDiv Member

Hi @Calin,

1. Thank you for spotting that file. I will check, maybe I’ll figure something as well. Otherwise I will wait for your/developer’s solution.

2. From now on, every new issue with the theme that I find, I will be staring in a new thread “Only for Calin”. So they shouldn’t respond.

Otherwise, it is a waste of my time, repeating the same thing to those who don’t seem to care and just try to get rid of “another annoying customer”. It is a very common thing in many businesses these days, unfortunately.

I obviously don’t get paid by tagDiv despite evidently helping this company testing and getting its product better.

– Or, we can communicate by email.

3. Additionally, I think there is another issue with lazy video on mobile. Any YouTube video url has the same alt, which reads “Video The Dark Knight Rises: What Went Wrong? – Wisecrack Edition”. Here is a screenshot of html. It is hardcoded in this file: td-composer/legacy/common/wp_booster/td_video_support.php
Thank you.

  • This reply was modified 2 years by Alex.
henryfadl
Participant
#0

Hey there, everyone
My post content doesn’t show on the same instead it shows a dummy text. There’s no problem on the backend of WordPress. I have contacted my hosting and they said I should resolve my issue with you here. They couldn’t do anything about it. so let me share with you the email I received from WordPress and also images of my website and the link to the website.
Here is the email:
“Hii!

WordPress has 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://concordhomework.co.uk/) and check for any visible issues. Next, visit the page where the error was caught (https://concordhomework.co.uk/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.”

Here’s the link to my website on that particular post:
https://concordhomework.co.uk/reading-comprehension-for-beginners-elementary-in-english-has-got-have-got-physical-appearance/

My website is: concordhomework.co.uk
link to the images of the error:https://drive.google.com/drive/folders/1IvWogJITDQVzb0yO9WfTLG9mvRTIKGo_?usp=sharing

Thank you,
Henry

mnasir129
tagDiv Member

Thanks for the update. I have been doing changes and checking the hits but unfortunately I am still getting the hits even though i blocked the URI (/wp-json/tdw/save_css
) from cloudflare as per the screenshot. I even tried different variation(like URI, URI path, full URI etc) to make sure i am not making any mistake but it did not help.

Also my hosting provider is still not able to figure it out why hackers IPs are not getting blocked. Surprisingly when I block my own IP, it works so its very strange.

I also made couple of more changes as per below blog post suggestion:

https://www.pluginvulnerabilities.com/2023/10/19/how-to-disable-access-to-exploitation-path-for-vulnerable-code-in-outdated-tagdiv-composer-plugin/

msakande
Participant
#0

Dear,
I try to update my website with the TD composer but I get this error

Errors at columns: 3(models) : 4(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)

the error in image TD Composer Error

For your information
1. The website editing was working fine.
2. The last Time I use it is December 2023
3. The theme is up to date (12.6.4)

Please help

appleringo
tagDiv Member

Hello @Bettina,

Thank you for your reply.
I saw this guide, and put on the style.css on the Newspaper theme.
Please see below on Google Drive…
https://drive.google.com/file/d/1hIbZdaXz7XS2cb3q-8FE_ZSI70VxaRYl/view?usp=sharing

However I can’t see and find from the “Edit with TD Composer”.

My setting was wrong?

Bettina
tagDiv Staff

Hello @kbrackett!

1. We’ve discussed this issue here as well; please check: https://forum.tagdiv.com/topic/newspaper-background-ad-not-clickable-problem-version-12-6-2/.
If you are using the cloud templates, then please check the stretch size of your rows: https://app.screencast.com/PX69A4wXOkntE

2. Unfortunately, we do not have this feature in our theme.
The feature functionalities can be found here: 
td-composer/legacy/common/wp_booster/td_background.php and
td-composer/legacy/common/wp_booster/td_background_render.php

3. Maybe if you can add a custom class there, you can be able to trigger it. Only with something custom, unfortunately.

Thank you!

Calin
tagDiv Staff

Hello,

1. I added some exceptions in the “Exclude CSS from Autoptimize” but until now the problem is the same, so for the moment if you are using featured video the option for aggregate inline CSS should not be used.

2. I am sorry for this situation, I and my colleagues are trying to do our best to help, but unforeseen situations also occur.
When a specific support colleague is mentioned (you did the same @Calin) he will try to answer, other colleagues will answer if he is busy with other tasks at the time.

3. I identified some file that needs to be checked by the developer wp-content/plugins/td-composer/legacy/common/wp_booster/td_resources_optimize.php but I do not know for the moment how to fix it, in my option I think that the code should check if is a video post type and if is to skip minify that part. I tried to add back the css using some JavaScript, but is seems that is not working correctly.

Have a nice day!

appleringo
Participant
#0

I would like to be able to select the following “font family” that are common in Japanese using “Edit with TD Composer”. Where can I add it?

font-family: Hiragino Kaku Gothic Pro,Meiryo,Osaka,MS PGothic,sans-serif;

Viewing 25 results - 776 through 800 (of 9,951 total)