nicotn
Forum Replies Created
-
Still no response…
Hello,
I followed your procedure and sent a reminder, but I’m still waiting for approval. The client’s communication campaign has been on hold for several weeks now, and I must admit, I’m a little disappointed as I have always appreciated your service. Is there any potential solution to move things forward, or should we start considering other alternatives?- This reply was modified 1 year, 3 months ago by nicotn.
Forum: Plugins
In reply to: [Mailjet Email Marketing] Temporary closureSomeone messed up with git folder ?
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] DEV ModeOk, thanks for your reply !
Hi !
1 – I renamed shortcodes in english for this topic and did a mistake. The typo is good in table builder.
2 – And has an unique name .Right now, I don’t have time to search longer because the delivery deadline is very close. I’ll do it differently for this time.
Thank’s for your concerns and your plugin !
Best regards,
Hi,
Thanks for your concerns.I use my on implementation, this is the code below.
function button($atts, $content = null) { extract(shortcode_atts(array( 'link' => '#', 'color' =>'green', 'position' => 'center', 'width' => '100', ), $atts)); switch ($position) { case 'center': $position = 'mx-auto'; break; case 'left': $position = 'ml-0 mr-auto'; break; case 'right': $position = 'ml-auto mr-0'; break; default: $position = 'mx-auto'; break; } return '<a class="btn custom-btn custom-btn-'.$color.' d-block w-'.$width.' my-2 '.$position.'" href="'.$link.'" target="_blank">' . do_shortcode($content) . '</a>'; } add_shortcode('button', 'button');
and the shortcode in tablebluider cell
[button color="orange" link="https://www.myexample.org" width="75"] Découvrir [/bouton]
Hi,
I’m using a shortcode to create a button inside cell.Forum: Plugins
In reply to: [Leaflet Map] Add custom data to markerHi,
Thanks for your answer.Finally i did my own solution with leafletjs. My needs are too complicated for this plugin. But i’ll keep it aside for others projects.
Best regards,