Radices
Forum Replies Created
-
Forum: Plugins
In reply to: [Event Registration] Multiple Attendees for Single RegistrationYou can have more that one attendee per registration but its based on the number of FEE items they select. So you could create another Fee Item that’s free and call it sponsors guest as an example. Then they would pick the 1 paid sponsors entry and 10 free sponsors guest items and it will ask for all ten names on the confirmation page.
Forum: Plugins
In reply to: [Event Registration] Not installingWhat is your set-up? WP Version? Plugin Version? Theme?
None of those files should be called during the installation.
Forum: Plugins
In reply to: [Event Registration] 403 Forbidden ErrorIt sounds like a file permission error on the server. Please check re:
http://codex.wordpress.org/Changing_File_PermissionsForum: Plugins
In reply to: [Event Registration] UpdateWhat is the problem with it working for you?
Forum: Fixing WordPress
In reply to: Unable to save menuWell that’s not good. Do you or they have a backup?
Forum: Fixing WordPress
In reply to: Home page Icon not visibleLook in the menu under: Appearance>Theme Options
Also see what is checked in for the display of homepage.
Settings>Reading
Forum: Fixing WordPress
In reply to: Unable to save menuI don’t think so because it writes it to the database. Have you tried it from a different computer? Cleared your cache?
Next thing to do is a re-install of the core files.
Forum: Meetups
In reply to: Get Noticed guruYou should post this over at http://jobs.wordpress.net/
Forum: Fixing WordPress
In reply to: Unable to save menuTry switching to a default theme and test. Then deactivate all the plugins and test.
Forum: Fixing WordPress
In reply to: Home page Icon not visibleWhat exactly do you mean “home page icon”?
Forum: Fixing WordPress
In reply to: Home page Icon not visiblePlease post the URL.
Forum: Themes and Templates
In reply to: [Nirvana] Different Primary Menus for Different PagesYes I looked at that plugin and will put that in my tool box!
Your issues still remains though if you want to have a English and Spanish Header (Logos, Tag Line Etc).
Forum: Fixing WordPress
In reply to: Featured image too large on individual portfolio pagesIt appears that image is 800×800? What size do you want there?
Forum: Fixing WordPress
In reply to: Capitalize first letter for registrationsYes you can do that with Java Script. What are you using for the registration forms?
<script language="JavaScript1.2"><!-- function Capital(value) { if (value != "") { var firstLetter = value.substring(0, 1).toUpperCase(); var restOfWord = value.substring(1, value.length); value = firstLetter + restOfWord; } return value; } //--></script> <input type="text" id="fname" name="fname" value="" onBlur="this.value=Capital(this.value);" />When the user clicks on the next field it fires the onBlur which calls the java script.
Forum: Themes and Templates
In reply to: [Nirvana] Different Primary Menus for Different PagesYou just put the files in the child theme folder. You do have the child theme activated?