simaooliveira
Forum Replies Created
-
Forum: Plugins
In reply to: [Better Font Awesome] Error with ACF Repeater FieldI’m really sorry, but it hasn’t solved the issue 🙁
Forum: Plugins
In reply to: [Better Font Awesome] Error with ACF Repeater Field (again)I’ve just updated, but it doesn’t seem to solve the problem, I’m afraid…
Forum: Plugins
In reply to: [Better Font Awesome] Error with ACF Repeater Field (again)No problem at all. Thank you for this very useful plugin!
Forum: Plugins
In reply to: [Better Font Awesome] Error with ACF Repeater FieldHi! This issue seems to be back, I’m running the latest version (1.4.0) with wysiwyg fields inside acf repeaters and new elements, after creation, won’t open the dropdown.
Forum: Plugins
In reply to: [Event Organiser] eo_get_events stopped working ?Sorry, I figured it out myself – turns out i was modifying the query via pre_get_posts unwantingly.
Sorry again!
Forum: Plugins
In reply to: [W3 Total Cache] Homepage cached on child sites ?Anyone has any idea about this ?
Forum: Plugins
In reply to: [WooCommerce Upload My File] compatibility with 2.3.7 ?Hi, I’ve found the problem – it concerns the wp_mkdir_p() instruction, line 32 of the inc/umf-upload-html.php file of the UMF plugin. Something in this WordPress function breaks my code. I’ve replaced it with this :
if(!file_exists($path)){ mkdir($path, 0770, true); }I know this is not your plugin’s problem – since the error comes from a core function – but do you know what could be causing the issue ? Could it be a permissions problem with my hosting, or…?
Thanks!
Forum: Plugins
In reply to: [WP Password Policy Manager] Form not valid ?Hi again. Something tells me the problem might be here :
– on the form, the inputs names are password_1 and password_2, while in your plugin’s code they’re referenced by $_POST[‘pass1’] and $_POST[‘pass2’] ; is this normal ?
Thanks !
Forum: Fixing WordPress
In reply to: Http error on media uploadSome more info – the console shows the following after upload :
Failed to load resource: the server responded with a status of 403 (Forbidden) – for the “wp-admin/async-upload.php” file. I’ve read some articles recommending the creation of a .htaccess on wp-admin with the following code inside :
<IfModule mod_security.c>
<Files async-upload.php>
SecFilterEngine Off
SecFilterScanPOST Off
</Files>
</IfModule>…but no cigar.
Sorry Ipstenu, I found the problem already. Apparently W3 Total Cache had cached the website during some problems with connexions – and was throwing that version to visitors, due to my caching settings.
All is fixed, thanks!
Forum: Networking WordPress
In reply to: Translation problem on multisiteHi, and thanks for the answer! I proceeded to the solution shown in that topic (removing translation files from wp-content/languages, setting constant WP_LANG in wp-config.php and updating languages, and the problem went away.
I have the exact same problem. The update message keeps popping up, when I go to the updates screen it disappears, only to reappear again.
I should say that, at least in my case, an administrator account is being used by more than one person. Could this be the cause of the problem or not really ? bsmithatwp, do you have the same situation or not at all ?
Forum: Plugins
In reply to: [Contact Form 7] 2 instances of same form in 1 page – possible?Quick update: just found that if you create a second form with the same name, but different ID (obviously) it merges it on the table of Contact Form DB, which works for me.
Forum: Plugins
In reply to: [Event Organiser] JS error in frontend.min.jsHey!
I had resorted to using a text string as replacement in the meanwhile 🙂
Thanks in advance for the correction.
Forum: Plugins
In reply to: [Polylang] No language column for custom post type in backendI confirm that the taxonomy problem is also solved.
Great work, thanks a million!