saeedhzm
Forum Replies Created
-
Forum: Plugins
In reply to: [Loco Translate] Conflict with DokanHi Hello Hi
Guru,with your diagnosis , successfully i fixed the 2 line of plugin using chatgpt new code. hope they update in new version. thanks for great help .
Forum: Fixing WordPress
In reply to: Video block not working in samsung tvis there someone who successfully played video mp4 or other common extensions using video block on TV?
Forum: Fixing WordPress
In reply to: Video block not working in samsung tvthanks for reply
i used the video from the link you provided in source file section:
which is their official test files , but it show only 0.00 / 0 and just a play button which is not working
i test a bunch of video player from wordpress plugin page mostly all of them wrote based on html , old and new but none of them work , some of them also not showing that black box too.
honestly, i am so interested to see if anyone before saw wordpress video played in samsung browser. the theme is the WP 2023 and WP 2024 official.
Forum: Developing with WordPress
In reply to: Change the color of the status bar in FSEthanks
George , that was the point
here the code :
// Add meta tag for light color scheme echo '<meta name="theme-color" content="#000000" media="(prefers-color-scheme: light)">'; // Add meta tag for dark color scheme echo '<meta name="theme-color" content="#FFFFFF" media="(prefers-color-scheme: dark)">';
- This reply was modified 11 months, 1 week ago by saeedhzm.
Forum: Developing with WordPress
In reply to: Change the color of the status bar in FSEThank for reply
theme is a pure child of twentytwentyfour and there is no team or theme support, everything from scratch btw i am able to bring up customize.php.
Forum: Plugins
In reply to: [KIA Subtitle] Woocommerce product bundlewhy not and it is done ??
Forum: Plugins
In reply to: [KIA Subtitle] Woocommerce product bundleGreat
works like a charm !
thanks for helphere in Iran we are unable to purchase/donate since we are banned for paypal,visa,master and all other international card/payment but i can be grateful if you have a Rial option available for the Kia-Subtitle and or support in iran.
Forum: Plugins
In reply to: [KIA Subtitle] Woocommerce product bundleHello
thanks for your time & replyi changed the function name due to duplicate name :
/*
* Bundled Item Subtitles
*
* @param WC_Bundled_Item
*/
function kia_add_subtitle_to_bundle_product( $bundled_item ) {
if ( function_exists( ‘get_the_subtitle’ ) ) {
$subtitle = get_the_subtitle( $bundled_item->get_product_id() );
if ( $subtitle ) {
$title .= ‘<h4 class=”subtitle”>’ . $subtitle . ‘</h4>’;}
}
return $title;
}
add_filter( ‘woocommerce_bundled_item_details’, ‘kia_add_subtitle_to_bundle_product’, 16 );but there is something wrong because nothing happened .
the ‘Bundle Product’ subtitle is shown but ‘Bundled Items’ under that can’t have subtitle.this link may help