David_G
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: child themeTry this:
/* Theme Name: OneEngine Child Theme URI: http://www.startupweb/themes/oneengine-child Description: a free WordPress one-page theme, built with simplicity in mind and optimized for better user interactions Author: EngineThemes Team Author URI: http://www.enginethemes.com Template: oneengine Version: 1.1 */ /* Your customizations start here */And this for your functions:
<?php ?>Forum: Fixing WordPress
In reply to: Changing page orderIf you are trying to reorder the menu, just drag the menu items to the order you want them. You can create sub menu by placing items under an item to the right just a little.
Forum: Fixing WordPress
In reply to: My Admin page AND site disappeared!Good, I see you got your site back online. Here is what you need to create a child-theme. This will also make it easier to fix a mistake. It is not wise to edit the core WP or Theme files.
The best way to make changes like this to a theme is to use a child theme, so your tweaks won’t be overwritten when updating the theme. Here are some guides in case you haven’t made one before:
https://codex.wordpress.org/Child_Themes
http://op111.net/53/
Forum: Fixing WordPress
In reply to: How to delete My post date??The best way to make changes like this to a theme is to use a child theme, so your tweaks won’t be overwritten when updating the theme. Here are some guides in case you haven’t made one before:
https://codex.wordpress.org/Child_Themes
http://op111.net/53/
http://vimeo.com/39023468You should also check this out for customizing your site.
http://themesandco.com/snippet/firebug-best-spent-6-minutes/
http://getfirebug.comThen to edit this editor is fantastic. You can edit multiple files at the same time.
http://notepad-plus-plus.org/And this FTP program is tops in my book.
http://www.coreftp.com/Forum: Fixing WordPress
In reply to: How to delete My post date??Coding, place this in your style.css, preferably in a child-theme or custom css.
.post_meta ul li { display: none; }Forum: Fixing WordPress
In reply to: Problem with websiteWhat exactly did you change?
Forum: Fixing WordPress
In reply to: My Admin page AND site disappeared!OK, suggest you download a fresh copy of your theme, and extract it on your computer.
Once you get to your ftp going, you need to change your functions.php file to functions.old. You will find that in yourWP-CONTENT / THEMES / YOUR-THEME / functions.php
Then upload the functions.php file from the files you downloaded and extracted.
Forum: Fixing WordPress
In reply to: Grey follow me box & count appeared on my websiteI don’t see it either. Have you tried clearing the cache on your browser or view it with a browser you don’t use for admin.
Forum: Fixing WordPress
In reply to: My Admin page AND site disappeared!For FTP, the ip address to your site should be: 173.254.28.114
Then enter your hosting username & PW.Forum: Fixing WordPress
In reply to: My Admin page AND site disappeared!I use this for FTP, works very well.
Forum: Fixing WordPress
In reply to: My Admin page AND site disappeared!Ask your host for FTP details also.
Forum: Fixing WordPress
In reply to: My Admin page AND site disappeared!You have 2 ways to access your files, If your host is cpanel (ask your host) then you can access the file manager to find the file you edited, or even rename your theme to deactivate it by adding .bak to the directory. Option 2 would be to FTP to your site and do the same thing.
After this you should create a child theme to edit your theme. What file were you editing? Style.css or Functions.php and what did you add?We can cover the child-theme once your site is back up.
Forum: Fixing WordPress
In reply to: My Admin page AND site disappeared!Normally editing css wont crash the site, functions.php mistakes will crash it. Is your site on a cpanel host?
Forum: Fixing WordPress
In reply to: My Admin page AND site disappeared!what exactly were you editing? You may need to ftp to your files and undo what you changed.
Forum: Fixing WordPress
In reply to: Remove footerThe button links should be in your setup.