• Hi! I have installed a theme and it seems is excellent.
    I not against your reference link as a developer, but I would like that it wasn’t visible. Whether it is possible to hide it somehow?

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hello There!

    We really appreciate you writing in.

    It is quite hard to understand what you are referring to.
    Could you please elaborate the query?

    Also, screenshot of the related region/section would be a great help.

    Thank you!

    Thread Starter Tyana

    (@tyana)

    Hello! Thanks for the answer!

    I would like to hide it from a look,is it possible?

    https://prntscr.com/c6zpau

    Hello There!

    We really appreciate you writing in.

    We would like to inform you that we do not recommend you remove our footer credit from the free/lite theme and we cannot guide you on how to remove it.

    However, you can consider switching to our premium version of the theme.

    Details: https://accesspressthemes.com/wordpress-themes/fotography-pro/
    Demo: https://accesspressthemes.com/theme-demos/?theme=fotography-pro
    Comparison: https://accesspressthemes.com/comparison/fotography-comparison/

    or hint you that you can make changes to the footer.php file.

    Hope this information was useful.

    Thank you!

    Thread Starter Tyana

    (@tyana)

    Thank you, Scott! I will think about about a pro theme.

    They can not but I can tell you. Since this is free version in public repository you have the right to control what is displaying on your own website.

    In your WP dashboard go to Appearance – > Editor , select FotoGraphy: Theme Footer (footer.php) on the right and find the following block of code in the editor

    <div class="copyright">
                   <?php 
                        $copyright = get_theme_mod('fotography_copyright');
                        echo '<span>';
                        if(!empty($copyright)) :
                            echo $copyright;
                        else:
                          printf(__('&copy; %1$s %2$s', 'fotography'), get_the_time("Y"), get_bloginfo('name'));
                        endif;
                      ?></span> - <?php  
                          printf( __( 'WordPress Theme : %1$s by %2$s', 'fotography' ), '<a href="'.esc_url('https://www.ads-software.com').'">FotoGraphy Lite</a>', '<a href="'.esc_url('https://accesspressthemes.com' ).'">AccessPress Themes</a>'  );                  
                      ?>
                </div>

    insert <!– at the beginning and –> at the end so it looks like this :

    <!-- 
                <div class="copyright">
                   <?php 
                        $copyright = get_theme_mod('fotography_copyright');
                        echo '<span>';
                        if(!empty($copyright)) :
                            echo $copyright;
                        else:
                          printf(__('&copy; %1$s %2$s', 'fotography'), get_the_time("Y"), get_bloginfo('name'));
                        endif;
                      ?></span> - <?php  
                          printf( __( 'WordPress Theme : %1$s by %2$s', 'fotography' ), '<a href="'.esc_url('https://www.ads-software.com').'">FotoGraphy Lite</a>', '<a href="'.esc_url('https://accesspressthemes.com' ).'">AccessPress Themes</a>'  );                  
                      ?>
                </div> 
    -->

    Hit update file button . done

    Thread Starter Tyana

    (@tyana)

    Zielonymlotek, thank you very much!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘site-info’ is closed to new replies.