Bigul Malayi
Forum Replies Created
-
Forum: Localhost Installs
In reply to: Local Install – WAMP – DropboxI guess it makes the things complex. Instead of trying with Dropbox you can use a host spacing.
Forum: Fixing WordPress
In reply to: Fatal Error Will Not Let Me Do AnythingTake a full site backup. Then rename the-events-calendar & events-calendar-pro folders from *wp-content/plugins* folder. Then check you can log in or not.
If you have Event Calendar Pro licence contact them directly. They can help you better.
Forum: Fixing WordPress
In reply to: Fatal Error Will Not Let Me Do AnythingLogin to your FTP and delete/rename one of the plugins from *wp-content/plugins* folder
Forum: Installing WordPress
In reply to: Errors during installation of WPTry with the latest version of WordPress in a fresh installation. Which version of PHP are you using?
Forum: Fixing WordPress
In reply to: Fatal Error Will Not Let Me Do AnythingIf it has happened after recent upgrade or if you having Event Calendar Pro license contact their support directly
Forum: Installing WordPress
In reply to: How do I install WordPressHi,
You can install Mamp – https://www.mamp.info/en/ on your machine to install WordPress locally
Check the following tutorials for more details.
https://codex.www.ads-software.com/Installing_WordPress_Locally_on_Your_Mac_With_MAMP
Hi Serge,
Please post the query in our WPML support forum https://wpml.org/forums/
—
With RegardsBigul
Dear wonderm00n,
Sorry, not sure about it. It’s not a feature we have
Dear LIJE,
Please try following code and let me know your feedback.
global $wp_query; $post = $wp_query->post; $photos = get_post_meta($post->ID, 'wpcf-photo'); foreach($photos as $photo){ echo '<a rel="group" href="'.$photo.'"><img src="'.$photo.'" alt="" style="width:140px;height:auto;margin:0 4px;" width="140" /></a>'; }
Dear moxojo,
Please try the following and let me know the following.
$post_h1_title = types_render_field('h1-title', array('raw' => true));
if (!empty($post_h1_title)) {
echo $post_h1_title;
}
//but if that doesn't exist then get the post title
else {
the_title();
}
Dear Michael,
It is not possible exactly. But some similar is possible like this https://d7j863fr5jhrr.cloudfront.net/wp-content/uploads/2012/12/appearances-for-bands.png or https://d7j863fr5jhrr.cloudfront.net/wp-content/uploads/2012/03/fieldstable2.jpg. I mean you can choose Parent Posts in Child Post Edit screen, if you are using a Parent — Child Post relationship. Please check following tutorial links for more details.
https://wp-types.com/documentation/user-guides/creating-post-type-relationships/
https://wp-types.com/documentation/user-guides/many-to-many-post-relationship
https://wp-types.com/documentation/user-guides/bulk-content-editing-with-fields-table/
Dear Jan Dembowski,
Sorry. I was not aware about it.
Dear Michael,
Please explain little more about the requirement for better understanding.
[ Signature moderated. Could you PLEASE stop doing that? ]
Dear moxojo,
Types field will only showing in Post or Page Edit/Create screen.