Footer Links Dissapearing

Discussion in 'Regal WordPress Theme' started by eugenedunkley, Aug 27, 2014.

  1. eugenedunkley

    eugenedunkley New Member

    Joined:
    Nov 3, 2012
    Messages:
    25
    Likes Received:
    1
    I have created a new site and in the theme options have used the footer setting to add wording and html code href back to my main site.

    When I make changes to other parts of the site then save the site part of the footer dissapears from view and when I look in the theme options -footer- it has been removed.

    This is a bug that I need fixing before the site goes live which is in about 72hrs

    Please help
     
  2. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Please provide us your website url as well as the screenshot where you facing the problem.

    Thanks & Regards
    Yogesh Bhade
     
  3. eugenedunkley

    eugenedunkley New Member

    Joined:
    Nov 3, 2012
    Messages:
    25
    Likes Received:
    1
    Hi,

    Screen shot attached and url is okeimages.com
     

    Attached Files:

  4. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    We checked your issue in our theme, but it is working fine.
    I think you pressed reset setting button.
    Please reinstall your theme.

    That will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     
  5. eugenedunkley

    eugenedunkley New Member

    Joined:
    Nov 3, 2012
    Messages:
    25
    Likes Received:
    1
    What do you mean reset setting button, this dissapears everytime I make any change on the site and click save changes. I don't even know where the reset button is? so you are telling me to delete the theme and then reinstall it?
     
  6. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Yes you have to delete theme and then reinstall it.

    That will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     
  7. eugenedunkley

    eugenedunkley New Member

    Joined:
    Nov 3, 2012
    Messages:
    25
    Likes Received:
    1
    Just as I thought, this did not work, I deleted the theme, downloaded a fresh copy from your site and the problem is stil there, please investigate the problem as this site is now late going live:(
     
  8. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    We can't see your site because it ask for Username & Password which we don't have.
    Please make your site live without password so that we can see your problems.


    Thanks & Regards
    Yogesh Bhade
     
  9. eugenedunkley

    eugenedunkley New Member

    Joined:
    Nov 3, 2012
    Messages:
    25
    Likes Received:
    1
    Really!

    I don't think so.

    The site is not live because it's not complete and you want me to put it live ( that's not going to happen)

    How about you email me and I send you the login details for you to view the site
     
  10. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Please send login details on [email protected].
    We will check your site why the problem is occurring.

    That will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     
  11. eugenedunkley

    eugenedunkley New Member

    Joined:
    Nov 3, 2012
    Messages:
    25
    Likes Received:
    1
    I haven't heard back from you so I have gone in and hard coded this footer link as the site had to go live.
     
  12. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Use following CSS in Custom CSS to show footer link content.
    Code:
    .footer .copyright {
    color: #918940 !important;
    }
    In place of #918940 please use different color.

    That will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     
  13. eugenedunkley

    eugenedunkley New Member

    Joined:
    Nov 3, 2012
    Messages:
    25
    Likes Received:
    1
    Why is the actual link not visible? You can see the wording on either side but you can't see the actual anchor text?
     
  14. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Text color and background color was same so the text and links was not visible.

    Thanks & Regards
    Yogesh Bhade
     
  15. eugenedunkley

    eugenedunkley New Member

    Joined:
    Nov 3, 2012
    Messages:
    25
    Likes Received:
    1
    That is obvious the question is how do you change this?
     
  16. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    To change color of footer link(local seo) use following css code in Custom CSS.
    Code:
    .footer .copyright a {
    color: #222222;
    }
    That will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     

Share This Page