lmobile
Forum Replies Created
-
Forum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] Video Indexing Search ConsoleHello
we noticed the same Issue with complianz. The support answer above:
Yes, you should only have to disable the YouTube integration under Complianz -> Integrations -> Services to allow YouTube content to load without obtaining consent.
is not really helping a lot and shut also work with consent on. We used before another consent tool with youtube video placeholder and consent and it worked without any search console issues. There should be someone from development investigate this issue.
If some informations needed we would help to find a solution for this. Think a lot of other users have the same problem but do not check search console for that.
Best Regards Marc
P.S.: we are using premium version and the issue is the same.
- This reply was modified 11 months, 2 weeks ago by lmobile.
Forum: Plugins
In reply to: [Easy Table of Contents] Shortcode breaks Page Layout Enfold ThemeDear @magazine3
any update regarding the issue? If you need more informations or help from our side please let me know.
Thanks Marc
Forum: Plugins
In reply to: [Easy Table of Contents] Shortcode breaks Page Layout Enfold ThemeDear support
tested to deactivate every plugin. Until the EToC Shortcode is included in the page the layout is broken.
For furter look or testing you can use these two pages:
With EToC Shortcode https://bahvn1c.myraidbox.de/infothekbeitrag/test-marc/
Without EToC Shortcode https://bahvn1c.myraidbox.de/infothekbeitrag/digitalisierung-im-mittelstand-mit-sap-business-one-5-tipps-fuer-ihre-digitalisierungsstrategie/
Regards Marc
Forum: Plugins
In reply to: [Easy Table of Contents] Shortcode breaks Page Layout Enfold ThemeDear support
we use the plugin for the first time. It seems that your shortcode breaks the enfold style.css for columns/ table.
I figured out that when I change the following enfold style.css on the test page from
#top .flex_column_table { display: table; table-layout: fixed; width: 100%; float: left; }
to this one
#top .flex_column_table { display: contents; table-layout: fixed; width: 100%; float: left; }
the broken layout is fixed. so I think it is caused anywhere in your css for the shortcode. Deactivating the css output through your plugin options does not help. May this hint is helpful to fix it.
Regards Marc
Dear Koen
thanks a lot for your answer. We modified the code and prelaced the woocommerce parts with them from calendarize it! plugin.
<?php function pgmb_add_event_fields( $variables, $parent_post_id ) { $event_start_date = get_post_meta( $parent_post_id, 'rhc_start', true ); $event_end_date = get_post_meta( $parent_post_id, 'rhc_end', true ); if ( ! $event_start_date || !$event_end_date ) { return $variables; }
…….
Where to put (the path) the file in your plugin?
Best regards Marc
Dear Maria
u are right – but if I use “pluigin support” there is no form or possibility to contact support team. There is only the option to search through the documentation or did I miss something?
Best Regards Marc
Dear Maria
we are running version 1.16.4 also all premium addons are on latest version. PopUp Maker was recently installed – all other 3rd plugins are updated a few days ago.
Regards Marc
Dear Maria
thanks for your fast help. U testeed with WP 5.9? I am thinking it is a problem within Enfold and PopUp Maker. Enfold is a very very popular theme and may this is some issue for your devs.
Thanks Marc
Deear support
me again ?? Some similar code I found in the documentation comes close to what I want to achieve. Tried to figure out to expand this to my needs, but totally failed….
IF(AND(fieldname2 == 20, 80 == fieldname12), 1, 0)
This code I am using with dependies to the value 1 and 0.
But I have three different fields to show or hide depending on these values:
1. fieldname2 == 20 and fieldname12 == 80 If rule is valid show fieldname22
2. fieldname2 == 20 and fieldname12 <= 80 If rule is valid show fieldname21
2. fieldname2 == 0 If rule is valid show fieldname19Is it possible to include this 3 options in a code like that above?
Thanks a lot for you help Marc
- This reply was modified 3 years ago by lmobile.
Dear support
thanks. Hope I understand it the right way ?? Will try. But to be sure – how the used answer fields must be formatted? For the answer I used HTML fields. Does that work? Also
where to go with the equation? In another calculated field?Thanks for your help Marc
Forum: Plugins
In reply to: [WP DSGVO Tools (GDPR)] Weiterleitung/RedirectsHallo
soweit ich sehen konnte wird in der Datenbank ein neuer Eintrag für Matomo nach Update des PlugIns erzeugt. Wie soll mit dem alten Eintrag verfahren werden der die schadhafte Umleitung enth?lt? Ich habe jetzt zur Sicherheit den Wert aus dem Feld gel?scht.
Danke und Gru? Marc
UPDATE to our last reply:
we noticed a issue while using the BETA 1.9.4-b1 as long as the beta version is active, the page content – we use a layout builder theme – is not loaded. The layout builder content could not be loaded, loading circle is running and running….. our theme we use is “enfold”. When deactivating the beta and switch to cf 1.9.3 it works again and layout builder is loaded properly.
- This reply was modified 3 years, 9 months ago by lmobile.
Hi everyone
tried the beta above and tested it. As it seems in all broken forms “save” button appears again and is working.
–> tried before in Caldera Version 1.9.3 to make the button via dev console visible, but saving breaks the entire form…
Also in Beta Version 1.9.4-b1 all processors (auto-respond, etc.) are working again and rules are shown. We got hugh amount of different CF forms on our webpage and tested several forms in frontpage too.
May this helps others too.
Best Regards Marc
Forum: Plugins
In reply to: [Video Conferencing with Zoom] Jquery Errors Zoom MeetingsUpdate – we receive same errors if we include the shortcode within the page:
Uncaught ReferenceError: jQuery is not defined at ?join=dGNacUhWVGVQd2l6cVIxVWtsU3ZCQT09&type=meeting:56
https://www.industry-fair.online/zoom-meetings/?join=dGNacUhWVGVQd2l6cVIxVWtsU3ZCQT09&type=meeting
but not in this hugh amount.
Forum: Plugins
In reply to: [WooCommerce] Deactivate link on product title and imageHi Senff
I deactivate the user access for this example page. You can find shop items in the menu below the image:
Best regards Marc