Link Parent child relationship on existing data
I currently have a DB with 1000's of records. Is there a way to tie those existing records (children) to other records (parents). How would I do that?
View ArticleReply To: [Waiting for user feedback] Fatal Error – Cannot activate WP Views
Hey Adriano, That fixed it and better still, I did not lose any of my work! Not sure why / how that happened (and I hope it never does again), but your fix was painless. Thanks, Ian
View ArticleReply To: [Waiting for user feedback] Views Advice
Hi, Thanks for that, I have read those guides although they don't really answer my question?
View ArticleReply To: [Assigned] Views Advice
So I basically want to make a static page that is easily editable by the end user (ie via fields). Would setting up the custom post type for a single post, then creating a view for it and placing it...
View ArticleError: The plugin wp-types/wpcf.php has been deactivated due to an error…
Hi – I just tried to upgrade Types to 1.2.1 and got the following error message: The plugin wp-types/wpcf.php has been deactivated due to an error: Plugin file does not exist. I was using Installer...
View ArticleReply To: Error: The plugin wp-types/wpcf.php has been deactivated due to an...
When I looked into the wp-types folder on FTP it was empty and so I tried to upload manually but that wouldn't work either. I think this is an issue with my host so I'll close this ticket. Cheers, Rob
View ArticleReply To: [Assigned] search using custom fields tutorial
could you describe the question with more detail? 1) Are we talking about "6.added WP-Views Filter widget the right sidebar I can see you already put the Views filter form into sidebar widget. 2) "The...
View ArticleReply To: [Assigned] Need help getting started with Views
You are using "and" logic in your views option "Relationship to use when querying with multiple custom fields:", if there isn't any post fulfill all condition you will get any results for data, I...
View ArticleReply To: [Assigned] Search by author issues (help)
Sorry, 1) please try modify the PHP codes like this: function author_id_func( $atts ){ return get_the_author_meta('ID'); } add_shortcode( 'author_id', 'author_id_func' ); 2) put the shortcode...
View ArticleReply To: [Assigned] Taxonomy post count for specific post type
Could you send the login detail of your website to my email: luo.y@icanlocalize.com Also point out the problem page URL Thanks
View ArticleReply To: [Waiting for user confirmation] codepeople post map plugin
Hi Caridad Thank you. But it changed nothing. If I look to the source code the result is in both the same. (with [codepeople-post-map] or [my-post-map id="[wpv-post-id]"]) and looks like this: <div...
View ArticleReply To: [Assigned] Major problem with datepicker custom field
Dear Kristin, Thank you for provide a screencast, It's very useful for explain! So please enable the debugging mode http://wp-types.com/documentation/user-guides/debugging-types-and-views/ In your...
View ArticleReply To: [Assigned] CRED Conditional Group issue (not displaying field...
Dear Mike, Yes please, send to adriano.f@icanlocalize.com
View ArticleReply To: [Assigned] How to filter by year
Dear Kristin, You forgot of say what is the value of the $year. You just need to set it like this: [wpv-if year="2012" evaluate="'[types field="publication-date" format="Y" style="text"][/types]' =...
View ArticleReply To: [Assigned] Help with Pagination
Dear Daniella, Great! So replace your code with: add_shortcode( 'wpv-post-getpaged', 'wpv_getpaged'); function wpv_getpaged(){ if(($_GET['wpv_paged'] == '') || ($_GET['wpv_paged'] == '1')){...
View ArticleReply To: [Assigned] codepeople post map plugin
Dear Caridad I take a look to the functions.php from the plugin. Maybe this part can give you an idea. I think this could be the lines which are not correspondig with the view. (maybe, i really have...
View ArticleReply To: [Assigned] CRED Delete Post not working (V. 1.1.3)
Dear russellV, It's sounds like a compatibility issue, please disable all plugins except the Toolset and set a default wordpress theme and let me know if this error still appears.
View ArticleReply To: [Assigned] codepeople post map plugin
Dear Adnan, I tried this local and it worked. What does your Meta HTML look like? Also, try enabling WP_DEBUG in wp-config.php to see if we get some error messages. Regards, Caridad
View ArticleReply To: [Assigned] Add commas to view loop results
Dear Benjamin, What plugin version you use? In version 1.2 this works normal (without commas in last query result). Please let me know if you are satisfied with my answer and if I can help you with...
View ArticleReply To: I want to display custom fields without Views plugin
Dear richardv, You can use something like this: <?php /* Template Name: Customers */ get_header(); ?> <div id="content" role="main"> <?php while ( have_posts() ) : the_post(); ?>...
View Article