davep99
Forum Replies Created
-
Forum: Plugins
In reply to: [Coupon Box for WooCommerce] Change text: *Enter your email addressYou can simply use a JS line to change it, like that:
$j('input.wcb-form-control.wcb-email').attr('placeholder', 'Entrez votre courriel');
Cheers!
Forum: Plugins
In reply to: [Passster - Password Protect Pages and Content] Fatal errorsHi Patrick,
Indeed, just changed it to PHP7.2 and it’s now activated!
Here is the link to our website (artifice.live) so you can check the menu issue. Btw, it happens just sometimes and randomly to some people. I built the website and haven’t noticed that on my side.. so it can maybe be difficult to fix.. or maybe that the PHP switch already fixed the problem! ??
Thanks!
Once we click on the button link inside the email sent, it redirect on the website where we can see two input (new password + confirm new password) and a button to save it.
After clicking on save it, it does nothing.. just refresh the page without saving anything..
ISSUE RESOLVED WITH : CB Mail Sender plugin
https://www.ads-software.com/plugins/cb-change-mail-sender/I understand!
Thanks!Forum: Plugins
In reply to: [Simple Job Board] Job # not displayingThank you for this quick tip!
Forum: Plugins
In reply to: [Simple Job Board] Job # not displayingYou were right! ??
Thanks!Hey @webheadllc,
I have a form with 3 pages.
Is there a way we can block URL access to pages 2 or 3 when people haven’t click on the next button into the page 1?
Actually, if we just change the URL manually, it goes to the page without any problem.. which is a problem!
Ex:
/form-1/
/form-2/
/form-3/ (submit page)Thanks!
Forum: Plugins
In reply to: [Contact Form 7] Submit button change on Iphone (mobile)I just found the answer. Just add this code :
-webkit-appearance: none;
Have a good day!
Forum: Plugins
In reply to: [The Events Calendar] Events List Page Meta TitleI have exactly the same problem.
Does anyone know this answer to fix that?You can hide it by changing the following code in the PHP file (Editor manager) :
Edit line 302 of file /wp-content/plugins/wp_mail_smtp/wp_mail_smtp.php:
<td><input name=”smtp_pass” type=”password” id=”smtp_pass” value=”<?php print(get_option(‘smtp_pass’)); ?>” size=”40″ class=”code” /></td>This answer was given 6 months ago.
Thank you!
Problem resolved my friend!!
Actually, here is the way to fix it quickly. Only add an overflow into the custom CSS into the plugin interface :
.dataTables_wrapper {
clear: both;
margin-bottom: 1em;
overflow-x: scroll;
overflow-y: hidden;
}Thanks and have a good day!
I think you found the problem here : the “Horizontal Scrolling”. I’ve tested it with and without this option, and the tables are perfect on every tabs without the option. BUT, could you please have a look, I really need to have this option switched “on” for my tables because my website is responsive.
Click here to see page with tabs and tables. Btw, I’ve turned on the option, so you can see the problem..
Thank you!!