Bigul Malayi
Forum Replies Created
-
Hi Gr0uch0mars,
Hope you are using latest version of Types and WPML.
Can you please share your condition logic and sample code.
[ Signature moderated. ]
Hi Bstritesky,
Please let me know about the following for tracking this bug.
1) Your WordPress version
2) Your theme
3) Bulletproof Security and WP Super Cache version
4) Your OS
5) Other plug-ins you are using.[ Signature moderated. ]
Hi Olaf,
Are you using WPML for Multilingual management ? Attached image is missing, please add correct link.
Hope you are using latest version of WordPress.
[ Signature moderated. ]
Hi Jules,
You can use echo(types_render_field( “myimage”, array( “size” => “medium” ) )); for showing repeating images in Medium size. Please try and let me know your feedback.
[ Signature moderated. ]
Hi atallos,
We have created a patch for this issue. Can you please share your mail id.
[ Signature moderated. ]
Hi hejeva2,
I am not able to replicate the issue in my local copy. Please send me your DB dump and log-in details to my mail -> bigul.m@wpml.org.
Please Note: Kindly take a back up before sending the database.
[ Signature moderated. ]
Hi Atallos,
It will work in following case.
For an example I have three custom post types. P1,P2 and P3. P1 and P2 are parents of P3. In the post edit screen of P1 and P2 posts you can view P3 fields. You can choose specific fields of P3, to appear in the parent posts screen. For this choose P1 and P2 custom post type edit screens, then click on “Children” link, for child Posts you can view “Edit Fields” link. Click on Edit Fields and choose specific field you want.
[ Signature moderated. ]
Hi hejeva,
It is working fine for me. Please let me know the following.
1) Your WordPress versions
2) Your theme
3) Other Pluug-ins you are using
4) Your OS & PHP version.[ Signature moderated. ]
Hi Keith,
Please describe more about the issue. Are you purchased Views plug-in ? If so please let me know the following.
1) Your WordPress version
2) Types and Views version[ Signature moderated. ]
Hi Paologanino,
Please confirm it is working with following code.
$args = array( 'post_type' => 'foto', 'posts_per_page' => 10 ); $loop = new WP_Query( $args ); while ( $loop->have_posts() ) : $loop->the_post(); the_title(); echo '<div class="entry-content">'; the_content(); echo '</div>'; endwhile;[Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]
[ Signature moderated. ]
Hi Atallos,
For your information Many-To-Many relation having few limitations. That is why we have updated it.
Now it is possible with two Custom Post Types, if you choose it through “Edit Fields” feature of Custom Post Type’s(Parent) edit screen. Which allows you to choose to other Parent(For example Page) from another Parent(Banner of Pages).
[ Signature moderated. ]
Hi Pascal,
Please confirm you have exported from Types>>Import/Export. Please use the latest version of Types and let me know your feedback.
Hope you are using WordPress 3.5.1.
[ Signature moderated. ]
Hi manekineko1972,
We have released new version of Types few days ago. Please try it with latest version. Hope you are using WordPress 3.5.1
[ Signature moderated. ]