Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1012235
    MirekKoranda
    Participant
    #1012421
    Nabeel A
    Moderator

    Hi Mirek,

    Thanks for writing in! It looks like the image is coming through a third party plugin. Try deactivating all third party plugins, and see if the problem remains. If it’s fixed, you’ll know a plugin caused the problem, and you can narrow down which one by reactivating them one at a time.

    Let us know how this goes!

    #1012771
    MirekKoranda
    Participant

    Well, i doesnt help. But maybe I made something wrong editing functions.php in Childs theme?

    <?php

    // =============================================================================
    // FUNCTIONS.PHP
    // —————————————————————————–
    // Overwrite or add your own custom functions to X in this file.
    // =============================================================================

    // =============================================================================
    // TABLE OF CONTENTS
    // —————————————————————————–
    // 01. Enqueue Parent Stylesheet
    // 02. Additional Functions
    // =============================================================================

    // Enqueue Parent Stylesheet
    // =============================================================================

    add_filter( ‘x_enqueue_parent_stylesheet’, ‘__return_true’ );

    // Additional Functions
    // =============================================================================

    if ( ! function_exists( ‘x_excerpt_string’ ) ) :
    function x_excerpt_string( $more ) {

    $stack = x_get_stack();

    if ( $stack == ‘integrity’ ) {
    return ‘ … <div>‘ . __( ‘Čtěte dál’, ‘__x__’ ) . ‘</div>’;
    } else if ( $stack == ‘renew’ ) {
    return ‘ … ‘ . __( ‘Čtěte dál’, ‘__x__’ ) . ‘‘;
    } else if ( $stack == ‘icon’ ) {
    return ‘ …’;
    } else if ( $stack == ‘ethos’ ) {
    return ‘ …’;
    }

    }
    add_filter( ‘excerpt_more’, ‘x_excerpt_string’ );
    endif;

    function my_googleremark_footer_output() { ?>

    <script type=”text/javascript”>
    /* <![CDATA[ */
    var google_conversion_id = 881440685;
    var google_custom_params = window.google_tag_params;
    var google_remarketing_only = true;
    /* ]]> */
    </script>
    <script type=”text/javascript” src=”//www.googleadservices.com/pagead/conversion.js”>
    </script>
    <noscript>
    <div style=”display:inline;”>

    </noscript>

    <script>
    (function(i,s,o,g,r,a,m){i[‘GoogleAnalyticsObject’]=r;i[r]=i[r]||function(){
    (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
    m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
    })(window,document,’script’,’https://www.google-analytics.com/analytics.js&#8217;,’ga’);

    ga(‘create’, ‘UA-78065559-1’, ‘auto’);
    ga(‘send’, ‘pageview’);

    <?php }

    add_action( ‘wp_footer’, ‘my_googleremark_footer_output’, 99 );

    #1012905
    Paul R
    Moderator

    Hi,

    Can you try removing these codes in your functions.php file and see if it is the one causing the issue.

    Thanks

  • <script> jQuery(function($){ $("#no-reply-1012235 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>