Reply To: [Waiting for user confirmation] Organizing my site
I got this working following the advice here: http://wp-types.com/forums/topic/how-to-use-a-static-page-with-static-content-as-a-parent-of-cpt-archice/ and using the NavXT breadcrumbs plugin. Works...
View ArticleDisable WYSIWYG in CRED form
I've seen a few previous questions regarding disabling the WYSIWYG editor on the front end of a CRED form for the cred-field-post_content but none of the solutions seem to work for me....
View ArticleReply To: [Waiting for user confirmation] Flexslider – Single product post...
Nice thanks it's working. But in the product backend when I have only one image in the Slider image fields, I am not able to delete it with the delete button… I have an error message. The fields are...
View ArticleReply To: Disable WYSIWYG in CRED form
I'm sorry, I forgot to mention that function my_save_content($post_id) { $content=$_POST['post_content_substitute']; wp_update_post( array( 'ID'=>$post_id, 'post_content'=>$content ) ); } Is...
View ArticleReply To: Radio Buttons for Multi-Select Parametric Search
In testing it seems that using: type="multi-select,radios" for the filters works. Is that indeed an okay way to do it?
View ArticleClassifieds Demo without WPML – new feature I don't need
A year ago I successfully installed the Classifieds Demo as a reference for a new site. Today I downloaded the latest versions of all Toolset components and discovered that I cannot install the new...
View ArticleReply To: [Assigned] Function Error in Toolset Bootstrap 1.2
Dear anilA , Thanks for the login details. I'm now working on this. I'm taking a backup of your site and replicating this issue locally. I'll let you know what I've find later on. Cheers, Emerson
View ArticleReply To: [Assigned] Field not adjusting to responsice – Toolset Bootstrap 1.2
Dear anilA , Thanks for the login details. I'm now working on this. I'm taking a backup of your site and replicating this issue locally. I'll let you know what I've find later on. Cheers, Emerson
View ArticleReply To: [Resolved] Adding Custom fields to search results
Try this combo: http://wordpress.org/plugins/custom-fields-search/ http://wordpress.org/plugins/custom-search-plugin/ The Custom Search plugin lets you select which Custom Post Types to enable search...
View ArticleReply To: [Resolved] Adding Custom fields to search results
Thanks @benW I'll try this tomorrow.
View ArticleReply To: [Assigned] Function Error in Toolset Bootstrap 1.2
Dear anilA , This is now fixed in your site. We checked on it and its a bug with our Toolset Bootstrap theme. This will be permanently fixed in the next release. For the meantime, we have created a...
View Articlealt and title values for custom image field
Hi, I am using an image field in a custom field group, rather than showing the file path to the image as alt/title text, I would like to show the meta data from the media library fields: 'caption',...
View ArticleReply To: [Assigned] Field not adjusting to responsice – Toolset Bootstrap 1.2
Dear anilA, I have checked this CSS issue and this is due to CRED Form Zebra CSS (which is still used with CRED 1.2.6). In our coming version 1.3; we have removed this zebra CSS implementation in...
View ArticleReply To: [Assigned] add custom taxonomy to buddypress activities
Hi Michael, You are right, It is not possible within Types, since the Buddypress' activities isn't a standard custom post type, which is using a custom database table wp_bp_activity.
View ArticleReply To: [Assigned] Remove Pagination from WordPress Archive in main LOOP only
Hi Dimitry, Please try modify the codes as this: // Remove pagination on leadership index page function no_nopaging_leadership_index($query) { if (is_post_type_archive('leadership') &&...
View ArticleReply To: [Assigned] google map tool,
Hi ido, Could you describe the question with more details? Here is a document about "Plot WordPress posts on a Google Map": http://wp-types.com/documentation/user-guides/map-wordpress-posts/ And if...
View ArticleWP Import All and Content Template
I've created a content type, as well as a content view. I am using WP Import All to import my inventory from an XML feed. Everything works great, and my inventory is being imported as the new custom...
View ArticleWidget Views Filter – Target Page: drop down does not work
Hello, I'm using your Types and Views plugin on this Jobs Recruitment site and I've created a parametric search that works on the search page here:...
View ArticleGoogle Map Default Zoom Not Working
I have had some issues with the Google Map display when plotting a single point. The default zoom is ALL the way in. Looking through other posts I see there are similar issues out there. I looked at...
View ArticleReply To: [Waiting for user feedback] Secondary Sort Priority
Hi Gen, If you go to http://next4recruiting.com/list-all-players/ you'll see what we're trying to do. There's a password block (username test123, password test123) The hope here is to sort the ranking...
View Article