Your account expired support, please renew to get your support.

Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • in reply to: Disable the output of Twitter cards and Open Graph #35899
    piatrou
    Support Expired

    It works now. Thanks .

    in reply to: Disable the output of Twitter cards and Open Graph #35886
    piatrou
    Support Expired

    My claue-child > functions.php

    <!--?php
    // Подключение стилей родительской темы<br ?--> add_action( 'wp_enqueue_scripts', 'enqueue_parent_styles' );
    
    function enqueue_parent_styles() {
    wp_enqueue_style( 'parent-style', get_template_directory_uri().'/style.css' );
    }
    
    // Удалить сообщение Товар добавлен в корзину
    add_filter( 'wc_add_to_cart_message_html', '__return_null' );
    
    // Allow HTML in term (category, tag) descriptions
    foreach ( array( 'pre_term_description' ) as $filter ) {
    remove_filter( $filter, 'wp_filter_kses' );
    if ( ! current_user_can( 'unfiltered_html' ) ) {
    add_filter( $filter, 'wp_filter_post_kses' );
    }
    }
    
    foreach ( array( 'term_description' ) as $filter ) {
    remove_filter( $filter, 'wp_kses_data' );
    }
    
    // Убираем вывод Open Graph и Twitter Cards от Claue
    add_action( 'wp_head', 'remove_my_action' );
    function remove_my_action(){
    remove_action( 'wp_head', 'jas_claue_social_meta', 0 );
    }
    in reply to: Disable the output of Twitter cards and Open Graph #35885
    piatrou
    Support Expired

    Hi

    I added your code  to claue-child > functions.php

    In HEAD section on the product, category, and tag pages  is still displayed  Itemprop, OpenGraph and Twitter Cards.

    Any other suggestions?

    in reply to: Unable to save instant messenger links #35714
    piatrou
    Support Expired
    This reply has been marked as private.
    in reply to: Unable to save instant messenger links #35645
    piatrou
    Support Expired

    Here on the forum the same thing happens.
    links lost protocols:

    1. watsapp://
    2. viber://
    3. tg://

    So links do not work. I don’t understand why this is happening.

Viewing 5 posts - 1 through 5 (of 5 total)