Reply To: [Waiting for user confirmation] shortcode problems
I sent you an email with the info you requested
View ArticleReply To: [Waiting for user feedback] Replace Gravatar with a Types custom...
I understand. Any idea on how far down the to-do list that kind of functionality is? Are we talking weeks, months, or years away?
View ArticleReply To: [Waiting for user confirmation] Date Filters from Date of Post...
Great support Caridad – this is some powerful stuff in keeping strictly to using views and not a bunch of extra PHP coding. I love that we were able to resolve this with the creation of shortcodes....
View ArticleReply To: Help Importing Relational Data – Error
From reading the WP codex I believe it has to do with the default 'suppress_filters' on 'get_posts'. But I do not know what to update on the above script to remove (false) the suppress filters.
View ArticleReply To: [Waiting for user confirmation] Display Taxonomy of a Post as a...
I ended up just recreating the taxonomies as custom while I was waiting for the answer. I broke out topics in to my main areas
View ArticleConditional display of fields using PHP code – if empty don't display
Hi. I have a question similar to <a href="http://wp-types.com/forums/topic/conditionally-display-html-labels-for-fields-no-display-when-empty/">this one</a> but I am implementing the...
View ArticleViews Displacing Sidebar
In posts generated through Types and Views, the sidebar is displaced off the lower end of the page. I can see the top of the sidebar at the bottom of the page. If Views is turned off, the sidebar...
View ArticleRemove Toolset buttons from above the TinyMCE Editor
How can I remove the Views icon button and CRED Insert Forms button which appear above the TinyMCE Editor in the post edit pages? Or if I could show/hide those buttons based on user roles and...
View ArticleEditing child posts in parent
I'm trying to display and edit child posts within the parent post in the post editing screen. I've seen how it's done when the taxonomies are created with Types. However how can it be done when the...
View ArticleReply To: [Waiting for user confirmation] Search by author issues (help)
Hey Luo, Yep that handled half my problem, the view now shows a particular users post, however I'm struggling to make view create a link but using the authors ID NOT the username. For example, this is...
View ArticleReply To: [Resolved] Conditional display of fields using PHP code – if empty...
I was too fast with that, if I use "defined" it will not display the label and the custom field no matter if it is empty or not. But on the other hand if I use "!empty" it returns this fatal error....
View ArticleReply To: [Resolved] Conditional display of fields using PHP code – if empty...
I think I finally got it. I've removed "defined" as well and left it like that: <?php if(types_render_field('fw_product_wine_appellation', array('raw'=>'true'))){?> <dt...
View ArticleReply To: [Waiting for user feedback] Help Importing Relational Data – Error
Did the following. No errors. The php still seems to be grabbing only 5 records.
View ArticleAccess – Gravity – Cred
I wasn't able to do what i needed with Cred at the moment ( easily created a conditional form ) and i am used to setting up Gravity forms, so i set up this form to allow people to create a listing in...
View ArticleUpgrade to Types 1.2 issue with dates
Hi, I completed the update to wp-types 1.2 and I seem to be having some issues with dates, prior to the update, dates were being stored with meta_key ="wpcf-date" which is in unixtime format. Since...
View ArticleWhat is this Access script in my footer?
I have the Access plugin and it is outputting this JavaScript at the bottom of every page in my website: <script type="text/javascript"> var wpcf_access_dep_active_messages_pattern_singular =...
View ArticleReply To: [Assigned] Help Importing Relational Data – Error
Figured it out. It was the default suppress filters limiting the get posts to 5 results. By adding 'numberposts' => -1 I was able to pull all the posts and override the default. Hope this helps...
View ArticleSingle View Templates showing up in feeds
I have some view and view templates that are showing up in feeds….is there a way to stop that? I don't have any feed plugins, just whatever comes with wordpress
View ArticleDemo – HTML edits to View Template not working
I'm working with the demo site to learn how to use Views, and I'm unable to get the following code to work. I'm trying to assign a link to the image and have it go to an external site: <a...
View ArticleReply To: [Resolved] Edit View slow and not updating
Hey Emily, Unfortunately, I found that after the database of been corrupted there was no way to fix it. My solution was to blow in the database and start from scratch. Fortunately for me I did not...
View Article