Tagged: x
-
AuthorPosts
-
May 26, 2016 at 9:23 pm #1012235
MirekKorandaParticipantHello,
as you can see down at this page: jsmeprokraj.cz, there is a small picture with this link: https://googleads.g.doubleclick.net/pagead/viewthroughconversion/881440685/?random=1464315334580&cv=8&fst=1464315334444&num=3&fmt=1&guid=ON&u_h=1080&u_w=1920&u_ah=1040&u_aw=1920&u_cd=24&u_his=3&u_tz=120&u_java=false&u_nplug=5&u_nmime=8&frm=0&url=http%3A//www.jsmeprokraj.cz/&tiba=Vy%20v%C3%ADte%2C%20%C5%BEe%20-%20JsmePRO!%20Kraj.
Could you please let me know how to get rid of it?
Thanks a lot.
MirekMay 26, 2016 at 11:57 pm #1012421
Nabeel AModeratorHi 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!
May 27, 2016 at 6:01 am #1012771
MirekKorandaParticipantWell, 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’,’ga’);ga(‘create’, ‘UA-78065559-1’, ‘auto’);
ga(‘send’, ‘pageview’);<?php }
add_action( ‘wp_footer’, ‘my_googleremark_footer_output’, 99 );
May 27, 2016 at 8:26 am #1012905
Paul RModeratorHi,
Can you try removing these codes in your functions.php file and see if it is the one causing the issue.
Thanks
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1012235 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
