Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #90766
    wouwonline
    Participant

    Hi, I’m using Clean box, but the standard footer text with the theme name is not shown correctly. The ‘href’-text is visible.
    http://rijbewijskeuringen.wouwonline.com/

    How can I fix this?

    #90785
    Pratik
    Keymaster

    Hi @wouwonlinw,
    There is no footer issue in theour demos at WP.org and our site https://wp-themes.com/clean-box/ and https://catchthemes.com/demo/clean-box
    Can you activate the main theme and see what happens? However, sometimes it may render same thing due to WordPress transients(caching).
    Also, it will be better if I could view the child theme’s functions file. Could you post its contents on pastebin.com and share the link.

    Regards,
    Pratik

    #90992
    rafalwerez
    Participant

    Hello,
    I don’t know how to start a new topic, so I am going to try to ask here:
    I have a free Catchbox WordPress Theme and I would like to remove the copyright text from the footer (line the says the I would like to have all the rights reserved to the name of my website). Could you please tell me how can I do that?
    Thank you,
    Rafal

    #91009
    Pratik
    Keymaster

    Hi @Rafalwerez,
    This option is only available in pro version of the theme. It has other various features as well. Here is the Pro version and here are its features.

    Regards,
    Pratik

    #91190
    rafalwerez
    Participant

    Thank you for your information. I just want to make sure we are talking about the same thing. It is about: “Copyright © 2016 Name of the website. All rights reserved”. Is there really no possibility to change that little phrase in a different way (for example by changing something in CSS styles or somewhere else)?

    #91220
    Pratik
    Keymaster

    Hi @rafalwerez,
    Yes that it is. Editing that part is only available in pro version. However, I can provide you with code to hide that part. For that, goto Appearance=> Customize=> Theme Options => Custom CSS and add in following CSS code:

    
    #site-generator {
        display: none;
    }
    

    Regards,
    Pratik

    #91255
    rafalwerez
    Participant

    Thank you for very much!

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Error in footer’ is closed to new replies.