robertsay
Forum Replies Created
-
Hello !
Yes @whiteshadow , I don’t have the error with this development version, can you add this fix on the next stable update ?
Thank you ??
I don’t have a mu-plugins directory but only a plugins directory on where the plugin is install
Thanks for the response.
Yes in my local I’m in PHP Version 7.2.12
Ah… My website is in my local only…
But I can host this ??
- This reply was modified 5 years, 11 months ago by robertsay.
Update : in my PHP logs, I have this error [11-Dec-2018 13:22:06 UTC] PHP Warning: count(): Parameter must be an array or an object that implements Countable in /wp-content/plugins/events-manager/classes/em-booking.php on line 345
Like this ?
It’s not working…
function get_fields( $inverted_array=false ){ if( is_array($this->fields) ){ $return = array(); foreach($this->fields as $fieldName => $fieldArray){ if($inverted_array){ $return[$fieldArray['@name']] = $fieldName; }else{ $return[$fieldName] = $fieldArray['@name']; } } return apply_filters('em_object_get_fields', $return, $this, $inverted_array); } return apply_filters('em_object_get_fields', array(), $this, $inverted_array); }
Forum: Themes and Templates
In reply to: [Storefront] Font-weight of Storefront themeHello,
I find that, this line was remove since the update to Storefront 2.2.6
body,
button,
input,
textarea {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
}Hello,
Thank you for the response, I found it ??
Other question, it is possible to have the complete form of a event subscribe even if we are connect as a admin ?
Thank you.