Predrag - WPMU DEV Support
Forum Replies Created
-
Hi @poescp,
It seems that Defender is unable to update the DB status for the notice and it keeps showing it because of that.
Could you try following the below steps to mark it as read directly in DB and that should do the trick:
– Create a backup of your DB, just in case, it’s always best to be safe when making changes in DB
– Open wp_options table (wp_ prefix can be different on your installation)
– Find defender_days_rating_later_dismiss option_name inside wp_options table
– The value for that option would probably be 0 for you, change it to 1 and that should be it.Let us know if this helped.
Cheers,
PredragHi @ionici,
It seems that your theme is using a thumbnail that is slightly smaller than the element that is holding the image.
Your images are 185×278 thumbnails while the HTML holder is 198×298, what this means is that your images are stretched in order to fill the holder and with that it will loose on quality.JAVGG on the other hand uses 380×535 thumbnails on 167×234 HTML holder and when larger image is scaled to fit in smaller holder it will not loose quality as it happens when it’s other way around.
I would suggest that you check with your theme devs to set your homepage images to use thumbnail that is at least 198×298 and that should solve the issue.
Cheers,
PredragHi @robhuis,
Forminator includes almost all of the functionality in Free version, only field that is not available in Free version is e-Signature, that is only available in Pro but everything else is the same.
If you’re having issues with date fields on free version please open a support ticket and we’ll gladly look into this further to see what the problem is.Best regards,
PredragHi @zackmathis,
Sorry to hear you’re having issues with the latest release.
Can you provide us with your form export so we can test it out further on our end?
You can go to Forminator > Forms panel, click on Gear icon next to your form and get the export file from there.
Upload it to any file sharing service like GDrive or Dropbox and share the download link here.Cheers,
PredragWe haven’t heard back from you in a while so we’re going to mark this as resolved.
If you do have any followup questions feel free to reopen it.Cheers,
PredragHi @ravenus,
Sorry to hear you had such issues with Hummingbird plugin, it’s certainly not an expected behavior.
502 error could mean that the server got overwhelmed and reset itself which caused temporary 502 error (I can see that the site is loading properly now).
Can you check with your hosting provided if there’s anything in the server logs that would suggest what happened?Do you know if this happened when you performed certain action in HB, like starting a performance scan, activating minification, etc?
Cheers,
PredragHi @scarpinoc,
Could you provide us of export of your popup(s) so we can have a closer look at your settings and test it out on our end?
You can go to Hustle > Pop-ups, click on Gear icon next to your popup and get the export from there.
Upload the export file to any file sharing service like GDrive or Dropbox and share the download link here.Cheers,
PredragHey @scarpinoc,
Glad to hear you found the solution, and that the suggestion from your other ticket is doing the trick ??
Cheers,
PredragHi @alainmelsens,
Maybe you can try something like this as a started code and try expanding on that:
add_filter( 'forminator_cform_render_fields', function( $wrappers, $model_id ) { $form_id = 93; if ( $form_id === $model_id ) { add_filter( 'forminator_field_get_field_label', function( $html, $label ) { // Code to alter HTML return $html; }, 10, 2 ); } return $wrappers; }, 10, 2 );
If you need further help with customizing this you might want to consider hiring a developer for assistance.
Cheers,
PredragHello, we haven’t heard back from you in a while so we will close down this ticket, if you have any followup questions feel free to reopen it.
Cheers,
PredragHello, we haven’t heard back from you in a while so we will close down this ticket, if you have any followup questions feel free to reopen it.
Cheers,
PredragHello,
This issue was addressed with latest Forminator release so we’re marking this ticket as resolved.
If by any chance you still have any problems feel free to reopen it and we’ll check it out further.
Cheers,
PredragHello,
This issue was addressed with latest Forminator update so I’m going to mark this ticket as resolved.
If you still see any issues after updating to latest version feel free to reopen it and we’ll check it out further.
Cheers,
PredragHello, we haven’t heard back from you in a while so we will close down this ticket, if you have any followup questions feel free to reopen it.
Cheers,
PredragHello,
Issue with non-Latin characters have been addressed with Forminator 1.15.2 release and you should be able to see Chinese characters without any issues now.
I will mark this ticket as resolved but if you still see any issues with it after update please reopen the ticket.
Cheers,
Predrag