Help!

Support Area Forums Moonrise Help!

Viewing 4 posts - 1 through 4 (of 4 total)
URL to the page in question: http://hearthrestaurantandpub.com
  • Author
    Posts
  • #34019
    James Gurley
    Participant

    Hi,

    I think I accidentally cleared the first page under editor. I was meaning to make a simple change to the function.php but accidentally did it in what I think was called Format or something. As soon as I hit save I realized the problem but now cannot even get back in to any page. Is there a way for you (or me) to restore a previous version? Or just replace the text in that first option under editor?

    Thank you!
    Jen

    #34020
    Bill Robbins
    Moderator

    Hi Jen,

    You should be able to get your site back up and running. The only down side is you’ll have to do that outside of WordPress. Log into your web host’s control panel and find the file browser. Look for the wp-content/themes/moonrise folder. You should be able to find all the files in the theme there. You can download a fresh copy of the theme from the downloads page here (https://support.organizedthemes.com/downloads/) to make sure you have the files correct.

    You could also use a FTP program to open up the same folder on your server. You could then upload the individual files you need to revert back to their original state that way. You could also delete the moonrise theme folder and then upload the fresh copy to take its place. The only downside to that would be you would lose any modifications that have been made to theme files.

    If you have any questions or trouble, let me know.

    Take care,
    Bill

    #34023
    James Gurley
    Participant

    Thank you! Worked perfect and I did not lose anything, phew! One more question…I removed the “read more” text from the staff page, but I cannot get the “…” to go away. Any suggestions?

    Thanks,
    Jen

    #34024
    Bill Robbins
    Moderator

    Glad you’re back up and running now Jen.

    You can take out the … from there. Here’s what to do:

    1. Go to your theme options page and choose the Advanced tab.
    2. Scroll down to the Custom CSS box and add this:
      
      .widget .staff-list p {
      	display: none;
      }
      
      .widget .staff-list p.job-title {
      	display: block;
      }
      
    3. Update your settings.

    I also spotted this at the end of the style.css file:

    
    <link href="https://plus.google.com/115499870675406715820" rel="publisher" />
    <script type="text/javascript" async defer
      src="https://apis.google.com/js/platform.js?publisherid=115499870675406715820">
    </script>
    

    You’ll want to take that out from there and probably place it towards the end of the head section in the header.php file.

    Let me know if you run into trouble there,
    Bill

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Help!’ is closed to new replies.