mixali
Forum Replies Created
-
Forum: Plugins
In reply to: [Advanced Query Loop] Difficulties using Meta Key queryHi Ryan,
Indeed I needed to activate the REST API for this ACF field group, I had no idea, but now is working, Thanks a lot!
Maybe you could note this in the FAQ of the plugin.
Secondary question,
Is it possible to add a Meta Value and Meta Compare with “today’s” date in order to display only before (<) or after (>=) today date? What is the format for this Meta Value, if my date is formated d.m.Y?
Have a great weekend and all good for your workshop at WC US, I will be curious to watch it on WPTV if possible.Forum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] Complianz vs. Elementor ProThanks @antoiub for the research and clarification!
We will notify Elementor about this, and look for an alternative to Elementor Pro “Animated Headline widget”.
Kind regards,
MiguelForum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] Complianz vs. Elementor ProHi @antoiub,
Check here out the home of the site; the animated text that doesn’t work with Complianz is on the first yellow section (hero header). In this screencast you can see how it should work.As mentioned, in integrations the switcher of Elementor Pro automatically switches back to enable (see screenshoot), in case that would help.
Hope you can help us and we can make it work with Complianz!
Thanks for your time,- This reply was modified 1 year, 1 month ago by mixali.
Forum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] Complianz vs. Elementor ProThanks for reaching @antoiub!
We disabled the integration of Elementor plugin in Complianz, but we cannot deactivate the Elementor Pro integration (see this thread). We do not have Ultimate Addons for Elementor or other plugins for Elementor.
If you have any other suggestion I will be happy to check.
Have a nice easter too!Forum: Plugins
In reply to: [WP Activity Log] Uninstalling WP Activity LogThanks Robert!
Very practical and well done, I totally skipped that setting.
Have a nice day,
MiguelHi there,
I found that when the SQL GZ file of the Database in wordpress.com is generated by Updraftplus, it will contain the following version-specific comments at the begin of the SQL file:/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE=’NO_AUTO_VALUE_ON_ZERO’ */;
/*!40101 SET NAMES latin1 */;
/*!40101 SET foreign_key_checks = 0 */;
I overview them because I though they were just comments, but removing this comments allowed me to import the database correctly, and all characters display correctly.In case it helps: as far I tested, the first 3 seem to be generated because of the Database setup in wordpress.com, with other plugins I didn’t got any
@OLD_SQL_MODEorforeign_key_checkscomments butSET NAMES utf8 */;Thank you @vupdraft
I tried it, but I get the same result… :/
It does not matter what collation I choose for the operations before restoring / or manually importing the database. The imported tables get always the same collation:ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;
But the characters get replaced for wrong ones, like in this table:
https://www.utf8-zeichentabelle.de/unicode-utf8-table.pl?start=128&number=128&names=-&utf8=charForum: Plugins
In reply to: [SMTP Settings for Gravity Forms] Issue with Unwanted Tags in EmailsThank you Kevin,
Unfortunately I am not a developer, so I won’t play with theGFCommon::replace_variables()because I have no idea what it really does.
But I can tell you I switched to another plugin (Easy WP SMTP), and this other plugin does NOT add the extra <br> before AND after each individual text line when sending the Gravity Forms notifications…
Hope it helps!Forum: Plugins
In reply to: [SMTP Settings for Gravity Forms] Issue with Unwanted Tags in EmailsHi there!
First thank you for this awesome Plugin, it really is a great help to avoid emails coming in spam folder.
I must confirm what @webdevels mentions,
– original Notifications generated by Gravity Forms, with just the content {all_fields} in the “Message” field do not have this problem
– Notifications generated with this plugin on the top will add <br> before AND after each individual text line in each row.
I tested it in a fresh new website with basically just gravity forms and this plugin, also activating and deactivating this plugin.Hope this helps!
Forum: Plugins
In reply to: [DSGVO Youtube] working?Thanks Eric! Let me know in case you fix it, I will be glad to test it.
Forum: Plugins
In reply to: [DSGVO Youtube] working?FYI, since it seems not to work and I have no answer, I just disabled the plugin, but I would be happy to test again if it works.
Thanks Thomas for the excellent and fast support!
I updated the plugin to 6.2.2 and I see no issues in any browser.
All the best,Hi There, we are having similar issues.
I observed some issues in versions 6.2.0 and 6.2.1, where the selected fixed widget element covers partially the content (6.2.0) or goes very close to it ignoring the sidebar padding or margins (6.2.1).
AFAIK we are not aware of such changes since version 6.0 (and I was not aware that the plugin got rewritten, if there was some notification from the plugin in the dashboard I missed it).
This happens in last versions of Safari and DuckDuckGo. I did not observer this behavior in Chrome or Firefox. Always deleting cache in server and using private browsing.
After activating and DEACTIVATING the “Improved version” (Appearance > Fixed Widget) the issue seems to have disappeared.
We will keep a close eye to it.
Hope it helps!
- This reply was modified 3 years, 6 months ago by mixali. Reason: updated observations
Forum: Themes and Templates
In reply to: [Twenty Twenty-Two] Custom Post Type with Twenty TwentyTwoHi Jordi,
As far I understand, you can take as reference the old template hierarchy,
https://developer.ww.wp.xz.cn/themes/block-themes/
Consider the new block themes use html files instead of php files, you find here the corresponding changes:
Please let me know if you manage to get your custom post type; I was researching for a Portfolio post type and I see there is still not much for Twenty Twenty-Two.
- This reply was modified 4 years, 1 month ago by mixali.
Forum: Plugins
In reply to: [SMTP Settings for Gravity Forms] DebuggHi Kevin,
Thanks for the fast answer and great support! Now I know where the debug log is and I could take a look, thanks. Very useful you included it on the SMTP Settings interface.
Everything looks good and emails are efficiently sent; it helps me to move on with the implementation.
Do you still need the environment details?
BEST regards,
- This reply was modified 4 years, 2 months ago by mixali.