Viewing 1 replies (of 1 total)
  • Plugin Author ClickDatos

    (@clickdatos)

    Hi @felipeseo, thanks for using our plugin.

    The image are dinamically loaded from your page’s logo:

    
    $custom_logo_id = get_theme_mod( 'custom_logo' );
    $image = wp_get_attachment_image_src( $custom_logo_id , 'full' );
    $content .= sprintf('<h3 class="rgpd-h3">%s</h3><p id="rgpd-p-imagen"><img src="'.$image[0].'" class="rgpd-logo-cookie"/></p>', $heading_text);
    

    Code is in /public/class-cdlopd-public.php, line 378

    Did you configured a custom logo in your page trought WP apareance settings?

Viewing 1 replies (of 1 total)
  • The topic ‘broken picture’ is closed to new replies.