Forum Replies Created
-
AuthorPosts
-
Mike
ParticipantYep, I forgot to mention Link. I am still getting the error “An error adding entry has occurred.”
It shows me the form, and when I click submit it first says “Please wait, your submission is being processed.” and it appears to be working. But then I get the error message.
I have been going through the settings and your extensive documentation, but I’m coming up empty handed.
Registration on the site is open right now. When a new user is added, they are automatically the equivalent of “OTHER USERS”.
Mike
ParticipantOh, and it will not change the position and placement of users who have already visited the page.
Just to confirm, does that mean that if any user has already visited the “Your Directory Entry” page, these solutions listed above are not valid?
Categories are very important to this installation, so I am hoping to find a way to position that box to the left side, even above the name and organization fields. Do you know of a good way get this solved?
Setting page options to 1-column works well. But I need to avoid the extra step of having users chang escreen options.
Mike
ParticipantI’m wondering if something like this could be used, to bring the categories over to the main column?
<?php function wpse25793_move_post_metaboxes( $post ) { global $wp_meta_boxes; remove_meta_box( 'submitdiv', 'cpt-slug', 'side' ); add_meta_box( 'submitdiv', __( 'Publish' ), 'post_submit_meta_box', 'cpt-slug', 'normal', 'low' ); } add_action( 'add_meta_boxes_cpt-slug', 'wpse25793_move_post_metaboxes' ); ?>
Mike
ParticipantFourth. This needs to happen. I am in the same boat as Karim- it never even occurred to me that this option wouldn’t exist, now I am stuck without it. There’s a good chance I am going to hire someone just to collect the data from my site and manually create a csv.
Mike
ParticipantHi Steve,
I need to revisit this topic in light of a problem that has arisen as a result of the saywhat? solution.
I have renamed the “Other” address to “Office (Handicapped Accessible)” but this text is too large for the field, as you can see in the attached image, it’s causing the drop down selection to run into the visibility settings on smaller screen sizes.
Is there a way to move the visibility settings to a new line, or another solution?
Attachments:
You must be logged in to view attached files.Mike
ParticipantI see this page.. http://connections-pro.com/faqs/how-do-i-use-the-str_-shortcode-options/
So I guess it won’t clean up my shortcodes. But that’s ok, as long as I know.
Mike
ParticipantSteve,
In light of this solution I decided to rename “biographical info” and “notes” as well.
The change takes effect in the admin dashboard (edit entry). But on the front end it displays as “Biography” and “Note” respectively. I have tried creating text changes for these words as well to no avail.
Any advice on this? Thanks
Mike
ParticipantMy goodness, I was not aware of this solution. This is glorious. Thanks a lot! This will help me to clean up a few of my shortcodes too!
Mike
ParticipantI understand this post, but I am curious, I want to use the widget multiple times on a single page. I have 4 parent categories, each with dozens of child categories, so I want to have one widget per parent category. Can this be done?
-
AuthorPosts