Lust
Forum Replies Created
-
Hello
Could you help for the problem please ?
For your informations, the website is a multi language and multi site wordpress
In you help you explain may be there is something wrong in the htaccess, OK but what I have to find ?Forum: Plugins
In reply to: [WP Customer Area] Post expiratorIt seems have a reply but I don’t see it so it’s not resolve for me yet
Hello
I found a solution this morning, actually I made a function in functions.php to not disable yoast for the non-admin and I added a line about the title…. I didn’t realised that first.
So this is resolved, thank you 🙂
- This reply was modified 7 years, 9 months ago by Lust.
Forum: Plugins
In reply to: [WooCommerce] function change statut productHello
Thanks for your answer.
In my code it’s the good quotes, may be it’s because i’v already past there in your tickets support and made a copy from this.
My goal is to switch product as publish to unplublish by activating an option with a custom field. My customer have some “seasonal” product and some of them are not avalaible in some months per years.
Forum: Plugins
In reply to: [Business Hours Indicator] consolidatedthanks 🙂
Forum: Plugins
In reply to: [Ultimate FAQ Accordion Plugin] random postthanks a lot, that made my day 🙂
Forum: Plugins
In reply to: [Ultimate FAQ Accordion Plugin] random postThank you for your answer 🙂
so if we use [popular-faqs] how to display only one FAQ not all the popular-faqs ?
That will be random it if we have 4 ou 5 FAQ popular items ?
Forum: Plugins
In reply to: [User Profile Picture] showing avatar on pageyes thanks it works 🙂
- This reply was modified 8 years, 10 months ago by Lust.
Forum: Plugins
In reply to: [User Profile Picture] showing avatar on pageHello
I used this in my page:
<div class="picture-coach"> <?php $profilepicture = get_usermeta($user->ID, 'boxing_metronet_image_id', true); /** * Checking if anything exists for the key short */ if( $profilepicture) { echo mt_profile_img( $user_id, array( 'size' => 'profile-size', 'attr' => array( 'alt' => ''.$user->first_name.'' ), 'echo' => true ) ); } else { echo '<img src="'.get_template_directory_uri().'/imgs/profil-deft.jpg" width="250px" height="302" />'; } ?> </div>[Moderator note: code fixed. Please wrap code in the backtick character or use the code button.]
- This reply was modified 8 years, 11 months ago by bdbrown.