Search Results for 'td composer'

Results from the Forum
Medicatrix
Participant
#0

Hello,

After some weeks of working on my website with TagDiv Composer, now, it isn’t working (blank screen).

I got 2 errors from the admin console when i try to load the page with TagDiv COmposer :

1 :
td_wp_admin.min.js?ver=10.3.7:135 Uncaught TypeError: Cannot read property ‘outerWidth’ of undefined
at td_wp_admin.min.js?ver=10.3.7:135

2:
Failed to set referrer policy: The value ” is not one of ‘no-referrer’, ‘no-referrer-when-downgrade’, ‘origin’, ‘origin-when-cross-origin’, ‘same-origin’, ‘strict-origin’, ‘strict-origin-when-cross-origin’, or ‘unsafe-url’. The referrer policy has been left unchanged.

(but i modified the htaccess to put the “sameorigin”)

Can someone help me ?

Anna Drummond
tagDiv Member

Thanks Calin,

The mobile menu is now working. 🙂

The last thing I need help with is that my hero section on mobile is not showing the same on my mobile as in the td composer – please see my message above for screenshots of the issue.

Cheers,

Anna.

denya
Participant
#0

sticky menu connected
but doesn’t work
on the mobile page of the site
https://prnt.sc/vlurml
the td composer displays
https://prnt.sc/vlusyu

gduncombe
Participant
#0

Are there any TD Composer Developer Consultants out there that are looking for a new Gig? We have a number of projects we could use FAST help with.

dsimms
tagDiv Member

I have resolved the issue with the TD Composer. The issue was found in htaccess in the root directory which prevented the editor from loading in two different themes that were located on sub-domains.

I still have the following error when I inspect the home page, maybe this is an issue, or maybe it is an error that can be ignored, please let me know either way.

footer-cc6e741d530757840e3205acc9614d07a0036141.min.js:304 Uncaught ReferenceError: setMenuMinHeight is not defined
at Object._lazy_callback_resize_500 (footer-cc6e741d530757840e3205acc9614d07a0036141.min.js:304)
at footer-cc6e741d530757840e3205acc9614d07a0036141.min.js:308
_lazy_callback_resize_500 @ footer-cc6e741d530757840e3205acc9614d07a0036141.min.js:304
(anonymous) @ footer-cc6e741d530757840e3205acc9614d07a0036141.min.js:308

Thanks

  • This reply was modified 5 years by dsimms.
gduncombe
Participant
#0

I need to create a page with a Post Type that has elements other than the basic “excerpt” and metadata. It is an events page, so I need to show the Dates of the event and the Time. Is there any TD composer Module that will show these? Or do I need to create something custom and use “short codes”?

Folk London
tagDiv Member

I couldn’t get this to work in troubleshooting mode, but temporarily disabling WooCommerce on the live site did let me access TD Composer.

g.kreck
tagDiv Member

a quick workaround if you have to edit pages with the td editor is the use of the Health Check & Troubleshooting plugin. with it you can deactivate the woocommerce plugin in your browser instance. with woocommerce deaktivated you can open the td composer.

Amit
tagDiv Member

Glad I was able to help.

td-composer plugin ads multi-purpose style by defaults in both responsive and mobile theme. If you are using a mobile theme you can remove multi-purpose style from the mobile theme by adding about code to the mobile theme’s functions.php file.

Let me know the results.

MartinS
Participant
#0

I have read the instructions and added some code to my htaccess but nothing.

I ftp’d the theme again, but now it has a problem with the plugins.

Downloading installation package from https://cloud.tagdiv.com/td_plugins/td-composer/a658a28d2ec596dae36323688c6c3eb8/td-composer.zip…

Unpacking the package…

Installing the plugin…

Destination folder already exists. /homepages/31/d602932716/htdocs/clickandbuilds/PalaisAmeublement2019/wp-content/plugins/td-composer/

Plugin installation failed.

TGMPA v2.6.1
Return to tagDiv plugins panel

https://www.loom.com/share/a14ac95c8b994f95a43db3c161b2c438

Topfgartenwelt
tagDiv Member

So I have to install the plugin, disable the view count and than delete the plugin?? That seems a little bit weired.

In the following path: /wordpress/wp-content/plugins/td-composer/mobile I found the following code:

// posts view count with ajax
if( td_util::get_option(‘tds_ajax_post_view_count’) == ‘enabled’ ) {

// ajax get & update counter views
if( is_single() ) {
if( $post->ID > 0 ) {
td_js_buffer::add_to_footer(
‘jQuery().ready(function jQuery_ready() {
tdAjaxCount.tdGetViewsCountsAjax(“post”,’ . json_encode(‘[‘ . $post->ID . ‘]’) . ‘);
});’
);
}
}
}

Isn’t it possible to comment that part of code out? I don’t wont to install the standard pack because it slows down the theme extremely.

Greetings Kathrin

valuewalk
Participant
#0

Hello,

Wanted to use Yoast Canonical links, we have few posts which need to use 3rd party domain for canonical. Checked plugins to check if something disabled it.

td-cloud-library/includes/tdb_functions.php: add_filter( 'wpseo_canonical', '__return_false' );
td-composer/legacy/common/wp_booster/td_wp_booster_functions.php: add_filter( 'wpseo_canonical', '__return_false' );
td-composer/mobile/functions.php: add_filter( 'wpseo_canonical', '__return_false' );

Can you please tell me why it’s disabled, or what can I do to make Yoast canonical work without modifying your code.

Thank you

luke-tt
Participant
#0

Hi,

