omniafausta
Forum Replies Created
-
Forum: Plugins
In reply to: [Polylang] Fatal error: Uncaught Error: [] operator not supported for stringsWith a clean WP install and only activating the theme-required plugins and Polylang the issue remains…
So it is either an issue in Polylang, or in the theme or the built in plugins.
the search continues!
Forum: Plugins
In reply to: [Polylang] Fatal error: Uncaught Error: [] operator not supported for stringsthank you for your reply, to be honest I don’t really understand what I now can do about it (besides staying on PHP 7.0 instead of 7.1) because I am mostly a designer and know just some basic PHP
I will also communicate it to the theme author, maybe he understands and maybe it is something he can fix in the theme…Forum: Plugins
In reply to: [Polylang] Fatal error: Uncaught Error: [] operator not supported for stringsAfter searching the internet I found something on Github about “Uncaught Error: [] operator not supported for strings’ regarding the PHP version.
it is PHP Design.
Changed in PHP 7.1.0:The empty index operator (e.g. $str[] = $x) is not supported for strings
anymore, and throws a fatal error instead of silently converting to array.So that means that you need to say that it is an array $myString = array();
Prior to PHP 7.1.0 , PHP converted a [] to array() silently, and now not anymoreMeaning there is something in your plugin that does not work correctly under PHP 7.1
I checked this by turning my PHP version in MAMP from 7.1 to 7.0 and yes that fixed the problem!
At the moment my host has 7.0 so that should work, but I hope this will get fixed before they update their PHP to 7.1THanks!
Forum: Plugins
In reply to: [Contact Form 7] conflict CF7 and other pluginsHi,
didn’t solve the problem with te custom plugin (but that one had more problems, so is now turned of)
But I did find the problem with the Invisible reCaptcha. Not your issue, but mine.
I had the site whitelisted for recaptcha V2 instead of the invisible reCaptcha, so my mistake!!Found the solution to this on the forum.
thanks, that helped!
- This reply was modified 8 years, 9 months ago by omniafausta.
Thanks for looking into it!
Anyway: compliments from both clients how nice the plugin is to work with! They both love it. (and so do I by the way 🙂 )thanks! I will look into that coming monday.
Any insight on why it works like I want it with the one and not the other even though I used the same settings for both?
Thank you!
Forum: Plugins
In reply to: [MailPoet - Newsletters, Email Marketing, and Automation] save as template?not a clue what went wrong last time… this time no problems!
I guess I must have done something wrong (thougn don’t know what…) but issue solved!And thanks for looking into the custom vs standard templates!
Thanks for your time.- This reply was modified 8 years, 10 months ago by omniafausta.
Forum: Plugins
In reply to: [MailPoet - Newsletters, Email Marketing, and Automation] save as template?update:
export + import works, so I can continue now since it isn’t too much more work than just saving as template, though I do think the save option is something that should work as well (and for me it doesn’t)…
also found out I am able to remove my custom templates, but not the standard ones.
I would like to be able to at least have the custom ones at the beginning. This is making it hard for my clients to find the correct template…Thanks!
Hi,
Here a mockup of what I can do, and what I would like to be able to do.
https://goo.gl/photos/u9uf7ipRd6R8T6io8
Thanks!
Thanks for your answer, I’ll look into the .MO option if the client insists on other text.
Forum: Plugins
In reply to: [Max Mega Menu] problem with menu on Galaxy 3sHi, another update:
Thanks for your advise on the mobile menu plugin.
That’s a good workaround, and this works.So now we have a working menu!!
Have a nice day and thanks again for your plugin and the help.
kind regards,
JokeForum: Plugins
In reply to: [Max Mega Menu] problem with menu on Galaxy 3sHi, Thanks for your reply!
Sorry for the confusion: it’s the S3 (or S III?)
And yes, I understand your difficulty in testing if the emulators don’t show what the actual device shows… It’s a pain!The emulators I tried are:
http://www.viewportemulator.com/devices/samsung/galaxy-s3-gt-i9300
and http://mobilewebtest.eu/galaxys3Thanks for your tip on the seperate plugin for the mobile menu, I will certainly look into that option! I’ll try to implement that on monday.
Meanwhile my client will ask some other Android-users if they run into the same problems (I somehow know mostly iPhone users…) and will let you know what she finds out.
Thanks again.
kind regards,
JokeForum: Plugins
In reply to: [Max Mega Menu] problem with menu on Galaxy 3supdate with more info:
My client dropped by with her phone so I could test some stuff
indeed things went as described above.– I also tested it with all other plugins turned off, so theme Twenty Twelve with no other plugins: still the same problem. So this isn’t a conclict with another plugin.
– I tested a normal pulldown menu on another site I made (child theme of the same theme I based the one for this client on) and that worked without problems. (but using that menu isn’t the solution, since it doesn’t offer a mega menu… and I love your mega menu!)
I really hope you can help, because I really want to use his plugin, but it nog working on some phones is not an option of course!
Thanks for your assistence!
Forum: Plugins
In reply to: [Max Mega Menu] problem with menu on Galaxy 3sHi, I am back with my findings.
On the version that now runs with the Twenty Twelve theme ( http://www.agnesnibbeling.nl/test/ ) I have re-enabled the mobile toggle.
I then contacted my client and asked if it works on her Samsung Galaxy 3S and she still has the same problem.
Unfortunately I have not seen it for myself, but what I understand that happens is: If you try to open a submenu, it flips open and immediately closes again, so you cannot read and click on the second level of links.
On the emulator the toggle button works at click to open and close, but when you want to access the submenus it rolls open at a rollover (wchich you don’t have on a mobile phone) and then stays open as long as your cursor is there. But closes as soon as your cursor goes off the parent link.
On the other hand: the same happens on an iphone emulator, and the real iphone works flawlessly. So the emulators are not really helping here…