- NewspapertagDiv Composer – Website Manager
- NewspaperWhen tagDiv Composer is Not Working
- NewsmagtagDiv Composer Tutorial
- TutorialsFrom WPBakery to tagDiv Composer
- NewspapertagDiv Composer Tutorial
- NewsmagHow to use the Visual Composer plugin
- NewspaperScroll Animation
- NewspaperSingle External Shortcode and External Shortcode
- NewspaperCredit System
- NewspaperBookmark – Save For Later
- NewspaperFlex Block Builder and Flex Loop Builder
- NewspaperModules Builder in Newspaper Theme
- NewspaperIntroduction to CPT and ACF with Newspaper Theme
- NewspaperCreate a frontend submission form
- NewspaperHow to Use the Tabbed Content shortcode
- NewspaperCreate a form contact page
- NewspaperFilters and sorting for taxonomies
- NewspaperUser review system
- NewspaperCustom Fields Support
- NewspaperWooCommerce: Happy “Add to Favorites!”
TagDiv Composer Editor not Working,
Disply message:
Ooops… Error 404
Sorry, but the page you are looking for doesn’t exist.
Hello theheritagelab,
Yes, you can use ACF to create a Co-Author field, we’ll be something like this:
Add a new field:
Under Field Settings, choose:
Then you need to use a single post template, edit it using tagDiv Composer and add the custom filed element and select the acf for authors- https://i.imgur.com/3pgDu6E.png – https://i.imgur.com/LCkuu1D.jpeg – https://i.imgur.com/vhOMOJI.png
To display the co-authors on blocks you need to create modules were you can create the layout of blocks and add elements you want there you can add the custom fields too – https://forum.tagdiv.com/modules-builder-newspaper-theme/ – https://forum.tagdiv.com/flex-block-builder-flex-loop-builder/
Thank you!
Hi,
If you have a Single Post Template from Cloud Library, then you need to edit the post with tagDiv Composer => https://www.screencast.com/t/jHatJGC1qRf, select the Single Post Views => https://www.screencast.com/t/NhUGCRfI and with right-click, you can delete it.
Thank you!
Hello,
We recommend WPML plugin for translations: https://forum.tagdiv.com/using-theme-translations-together-wpml/
You need to translate the English (original language) the template for each language in part – https://i.imgur.com/CDmeHCf.png you should have them for each language cloud template – https://i.imgur.com/4agmUtg.png
A much simpler and faster alternative is to duplicate the cloud template you want to use in another language, edit it and select the desired language – https://i.imgur.com/z1CqgBo.png (edit the name) – https://i.imgur.com/dPX8ROs.png – https://i.imgur.com/Lc81IgP.png This method needs to be used to translate all cloud templates.
The pages are created with tagDiv Composer which is a page builder, when WPML is used it cannot translate everything that was built with the page builder and must be edited for each language separately. Please open the page in the editor and click on translate – https://i.imgur.com/TXH6y1c.png. After, if you duplicate the template, you can edit it to change the logo, menu, and whatever you want.
When you make the corrections, make sure you are on the page with the language you are editing, and if you use the cache, or object cache, please clear it.
Please check this topic https://forum.tagdiv.com/topic/missing-strings-on-wpml/
Thank you!
Hello,
Please check with the tagDiv Composer and disable the H1. For example, H1 from logo(header, footer, mobile, sticky): https://forum.tagdiv.com/topic/6-h1-tags-on-front-page-bing-have-deindexed-my-site/
Thank you!
Hi, How can the same layout can been show on desktops and tablets, and a different one only on smartphones?
I am using the TagDiv Composer for the Desktop site and the mobile but the mobile page also is showing up on the tablet. I notice when using a pre-designed Template (Homepage – Magazine Pro) it is possible accomplish what i want without using a mobile page.
Thanks for the help!
I’ve updated on the live site now, and commenting out that function also removes the first error, the wp_booster error:
td_api_base::mark_used_on_page : a component with the ID: td_res_context is not set.
C:\wamp64\www\sacc_stage\wp-content\plugins\td-composer\legacy\common\wp_booster\td_api.php
without me having to comment out the first line you suggested.
So, all good! Thank you so very much for your help.
This doesn’t work because, as I was saying, the access token is hardcoded in the td_video_support.php file.
Please check lines 157-195 of wp-content/plugins/td-composer/legacy/common/wp_booster/td_video_support.php (version Newsmag 5.4.3.1) to understand how the video embed code is being generated. Access token is hardcoded in line 14.
When a post is loaded, the theme performs an HTTP request that looks like this:
https://graph.facebook.com/oembed_video?url=https://www.facebook.com/video.php?v=621486963428730&access_token=281071126312386|83f03eb7e4a2707cd68aada9b3f98c79
The access_token parameter is taken from td_video_support.php line 14. The result is “API access deactivated. To reactivate, go to the My Apps page to unarchive it.” so the video is not displayed.
That access token was presumably created by a Newsmag developer and was later deactivated or removed. The access token must be reenabled by the developer, or a new access token should be created and pushed as an update, or an option for the theme user to provide his own access token should be added (like with YouTube, where you can provide your own API access token).
Hi, for single post use this custom css:
.tdb_single_content {
columns: 3;
}
You can set it on 2 columns if you want (the number can be changed), the css can be set directly in single post template using tagDiv Composer in a CSS RAW, or it can be set in the theme panel in custom css.
If I disable the custom plugin, and therefore the widget, and call get_footer() I get these php errors, not sure if this helps you?
Fatal error: Uncaught Error: Class “td_res_context” not found in C:\wamp64\www\sacc_stage\wp-content\plugins\td-composer\legacy\common\wp_booster\td_js_generator.php on line 243
( ! ) Error: Class “td_res_context” not found in C:\wamp64\www\sacc_stage\wp-content\plugins\td-composer\legacy\common\wp_booster\td_js_generator.php on line 243
Call Stack
# Time Memory Function Location
1 0.0540 4906192 {main}( ) …\myoffers.php:0
2 1.4868 16790064 include( ‘C:\wamp64\www\sacc_stage\members\includes\core\footer.php ) …\myoffers.php:747
3 1.4868 16790064 get_footer( $name = ???, $args = ??? ) …\footer.php:71
4 1.4868 16790440 locate_template( $template_names = [0 => ‘footer.php’], $load = TRUE, $load_once = TRUE, $args = [] ) …\general-template.php:92
5 1.4869 16790536 load_template( $_template_file = ‘C:\\wamp64\\www\\sacc_stage/wp-content/themes/Newsmag/footer.php’, $load_once = TRUE, $args = [] ) …\template.php:745
6 1.4870 16791024 require_once( ‘C:\wamp64\www\sacc_stage\wp-content\themes\Newsmag\footer.php ) …\template.php:810
7 1.4870 16791024 do_action( $hook_name = ‘tdc_footer’ ) …\footer.php:2
8 1.4870 16791400 WP_Hook->do_action( $args = [0 => ”] ) …\plugin.php:517
9 1.4870 16791400 WP_Hook->apply_filters( $value = ”, $args = [0 => ”] ) …\class-wp-hook.php:348
10 1.4870 16792152 {closure:C:\wamp64\www\sacc_stage\wp-content\plugins\td-composer\td-composer.php:257-263}( ” ) …\class-wp-hook.php:324
11 1.4871 16792680 require_once( ‘C:\wamp64\www\sacc_stage\wp-content\plugins\td-composer\legacy\Newsmag\footer.php ) …\td-composer.php:262
12 1.4913 16963248 wp_footer( ) …\footer.php:66
13 1.4913 16963248 do_action( $hook_name = ‘wp_footer’ ) …\general-template.php:3081
14 1.4913 16963624 WP_Hook->do_action( $args = [0 => ”] ) …\plugin.php:517
15 1.4913 16963624 WP_Hook->apply_filters( $value = ”, $args = [0 => ”] ) …\class-wp-hook.php:348
16 1.4924 16966632 {closure:C:\wamp64\www\sacc_stage\wp-content\plugins\td-composer\legacy\common\wp_booster\td_js_generator.php:242-245}( ” )
Hi,
When we change category theme template in specific category from theme panel we got error below
wp_booster error:
td_api_base::get_default_component_id : no component of type td_api_category_template . Wp booster tried to get the default component (the first registered component) but there are no components registered.
/home2/dev1/www/wp-content/plugins/td-composer/legacy/common/wp_booster/td_api.php
td_api_base::mark_used_on_page : a component with the ID: single_template_10 is not set.
/home/adexasia/public_html/main/wp-content/plugins/td-composer/legacy/common/wp_booster/td_api.php
Display backtrace
We are using newspaper theme version 12.4
Thanks
I never had to reimport any settings before updating the theme. So I never exported any settings….
Also the only plugin that is enabled is the tag composer.
Why does this ALWAYS break everytime you update it? PLEASE GIVE ME EASY, CLEAR INSTRUCTIONS ON HOW TO FIX. This is extremely frustrating and makes this theme pretty much a joke.
I am getting this error
Parse error: syntax error, unexpected ‘}’, expecting end of file in /plugins/td-composer/td-composer.php on line 370
There has been a critical error on this website.
the website is tastychomps.com
any help is greatly appreciated
I appreciate your help. It’s only this update that is causing this, as I said at the top, this code has worked for years with no issues.
Here’s the backtrace:
Array
(
[0] => Array
(
[file] => C:\wamp64\www\sacc_stage\wp-content\plugins\td-composer\legacy\common\wp_booster\td_autoload_classes.php
[line] => 45
[function] => error
[class] => td_util
[type] => ::
[args] => Array
(
[0] => C:\wamp64\www\sacc_stage\wp-content\plugins\td-composer\legacy\common\wp_booster\td_autoload_classes.php
[1] => Missing parameter: ‘file’
)
)
[1] => Array
(
[file] => C:\wamp64\www\sacc_stage\wp-content\plugins\td-composer\legacy\common\wp_booster\td_js_generator.php
[line] => 243
[function] => loading_classes
[class] => td_autoload_classes
[object] => td_autoload_classes Object
(
)
[type] => ->
[args] => Array
(
[0] => td_res_context
)
)
[2] => Array
(
[file] => C:\wamp64\www\sacc_stage\wp-includes\class-wp-hook.php
[line] => 324
[function] => {closure}
[args] => Array
(
[0] =>
)
)
[3] => Array
(
[file] => C:\wamp64\www\sacc_stage\wp-includes\class-wp-hook.php
[line] => 348
[function] => apply_filters
[class] => WP_Hook
[object] => WP_Hook Object
(
[callbacks] => Array
(
[1] => Array
(
[wp_enqueue_global_styles] => Array
(
[function] => wp_enqueue_global_styles
[accepted_args] => 1
)
[wp_enqueue_stored_styles] => Array
(
[function] => wp_enqueue_stored_styles
[accepted_args] => 1
)
[wp_maybe_inline_styles] => Array
(
[function] => wp_maybe_inline_styles
[accepted_args] => 1
)
)
[9] => Array
(
[00000000000025050000000000000000load_modal_content] => Array
(
[function] => Array
(
[0] => um\frontend\Modal Object
(
)
[1] => load_modal_content
)
[accepted_args] => 1
)
)
[10] => Array
(
[the_block_template_skip_link] => Array
(
[function] => the_block_template_skip_link
[accepted_args] => 1
)
[WP_Duotone::output_footer_assets] => Array
(
[function] => Array
(
[0] => WP_Duotone
[1] => output_footer_assets
)
[accepted_args] => 1
)
[um_force_admin_bar] => Array
(
[function] => um_force_admin_bar
[accepted_args] => 1
)
[000000000000226c0000000000000000load_scripts] => Array
(
[function] => Array
(
[0] => MC4WP_Form_Asset_Manager Object
(
[load_scripts:MC4WP_Form_Asset_Manager:private] =>
)
[1] => load_scripts
)
[accepted_args] => 1
)
[00000000000021ad0000000000000000] => Array
(
[function] => Closure Object
(
)
[accepted_args] => 1
)
[td_more_article_box::on_wp_footer_render_box] => Array
(
[function] => Array
(
[0] => td_more_article_box
[1] => on_wp_footer_render_box
)
[accepted_args] => 1
)
[td_bottom_code] => Array
(
[function] => td_bottom_code
[accepted_args] => 1
)
[00000000000025d70000000000000000print_import_map] => Array
(
[function] => Array
(
[0] => WP_Script_Modules Object
(
[registered:WP_Script_Modules:private] => Array
(
)
[enqueued_before_registered:WP_Script_Modules:private] => Array
(
)
)
[1] => print_import_map
)
[accepted_args] => 1
)
[00000000000025d70000000000000000print_enqueued_script_modules] => Array
(
[function] => Array
(
[0] => WP_Script_Modules Object
(
[registered:WP_Script_Modules:private] => Array
(
)
[enqueued_before_registered:WP_Script_Modules:private] => Array
(
)
)
[1] => print_enqueued_script_modules
)
[accepted_args] => 1
)
[00000000000025d70000000000000000print_script_module_preloads] => Array
(
[function] => Array
(
[0] => WP_Script_Modules Object
(
[registered:WP_Script_Modules:private] => Array
(
)
[enqueued_before_registered:WP_Script_Modules:private] => Array
(
)
)
[1] => print_script_module_preloads
)
[accepted_args] => 1
)
[00000000000025d80000000000000000print_client_interactivity_data] => Array
(
[function] => Array
(
[0] => WP_Interactivity_API Object
(
[state_data:WP_Interactivity_API:private] => Array
(
)
[config_data:WP_Interactivity_API:private] => Array
(
)
[has_processed_router_region:WP_Interactivity_API:private] =>
[namespace_stack:WP_Interactivity_API:private] =>
[context_stack:WP_Interactivity_API:private] =>
)
[1] => print_client_interactivity_data
)
[accepted_args] => 1
)
[00000000000025b80000000000000000aiowps_footer_content] => Array
(
[function] => Array
(
[0] => AIO_WP_Security Object
(
[version] => 5.3.3
[db_version] => 2.0.10
[firewall_version] => 1.0.8
[plugin_url] => http://saccstage/wp-content/plugins/all-in-one-wp-security-and-firewall
[plugin_path] => C:\wamp64\www\sacc_stage\wp-content\plugins\all-in-one-wp-security-and-firewall
[configs] => AIOWPSecurity_Config Object
(
[configs] => Array
(
[aiowps_enable_debug] =>
[aiowps_remove_wp_generator_meta_info] =>
[aiowps_prevent_hotlinking] =>
[aiowps_enable_login_lockdown] => 1
[aiowps_allow_unlock_requests] =>
[aiowps_max_login_attempts] => 6
[aiowps_retry_time_period] => 30
[aiowps_lockout_time_length] => 600
[aiowps_set_generic_login_msg] =>
[aiowps_enable_email_notify] =>
[aiowps_email_address] => admin@email
[aiowps_enable_forced_logout] =>
[aiowps_logout_time_period] => 60
[aiowps_enable_invalid_username_lockdown] =>
[aiowps_instantly_lockout_specific_usernames] => Array
(
)
[aiowps_unlock_request_secret_key] => he44fklfiqc9bxqebnc1
[aiowps_enable_whitelisting] =>
[aiowps_allowed_ip_addresses] =>
[aiowps_enable_login_captcha] => 1
[aiowps_enable_custom_login_captcha] => 1
[aiowps_captcha_secret_key] => a5dhg18kkgcvpo9lgnws
[aiowps_enable_manual_registration_approval] =>
[aiowps_enable_registration_page_captcha] =>
[aiowps_enable_random_prefix] =>
[aiowps_enable_automated_backups] =>
[aiowps_db_backup_frequency] => 4
[aiowps_db_backup_interval] => 2
[aiowps_backup_files_stored] => 2
[aiowps_send_backup_email_address] =>
[aiowps_backup_email_address] => admin@email
[aiowps_disable_file_editing] =>
[aiowps_prevent_default_wp_file_access] =>
[aiowps_system_log_file] => error_log
[aiowps_enable_blacklisting] =>
[aiowps_banned_ip_addresses] => 77.72.82.146
[aiowps_enable_basic_firewall] => 1
[aiowps_disable_xmlrpc_pingback_methods] =>
[aiowps_block_debug_log_file_access] =>
[aiowps_disable_index_views] => 1
[aiowps_disable_trace_and_track] =>
[aiowps_enable_5g_firewall] =>
[aiowps_enable_6g_firewall] =>
[aiowps_enable_custom_rules] =>
[aiowps_custom_rules] =>
[aiowps_enable_404_logging] => 1
[aiowps_enable_404_IP_lockout] => 1
[aiowps_404_lockout_time_length] => 60
[aiowps_404_lock_redirect_url] => http://127.0.0.1
[aiowps_enable_rename_login_page] =>
[aiowps_enable_login_honeypot] => 1
[aiowps_enable_brute_force_attack_prevention] =>
[aiowps_brute_force_secret_word] => apricotsoup
[aiowps_cookie_brute_test] => aiowps_cookie_test_m6mpx7twx5
[aiowps_cookie_based_brute_force_redirect_url] => http://127.0.0.1
[aiowps_brute_force_attack_prevention_pw_protected_exception] =>
[aiowps_brute_force_attack_prevention_ajax_exception] => 1
[aiowps_site_lockout] =>
[aiowps_site_lockout_msg] => This site is currently undergoing maintenance. It will be back up and running in less than 30 mins.
Apologies for any inconvenience.
[aiowps_enable_spambot_blocking] => 1
[aiowps_enable_comment_captcha] => 1
[aiowps_enable_autoblock_spam_ip] => 1
[aiowps_spam_ip_min_comments_block] => 3
[aiowps_enable_automated_fcd_scan] => 1
[aiowps_fcd_scan_frequency] => 4
[aiowps_fcd_scan_interval] => 2
[aiowps_fcd_exclude_filetypes] =>
[aiowps_fcd_exclude_files] =>
[aiowps_send_fcd_scan_email] =>
[aiowps_fcd_scan_email_address] => admin@email
[aiowps_fcds_change_detected] => 1
[aiowps_copy_protection] =>
[aiowps_prevent_site_display_inside_frame] =>
[aiowps_prevent_users_enumeration] => 1
[aiowps_block_fake_googlebots] => 1
[aiowps_enable_lost_password_captcha] => 1
[aiowps_lockdown_enable_whitelisting] =>
[aiowps_lockdown_allowed_ip_addresses] =>
[aiowps_enable_registration_honeypot] =>
[aiowps_enable_woo_login_captcha] =>
[aiowps_enable_woo_register_captcha] =>
[aiowps_place_custom_rules_at_top] =>
[aiowps_enable_bp_register_captcha] =>
[aiowps_enable_bbp_new_topic_captcha] =>
[aiowps_ip_retrieve_method] => 0
[aiowps_disallow_unauthorized_rest_requests] =>
[aiowps_banned_user_agents] =>
[aiowps_login_page_slug] => apricot_soup
[aiowps_fcd_filename] => aiowps_fcd_data_wrfyn99cfp
[aiowps_last_fcd_scan_time] => 1727465861
[aiowps_enable_woo_lostpassword_captcha] =>
[aiowps_max_file_upload_size] => 10
[aiowps_recaptcha_site_key] => 6LcccWAUAAAAAHYXBQdxmOVd1TuRiSAmW_Pr0jrX
[aiowps_recaptcha_secret_key] => 6LcccWAUAAAAAH4WDiAedzGBe__JQVO9ogVeyFi9
[aiowps_default_recaptcha] =>
[aiowps_cookie_test_success] => 1
[installed-at] => 1650534420
[dismissdashnotice] => 1715511900
[aiowps_enable_php_backtrace_in_email] =>
[aiowps_max_lockout_time_length] => 60
[aiowps_disable_application_password] => 1
[aiowps_enable_trash_spam_comments] =>
[aiowps_trash_spam_comments_after_days] => 14
[aiowps_on_uninstall_delete_db_tables] => 1
[aiowps_on_uninstall_delete_configs] => 1
[aiowps_default_captcha] => google-recaptcha-v2
[aiowps_disable_rss_and_atom_feeds] =>
[aiowps_turnstile_site_key] =>
[aiowps_turnstile_secret_key] =>
[aiowps_enable_spambot_detecting] => 1
[aiowps_spam_comments_should] => 0
[aiowps_enable_contact_form_7_captcha] =>
[aiowps_auto_delete_default_wp_files] =>
)
)
[notices] =>
[admin_init] =>
[debug_logger] => AIOWPSecurity_Logger Object
(
[debug_enabled:AIOWPSecurity_Logger:private] =>
[debug_readable_level:AIOWPSecurity_Logger:private] => Array
(
[0] => SUCCESS
[1] => STATUS
[2] => NOTICE
[3] => WARNING
[4] => FAILURE
[5] => CRITICAL
)
)
[cron_handler] => AIOWPSecurity_Cronjob_Handler Object
(
)
[user_login_obj] => AIOWPSecurity_User_Login Object
(
[key_login_msg] => aiowps_login_msg_id
)
[user_registration_obj] => AIOWPSecurity_User_Registration Object
(
)
[scan_obj] => AIOWPSecurity_Scan Object
(
)
[captcha_obj] => AIOWPSecurity_Captcha Object
(
[cloudflare_verify_turnstile_url:AIOWPSecurity_Captcha:private] => https://challenges.cloudflare.com/turnstile/v0/siteverify
[google_verify_recaptcha_url:AIOWPSecurity_Captcha:private] => https://www.google.com/recaptcha/api/siteverify
)
[cleanup_obj] => AIOWPSecurity_Cleanup Object
(
)
[is_admin_dashboard_page] =>
[is_plugin_admin_page] =>
[is_aiowps_admin_page] =>
[is_aiowps_google_recaptcha_tab_page] =>
)
[1] => aiowps_footer_content
)
[accepted_args] => 1
)
)
[20] => Array
(
[wp_print_footer_scripts] => Array
(
[function] => wp_print_footer_scripts
[accepted_args] => 1
)
)
[40] => Array
(
[td_footer_script_code] => Array
(
[function] => td_footer_script_code
[accepted_args] => 1
)
)
[99] => Array
(
[000000000000234c0000000000000000run_replace] => Array
(
[function] => Array
(
[0] => Wplmi\Core\Frontend\PostView Object
(
)
[1] => run_replace
)
[accepted_args] => 1
)
)
[100] => Array
(
[td_add_js_typekit] => Array
(
[function] => td_add_js_typekit
[accepted_args] => 1
)
[td_js_buffer_footer_render] => Array
(
[function] => td_js_buffer_footer_render
[accepted_args] => 1
)
)
[1000] => Array
(
[wp_admin_bar_render] => Array
(
[function] => wp_admin_bar_render
[accepted_args] => 1
)
[00000000000025520000000000000000add_cookie_notice] => Array
(
[function] => Array
(
[0] => Cookie_Notice_Frontend Object
(
[compliance:Cookie_Notice_Frontend:private] =>
)
[1] => add_cookie_notice
)
[accepted_args] => 1
)
)
[100000] => Array
(
[tdc_on_live_css_inject_editor] => Array
(
[function] => tdc_on_live_css_inject_editor
[accepted_args] => 1
)
)
[99999999999999999] => Array
(
[um_add_form_honeypot_js] => Array
(
[function] => um_add_form_honeypot_js
[accepted_args] => 1
)
)
)
[priorities:protected] => Array
(
[0] => 1
[1] => 9
[2] => 10
[3] => 20
[4] => 40
[5] => 99
[6] => 100
[7] => 1000
[8] => 100000
[9] => 99999999999999999
)
[iterations:WP_Hook:private] => Array
(
[0] => Array
(
[0] => 1
[1] => 9
[2] => 10
[3] => 20
[4] => 40
[5] => 99
[6] => 100
[7] => 1000
[8] => 100000
[9] => 99999999999999999
)
)
[current_priority:WP_Hook:private] => Array
(
[0] => 10
)
[nesting_level:WP_Hook:private] => 1
[doing_action:WP_Hook:private] => 1
)
[type] => ->
[args] => Array
(
[0] =>
[1] => Array
(
[0] =>
)
)
)
[4] => Array
(
[file] => C:\wamp64\www\sacc_stage\wp-includes\plugin.php
[line] => 517
[function] => do_action
[class] => WP_Hook
[object] => WP_Hook Object
(
[callbacks] => Array
(
[1] => Array
(
[wp_enqueue_global_styles] => Array
(
[function] => wp_enqueue_global_styles
[accepted_args] => 1
)
[wp_enqueue_stored_styles] => Array
(
[function] => wp_enqueue_stored_styles
[accepted_args] => 1
)
[wp_maybe_inline_styles] => Array
(
[function] => wp_maybe_inline_styles
[accepted_args] => 1
)
)
[9] => Array
(
[00000000000025050000000000000000load_modal_content] => Array
(
[function] => Array
(
[0] => um\frontend\Modal Object
(
)
[1] => load_modal_content
)
[accepted_args] => 1
)
)
[10] => Array
(
[the_block_template_skip_link] => Array
(
[function] => the_block_template_skip_link
[accepted_args] => 1
)
[WP_Duotone::output_footer_assets] => Array
(
[function] => Array
(
[0] => WP_Duotone
[1] => output_footer_assets
)
[accepted_args] => 1
)
[um_force_admin_bar] => Array
(
[function] => um_force_admin_bar
[accepted_args] => 1
)
[000000000000226c0000000000000000load_scripts] => Array
(
[function] => Array
(
[0] => MC4WP_Form_Asset_Manager Object
(
[load_scripts:MC4WP_Form_Asset_Manager:private] =>
)
[1] => load_scripts
)
[accepted_args] => 1
)
[00000000000021ad0000000000000000] => Array
(
[function] => Closure Object
(
)
[accepted_args] => 1
)
[td_more_article_box::on_wp_footer_render_box] => Array
(
[function] => Array
(
[0] => td_more_article_box
[1] => on_wp_footer_render_box
)
[accepted_args] => 1
)
[td_bottom_code] => Array
(
[function] => td_bottom_code
[accepted_args] => 1
)
[00000000000025d70000000000000000print_import_map] => Array
(
[function] => Array
(
[0] => WP_Script_Modules Object
(
[registered:WP_Script_Modules:private] => Array
(
)
[enqueued_before_registered:WP_Script_Modules:private] => Array
(
)
)
[1] => print_import_map
)
[accepted_args] => 1
)
[00000000000025d70000000000000000print_enqueued_script_modules] => Array
(
[function] => Array
(
[0] => WP_Script_Modules Object
(
[registered:WP_Script_Modules:private] => Array
(
)
[enqueued_before_registered:WP_Script_Modules:private] => Array
(
)
)
[1] => print_enqueued_script_modules
)
[accepted_args] => 1
)
[00000000000025d70000000000000000print_script_module_preloads] => Array
(
[function] => Array
(
[0] => WP_Script_Modules Object
(
[registered:WP_Script_Modules:private] => Array
(
)
[enqueued_before_registered:WP_Script_Modules:private] => Array
(
)
)
[1] => print_script_module_preloads
)
[accepted_args] => 1
)
[00000000000025d80000000000000000print_client_interactivity_data] => Array
(
[function] => Array
(
[0] => WP_Interactivity_API Object
(
[state_data:WP_Interactivity_API:private] => Array
(
)
[config_data:WP_Interactivity_API:private] => Array
(
)
[has_processed_router_region:WP_Interactivity_API:private] =>
[namespace_stack:WP_Interactivity_API:private] =>
[context_stack:WP_Interactivity_API:private] =>
)
[1] => print_client_interactivity_data
)
[accepted_args] => 1
)
[00000000000025b80000000000000000aiowps_footer_content] => Array
(
[function] => Array
(
[0] => AIO_WP_Security Object
(
[version] => 5.3.3
[db_version] => 2.0.10
[firewall_version] => 1.0.8
[plugin_url] => http://saccstage/wp-content/plugins/all-in-one-wp-security-and-firewall
[plugin_path] => C:\wamp64\www\sacc_stage\wp-content\plugins\all-in-one-wp-security-and-firewall
[configs] => AIOWPSecurity_Config Object
(
[configs] => Array
(
[aiowps_enable_debug] =>
[aiowps_remove_wp_generator_meta_info] =>
[aiowps_prevent_hotlinking] =>
[aiowps_enable_login_lockdown] => 1
[aiowps_allow_unlock_requests] =>
[aiowps_max_login_attempts] => 6
[aiowps_retry_time_period] => 30
[aiowps_lockout_time_length] => 600
[aiowps_set_generic_login_msg] =>
[aiowps_enable_email_notify] =>
[aiowps_email_address] => admin@email
[aiowps_enable_forced_logout] =>
[aiowps_logout_time_period] => 60
[aiowps_enable_invalid_username_lockdown] =>
[aiowps_instantly_lockout_specific_usernames] => Array
(
)
[aiowps_unlock_request_secret_key] => he44fklfiqc9bxqebnc1
[aiowps_enable_whitelisting] =>
[aiowps_allowed_ip_addresses] =>
[aiowps_enable_login_captcha] => 1
[aiowps_enable_custom_login_captcha] => 1
[aiowps_captcha_secret_key] => a5dhg18kkgcvpo9lgnws
[aiowps_enable_manual_registration_approval] =>
[aiowps_enable_registration_page_captcha] =>
[aiowps_enable_random_prefix] =>
[aiowps_enable_automated_backups] =>
[aiowps_db_backup_frequency] => 4
[aiowps_db_backup_interval] => 2
[aiowps_backup_files_stored] => 2
[aiowps_send_backup_email_address] =>
[aiowps_backup_email_address] => admin@email
[aiowps_disable_file_editing] =>
[aiowps_prevent_default_wp_file_access] =>
[aiowps_system_log_file] => error_log
[aiowps_enable_blacklisting] =>
[aiowps_banned_ip_addresses] => 77.72.82.146
[aiowps_enable_basic_firewall] => 1
[aiowps_disable_xmlrpc_pingback_methods] =>
[aiowps_block_debug_log_file_access] =>
[aiowps_disable_index_views] => 1
[aiowps_disable_trace_and_track] =>
[aiowps_enable_5g_firewall] =>
[aiowps_enable_6g_firewall] =>
[aiowps_enable_custom_rules] =>
[aiowps_custom_rules] =>
[aiowps_enable_404_logging] => 1
[aiowps_enable_404_IP_lockout] => 1
[aiowps_404_lockout_time_length] => 60
[aiowps_404_lock_redirect_url] => http://127.0.0.1
[aiowps_enable_rename_login_page] =>
[aiowps_enable_login_honeypot] => 1
[aiowps_enable_brute_force_attack_prevention] =>
[aiowps_brute_force_secret_word] => apricotsoup
[aiowps_cookie_brute_test] => aiowps_cookie_test_m6mpx7twx5
[aiowps_cookie_based_brute_force_redirect_url] => http://127.0.0.1
[aiowps_brute_force_attack_prevention_pw_protected_exception] =>
[aiowps_brute_force_attack_prevention_ajax_exception] => 1
[aiowps_site_lockout] =>
[aiowps_site_lockout_msg] => This site is currently undergoing maintenance. It will be back up and running in less than 30 mins.
Apologies for any inconvenience.
[aiowps_enable_spambot_blocking] => 1
[aiowps_enable_comment_captcha] => 1
[aiowps_enable_autoblock_spam_ip] => 1
[aiowps_spam_ip_min_comments_block] => 3
[aiowps_enable_automated_fcd_scan] => 1
[aiowps_fcd_scan_frequency] => 4
[aiowps_fcd_scan_interval] => 2
[aiowps_fcd_exclude_filetypes] =>
[aiowps_fcd_exclude_files] =>
[aiowps_send_fcd_scan_email] =>
[aiowps_fcd_scan_email_address] => admin@email
[aiowps_fcds_change_detected] => 1
[aiowps_copy_protection] =>
[aiowps_prevent_site_display_inside_frame] =>
[aiowps_prevent_users_enumeration] => 1
[aiowps_block_fake_googlebots] => 1
[aiowps_enable_lost_password_captcha] => 1
[aiowps_lockdown_enable_whitelisting] =>
[aiowps_lockdown_allowed_ip_addresses] =>
[aiowps_enable_registration_honeypot] =>
[aiowps_enable_woo_login_captcha] =>
[aiowps_enable_woo_register_captcha] =>
[aiowps_place_custom_rules_at_top] =>
[aiowps_enable_bp_register_captcha] =>
[aiowps_enable_bbp_new_topic_captcha] =>
[aiowps_ip_retrieve_method] => 0
[aiowps_disallow_unauthorized_rest_requests] =>
[aiowps_banned_user_agents] =>
[aiowps_login_page_slug] => apricot_soup
[aiowps_fcd_filename] => aiowps_fcd_data_wrfyn99cfp
[aiowps_last_fcd_scan_time] => 1727465861
[aiowps_enable_woo_lostpassword_captcha] =>
[aiowps_max_file_upload_size] => 10
[aiowps_recaptcha_site_key] => 6LcccWAUAAAAAHYXBQdxmOVd1TuRiSAmW_Pr0jrX
[aiowps_recaptcha_secret_key] => 6LcccWAUAAAAAH4WDiAedzGBe__JQVO9ogVeyFi9
[aiowps_default_recaptcha] =>
[aiowps_cookie_test_success] => 1
[installed-at] => 1650534420
[dismissdashnotice] => 1715511900
[aiowps_enable_php_backtrace_in_email] =>
[aiowps_max_lockout_time_length] => 60
[aiowps_disable_application_password] => 1
[aiowps_enable_trash_spam_comments] =>
[aiowps_trash_spam_comments_after_days] => 14
[aiowps_on_uninstall_delete_db_tables] => 1
[aiowps_on_uninstall_delete_configs] => 1
[aiowps_default_captcha] => google-recaptcha-v2
[aiowps_disable_rss_and_atom_feeds] =>
[aiowps_turnstile_site_key] =>
[aiowps_turnstile_secret_key] =>
[aiowps_enable_spambot_detecting] => 1
[aiowps_spam_comments_should] => 0
[aiowps_enable_contact_form_7_captcha] =>
[aiowps_auto_delete_default_wp_files] =>
)
)
[notices] =>
[admin_init] =>
[debug_logger] => AIOWPSecurity_Logger Object
(
[debug_enabled:AIOWPSecurity_Logger:private] =>
[debug_readable_level:AIOWPSecurity_Logger:private] => Array
(
[0] => SUCCESS
[1] => STATUS
[2] => NOTICE
[3] => WARNING
[4] => FAILURE
[5] => CRITICAL
)
)
[cron_handler] => AIOWPSecurity_Cronjob_Handler Object
(
)
[user_login_obj] => AIOWPSecurity_User_Login Object
(
[key_login_msg] => aiowps_login_msg_id
)
[user_registration_obj] => AIOWPSecurity_User_Registration Object
(
)
[scan_obj] => AIOWPSecurity_Scan Object
(
)
[captcha_obj] => AIOWPSecurity_Captcha Object
(
[cloudflare_verify_turnstile_url:AIOWPSecurity_Captcha:private] => https://challenges.cloudflare.com/turnstile/v0/siteverify
[google_verify_recaptcha_url:AIOWPSecurity_Captcha:private] => https://www.google.com/recaptcha/api/siteverify
)
[cleanup_obj] => AIOWPSecurity_Cleanup Object
(
)
[is_admin_dashboard_page] =>
[is_plugin_admin_page] =>
[is_aiowps_admin_page] =>
[is_aiowps_google_recaptcha_tab_page] =>
)
[1] => aiowps_footer_content
)
[accepted_args] => 1
)
)
[20] => Array
(
[wp_print_footer_scripts] => Array
(
[function] => wp_print_footer_scripts
[accepted_args] => 1
)
)
[40] => Array
(
[td_footer_script_code] => Array
(
[function] => td_footer_script_code
[accepted_args] => 1
)
)
[99] => Array
(
[000000000000234c0000000000000000run_replace] => Array
(
[function] => Array
(
[0] => Wplmi\Core\Frontend\PostView Object
(
)
[1] => run_replace
)
[accepted_args] => 1
)
)
[100] => Array
(
[td_add_js_typekit] => Array
(
[function] => td_add_js_typekit
[accepted_args] => 1
)
[td_js_buffer_footer_render] => Array
(
[function] => td_js_buffer_footer_render
[accepted_args] => 1
)
)
[1000] => Array
(
[wp_admin_bar_render] => Array
(
[function] => wp_admin_bar_render
[accepted_args] => 1
)
[00000000000025520000000000000000add_cookie_notice] => Array
(
[function] => Array
(
[0] => Cookie_Notice_Frontend Object
(
[compliance:Cookie_Notice_Frontend:private] =>
)
[1] => add_cookie_notice
)
[accepted_args] => 1
)
)
[100000] => Array
(
[tdc_on_live_css_inject_editor] => Array
(
[function] => tdc_on_live_css_inject_editor
[accepted_args] => 1
)
)
[99999999999999999] => Array
(
[um_add_form_honeypot_js] => Array
(
[function] => um_add_form_honeypot_js
[accepted_args] => 1
)
)
)
[priorities:protected] => Array
(
[0] => 1
[1] => 9
[2] => 10
[3] => 20
[4] => 40
[5] => 99
[6] => 100
[7] => 1000
[8] => 100000
[9] => 99999999999999999
)
[iterations:WP_Hook:private] => Array
(
[0] => Array
(
[0] => 1
[1] => 9
[2] => 10
[3] => 20
[4] => 40
[5] => 99
[6] => 100
[7] => 1000
[8] => 100000
[9] => 99999999999999999
)
)
[current_priority:WP_Hook:private] => Array
(
[0] => 10
)
[nesting_level:WP_Hook:private] => 1
[doing_action:WP_Hook:private] => 1
)
[type] => ->
[args] => Array
(
[0] => Array
(
[0] =>
)
)
)
[5] => Array
(
[file] => C:\wamp64\www\sacc_stage\wp-includes\general-template.php
[line] => 3081
[function] => do_action
[args] => Array
(
[0] => wp_footer
)
)
[6] => Array
(
[file] => C:\wamp64\www\sacc_stage\wp-content\plugins\td-composer\legacy\Newsmag\footer.php
[line] => 66
[function] => wp_footer
[args] => Array
(
)
)
)
-
This reply was modified 1 year by
Stuart R.
Hello,
Please also, add this https://i.imgur.com/lV3DtUH.png please ask your host to configured them https://forum.tagdiv.com/tagdiv-composer-not-working/
Thank you!
Thanks for your response. That does remove that error message, but I’m still getting wp_booster error:
Missing parameter: ‘file’
C:\wamp64\www\sacc_stage\wp-content\plugins\td-composer\legacy\common\wp_booster\td_autoload_classes.php
I can post the full backtrace if that will help?
ya for home page i understand need to create it with tagdiv composer. how about for the blog page?
Hello,
You need to create a page and customize it with tagDiv Composer -> https://forum.tagdiv.com/homepage-how-to-build-and-set-it/
Thank you!
Hi,
You need to filter the block on the category you want to show it-> https://i.imgur.com/nlJvq8B.png -> https://forum.tagdiv.com/flex-block-settings-guide/ -> https://forum.tagdiv.com/what-is-ajax-preloading/ You need to edit the page with the tagdiv Composer and select the block to apply different filter and sort options.
Thank you!
Hi,
I am having an error at my site with
wp_booster error:
td_api_base::mark_used_on_page : a component with the ID: single_template_10 is not set.
/home/adexasia/public_html/main/wp-content/plugins/td-composer/legacy/common/wp_booster/td_api.php
Display backtrace
wp_booster error:
td_api_base::get_key : a component with the ID: single_template_10 Key: show_featured_image_on_all_pages is not set.
/home/adexasia/public_html/main/wp-content/plugins/td-composer/legacy/common/wp_booster/td_api.php
Display backtrace
As far as I know I don’t have the plugin td composer and wp booster. How can I fix the error? Here are the example of the error https://www.adex.asia/speaker/erika-miura-adej-japan-2024/#
Thank you
Hello,
First of all, we no longer recommend AMP because it is deprecated https://developer.bigcommerce.com/docs/storefront/wordpress/platform-integration/enabling-amp
The w3 validator unfortunately does not provide accurate results anymore.We have stopped trusting it altogether. Please use google’s structure data testing tool You can test any major site you can think about and you will see the w3c validator providing errors for each one.
Please check with the tagDiv Composer and disable the H1. For example, H1 from logo(header, footer, mobile, sticky): https://forum.tagdiv.com/topic/6-h1-tags-on-front-page-bing-have-deindexed-my-site/
Thank you!
Hello,
Please edit the Single Post Template with tagDiv Composer, select the Single Post Content and on the element, you can set the link color/hover => https://imgur.com/E87QskH
Thank you!
Hello,
Yes, edit with tagdiv Composer and drag and drop the elements as you want.
Thank you!
Hello,
I just checked the error list you have provided and this is non of them related to tagdiv plugins.
What I will recommend is to make some tests with those plugins disabled:
-wps-visitor-counter
-js_composer
Thank you!
When I try to print a page created with the tagDiv Composer, my site header appears, but the content area does not.
https://advocacy.calchamber.com/impact-california/
Other pages on the website, created with the WordPress editor, print fine.