I am using a glossary plugin which uses the term “encyclopedia-category”.

In the td composer it’s only possible to use “category”. How can I display articles from the other term, my glossary?

Thanks in advance and best regards,
Luke

Calin
tagDiv Staff

Hi,
The file use for tag page is this one wp-content/plugins/td-composer/legacy/Newsmag/tag.php normal I think that you can use some php code to see if is a specific tag -> https://i.imgur.com/4dMWRON.png and then in a side the if condition to set the sidebar code with a shortcode or something for the specific sidebar.
Unfortunately, this can be done only custom, also I do not have the proper skills to can help with this custom requirement, I can direct you to theme files and so on, but I’m not a developer to have code skills, sorry!
Thank you for your understanding!

Calin
tagDiv Staff

Hi, for mobile theme the only js files are those from this file path -> wp-content/plugins/td-composer/mobile/js but those are minify and it is quite hard to edit it, but there are tools on internet and you can unminify the code and then to edit it.
Thank you!

bonvoyagefroggy
tagDiv Member

In the update section mine says :

jQuery.fn.live() is deprecated

wp-content/plugins/td-composer/assets/js/js_files_for_wp_admin.min.js: jQuery.fn.load() is deprecated

and also to contact developer

Anna Drummond
tagDiv Member

Hi Calin,

1. The problem is with the mobile menu, when accessing from the home-mobile page. As seen here https://imgur.com/cWFOUma, my custom links don’t work, but the Archives page link does.

However, when I access the mobile menu from the Archives page or a post, all my custom links work perfectly. https://imgur.com/U7nEjWq

I have checked all the custom links: all the mobile links have, for example, https://annadrummond.com/home-mobile/#about for the About section.

2. The other issue with the hero image can be seen here: In the TD composer, the image height is set higher than what actually shows on the mobile. I don’t like that it is cut off. https://imgur.com/o8F0EcZ, https://imgur.com/IKGJgUM

Thanks!

Awad
Participant
#0

When trying to edit a page with TD composer a white page is loading and nothing after, only a white page, I tried to change the browser, but it is not working neither in chrome nor in firefox.

Please advice

Calin
tagDiv Staff

Hi,
All the code and settings from the theme panel, live css, tagDiv Composer are saved in database, you can find the code in your database > wp_options search for “td_live_css_local_storage” -> https://i.imgur.com/lD50uXi.png -> https://i.imgur.com/EAOSc8O.png -> https://i.imgur.com/zX16UC1.png
Hope this will help!
Thank you!

parcferme
tagDiv Member

I also run the same setup as you in WC, and I haven’t experienced any issues in 4.7 in WC itself. Only that the newest version of WC messed up the TD Composer.

parcferme
tagDiv Member

I downgraded to 4.6.2, and the TD Composer works fine after that. So the issue is layed down in the newest WooCommerce version.

  • This reply was modified 5 years by parcferme.
Calin
tagDiv Staff

Hi mnhpias,
If you have the “more from author” and “Related Articles” in a tab like this -> https://i.imgur.com/ZuIs8Y1.png then you are using standard -> https://forum.tagdiv.com/design-post-pages-using-default-templates/ therefore in theme is only one option that is disable both options -> https://i.imgur.com/M8bUmQu.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;
}

This code need to be set in theme panel> custom code> custom css.
Also the comment box can be set in other place only if you edit the post template file that you are using, for example if you are using single post template 1 -> wp-content/plugins/td-standard-pack/Newspaper/parts/single/loop-single-1.php and single_template_1.php

As an alternative (personally I recommend this) you can use a single post template from tagDiv Cloud Library that can be edited using tagDiv Composer and you can set the elements where you want and you can use only the “Related Articles” section.
Thank you!

Sophia_FACES
tagDiv Member

I also get these warnings:

Warning: Illegal string offset ‘weight’ in /home2/qzj6hn7y/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_util.php on line 3013

Warning: Illegal string offset ‘all’ in /home2/qzj6hn7y/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_util.php on line 3016

Warning: Illegal string offset ‘weight’ in /home2/qzj6hn7y/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_util.php on line 3013

Warning: Illegal string offset ‘phone’ in /home2/qzj6hn7y/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_util.php on line 3016

Warning: Cannot modify header information – headers already sent by (output started at /home2/qzj6hn7y/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_util.php:3013) in /home2/qzj6hn7y/public_html/wp-admin/post.php on line 231

Warning: Cannot modify header information – headers already sent by (output started at /home2/qzj6hn7y/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_util.php:3013) in /home2/qzj6hn7y/public_html/wp-includes/pluggable.php on line 1296

Warning: Cannot modify header information – headers already sent by (output started at /home2/qzj6hn7y/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_util.php:3013) in /home2/qzj6hn7y/public_html/wp-includes/pluggable.php on line 1299

bizdev
Participant
#0

Downloading installation package from https://cloud.tagdiv.com/td_plugins/td-composer/a658a28d2ec596dae36323688c6c3eb8/td-composer.zip…

Download failed.

TGMPA v2.6.1
Return to tagDiv plugins panel

Error

Sophia_FACES
tagDiv Member

Hello,

I have checked amd all the requirements are met, but I still get the same problem. I deactivated, deleted and reinstalled TagDiv Composer. However now I am getting this warning –

Downloading installation package from https://cloud.tagdiv.com/td_plugins/td-composer/a658a28d2ec596dae36323688c6c3eb8/td-composer.zip…

Download failed.

So now I have no website . Pleas help urgently

Viewing 25 results - 3,051 through 3,075 (of 9,951 total)