ben52
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Confirmation Email after filled formdowngrade to the other version
https://wordpress.org/plugins/contact-form-7/advanced/Forum: Plugins
In reply to: [Contact Form 7] Contact Form 7 does not workdowngrade to the other version
Thanks, i will do
i use suffusion theme and i have seo on it already disable i dont know from where is coming this duplicate tags
if you can help with some code to put in function php. will be great
thanksForum: Plugins
In reply to: [LeagueManager] Don't update scoretry to deactivate leaguemanager plugin and activate again
Forum: Plugins
In reply to: [LeagueManager] How to correct the display apostrophes ?do a search on google for apostrophes html
you have to correct all by handForum: Plugins
In reply to: [LeagueManager] How to correct the display apostrophes ?Forum: Plugins
In reply to: [LeagueManager] How to correct the display apostrophes ?Forum: Plugins
In reply to: [LeagueManager] Date format League Manager widgetdate: ‘l, j F Y’ or j F Y
Forum: Plugins
In reply to: [LeagueManager] I can not add more than 90 matches .try to open a new one add matches and see how may rows you have i am sure that you have 18 in the new one, if it’s ok you have to make again the new matches and cancel the old one.
Forum: Plugins
In reply to: [LeagueManager] Does anyone know how…armando for mode=home
add this code to shortcodes php after line 292:// Only get Home Teams
if ( $mode == ‘home’ )
$search .= parent::buildHomeOnlyQuery($league_id);Forum: Plugins
In reply to: [LeagueManager] Does anyone know how…dont make a change in shortcode php
and try this;
[matches league_id=xx mode=home limit=1 time=prev order=”date DESC”]xx put your ID
Forum: Plugins
In reply to: [LeagueManager] no score at [matches] before updatewhy you go to sql database
you ca do it in login admin inside leaguemanger table “widefat” delate the 0-0 overtime and penaltyForum: Plugins
In reply to: [LeagueManager] no score at [matches] before updateyou have to cancel in all matches the 0 0 in ( interval- extra time- penalty) after the score and press save
Forum: Plugins
In reply to: [LeagueManager] Does anyone know how…Armando try this code is working for me:
[matches league_id=xx mode=home limit=1 time=prev1 order=”date DESC”]
[matches league_id=xx mode=home limit=1 time=next order=”date asc”]