Appaloosa
Forum Replies Created
-
Forum: Plugins
In reply to: [wp-mpdf] Base64 image in pdf contentI found the solution.
I check the HTML output. As I saw the base64 img in HTML debug, it could only be a CSS issue.
So, I fixed a width and min-height of the image in template CSS, as :.annonce--logo-annonceur { display: block; width: 300px; min-height: 70px; }
@fkrauthan, thank you for your work and this well-developed plugin.
- This reply was modified 2 years, 8 months ago by Appaloosa.
Forum: Plugins
In reply to: [wp-mpdf] Base64 image in pdf contentThank you for your reply.
I completely forgot to enable debug.
I’ll try.Forum: Plugins
In reply to: [wp-mpdf] Theme template customIt was exactly what I need.
It works very well.Thanks a lot. It’s resolved for me.
- This reply was modified 2 years, 8 months ago by Appaloosa.
Hi,
I have the answer to my problem. The lack of results from the search form was due to the Relevanssi plugin.
I disabled it and the Autolistings search form is now working.I put this thread as solved.
Thank you.Hi,
Thank you for your answer.
I flushed the permalink but the search form still give no listing results :
“Sorry, no listings were found.”Have you encountered this problem before ?
Any idea ?Thank you.
Forum: Plugins
In reply to: [Contact Form 7] acceptance shortcode give wrong messageOk. I prepare my staging environment to try.
Forum: Plugins
In reply to: [Contact Form 7] acceptance shortcode give wrong messageComplete plugins list : https://www.adria.tm.fr/plugins-list/
Some are custom plugin.Theme : Understrap parent theme and custom child theme.
Forum: Plugins
In reply to: [Contact Form 7] acceptance shortcode give wrong messageThanks for your anwser :
Classical contact form shortcodes field and honey-pot shortcode<div id="contact-form"> <div class="row"> <div class="col-12 col-md-4"> <label><span class="icon icon-user"></span>[text* your-name placeholder "Prénom*"]</label> </div> <div class="col-12 col-md-4"> <label><span class="icon icon-user"></span>[text* your-last-name placeholder "Nom*"]</label> </div> <div class="col-12 col-md-4"> <label><span class="icon icon-mail"></span>[email* your-email placeholder "Email*"]</label> </div> </div> <div class="row"> <div class="col-12 col-md-4"> <label class="tel"><span class="icon icon-phone"></span>[tel* your-tel placeholder "Téléphone*"]</label> </div> <div class="col-12 col-md-4"> <label class="ent"><span class="icon icon-entreprise"></span>[text* your-company placeholder "Entreprise*"]</label> </div> <div class="col-12 col-md-4"> <label><span class="icon icon-user"></span>[text* your-function placeholder "Fonction*"]</label> </div> </div> <div class="row"> <div class="col-12 col-md-4"> <label><span class="icon icon-placeholder"></span>[text* your-city placeholder "Commune*"]</label> </div> </div> <div class="row"> <div class="col-12"> <label><span class="icon icon-placeholder"></span>[textarea* your-message placeholder "Votre message*"]</label> </div> </div> <div class="row justify-content-center"> <p class="col-12 col-md-12 text-center"><small>* Champ obligatoire</small> <label class="col-12 col-md-10">[acceptance acceptance-RGPD]En soumettant ce formulaire, j'accepte que les informations saisies dans ce formulaire soient exploitées dans le cadre de la relation commerciale qui découle de cette demande, conformément à la <a href="/politique-de-confidentialite/" target="_blank" rel="noopener noreferrer nofollow">politique de confidentialité</b></a> de notre site.[/acceptance]</label> [honeypot website move-inline-css:true] <div class="col-12 mx-auto submit-link">[submit class:btn class:btn-primary "Envoyer"]</div> </div> </div>
Forum: Plugins
In reply to: [SEOPress - On-site SEO] Warning: Illegal string offset after upgradeMerci beaucoup Benjamin.
?a marche !
Tu as résolu mon problème.
Tu peux marquer le sujet comme ?résolu?.
Bonne journée.Thanks a lot Benjamin. It’s work!
You’ve solved my problem.
You can mark the topic as “resolved”.
Have a nice day.Forum: Plugins
In reply to: [SEOPress - On-site SEO] Warning: Illegal string offset after upgradeHi Benjamin,
Sorry, not solved for me.
I can’t install SEOPress on my new fresh WordPress install. I’ve got the same issue.
What can I do for that ?
ThanksForum: Plugins
In reply to: [SEOPress - On-site SEO] Warning: Illegal string offset after upgradeThanks Benjamin
It is the 3.9.2 version.
Sorry, I forgot to tell you that that I’ve got this same issue with the plugin activation on a fresh website.I don’t know if this can help you but; I don’t have this problem on my other host, but only on the second one (o2switch that you probably know).
Forum: Plugins
In reply to: [Download Monitor] Custom size featured image in custom template?Hello Harish,
Thank for your anwser.
Of course, “the_post_thumbnail” don’t work directly in my custom template.
In “src/download/Download.php”, I see that you use this function (“get_image”) to retrieve the thumbnail :/** * Get download image * * @param string $size * * @return string */ public function get_image( $size = 'full' ) { if ( has_post_thumbnail( $this->id ) ) { return get_the_post_thumbnail( $this->id, $size ); } else { return '<img alt="Placeholder" class="wp-post-image" src="' . apply_filters( 'dlm_placeholder_image_src', download_monitor()->get_plugin_url() . '/assets/images/placeholder.png', $this->id, $this ) . '" />'; } }
How, I can retrieve the “$this” variable. Or How I can get the post id in custom template for Download Monitor plugin
Forum: Plugins
In reply to: [GDPR Data Request Form] Changer la longeur des zone de texteYou’re right tooladrake.
display: flex;
works too.Forum: Plugins
In reply to: [GDPR Data Request Form] Changer la longeur des zone de texteBonjour tooladrake,
With just some CSS in WordPress Customizer, add just#gdrf_data_human, #gdrf_data_email { width: 50%; }
Your input field width could be in percentage, like in my example, or in fixed value (px, em, rem, …).
Forum: Plugins
In reply to: [Colissimo Delivery Integration] Mode automatique et Map pounts relaisMerci Harasse.
En front-office, j’ai testé avec le Colissimo à domicile sur le input type hidden (pas de bouton radio) et j’obtiens en value “colissimo_shippingzone_method_home1:7:1”
Je fais le test avec la livraison avec les Points Relais et je vous fais un retour.