arthurandashes
Forum Replies Created
-
Hey, I have a similar error when I try to write a simple
<script></script>
tag in HTML. It output an<img .... />
Please, is there a solution to that ?
- This reply was modified 6 years, 9 months ago by arthurandashes.
Forum: Plugins
In reply to: [Login With Ajax - Fast Logins, 2FA, Redirects] Prevent spam registration ?Hi,
Please, I didn’t find any plugin to stop spam registration or recaptcha working with LoginWithAjax.
Maybe somebody figured out how to easily stop these annoying registration ? How can I add captcha or sthg else, coding a hook …
It is really urgent, thank you
Forum: Plugins
In reply to: [WP-PostRatings] star inactiveI get the same trouble. Stars don’t change on the mouse hover and new rates are not displayed (quite weird because when I clic on the stars, the rating is registered in the Post Ratings Logs.
Forum: Plugins
In reply to: [Volunteer Sign Up Sheets] update : can’t access to the sign up form anymoreOK nice !
Forum: Plugins
In reply to: [Volunteer Sign Up Sheets] update : can’t access to the sign up form anymoreOk, nice. re-activating the plugin made it work again. I’m going to enjoy the new fonctionalities ?? e-mailing users of a sheet seems to be great !
Just an other detail, i have just tested the “e-mail volunteer” option and as I was registered twice on the sheet, I received 2 e-mails …
++ Thanks
Forum: Plugins
In reply to: [Democracy Poll] function use and random ?Thanks to answer ! I resolved it after a few hours ?? I just need to learn php :p So sorry ! This plugin is really nice !
To do it, you ‘ll have to create a shortcode to your function.php file. You can’t insert php directly in a shortcode. Just follow this tips, it’s quite simple : https://wptips.me/how-to-add-dynamic-values-into-contact-form-7-inputs/
Forum: Plugins
In reply to: [Feature Request & Idea Collector] Custom templates ?Without access to templates (page and single) it’s so difficult to lay out the plugin !
Oh nice ! There is a “Contact Form 7 Extension” ! So I need to subscribe to your offer and I’ll automatically get this extension ?
Thanks !
Forum: Plugins
In reply to: [WP-dTree] get current page & childrenI actually get the children of my current page without your function. Could not use your functions to get different folders…
<?php $children = wp_list_pages('title_li=&child_of='.$post->ID.'&echo=0'); if ($children) { ?> <ul> <?php echo $children; ?> </ul> <?php } ?>
Forum: Plugins
In reply to: [WP-PostRatings] Larger icons more visibleI ‘ll certainly contribute too on this part ??
Let me a little time to make this !++
Forum: Plugins
In reply to: [Basic Comment Quicktags] Manually add the quick tag bar ?Nope, the fact is : we can mannually add a specific class to a text imput or a textarea. (I think it is a common fonctionnality of many contact forms). Moreover, it looks quite easy to add specific classes / custom different quicktag bars. So I creates a class named “link” in the quicktag.js and I added a tag named “title” for <h3> …
Besides, it looks like this comment form ?? nice !
Forum: Plugins
In reply to: [Basic Comment Quicktags] Manually add the quick tag bar ?Ok, sorry for this opening comment. I finally succeeded in displaying several bars in the same page, adding a new custom class.(I’m still a newbie about JS). Sorry !
Nice plugin !
Forum: Plugins
In reply to: [Keyword to URL] Don't work with custom_post_type ???So sorry, it seams to work well ??
Did not see the result because of my cache. So sorry !Very good and efficient plugin !
Forum: Plugins
In reply to: [Basic Comment Quicktags] Quicktags for textarea ?ok, thanks so much for paying attention to me !
*****??