Fredag
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Sydney] Hero sectionThanks for fast reply.
But I have solved the problem and built my own Hero-section in functions.php wich I call from header.php and using the built in sydney-hero-area. Using a child-theme.Yes, but do you have a solution to the problem?
(By some strange reason I cant open a support ticket…)Like: Add category to “hidden field” and make that part of the submit so I can access it like %custom_hidden_category% in the notification mail.
This is my try but it fails because I cant get the category:
function update_hidden_category( $post_id ) { $whatcategory = $_POST['project_category[]']; // this is where it fails if ( isset( $whatcategory ) ) { update_post_meta( $post_id, 'hidden_category', $whatcategory ); } } add_action( 'wpuf_add_post_after_insert', 'update_hidden_category' ); add_action( 'wpuf_edit_post_after_update', 'update_hidden_category' );I have the same problem. Is the bug fixed in the latest version (2.8.3) of the plugin?
I do not want to download and test the development version of WPUF.The edit link worked for a while and then it did not. Now I have links like:
http://……..dev/project/swejs/?pid=27XX8&_wpnonce=59259c0cXX
instead of /edit from the Dashboard.Is there a solution or do I have to use the development version?
My experience with the support team:
I use the WP User Frontend Pro but have not yet been able to report bugs or questions the ordinary way, via the ticket system. As it is, for me, impossible to choose plugin from the dropdown I cant send the form.
I am on a 2 year old Macbook Air with latest Chrome web browser and Firefox.And today it was even impossible to use the Pre-sale form. Is it a strategy?
Forum: Plugins
In reply to: [Easing Slider] remove the edit iconWhy not set a class to the “a href” so I can easily disable it via css. Or have the option in settings to show it or not.
My clients will see it and wonder what it is..
Excellent plug-in by the way!Agree! The ‘medium’ is to small and the ‘large’ is too big.
And as marcr says 600 would be perfect.