Aaron Beverly
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: HTTP Error on media uploadCorrection: browser uploader via Dashboard Library-Add New does not always upload. Fails on Chrome with an ERR_CONNECTION_RESET error sometimes.
Forum: Themes and Templates
In reply to: [Planet Foundation] Mobile Menus Not WorkingPlanet Foundation v1.4 is available now with the fix. Please upgrade through your wordpress dashboard: Appearance-Themes
Forum: Themes and Templates
In reply to: [Planet Foundation] Mobile Menus Not WorkingHi Mark,
Sorry it has taken me so long on this. I believe I have this resolved. Upgraded to a new version of Zurb’s Foundation and the problem seems fixed. I tested on the iphone and the menu works.
I will submit a new theme version. It usually takes a few days for them to approve it. Will let you know when you it is available for upgrade through your wordpress dashboard.
— Aaron
Forum: Themes and Templates
In reply to: [Planet Foundation] Mobile Menus Not WorkingHi Mark,
Sorry about this. I have reproduced the problem. I have access to an iPhone now and will try to dig deeper. It will probably be a while before I can figure out a solution.
— Aaron
Forum: Themes and Templates
In reply to: [Planet Foundation] Mobile Menus Not WorkingBased on what you posted, it looks like you inserted the new code within a comment section. Comments are inside /* */. Cut this code
.top-bar .toggle-topbar.menu-icon { right: 0px; padding-right: 15px; padding-left: 50px; }
and paste it at the end of the file. Make sure it is not enclosed within /* and */ delimeters.
Forum: Themes and Templates
In reply to: [Planet Foundation] Mobile Menus Not WorkingMark,
I’ve made a change to the css that may help with this issue. I’ve tested it with my droid and the menu works better, though I do not have a iphone to test with. If you are comfortable doing this, add this css code to <wp-content-dir>/themes/planet-foundation/foundation/stylesheets/planet-foundation.css
.top-bar .toggle-topbar.menu-icon { right: 0px; padding-right: 15px; padding-left: 50px; }
I am ready to upload a new version of the theme but would like to confirm that this helps.
Thanks,
Aaron
Forum: Themes and Templates
In reply to: [Planet Foundation] Mobile Menus Not WorkingMenu seems a bit finicky on my droid, too. Do you notice this only on the iPhone? I’ll see if I can figure something out next week.
— Aaron
Forum: Themes and Templates
In reply to: [Planet Foundation] Glitches on header and footer colorsHi Keith,
Not sure what 2015 v1.0 refers to. The latest version of the Planet Foundation theme is 1.3.6. I would upgrade to this if you are not using it as much has been fixed.
If you experience more issues, please let me know as I would like to improve this theme.
Thanks,
Aaron
Forum: Themes and Templates
In reply to: [Planet Foundation] Glitches on header and footer colorsWhat version of the theme are you using? What version of wordpress? What is the main browser you are using?
Is there a link to your site where I can look at it?
Please list exact steps to reproduce the problem you are seeing. For example, what menus are you using from the dashboard.
Thanks.
Forum: Themes and Templates
In reply to: [Planet Foundation] Glitches on header and footer colors1.3.6 is now live for download.
Forum: Themes and Templates
In reply to: [Planet Foundation] Glitches on header and footer colorsHi Greg,
Thanks for positive feedback and please keep suggestions and issues coming as I would like to improve this theme.
I have uploaded v1.3.6 which allows you to specify the copyright text and handles blank fields in the address much better — no commas between blank address fields. You can also specify an email address now, too, though I think emails are best handled with a form page to cut down on spam. It’ll probably be a day or so before the theme is approved to go live. I’ll let you know when that happens.
I’ll have to figure out a better solution for the title in footer issue in the next revision go around.
Slideshow and header images are best at 1000 pixels wide. Height can be arbitrary though they all should be the same height in the slideshow. If you use the ken-burns effect, your images will need to be greater than 1000×300 to get the scrolling effect to work.
My client, who is using your plugin, attempted to restore his theme folder a couple of months ago and could not do it for some reason. As a test, I renamed the themes folder for a quick backup and attempted to restore. Once I created the themes folder, the restore worked. Not sure what happened to him a couple of months ago. Seems to be working fine now.
It might be nice to indicate what log files are for restore operations and what ones are for backups so it would be easier to find the log for the restore operation that failed.
Thanks,
Aaron
Error message is misleading as the path reported is wrong.
Error occurs because the themes directory does not exist. Seems like the restore operation should work whether or not the themes directory is there.
Forum: Themes and Templates
In reply to: [Planet Foundation] A Stealth HeaderSorry for my delayed response. Would definitely like to make sure this is working for you as expected, though perhaps at this point you have moved on.
I have made several updates that may address some of the issues you may have been seeing. I’ve installed version 1.3.5 in a wordpress 4.1 environment and am not seeing any issues.
Forum: Themes and Templates
In reply to: [Planet Foundation] Glitches on header and footer colorsThat should be an option somewhere under Appearance-Customize, but is not. An oversight on my part. I’ll make sure to add that in the next revision.
In the interim, if you want to change it, you can update [wp-content]/themes/planet-foundation/footer.php with the year and text you want. Open in a text editor and search for 2014 and the modification needed should be obvious. Or if you have made a child theme, copy planet-foundation/footer.php into your child theme directory and make the modification there.