Rosa theme – site main logo

Forums Theme Support Rosa theme – site main logo

Viewing 6 posts - 11 through 16 (of 16 total)
  • Author
    Posts
  • #8705 Reply
    talmoode1
    Participant

    It seems like links are not allowed here. Anyways here is the screenshot.

    https: // ibb.co/cWf3bK

    #8706 Reply
    talmoode1
    Participant

    I made gaps on purpose between https and letters in the link above (that is only way I can put the link in the post). So you would need to remove gaps first to see the screenshot.

    #8708 Reply
    XWP_Guy
    Guest

    Ok, please send me your link to xwpthemes@gmail.com

    #8710 Reply
    XWP_Guy
    Keymaster

    Open single.php and find:

    <script>
    video = document.querySelector('video');
                player = videojs(video);
                player.logobrand({
                    image: "<?php echo get_option(THEME_PREFIX . 'logo'); ?>",
                    destination: "<?php echo get_site_url(); ?>"
                });
    
    </script>

    delete

    player.logobrand({
                    image: "<?php echo get_option(THEME_PREFIX . 'logo'); ?>",
                    destination: "<?php echo get_site_url(); ?>"
                });

    the code after edit will like this:

    <script>
    video = document.querySelector('video');
                player = videojs(video);
    </script>
    #8712 Reply
    talmoode1
    Participant

    thank you. It’s all good now.

    #8722 Reply
    XWP_Guy
    Guest

    Nice, let me know if you need any help in the future about this theme

Viewing 6 posts - 11 through 16 (of 16 total)
Reply To: Rosa theme – site main logo
Your information: