Reply To: [Assigned] product personalisation
1 hour 10 minutes later – still not installed, guess I've got to close the page
View ArticleReply To: [Assigned] product personalisation
just seen your reply. Thank you, I will take a look at the demo
View ArticleReply To: [Assigned] Views hooks for adding new search form fields
Thanks for your feedback, I have put it into our to-do list as a feature request, our developers will take care of it.
View ArticleReply To: [Waiting for user confirmation] Adding more than 1 $child_posts to...
This issue is resolved. Sorry for not closing it before. I resolved it by simplifying the structure as I was going to over complicate everything
View ArticleReply To: [Assigned] List posts into a radio select
No, it is Views shortcode, you can edit your CRED form, in section "Form Content", click "V" button, choose the view which "output radio select field"
View ArticleReply To: [Assigned] Will a Youtube Share link display a video through Views,...
Hi Mark, It is not possible within Views, please try other plugin, for example: http://wordpress.org/plugins/search.php?q=youtube+link
View ArticleReply To: [Assigned] "Access" save crash when "Types"...
would you give me some informations that would allow me to get the error ? Like the code line / file where the ajax response is received, then I could make a console.log of the object to read the...
View ArticleReply To: [Waiting for user confirmation] List posts into a radio select
Ok I was able to do that, but how can I make sure it will be saved into the custom field of the post? Custom field: pattern-id
View ArticleReply To: [Waiting for user confirmation] Conditional display using wpv-if...
Yes, that works splendidly. Thanks, Luoy! jeff
View ArticleError activating Cred Commerce with WooCommerce
I have the latest version of WooCommerce and the latest version of Cred Commerce. When I try and activate Cred Commerce while WooCommerce is active I get this error. File "COMMERCE%CLASS/Form_Handler"...
View ArticleReply To: [Assigned] Display Custom Type using shortcode
Dear williamA, Yes, i did mistake, also i forgot about CPT. I will review my code and send you new version soon. Please let me know if you are satisfied with my answer and if I can help you with any...
View ArticleReply To: [Assigned] Views hooks for adding new search form fields
wpv_view_settings_save, it is a Views filter hook when you save a view: incwpv-plugin.class.php Line 575: $_POST['_wpv_settings'] = apply_filters('wpv_view_settings_save', $_POST['_wpv_settings']);...
View ArticleReply To: [Waiting for user confirmation] Views hooks for adding new search...
I understand what the hook does specifically. Sorry for not being very clear. I want to understand what the intention was – what I mean is WHY would I use it? I ask b/c I initially was attempting to...
View ArticleReply To: [Assigned] List posts into a radio select
To make sure it will be saved into the custom field of the post, Please try CRED action hook: cred_save_data Hook to do custom action when post data are saved to database....
View ArticleCounting CPT's of child and total images
I am trying to count the Total Number of CPT's of a child custom post type. The code I am using is as follows: //Add shortcode for Tips Reviews Count add_shortcode('reviews_tip_total',...
View Article[BUG] Cannot edit Custom Fields in Styling Editor
As the title suggests, if I try to edit the HTML output of the Custom Fields using the Style Editor, I can see the HTML in Edit mode, but I cannot change anything.
View ArticleReply To: [Waiting for user feedback] Pagination has stopped
Hi Azab That's a good idea. But instead of using the live site can we use our test site. The problem has occurred here too which suggests that is either a code or an odd interaction with a plugin of...
View ArticleReply To: [Waiting for user confirmation] Rewrite Urls
I have done all that and it still doesn't work i need it to work for my generic range pages custom posts like (range cookers, hobs etc) so url will be /range-cookers or /hobs and i also need it for my...
View ArticleReply To: [Assigned] Why Fields table?!
Dear Hassan, We'll allow the user to specify the name of the field table. – With Regards Bigul
View ArticleReply To: [Assigned] Removing posts from child taxonomies
Dear Steve, By definition, you can't modify the query for an Archive View. This query comes pre-defined by WordPress. You could wrap the field shortcode with wpv-if. Can you show me the Meta HTML for...
View Article