HI there,
We are using the newspaper theme (Version: 10.4) with tagdiv mobile, composer, standard pack and official AMP plugins.
We are using mobile + AMP theme in Transitional mode
We would like to customize the template for posts, currently the AMP pages uses the template /wp-content/plugins/td-composer/mobile/single.php
Based on documentation of AMP plugin I added the newspaper-child theme and created a folder called amp in the child theme root and copied the single.php file to this folder renamed it to blog.php and created another copy and renamed to home.php, then added the following filter in the child theme functions.php:
add_filter( 'amp_post_template_file', function ( $template, $template_type, $post ) {
if ( 'page' === $template_type && 'page' === get_option( 'show_on_front' ) ) {
if ( (int) get_option( 'page_on_front' ) === $post->ID ) {
$template = dirname( __FILE__ ) . '/amp/home.php';
} elseif ( (int) get_option( 'page_for_posts' ) === $post->ID ) {
$template = dirname( __FILE__ ) . '/amp/blog.php';
}
}
return $template;
}, 10, 3 );
However the amp pages still called the posts template single.php from the td-composer plugin!!
I also tried adding the following filter in child theme functions.php:
add_filter( 'amp_post_template_file', function ( $file, $type ) {
if ( 'single' === $type ) {
$file = dirname( __FILE__ ) . '/amp/blog.php';
}
return $file;
}, 10, 3 );
This also doesn’t work.
Please let me know how do I create a custom template for posts only AMP pages without modifying the single.php in the td-composer plugin because when the plugin is updated, my customization will be lost.
Thanks!
Thanks for the precise response.
Can you help me understand the distinction between breadcrumbs added as shortcode using td-composer and the Yoast breadcrumbs?
Because in the end, what you want is to provide your users with a quick way to navigate through webpages, to superficially understand the site structure and the relevant schema-markup to be added in the code for associated property. Td-composer seems to be injecting the breadcrumb schema into code just fine. How could Yoast breadcrumbs be more beneficial when it produce the exact same end result?
Hello,
since the latest update our Stripe for WooCommerce plugin doesn’t work on the checkout page:
the input fields on the checkout page are empty/not working.
When changing the card form to custom form, the fields are gray and not editable.
https://ibb.co/r7J4hCD
https://metropole.at/checkout
The plugin author refers to the td-composer as the issue source:
“You have a Javascript error being triggered by your td-composer plugin.
Uncaught TypeError: Cannot read property ‘indexOf’ of undefined
at HTMLElement.<anonymous>”
https://wordpress.org/support/topic/input-fields-empty-not-working/#post-14294013
Can you help?
Great! I did it. Shortcode works fine now. What about Page and Could Template editing with TDComposer?
I still get the error message even on blank, brand new page.
“Error at zones: 6(models) : 0(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)”
I cannot edit my pages and make new ones.
Since we updated to version 10.4 and updated all the plugins, our cloud template pages, we cannot add or modify anything.
when activating the debug we see that when editing the page with
tagDiv Composer gets the error Undefined index: social_rel in /var/www/vhosts/wp-content/plugins/td-composer/legacy/common/wp_booster/td_social_sharing.php on line 954, any change is impossible the editor crashes.
We have increased the resources for the correct operation as specified in the version update
Hi,
To change the share buttons style you need to go in theme panel> post settings > sharing -> https://i.imgur.com/utVIRWo.png
If you want to use the widget social counter then you need to add an extra classes that are referring to the stile that you want to use -> https://i.imgur.com/NWIigfd.png
Style 1: td-social-style1
Style 2: td-social-font-icons td-social-style2
Style 3: td-social-colored td-social-style3
Style 4: td-social-colored td-social-style4
Style 5: td-social-boxed td-social-colored td-social-style5
Style 6: td-social-boxed td-social-colored td-social-style6
Style 7: td-social-boxed td-social-style7
Style 8: td-social-boxed td-social-font-icons td-social-style8
Style 9: td-social-boxed td-social-colored td-social-style9
Style 10: td-social-boxed td-social-colored td-social-style10
Also to ad a sidebar for the page you need to use the tagDiv Composer and add the sidebar widget -> https://i.imgur.com/6kS7JKU.jpg or use the page template on Page builder + latest articles + pagination -> https://forum.tagdiv.com/newsmag-page-templates/
Hope this will help you!
Thank you!
Hi Bettina,
Our server meets exceeds requirements by a considerable margin, this is a fairly busy website (1.3+ million page views per month).
We upgraded the theme to v10.4 from 10.3.9 using the built in upgrade tool.
I did NOT run your CSS consolidation tool.
I would have rolled BACK to 10.3.9 but TagDiv bundled in an XSS vulnerability security fix in the 10.4 update. So now I cannot roll back without exposing our site to a possible XSS attack.
Let’s be clear, I am NOT asking you to support a plugin that isn’t on your list and I’m not asking you to do custom development work.
I found a serious bug in TD Composer that affects all stand alone Stripe payment plugins except one. And apparently is now affecting a WooCommerce Stripe plugin.
The bug: If you have TD Composer v2.8 active on your site, the javascript that needs to execute to process Stripe credit card payments fails to execute. There is no logfile or other errors given, the javascript just fails to run.
To determine that TD Composer caused the problem:
-I setup all stripe plugins on a dev site and tested.
-I turned off ALL plugins except TD Composer.
-I tried 6 Stripe credit card processing plugins one by one.
-5 of them failed to process payments as long as TD Composer was on.
-All of them worked just fine with TD Composer off.
So TagDiv needs to take this seriously. Please get this info to your Devs and see if they can validate the problem. I may be the first to have contacted you about this, however I doubt I’ll be that last. Someone else has already posted that they have the same problem in this thread.
I’m happy to provide more info, access to our dev site or answer questions if we are working toward a solution.
Best,
Kim
Hello,
Very urgent help please. Site : https://tatilpanosu.net
When td_conposer is activated, it gives an error.
‘firstInstall’ in /home/tatilpanosu/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_options.php on line 48
Warning: Illegal string offset ‘td_log_status’ in /home/tatilpanosu/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_options.php on line 48
Warning: Illegal string offset ‘tds_login_sign_in_widget’ in /home/tatilpanosu/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_options.php on line 48
Warning: Illegal string offset ‘tds_thumb_td_150x0’ in /home/tatilpanosu/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_options.php on line 48
Warning: Illegal string offset ‘tds_thumb_td_218x150’ in /home/tatilpanosu/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_options.php on line 48
Warning: Illegal string offset ‘tds_thumb_td_300x0’ in /home/tatilpanosu/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_options.php on line 48
Warning: Illegal string offset ‘tds_thumb_td_324x400’ in /home/tatilpanosu/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_options.php on line 48
Warning: Illegal string offset ‘tds_thumb_td_485x360’ in /home/tatilpanosu/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_options.php on line 48
Warning: Illegal string offset ‘tds_thumb_td_696x0’ in /home/tatilpanosu/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_options.php on line 48
Warning: Illegal string offset ‘tds_thumb_td_1068x0’ in /home/tatilpanosu/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_options.php on line 48
Warning: Illegal string offset ‘tds_thumb_td_1920x0’ in /home/tatilpanosu/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_options.php on line 48
Warning: Illegal string offset ‘tds_thumb_td_0x420’ in /home/tatilpanosu/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_options.php on line 48
Warning: Illegal string offset ‘tds_thumb_td_80x60’ in /home/tatilpanosu/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_options.php on line 48
Warning: Illegal string offset ‘tds_thumb_td_100x70’ in /home/tatilpanosu/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_options.php on line 48
Warning: Illegal string offset ‘tds_thumb_td_265x198’ in /home/tatilpanosu/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_options.php on line 48
Warning: Illegal string offset ‘tds_thumb_td_324x160’ in /home/tatilpanosu/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_options.php on line 48
Warning: Illegal string offset ‘tds_thumb_td_324x235’ in /home/tatilpanosu/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_options.php on line 48
Warning: Illegal string offset ‘tds_thumb_td_356x220’ in /home/tatilpanosu/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_options.php on line 48
Warning: Illegal string offset ‘tds_thumb_td_356x364’ in /home/tatilpanosu/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_options.php on line 48
Warning: Illegal string offset ‘tds_thumb_td_533x261’ in /home/tatilpanosu/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_options.php on line 48
Warning: Illegal string offset ‘tds_thumb_td_534x462’ in /home/tatilpanosu/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_options.php on line 48
Warning: Illegal string offset ‘tds_thumb_td_696x385’ in /home/tatilpanosu/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_options.php on line 48
Warning: Illegal string offset ‘tds_thumb_td_741x486’ in /home/tatilpanosu/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_options.php on line 48
Warning: Illegal string offset ‘tds_thumb_td_1068x580’ in /home/tatilpanosu/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_options.php on line 48
Warning: Illegal string offset ‘td_social_drag_and_drop’ in /home/tatilpanosu/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_options.php on line 97
Warning: Illegal string offset ‘td_social_drag_and_drop’ in /home/tatilpanosu/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_options.php on line 97
Warning: Illegal string offset ‘td_social_networks’ in /home/tatilpanosu/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_options.php on line 97
Warning: Illegal string offset ‘td_version’ in /home/tatilpanosu/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_options.php on line 48
Warning: Illegal string offset ‘td_011_tp’ in /home/tatilpanosu/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_options.php on line 48
Warning: Illegal string offset ‘td_updated_fonts’ in /home/tatilpanosu/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_options.php on line 48
Warning: Cannot modify header information – headers already sent by (output started at /home/tatilpanosu/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_options.php:48) in /home/tatilpanosu/public_html/wp-includes/functions.php on line 6362
Warning: Cannot modify header information – headers already sent by (output started at /home/tatilpanosu/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_options.php:48) in /home/tatilpanosu/public_html/wp-admin/includes/misc.php on line 1310
Warning: Cannot modify header information – headers already sent by (output started at /home/tatilpanosu/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_options.php:48) in /home/tatilpanosu/public_html/wp-admin/admin-header.php on line 9
Hello,
https://www.multippl.com/
You will be asked to enter credentials to login
The way the submenu is set up, it is layered over the community page which makes it hard to click on logout or in your case register/login
I am using the mobile responsive page on TD composer and made the mobile menu via the Website Manager. Please see attached – https://paste.pics/C55BB
All the best
Thomas
-
This reply was modified 5 years by
Anamaria.
Hello !
Can you show me the topic you have found ?
The parts/header folder can now be found in here: wp-content\plugins\td-composer\legacy\Newspaper\parts\header
Thank you !
Yes. It’s error the plugin td-composer. I fixed it.
Site: http://www.ospreyobserver.com
Hosting Company: DreamPress (DreamHost)
We are having issues with our website continuing to go down. Our hosting company says that the problem is with the Newspaper theme. Can you provide any ideas that might help? Thanks in advance.
From DreamHost:
“I took a look at what was running and I can see that the theme Newspaper is affecting the WordPress response due to the shortcodes running:
| do_shortcode()| wp-includes/shortcodes.php:196| 4.9033s | 0s
| function(){}| td-composer/td-composer.php:242| 1.2854s | 0s
| function(){}| td-composer/td-composer.php:234| 0.9902s | 0s
| function(){}| td-composer/td-composer.php:173| 0.8469s | 0s
This will affect performance, high response times will increase the CPU
and RAM usage. It is not clear which shortcode is affecting this at the
moment, you will need a WordPress developer to look into this.”
I think the plug in : td-composer is error. Can you give me the plugin another verison?
Dear Sirs,
I found new ERRORS in my WP Admin Panel as hereunder,
Warning: fopen(/tmp/td-composer-8WtNdN.tmp): failed to open stream: Disk quota exceeded in /home/digitals/public_html/glamour.business/wp-admin/includes/class-wp-filesystem-ftpext.php on line 139
Warning: unlink(/tmp/td-composer-8WtNdN.tmp): No such file or directory in /home/digitals/public_html/glamour.business/wp-admin/includes/class-wp-filesystem-ftpext.php on line 142
Please try to assist.
Trilochan Bhattacharya
Dear Sirs,
I contacted the support Team of my Server and they reports as hereunder :
Upon checking there is something compatibility issue after the update/installation.
As a temporary solution I renamed the file “/home/digitals/public_html/glamour.business/wp-content/plugins/td-composer/css-analyze/css-analyze.php” to “/home/digitals/public_html/glamour.business/wp-content/plugins/td-composer/css-analyze/css-analyze.php_bak” and cretaed a empty file “/home/digitals/public_html/glamour.business/wp-content/plugins/td-composer/css-analyze/css-analyze.php” in the same location.
Now the website glamour.business started loading again:
Kindly contact your web developer or the plugin provider so that we can further check on this issue.
Please help.
Trilochan Bhattacharya
-
This reply was modified 5 years by
mydesignjobs.
yes, I have been config that.
But whenever I install td-composer plugin, this error will appear: Fatal error: Uncaught ArgumentCountError: Too few arguments to function {closure}(), 4 passed in /var/www/html/wp-includes/class-wp-hook.php on line 287 and exactly 5 expected in /var/www/html/wp-content/plugins/td-composer/css-analyze/css-analyze.php:507 Stack trace: #0 /var/www/html/wp-includes/class-wp-hook.php(287): {closure}() #1 /var/www/html/wp-includes/plugin.php(206): WP_Hook->apply_filters() #2 /var/www/html/wp-includes/meta.php(676): apply_filters() #3 /var/www/html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_first_install.php(201): metadata_exists() #4 /var/www/html/wp-includes/class-wp-hook.php(287): {closure}() #5 /var/www/html/wp-includes/class-wp-hook.php(311): WP_Hook->apply_filters() #6 /var/www/html/wp-includes/plugin.php(478): WP_Hook->do_action() #7 /var/www/html/wp-settings.php(524): do_action() #8 /var/www/html/wp-config.php(90): require_once(‘/var/www/html/w…’) #9 /var/www/html/wp-load.php(37): require_once(‘/var/www/html/w…’) #10 /var/www/html/wp-admin/admin.php(34): require_onc in /var/www/html/wp-content/plugins/td-composer/css-analyze/css-analyze.php on line 507
.
and I cannot next step.
Hi there,
1. Sorry, please let me explain it more clearly. I would like to change the submenu width so that when the ‘Community’ tab is aligned to the right and underneath ‘My account they do not clash and I can get to the submenu (logout). But when I try to change the width using TD composer nothing changes. The white space for ‘Logout’ is too big!
Please see attached – https://paste.pics/C4PFT. https://paste.pics/C4PGE
2. Thank you so much, your video tutorial was very very helpful! Is there a way to customise the mobile menu?
All the best
Thomas
After the latest update 10.4 the tagDiv composer not working. Following is the error message I’m getting in the browser
This site can’t be reachedThe webpage at https://tapasvan.me/wp-admin/post.php?post_id=3&td_action=tdc&tdbTemplateType=page&prev_url=%2F%2Ftapasvan.me%2Fwp-admin%2Fedit.php%3Fpost_type%3Dpage might be temporarily down or it may have moved permanently to a new web address.
ERR_HTTP2_PROTOCOL_ERROR
Please let me know how to fix this issue. Thanks!
Hello there,
We face also with this error (the plugin tagDiv Composer is active ) but it dosent help :(.
Thank you
Wais
taand.com is our page
[tdc_zone type=”tdc_content” tdc_css=”eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==” video_background=”I” el_id=”https://youtu.be/5JoJtyh-BDI”][vc_row][vc_column width=”1/3″][td_flex_block_1 modules_on_row=”50%” limit=”4″ hide_audio=”yes” category_id=”1″ custom_title=”لیکنې او شننې” modules_gap=”20″ all_modules_space=”22″ meta_info_horiz=”content-horiz-right” show_author=”none” show_cat=”none” show_date=”” mc1_el=”25″ show_review=”none” btn_title=”نور” show_btn=”none” block_template_id=”td_block_template_14″ show_excerpt=”none” video_icon=”24″ f_header_font_size=”14″ show_com=”none” mc1_tl=”12″ tdc_css=”eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==” f_title_font_size=”14″ f_title_font_weight=”700″][/vc_column][vc_column width=”2/3″][td_block_1 category_id=”87″ custom_title=”خبرونه” header_color=”#1e73be” block_template_id=”td_block_template_14″ m4_tl=”30″ f_header_font_size=”17″ f_header_font_weight=”400″ m6_tl=”14″ border_color=”rgba(3,32,196,0.58)”][/vc_column][/vc_row][vc_row row_hide_on_pagination=”yes”][vc_column width=”2/3″][td_flex_block_4 modules_category=”image” modules_on_row=”eyJhbGwiOiI1MCUiLCJsYW5kc2NhcGUiOiIxMDAlIn0=” modules_category1=”image” show_cat2=”none” show_com2=”none” show_author2=”none” columns=”50%” columns_gap=”eyJsYW5kc2NhcGUiOiI0MCIsInBvcnRyYWl0IjoiMjAifQ==” image_width2=”eyJwb3J0cmFpdCI6IjM1In0=” modules_space1=”eyJwaG9uZSI6IjIxIiwiYWxsIjoiMjEifQ==” limit=”6″ show_excerpt1=”” show_excerpt2=”none” custom_title=”ټولنیز علوم” header_color=”#dd8502″ td_ajax_filter_type=”” ajax_pagination=”next_prev” modules_divider1=”” category_id=”121″ image_size3=”” f_header_font_transform=”uppercase” td_ajax_filter_ids=”” sort=”” category_ids=”” f_ex1_font_size=”eyJwb3J0cmFpdCI6IjExIn0=” f_ex1_font_line_height=”eyJwb3J0cmFpdCI6IjEuNiJ9″ modules_space2=”eyJhbGwiOiIyNiIsInBvcnRyYWl0IjoiMjAifQ==” meta_padding2=”eyJwb3J0cmFpdCI6IjAgMCAwIDEzcHgifQ==” video_icon2=”24″ image_size=”td_485x360″ meta_info_horiz2=”content-horiz-right” meta_info_horiz1=”content-horiz-right” show_author1=”none” block_template_id=”td_block_template_14″ f_header_font_size=”14″ show_review1=”none” show_com1=”none” art_title2=”00 10px 00px 00px ” show_date2=”none” show_review2=””][td_flex_block_1 modules_on_row=”eyJhbGwiOiIzMy4zMzMzMzMzMyUiLCJwaG9uZSI6IjEwMCUifQ==” limit=”3″ modules_category=”image” show_btn=”none” show_excerpt=”none” ajax_pagination=”next_prev” sort=”” category_id=”1676″ f_title_font_size=”eyJwb3J0cmFpdCI6IjEzIiwiYWxsIjoiMTUiLCJwaG9uZSI6IjE0In0=” f_title_font_line_height=”eyJhbGwiOiIxLjMiLCJwaG9uZSI6IjEuNCJ9″ modules_gap=”eyJhbGwiOiIyMCIsInBvcnRyYWl0IjoiMTUiLCJwaG9uZSI6IjE1In0=” show_com=”none” show_date=”eyJhbGwiOiJub25lIiwicGhvbmUiOiJpbmxpbmUtYmxvY2sifQ==” show_author=”none” image_height=”70″ f_title_font_weight=”500″ all_modules_space=”eyJhbGwiOiIyMCIsImxhbmRzY2FwZSI6IjIwIiwicG9ydHJhaXQiOiIxNSIsInBob25lIjoiMjYifQ==” header_color=”#0c8712″ image_floated=”eyJwaG9uZSI6ImZsb2F0X2xlZnQifQ==” image_width=”eyJwaG9uZSI6IjMwIn0=” meta_info_align=”” meta_margin=”eyJwaG9uZSI6IjAgMCAwIDE2cHgifQ==” meta_padding=”eyJwaG9uZSI6IjAifQ==” video_icon=”eyJwb3J0cmFpdCI6IjI0IiwicGhvbmUiOiIyNCJ9″ image_size=”td_485x360″ meta_info_horiz=”content-horiz-right” custom_title=”دا هم ولولئ ” block_template_id=”td_block_template_14″ post_ids=”دا هم ولولئ” f_header_font_size=”18″ f_header_font_weight=”800″][td_block_1 category_id=”314″ custom_title=”روغتیا” header_color=”rgba(3,32,196,0.58)” block_template_id=”td_block_template_14″ m4_tl=”30″ ajax_pagination=”next_prev”][/vc_column][vc_column width=”1/3″ is_sticky=”yes”][td_block_video_embed custom_title=”ویډیو” block_template_id=”td_block_template_14″ f_header_font_size=”14″ accent_text_color=”#ffffff” f_list_font_style=”” video_url=”https://youtu.be/BnUXP9d88ZQ”][td_block_social_counter custom_title=”خواله رسنۍ” facebook=”821852401298925″ style=”style9 td-social-boxed td-social-colored” f_header_font_transform=”uppercase” f_header_font_size=”18″ twitter=”taandcom” manual_count_youtube=”831″ social_rel=”” open_in_new_window=”” youtube=”https://www.youtube.com/channel/UCDvzak7ucRaV1SK1_eirXcw” header_color=”#8224e3″][td_block_ad_box spot_title=”- Advertisement -” spot_id=”sidebar” media_size_image_height=”500″ media_size_image_width=”600″ spot_img_horiz=”content-horiz-center” tdc_css=”eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjQ4IiwiZGlzcGxheSI6IiJ9fQ==” spot_img_width=”eyJwaG9uZSI6IjMwMCJ9″ spot_code=”JTNDc2NyaXB0JTIwdHlwZSUzRCUyMmFwcGxpY2F0aW9uJTJGamF2YXNjcmlwdCUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGY2VkLnNhc2Nkbi5jb20lMkZ0YWclMkYyODc1JTJGc21hcnQuanMlMjIlMjBhc3luYyUzRSUzQyUyRnNjcmlwdCUzRSUwQSUzQ2RpdiUyMGlkJTNEJTIyc2FzXzYwMDExJTIyJTNFJTNDJTJGZGl2JTNFJTBBJTNDc2NyaXB0JTIwdHlwZSUzRCUyMmFwcGxpY2F0aW9uJTJGamF2YXNjcmlwdCUyMiUzRSUwQSUyMCUyMCUyMCUyMHZhciUyMHNhcyUyMCUzRCUyMHNhcyUyMCU3QyU3QyUyMCU3QiU3RCUzQiUwQSUyMCUyMCUyMCUyMHNhcy5jbWQlMjAlM0QlMjBzYXMuY21kJTIwJTdDJTdDJTIwJTVCJTVEJTNCJTBBJTIwJTIwJTIwJTIwc2FzLmNtZC5wdXNoKCUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMGZ1bmN0aW9uJTIwKCklMjAlN0IlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjBzYXMuY2FsbCglMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlN0IlMjBzaXRlSWQlM0ElMjAyNjMzMjQlMkMlMjBwYWdlSWQlM0ElMjA5OTQ5MDYlMkMlMjBmb3JtYXRJZCUzQSUyMDYwMDExJTJDJTIwdGFnSWQlM0ElMjAlMjJzYXNfNjAwMTElMjIlMjAlN0QlMkMlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlN0IlMjBuZXR3b3JrSWQlM0ElMjAyODc1JTJDJTIwZG9tYWluJTNBJTIwJTIyaHR0cHMlM0ElMkYlMkZ3d3cxNC5zbWFydGFkc2VydmVyLmNvbSUyMiUyMCUyRiolMkMlMjBvbk5vYWQlM0ElMjBmdW5jdGlvbigpJTIwJTdCJTdEJTIwKiUyRiUyMCU3RCUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCklM0IlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlN0QlMEElMjAlMjAlMjAlMjApJTNCJTBBJTNDJTJGc2NyaXB0JTNF”][td_flex_block_1 modules_on_row=”50%” modules_category=”image” show_btn=”none” show_excerpt=”none” ajax_pagination=”next_prev” sort=”” category_id=”315″ f_title_font_size=”eyJwb3J0cmFpdCI6IjEyIiwiYWxsIjoiMTMiLCJwaG9uZSI6IjE0In0=” f_title_font_line_height=”1.3″ modules_gap=”eyJhbGwiOiIyMCIsInBvcnRyYWl0IjoiMTUiLCJwaG9uZSI6IjIwIn0=” show_com=”none” show_date=”none” show_author=”none” image_height=”50″ f_title_font_weight=”500″ all_modules_space=”eyJhbGwiOiIyMiIsImxhbmRzY2FwZSI6IjIwIiwicG9ydHJhaXQiOiIxNSIsInBob25lIjoiMTUifQ==” limit=”4″ meta_padding=”eyJwb3J0cmFpdCI6IjhweCAwIDAgMCIsImFsbCI6IjdweCAwIDAifQ==” custom_title=”پوهنکور / داسې هم شته” image_size=”td_218x150″ image_alignment=”eyJhbGwiOjUwLCJwaG9uZSI6IjExIn0=” f_header_font_transform=”uppercase” video_icon=”eyJhbGwiOiIyNCIsInBvcnRyYWl0IjoiMjAifQ==” meta_info_horiz=”content-horiz-right” block_template_id=”td_block_template_14″ header_color=”#32c4db” pag_space=”1″ f_header_font_size=”18″ f_header_font_weight=”900″][/vc_column][/vc_row][vc_row tdc_css=”eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==” row_hide_on_pagination=”yes”][vc_column width=”2/3″][td_flex_block_1 modules_on_row=”” custom_title=”سیاسي مقالې او شننې” image_floated=”float_right” image_width=”eyJhbGwiOiIzMiIsInBob25lIjoiMzAifQ==” image_height=”eyJhbGwiOiI1MCIsInBvcnRyYWl0IjoiOTAifQ==” meta_padding=”eyJhbGwiOiIwIDAgMCAyNnB4IiwicGhvbmUiOiIwIDAgMCAxNnB4IiwicG9ydHJhaXQiOiIwIDAgMCAyMHB4In0=” show_btn=”none” show_cat=”none” f_title_font_size=”eyJhbGwiOiIyMiIsInBvcnRyYWl0IjoiMTciLCJwaG9uZSI6IjE0In0=” f_title_font_line_height=”eyJhbGwiOiIxLjMiLCJwaG9uZSI6IjEuNCJ9″ show_excerpt=”eyJwaG9uZSI6Im5vbmUifQ==” f_title_font_weight=”eyJwb3J0cmFpdCI6IjQwMCIsInBob25lIjoiNTAwIn0=” show_author=”eyJwb3J0cmFpdCI6Im5vbmUiLCJhbGwiOiJub25lIn0=” f_ex_font_size=”eyJwb3J0cmFpdCI6IjExIn0=” f_ex_font_line_height=”eyJwb3J0cmFpdCI6IjEuNiJ9″ art_excerpt=”eyJwb3J0cmFpdCI6IjE2cHggMCAwIDAifQ==” category_id=”313″ f_header_font_transform=”uppercase” category_ids=”” all_modules_space=”eyJhbGwiOiIzNiIsInBvcnRyYWl0IjoiMzAiLCJwaG9uZSI6IjI2In0=” video_icon=”eyJwaG9uZSI6IjI0In0=” image_size=”td_485x360″ meta_info_horiz=”content-horiz-right” block_template_id=”td_block_template_14″ f_header_font_size=”18″ f_header_font_weight=”900″ ajax_pagination=”” cat_txt_hover=”#f4076e” cat_bg=”#f4076e” header_color=”#f4076e”][/vc_column][vc_column width=”1/3″ is_sticky=”yes”][td_flex_block_4 modules_category=”image” modules_on_row=”eyJhbGwiOiI1MCUiLCJsYW5kc2NhcGUiOiIxMDAlIn0=” modules_category1=”image” show_cat2=”none” show_com2=”none” show_author2=”none” columns=”100%” columns_gap=”eyJsYW5kc2NhcGUiOiI0MCIsInBvcnRyYWl0IjoiMjgifQ==” image_width2=”eyJwb3J0cmFpdCI6IjM1In0=” modules_space1=”eyJwaG9uZSI6IjIxIiwiYWxsIjoiMjEifQ==” limit=”2″ show_excerpt1=”” show_excerpt2=”none” custom_title=”کالمونه” image_height1=”50″ category_id=”346″ image_size3=”” f_header_font_transform=”uppercase” f_ex1_font_size=”eyJwb3J0cmFpdCI6IjExIn0=” f_ex1_font_line_height=”eyJwb3J0cmFpdCI6IjEuNiJ9″ meta_padding2=”eyJwb3J0cmFpdCI6IjAgMCAwIDEzcHgifQ==” video_icon2=”24″ image_size=”td_485x360″ meta_info_horiz1=”content-horiz-right” meta_info_horiz2=”content-horiz-right” block_template_id=”td_block_template_14″ f_header_font_size=”18″ f_header_font_weight=”900″ art_title2=”00 10px 00px 00px ” show_date2=”none”][td_flex_block_5 art_title_pos=”top” info_pos=”top” art_excerpt_pos=”bottom” modules_category=”image” btn_pos=”bottom” limit=”1″ custom_title=”کالمونه” header_color=”#ff7500″ show_btn=”none” meta_padding=”0 0 17px” art_excerpt=”14px 0 0″ meta_padding2=”0″ f_title_font_size=”eyJwb3J0cmFpdCI6IjE3In0=” f_title_font_line_height=”eyJwb3J0cmFpdCI6IjEuMyJ9″ category_id=”347″ image_size=”td_485x360″ f_header_font_transform=”uppercase” ajax_pagination=”next_prev” f_ex_font_size=”eyJwb3J0cmFpdCI6IjExIn0=” f_ex_font_line_height=”eyJwb3J0cmFpdCI6IjEuNiJ9″ meta_info_horiz=”content-horiz-right” block_template_id=”td_block_template_14″ show_author=”none” f_header_font_size=”18″ f_header_font_weight=”900″ show_excerpt=”none”][/vc_column][/vc_row][vc_row row_hide_on_pagination=”yes”][vc_column][td_block_ad_box tdc_css=”eyJhbGwiOnsibWFyZ2luLWJvdHRvbSI6IjQ4IiwiZGlzcGxheSI6IiJ9fQ==” spot_id=”” media_size_image_height=”500″ media_size_image_width=”600″ spot_img_horiz=”content-horiz-center” spot_title=”Advertisment” spot_img_width=”eyJwaG9uZSI6IjMwMCJ9″ spot_code=”JTNDc2NyaXB0JTIwdHlwZSUzRCUyMmFwcGxpY2F0aW9uJTJGamF2YXNjcmlwdCUyMiUyMHNyYyUzRCUyMmh0dHBzJTNBJTJGJTJGY2VkLnNhc2Nkbi5jb20lMkZ0YWclMkYyODc1JTJGc21hcnQuanMlMjIlMjBhc3luYyUzRSUzQyUyRnNjcmlwdCUzRSUwQSUzQ2RpdiUyMGlkJTNEJTIyc2FzXzYwMDEwJTIyJTNFJTNDJTJGZGl2JTNFJTBBJTNDc2NyaXB0JTIwdHlwZSUzRCUyMmFwcGxpY2F0aW9uJTJGamF2YXNjcmlwdCUyMiUzRSUwQSUyMCUyMCUyMCUyMHZhciUyMHNhcyUyMCUzRCUyMHNhcyUyMCU3QyU3QyUyMCU3QiU3RCUzQiUwQSUyMCUyMCUyMCUyMHNhcy5jbWQlMjAlM0QlMjBzYXMuY21kJTIwJTdDJTdDJTIwJTVCJTVEJTNCJTBBJTIwJTIwJTIwJTIwc2FzLmNtZC5wdXNoKCUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMGZ1bmN0aW9uJTIwKCklMjAlN0IlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjBzYXMuY2FsbCglMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlN0IlMjBzaXRlSWQlM0ElMjAyNjMzMjQlMkMlMjBwYWdlSWQlM0ElMjA5OTQ5MDYlMkMlMjBmb3JtYXRJZCUzQSUyMDYwMDEwJTJDJTIwdGFnSWQlM0ElMjAlMjJzYXNfNjAwMTAlMjIlMjAlN0QlMkMlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlN0IlMjBuZXR3b3JrSWQlM0ElMjAyODc1JTJDJTIwZG9tYWluJTNBJTIwJTIyaHR0cHMlM0ElMkYlMkZ3d3cxNC5zbWFydGFkc2VydmVyLmNvbSUyMiUyMCUyRiolMkMlMjBvbk5vYWQlM0ElMjBmdW5jdGlvbigpJTIwJTdCJTdEJTIwKiUyRiUyMCU3RCUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCklM0IlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlN0QlMEElMjAlMjAlMjAlMjApJTNCJTBBJTNDJTJGc2NyaXB0JTNF”][/vc_column][/vc_row][vc_row tdc_css=”eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjAiLCJkaXNwbGF5IjoiIn0sInBob25lX21heF93aWR0aCI6NzY3fQ==” row_hide_on_pagination=”yes” gap=”eyJwb3J0cmFpdCI6IjEwIn0=”][vc_column width=”1/3″][td_flex_block_4 modules_category=”image” modules_on_row=”eyJhbGwiOiI1MCUiLCJsYW5kc2NhcGUiOiIxMDAlIn0=” modules_category1=”image” show_cat2=”none” show_com2=”none” show_author2=”none” columns=”100%” columns_gap=”eyJsYW5kc2NhcGUiOiI0MCIsInBvcnRyYWl0IjoiMjgifQ==” image_width2=”eyJwb3J0cmFpdCI6IjM1IiwiYWxsIjoiMjUiLCJwaG9uZSI6IjMwIn0=” modules_space1=”eyJwaG9uZSI6IjI2IiwiYWxsIjoiMjEifQ==” limit=”3″ show_excerpt1=”none” show_excerpt2=”none” show_com1=”none” show_cat1=”none” meta_info_align1=”image” meta_padding1=”0 17px 17px” f_title1_font_size=”eyJhbGwiOiIxNyIsInBob25lIjoiMTcifQ==” f_title1_font_weight=”700″ title_txt=”#ffffff” author_txt=”#ffffff” color_overlay=”eyJ0eXBlIjoiZ3JhZGllbnQiLCJjb2xvcjEiOiJyZ2JhKDAsMCwwLDApIiwiY29sb3IyIjoicmdiYSgwLDAsMCwwLjcpIiwibWl4ZWRDb2xvcnMiOltdLCJjc3MiOiJiYWNrZ3JvdW5kOiAtd2Via2l0LWxpbmVhci1ncmFkaWVudCgwZGVnLHJnYmEoMCwwLDAsMC43KSxyZ2JhKDAsMCwwLDApKTtiYWNrZ3JvdW5kOiBsaW5lYXItZ3JhZGllbnQoMGRlZyxyZ2JhKDAsMCwwLDAuNykscmdiYSgwLDAsMCwwKSk7IiwiY3NzUGFyYW1zIjoiMGRlZyxyZ2JhKDAsMCwwLDAuNykscmdiYSgwLDAsMCwwKSJ9″ image_height2=”eyJhbGwiOiI3NSIsInBob25lIjoiNzAifQ==” f_title2_font_line_height=”1.4″ f_title2_font_size=”eyJhbGwiOiIxMyIsInBob25lIjoiMTQifQ==” custom_title=”کلتور” header_color=”#0c8712″ image_height1=”68″ category_id=”331″ f_title1_font_line_height=”1.1″ image_size=”td_485x360″ modules_divider_color1=”” modules_divider_color2=”” modules_space2=”eyJhbGwiOiIyMSIsInBvcnRyYWl0IjoiMjAiLCJwaG9uZSI6IjI2In0=” f_header_font_transform=”uppercase” title_txt_hover=”#ffffff” meta_padding2=”eyJwb3J0cmFpdCI6IjAgMCAwIDEzcHgifQ==” video_icon2=”24″ meta_info_horiz1=”content-horiz-right” meta_info_horiz2=”content-horiz-right” block_template_id=”td_block_template_14″ f_header_font_size=”18″ show_date2=”none” art_title2=”00 10px 00px 00px “][/vc_column][vc_column width=”1/3″][td_flex_block_4 modules_category=”image” modules_on_row=”eyJhbGwiOiI1MCUiLCJsYW5kc2NhcGUiOiIxMDAlIn0=” modules_category1=”image” show_cat2=”none” show_com2=”none” show_author2=”none” columns=”100%” columns_gap=”eyJsYW5kc2NhcGUiOiI0MCIsInBvcnRyYWl0IjoiMjgifQ==” image_width2=”eyJwb3J0cmFpdCI6IjM1IiwiYWxsIjoiMjUiLCJwaG9uZSI6IjMwIn0=” modules_space1=”eyJwaG9uZSI6IjI2IiwiYWxsIjoiMjEifQ==” limit=”3″ show_excerpt1=”none” show_excerpt2=”none” show_com1=”none” show_cat1=”none” meta_info_align1=”image” meta_padding1=”0 17px 17px” f_title1_font_size=”17″ f_title1_font_line_height=”1.1″ f_title1_font_weight=”700″ title_txt=”#ffffff” author_txt=”#ffffff” color_overlay=”eyJ0eXBlIjoiZ3JhZGllbnQiLCJjb2xvcjEiOiJyZ2JhKDAsMCwwLDApIiwiY29sb3IyIjoicmdiYSgwLDAsMCwwLjcpIiwibWl4ZWRDb2xvcnMiOltdLCJjc3MiOiJiYWNrZ3JvdW5kOiAtd2Via2l0LWxpbmVhci1ncmFkaWVudCgwZGVnLHJnYmEoMCwwLDAsMC43KSxyZ2JhKDAsMCwwLDApKTtiYWNrZ3JvdW5kOiBsaW5lYXItZ3JhZGllbnQoMGRlZyxyZ2JhKDAsMCwwLDAuNykscmdiYSgwLDAsMCwwKSk7IiwiY3NzUGFyYW1zIjoiMGRlZyxyZ2JhKDAsMCwwLDAuNykscmdiYSgwLDAsMCwwKSJ9″ image_height2=”eyJhbGwiOiI3NSIsInBob25lIjoiNzAifQ==” f_title2_font_line_height=”1.4″ f_title2_font_size=”eyJhbGwiOiIxMyIsInBob25lIjoiMTQifQ==” custom_title=”سپورت” category_id=”122″ image_height1=”68″ modules_divider_color1=”” modules_divider_color2=”” modules_space2=”eyJhbGwiOiIyMSIsInBvcnRyYWl0IjoiMjAiLCJwaG9uZSI6IjI2In0=” f_header_font_transform=”uppercase” title_txt_hover=”#ffffff” meta_padding2=”eyJwb3J0cmFpdCI6IjAgMCAwIDEzcHgifQ==” video_icon2=”24″ image_size=”td_485x360″ meta_info_horiz1=”content-horiz-right” meta_info_horiz2=”content-horiz-right” block_template_id=”td_block_template_14″ f_header_font_weight=”800″ f_header_font_size=”18″ header_color=”#dd0f0f” art_title2=”00 10px 00px 00px ” show_date2=”none”][/vc_column][vc_column width=”1/3″][td_flex_block_1 modules_on_row=”” image_size=”” image_floated=”” show_btn=”none” show_excerpt=”none” show_com=”none” show_author=”eyJwb3J0cmFpdCI6ImlubGluZS1ibG9jayIsImFsbCI6Im5vbmUifQ==” show_cat=”none” f_title_font_size=”eyJhbGwiOiIxNyIsInBvcnRyYWl0IjoiMTQifQ==” f_title_font_line_height=”1.4″ f_title_font_weight=”eyJhbGwiOiI1MDAiLCJwb3J0cmFpdCI6IjcwMCJ9″ all_modules_space=”” category_id=”726″ show_date=”” modules_divider=”dashed” modules_divider_color=”#f4f4f4″ meta_info_align=”” tdc_css=”eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==” modules_category=”above” meta_info_horiz=”content-horiz-right” art_title=”8px 0 5px 0″ custom_title=”پل/ د ماشوم روزنه” f_header_font_transform=”uppercase” meta_padding=”0 0 20px 0″ hide_image=”yes” block_template_id=”td_block_template_14″ header_color=”#000000″ custom_url=”taand.com/pal” limit=”4″ f_header_font_size=”18″ f_header_font_weight=”900″][/vc_column][/vc_row][vc_row][vc_column width=”1/3″][td_block_video_embed video_url=”https://youtu.be/2U0JOL7KEwU”][/vc_column][vc_column width=”1/3″][td_block_video_embed video_url=”https://youtu.be/k3tT16mG9f4″][/vc_column][vc_column width=”1/3″][td_block_video_embed video_url=”https://youtu.be/5JoJtyh-BDI”][/vc_column][/vc_row][vc_row tdc_css=”eyJhbGwiOnsibWFyZ2luLXRvcCI6IjQ4IiwiZGlzcGxheSI6IiJ9fQ==”][vc_column width=”2/3″][td_flex_block_1 modules_on_row=”33.33333333%” hide_audio=”yes” category_id=”312″ limit=”9″ custom_title=”ادب / Literature ” block_template_id=”td_block_template_14″ f_header_font_size=”18″ meta_info_horiz=”content-horiz-right” show_author=”none” show_cat=”none” show_com=”none” show_excerpt=”none” show_btn=”none”][/vc_column][vc_column width=”1/3″ el_class=”” is_sticky=”yes”][td_flex_block_1 modules_on_row=”eyJwb3J0cmFpdCI6IjEwMCUiLCJwaG9uZSI6IjEwMCUifQ==” image_size=”td_218x150″ image_floated=”float_right” image_width=”30″ image_height=”70″ show_btn=”none” show_excerpt=”none” show_com=”none” show_author=”none” show_cat=”none” limit=”4″ meta_padding=”eyJhbGwiOiIwIDAgMCAxNnB4IiwicG9ydHJhaXQiOiIwIDAgMCAxM3B4In0=” f_title_font_size=”eyJhbGwiOiIxNCIsInBvcnRyYWl0IjoiMTIifQ==” f_title_font_line_height=”1.4″ f_title_font_weight=”500″ all_modules_space=”eyJwb3J0cmFpdCI6IjIwIiwicGhvbmUiOiIyNiIsImFsbCI6IjI2In0=” category_id=”” modules_gap=”eyJwb3J0cmFpdCI6IjIwIn0=” show_date=”” custom_title=”تازه خپاره شوي” ajax_pagination=”next_prev” sort=”” f_header_font_transform=”uppercase” video_icon=”24″ meta_info_horiz=”content-horiz-right” f_header_font_size=”18″ f_header_font_weight=”800″ meta_info_border_style=”” modules_border_style=”” block_template_id=”td_block_template_17″ title_tag=”” td_ajax_filter_type=”” td_ajax_preloading=””][vc_wp_recentcomments com_divider=”solid” f_auth_font_family=”” f_link_font_weight=”” f_link_font_family=”” f_title_font_family=”” f_header_font_transform=”uppercase” com_margin=”0″ com_padding=”0 0 15px” f_title_font_size=”eyJwb3J0cmFpdCI6IjEyIn0=” f_auth_font_size=”eyJwb3J0cmFpdCI6IjExIn0=” f_link_font_size=”eyJwb3J0cmFpdCI6IjEyIn0=” number=”5″ custom_title=”د لوستونکو نظر” block_template_id=”td_block_template_17″ tdc_css=”eyJhbGwiOnsiY29udGVudC1oLWFsaWduIjoiY29udGVudC1ob3Jpei1yaWdodCIsImRpc3BsYXkiOiIifX0=” top_border_color=”#ffffff” header_text_color=”#ffffff” header_color=”#1fb6c1″][/vc_column][/vc_row][vc_row tdc_css=”eyJhbGwiOnsicGFkZGluZy10b3AiOiI0OCIsImRpc3BsYXkiOiIifX0=”][vc_column width=”2/3″][/vc_column][vc_column width=”1/3″ is_sticky=”yes”][/vc_column][/vc_row][/tdc_zone]
this is error:
Notice: Undefined index: x-amz-bucket-region in /var/www/html/wp-content/plugins/ilab-media-tools/lib/mcloud-aws/aws-sdk-php/src/S3/S3ClientTrait.php on line 219
Fatal error: Uncaught ArgumentCountError: Too few arguments to function {closure}(), 4 passed in /var/www/html/wp-includes/class-wp-hook.php on line 287 and exactly 5 expected in /var/www/html/wp-content/plugins/td-composer/css-analyze/css-analyze.php:507 Stack trace: #0 /var/www/html/wp-includes/class-wp-hook.php(287): {closure}() #1 /var/www/html/wp-includes/plugin.php(206): WP_Hook->apply_filters() #2 /var/www/html/wp-includes/meta.php(676): apply_filters() #3 /var/www/html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_first_install.php(201): metadata_exists() #4 /var/www/html/wp-includes/class-wp-hook.php(287): {closure}() #5 /var/www/html/wp-includes/class-wp-hook.php(311): WP_Hook->apply_filters() #6 /var/www/html/wp-includes/plugin.php(478): WP_Hook->do_action() #7 /var/www/html/wp-settings.php(524): do_action() #8 /var/www/html/wp-config.php(90): require_once(‘/var/www/html/w…’) #9 /var/www/html/wp-load.php(37): require_once(‘/var/www/html/w…’) #10 /var/www/html/wp-admin/admin.php(34): require_onc in /var/www/html/wp-content/plugins/td-composer/css-analyze/css-analyze.php on line 507
Hi Anamaria,
thanks for all the input.
Problem seemed to be the child theme.
Reinstall of td-composer and use just TagDiv plugin didn’t change anything.
I then switched to parent theme, reinstalled the td-composer plugin and then it worked. However, changing back to the chuld theme messed things up again. I am using the parent theme now, as i do not really have a use for the chuld theme. However, this may be perhaps be a problem for people having a child theme with heavy mods.
Thanks a lot for your quick help,
Roman
The TD Composer will no longer function when attempting to edit pages. Clicking “edit with TD Composer” leads to an infinite loading page: 
Tried deactivating all plugins other than the TagDiv ones, multiple browsers, creating new pages, etc. The builder never loads.
Hi Bettina,
I am so disappointed in your reply. That is a terrible response.
I came to you with a tested and confirmed bug that was caused by TD Composer and your response is “that’s your problem, not ours”.
Well here is an update for you:
I downloaded and tested every single Stripe payment option for WordPress from the repository.
ALL OF THEM FAILED WHEN TD COMPOSER WAS ENABLED except one.
The only one that worked is “Stripe Payments Plugin”.
The rest of them failed. Another one initiated a session with Stripe but then failed to open up the actual window to enter CC info.
So the problem the problem is with TD Composer v2.8 blocking the javascript that Stripe uses to connect to their credit card processors. This started after I applied the 10.4 theme update.
Another wrinkle is that since the JS is being blocked, the log files from WPForms showed no errors, the JS just never fired.
WPForms is just one of the users of said JavaScript. Why it works with “Stripe Payments Plugin” is unknown at this time, but also irrelevant to me because if TD Composer wasn’t blocking the JS that Stripe relies on I wouldn’t be using any other Stripe plugins.
Let’s try this again shall we and actually see if we can find a solution or at least a general direction for a solution? I would hate to have to roll back Newspaper to 10.3.9 but I will if this isn’t taken seriously by TagDiv.
Best,
Kim
-
This reply was modified 5 years by
imkimc.
Hi there,
I am making a header using the header manager, using a blank template and I have a couple issues.
1. I have made a header menu that has a sub menu but I can’t seem to make it smaller. I have set the width as auto and 15 but it does not change. Please see attached – https://paste.pics/C4F02 https://paste.pics/C4F08
2. How do I make a custom mobile header. I have tried to change the layout to 1/3 but TD composer changes it to 3 separate lines. There might be an issue with my TD composer as the portrait viewpoint is the same. Please see attached – https://paste.pics/C4F0B
All the best
Thomas
Hi there,
Please see the picture attached – https://paste.pics/C4COK
As you can see the TD composer is set to ‘Portrait viewport’
Please compare this to TD composer set to ‘Landscape viewport’ – https://paste.pics/C4CP9
All the best
Thomas