Views filter hiccup with "Select" control type
Hello! I have built a normal view that queries documents from a database based on categories selected by users. It uses two taxonomies of documents. One refers to the type of document and is selected...
View Articlewooaddcart options
I'd like to have a [wpv-wooaddcart] button in a view of a parent to the woocommerce product. So the current post will not be a post of type Product. Can I pass the id for the product I want to...
View ArticleReply To: wooaddcart options
Forget about the hook I can see that this is not applicable for this control.
View ArticleReply To: [Waiting for user confirmation] views filter date
Steffen and Philipp Just re-read your message and noticed that you may need to change the date data type in the date filter – I use CHAR and not DATE. Tony
View ArticleReply To: [Resolved] Types and Views: Possible conflict with Pagelines...
Thanks for updating us. We have several tests in Types against WordPress reserved names, but Types today doesn't test against conflicts with the theme or other plugins. It's technically possible to...
View ArticleReply To: [Resolved] View Template with 'Raw output' still uses...
Cool. Thanks for letting me know. Do you guys maintain a public feature request list anywhere and do you accept code contributions? ——————————————————————————————— For anyone else that's facing these...
View Articlewoocommerce views plugin
The script.js injected for the add to cart plugin doesn't appear to be associated with the plugin functionality.
View ArticleReply To: [Waiting for user feedback] Massive Performance \ Speed Issue
Hi Caridad, Did you receive my email with the site access details? Thanks
View ArticleSelect field hyperlink Display Text with Custom field content value
If I create a Custom Select field is it possible to output the Display Text hyperlinked using the Custom field content value. How would I write the code for this instead of using < ?php...
View ArticleReply To: Access plugin
Hope I'll be able to fix this the coming week. So please can you help me out here? Thanks in advance.
View ArticleReply To: [Assigned] Enable Filter Controls for Custom Taxonomy
Hi Jeff, The "Filter Controls" is for Views front-end filter form, You can enable it by set the Taxonomy filter with passing a URL parameter. More help: Front-Page Filters – Letting Visitors Filter...
View ArticleReply To: [Resolved] Massive Performance \ Speed Issue
Hi Caridad, I have submitted a similar ticket (http://wp-types.com/forums/topic/types-views-updates-cause-fatal-error) which I think may be caused by the same issue that you have identified here. If...
View ArticleReply To: [Assigned] Alternate WYSIWYG Editor to Zebra
Hello Joff, this is in the todo list, however it is not likely to be on next update. Right now the cleditor, is what can be used with CRED forms. What exact customization are you looking after?
View ArticleReply To: [Assigned] Using your Real Estate theme, creating new property...
Dear RobertP, The WordPress administration tool is more and more easy to use with mobile with each new version of WordPress. There is another possibility, to create a form with the CRED plugin and if...
View ArticleReply To: [Assigned] CRED – How To Set Post Title Automatically Through...
Hello Shelby, this can be achieved, through CRED hooks lke add_action('cred_save_data', 'build_title', 10, 2); function build_title($post_id, $formdata) { $field1=get_post_meta($post_id, 'field1');...
View ArticleReply To: Getting an extra space put into my html code – causing problems
I created a copy of the view query and that fixed it.
View ArticleIs it possible to concatenate a URL string together in a view?
If I have a field which has a suffix/slug of a URL and I want to concatenate that with a future domain name like: http://mysite.com/here-is-my-slug Is this possible to "glue" these two together to...
View ArticleReply To: [Waiting for user confirmation] Loop count in view to start new row
Hi Louy, I have already applied this approach but then had to also add some JavaScript to equalise the column heights. I was hoping the grid layout for Views might have a responsive div layout on the...
View ArticleReply To: [Waiting for user feedback] Alternate WYSIWYG Editor to Zebra
Hi Nikos, I'm trying to prevent users from admin hyperlinks to the body content. Cheers Joff
View Article