sbernado
Forum Replies Created
-
Thank you Lolubu! Appreciate the share.
Great job, Dean! Works great ?? Thank you so much!
Hi Dean,
I am happy to send you a link to check this out, but it is to my development server and do not want to publish that in the forum. Can you email me at scott [at] bernadot.com and I will send you the info you need.
Thank you for your response!
– Scott
Forum: Plugins
In reply to: Shortcodes plugin recommendation??Just wanted to post an update to the above post. The free copy offer has expired. Sorry.
Forum: Plugins
In reply to: Shortcodes plugin recommendation??Hi Guys,
Good news. This site is under new ownership by someone who cares about you.
I am so sorry to hear of all the issues you are all having with the plugin. I just purchased the Shortcodekid.com website and plugin from Matt via Flippa 13 days ago. This is not the feedback I was hoping for, but I will do everything to make this right for you.
I want to invite you to email me directly at [email protected] if you have any questions or problems.
I assure you this plugin is not a scam, nor will people be taken advantage of. There is a 60 day money back guarantee via Clickbank. I know one poster above has already taken action on this, and quite frankly I don’t blame him. I’d do the same thing if the software did not work and no one would help me out.
In fact, I will even offer to give out 5 copies to the next 5 people who request it by sending me an email at the address above. All I ask is for your feedback, if you have any questions or troubles with the plugin. I want this to work as much as you do ??
Again, I apologize for any inconvenience you may have had with this product and I hope you will be willing to give it another try.
In addition, I also am the creator of AlohaThemes.com so I am very invested in my customers’ satisfaction. Please contact me directly if you need assistance.
Take care – Scott
No worries, Alex.
Just wondering if I was missing something. Thanks for your great support!– Scott
Disabled all plugins except NextGen and the error is still there.
I just tried it at your request and it gives the same error. Given my time line, i simply rotated with PhotoShop the images and re-uploaded them again.
Yeah ..I am stumped too. If you think of anything or find a solution down the road, please keep me posted.
I am now going to go to your site and make a donation ??
Thanks again, Alex!
Hi Alex,
Thanks for the quick reply. I get green check marks for all 3 tests ?? Appears to have passed.
Thanks – Scott
Forum: Fixing WordPress
In reply to: 3.0 Plugin Upgrade Bug? Could Not Create Directory@reine Marge – My host has informed me there is a CPanel issue with WordPress file ownership. I will try to explain this how I understand it, but if I am incorrect, someone please advise:
At times, file ownership is assigned to “Nobody” within Cpanel (not sure if this is for Fantastico installs only or if manual installs have this too). So when you run the core update, you do not have permission since “Nobody” is assigned permission.The solution has to do with the hosting server setup (suPHP and PHPsuExec), which I do not have the expertise to explain.
It’s frustrating, and from what I am told, not an easy fix. Hope someone out there might have a solution ??
Forum: Fixing WordPress
In reply to: 3.0 Plugin Upgrade Bug? Could Not Create DirectoryHmmm…the proposed solution of deleting the “upgrade” folder and then recreating it and assigning “777” permissions worked for me a few days ago, but now I get the same error when trying to install another plugin.
I do not want to perform this task each time I need to install a plugin ??
Seems to be a larger issue at play. Any other solutions out there?
Thanks – Scott
Forum: Themes and Templates
In reply to: wordpress 3 – custom menusHi Guys!
I am just diggin’ into the menus too, and am having the same issues as ronniesblog.
However, I found Justin’s article to be just what I needed to get this working. Check out his helpful and thorough post on this here:
https://justintadlock.com/archives/2010/06/01/goodbye-headaches-hello-menusSpecifically adding this code to the functions.php page:
add_action( 'init', 'register_my_menus' ); function register_my_menus() { register_nav_menus( array( 'primary-menu' => __( 'Primary Menu' ), 'secondary-menu' => __( 'Secondary Menu' ), 'tertiary-menu' => __( 'Tertiary Menu' ) ) ); }
So my final looks like this:
<?php add_theme_support( 'nav-menus' ); add_action( 'init', 'register_my_menus' ); function register_my_menus() { register_nav_menus( array( 'primary-menu' => __( 'Primary Menu' ), 'secondary-menu' => __( 'Secondary Menu' ), 'tertiary-menu' => __( 'Tertiary Menu' ) ) ); } ?>
Hope that helps ??
Forum: Installing WordPress
In reply to: “You do not have sufficient permissions to access this page”I have the same issue.
Forum: Fixing WordPress
In reply to: 2.5 Category Bug?Hi Lori!
I think I found a solution, though it is not that pretty.
If you navigate to your Manage >> Categories page, click on one of your existing categories to edit it.
Take note of the URL – you will notice the end of the string ends in an ID: wp-admin/categories.php?action=edit&cat_ID=11 – in this case its ’11’.
I noticed that if I manually entered in numbers of earlier posted categories (and now “deleted”), that the category would reappear in the edit page and allow me to Save it again (by clicking the edit category button).
Hope this helps.
There is still a bug in WordPress however, but at least I am able to get my categories back ??
-Scott
Forum: Fixing WordPress
In reply to: 2.5 Category Bug?I was expecting more help on this. I guess we’re alone Lori ??
Anyone know where in the database I can remove categories?
Thank you – Scott