Belemans
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Error message when saving changesHi there,
I have the exact same issue.
“The link you followed has expired” appears when saving any form.WP version: 5.2.2
CF7 version: 5.1.4– I can add a new form without any problems.
– The problems only appears when saving a form.
– I checked all php variables and set them to max possible values
– Switching themes and deactivating plugins didn’t help eitherI would love to hear (any directions towards) a solution!
Forum: Plugins
In reply to: [WooCommerce] ‘Price include tax’ keeps adding taxThat piece of code works, thank you!
For people looking for the same result, add this code
add_filter( 'woocommerce_adjust_non_base_location_prices', '__return_false' )to your (child) themes function.php file
Forum: Plugins
In reply to: [Contact Form 7] Duplicate e-mailsSame here, the form is sent twice.
I also get a double succes message when a form is submitted.– edit
I deactivated jquery validation of the form and problem was gone. Not a CF7 issue. Mostly related to other plugins on top of CF7- This reply was modified 7 years, 11 months ago by Belemans.
Forum: Plugins
In reply to: [LeagueManager] Matchday filterFound a quick ugly fix to edit the matchday on a match.
Open /admin/match.php and delete the following code (line 181+182)
<?php endif; ?> <?php if (( $cup && !$is_finals) || ($mode=="add" && !$is_finals) ) : ?>Forum: Plugins
In reply to: [LeagueManager] Match score default 0:0Thanks, that worked!
Forum: Plugins
In reply to: [LeagueManager] home team classThanks for your reply.
I know about that function. But the html is like this:
<img class="home_logo" alt="" src=""> <strong>hometeam - awayteam</strong> <img class="away_logo" alt="" src="">I would like to know if its possible to wrap the hometeam in a div class, so I can change font family, weight, style etc..
The only output now is both teams between element.
Forum: Plugins
In reply to: [Contact Form 7] File upload nameWell, because they just send the file to a dropbox account via email.
My question is actually: how to change the filename of a file upload with contact form 7?
For instance: image.jpg would change into 29062013-2348.jpg (time format or something else with unique characters)