dhrose
Forum Replies Created
-
Forum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] Updraft Plus questions…As an afterthought I loaded the free plugin on a site, backed it up and sent it to Drop Box (which was 5 files). I loaded fresh install of WP on my Mamp setup, and tried to restore the site to my Mamp install from the plugin… First it said it was a clone, and I needed the clone plugin, which I ignored and restored the files anyway… I imported the database to a new database and tried to get the site up and running. Apparently the plugin didn’t backup the “pages” of the site at all? Hmmm… I thought it would backup everything or did I do something wrong? I got these files:
db, others, plugins, themes, uploads… I did manage to reassemble using wp import and replacing the functions.php and style.css I must have done something wrong???Forum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] Updraft Plus questions…O.K. Sounds like it works the same or similar as some other Backup solutions if there isn’t access to the WP-admin. We use Backup Buddy and Vaultpress which are similar, but I was looking at having more control over “backup time.”
Thanks!
Forum: Plugins
In reply to: [BackWPup – WordPress Backup & Restore Plugin] Testing BackupWP free…The site is hosted with GoDaddy… I’m not sure what it’s set to?
Forum: Plugins
In reply to: [Custom Login] Hide register and recover password…Er I have “Anyone can register” deselected… I’m still getting a lost password and or register link. I’m using the plugin page-restrict which was working fine. Then it started showing a register and recover password link?
Forum: Themes and Templates
In reply to: twenty eleven footerI was trying to do this by pasting the code in to my footer… the first set of code works to change the footer copyright… but when pasting the second piece of code to show pages and copyright I get an error and it shows the code in the footer instead of the pages?
Where exactly does the second piece of code paste into this code??? This works for the straight copyright…
Thanks.
Forum: Themes and Templates
In reply to: Styling Twenty Eleven… child not working?Hmmm… I had Twenty Eleven theme tools loaded. Went into custom css and added the style and it worked. Not sure if that is overriding my child theme or what? I tried chaning the background color for the #access div as well, and that wouldn’t work either, but it’s a custom setting in Twenty Eleven theme tools?
Forum: Themes and Templates
In reply to: Styling Twenty Eleven… child not working?This is crazy… I’ve tried every variation, but the border remains. Could there be something wrong with the child theme? This is the header for child theme… In the /themes/nodandrose_theme/style.css I had the same problem with Thematic. Can;t figure out what I’m doing wrong??? Arghh.
/*
Theme Name: nodandrose_theme
Description: Child theme for the twentyeleven theme
Author: NodandRose
Template: twentyeleven
*/
@import url(“../twentyeleven/style.css”);Forum: Themes and Templates
In reply to: Styling Twenty Eleven… child not working?I am… I have this in the child theme.
#branding {
border: none;
padding-bottom: 10px;
position: relative;
z-index: 9999;}