behandlung
Forum Replies Created
-
I’ve got the same issue…
php Version 8.1.30@admiraljuicy – I used the Plugin WP Rollback and restored the last Version of WP Ocean and Ocean extra – now everything works fine
- This reply was modified 1 year, 2 months ago by behandlung.
Forum: Plugins
In reply to: [Quick Event Manager] How to display the Title on the single Event page?Hi Alan,
if I do a normal Blog Post, the title is shown.This is the single.php
<?php
/**
* The Template for displaying all single posts
*
*
* @package Auxin
* @author averta (c) 2014-2024
* @link http://averta.net
*/
get_header(); ?>
<main id="main" <?php auxin_content_main_class(); ?> >
<div class="aux-wrapper">
<div class="aux-container aux-fold">
<div id="primary" class="aux-primary" >
<div class="content" role="main" >
<?php
if ( ! ( function_exists( 'auxin_theme_do_location' ) && auxin_theme_do_location( 'single' ) ) && ! ( function_exists( 'elementor_theme_do_location' ) && elementor_theme_do_location( 'single' ) ) ) {
$is_pass_protected = post_password_required();
if ( have_posts() && ! $is_pass_protected ) {
get_template_part('templates/theme-parts/single', get_post_type() );
comments_template( '/comments.php', true );
} elseif( $is_pass_protected ) {
echo get_the_password_form();
} else {
get_template_part('templates/theme-parts/content', 'none' );
}
}
?>
</div><!-- end content -->
</div><!-- end primary -->
<?php get_sidebar(); ?>
</div><!-- end container -->
</div><!-- end wrapper -->
</main><!-- end main -->
<?php get_sidebar('footer'); ?>
<?php get_footer(); ?>
Forum: Plugins
In reply to: [Quick Event Manager] How to display the Title on the single Event page?Hi Rohit,
Thanks for your quick reaction!
I can’t find a event-single.php
I have searched the following files:
wp-content/themes/phlox-child/
wp-content/themes/phlox-pro/
wp-content/themes/phlox-pro/templates/
wp-content/plugins/quick-event-manager/I can only find the single.php or page.php
best, Barbara
Thank you very much!
Before I test this one… do you think it will share Elementor Postings too?
Lot of those Twitter-Autoposts have problems with ElementorThis happend before going to payment.
If you cklicked on the Submit Button, the message “Spamming or your Javascript is disabled !!” appears, you are not forwarded to paypal or stripe.(But I redirected this …/?ff_landing=17 to a new page, where it works now, there I just added the shortcode of this fluent form. This landing-page option ist a option of FluentForms – I deactivated it.)
Hi ,
Yes – I changed the url.
It was a Fluent Form Landing Page, and now I made a regular Post with a shortcode. In this way now it works.
I think the problem was the URL of the landing page, but I found no possibility to change it to a better slug than ?ff_landing=17
Every entry in this Landing Page form was answered with:
“Spamming or your Javascript is disabled !! ×”If you have any ideas how to avoid blocking those Landing Pages please tell me.
Thank you,
Kind Regards, BarbaraForum: Plugins
In reply to: [Shariff Wrapper] Space around the buttons?That simple 🙂
Thank you so much!Forum: Plugins
In reply to: [User Role Editor] Allow commenting only users with specific roleThank’s a lot for your help!!
I will try 🙂Forum: Plugins
In reply to: [DSGVO All in one for WP] Cookie Notice – Wird nicht angezeigtSo, jetzt bin ich es nochmal.
Das was die Anzeige im “nicht eingeloggten Zustand” stört, ist das Plugin WP fastest Cache. Ich dachte ja erst das es mit der Ausschluss-Regel plugins/dsgvo-all-in-one-for-wp, jquery.js geht, aber tut es doch nicht (oder ich hab das irgendwie falsch eingetragen)
Fazit, die Anzeige funktioniert mit diesem deaktivierten Plugin bei mir jetzt überall.Nu das Aber… Wie oben geschrieben wird das VG Wort Session Cookie nicht erkannt, UND jetzt sehe ich auch, dass das JetPack / WP Stats Plugin nicht erkannt, und somit auch nicht angezeigt bzw. bei Ablehnung auch nicht geblockt wird. Das denke ich, sollte allerdings auf der Liste nicht fehlen.
Ich mein, für mich ist es ja schön, wenn diese Cookies nicht geblockt werden. Aber ob das dann gerade nach dem gestrigen EuGH Urteil rechtskonform ist, ist fraglich.
Forum: Plugins
In reply to: [DSGVO All in one for WP] Cookie Notice – Wird nicht angezeigtÄh nö… klappt doch nicht.
Wie schon einer in dieser ungerechtfertigten 1 Sterne Bewertung schreibt, funktioniert es nur im eingeloggten Zustand.
Wenn ich z.B. über einen anderen Browser die Seite aufrufe, sieht man die Cookie Notice auch nicht.
Bei dem war es ja scheinbar das Theme, wenn ich es recht verstanden habe. Ich nutzte The 7 mit WP Bakery, falls dir das weiterhilft.Danke im Voraus, Barbara
Forum: Plugins
In reply to: [DSGVO All in one for WP] VG WortIch glaub, ich weiß was Farlif meint….
VG Wort Cookies werden nicht angezeigt, wenn der Leser auf “Service-Kontrolle” klickt.
Vielleicht muss man die auch nicht explizit ausweisen, aber Borlabs z.B. tut es.Forum: Plugins
In reply to: [DSGVO All in one for WP] Cookie Notice – Wird nicht angezeigtHallo Michael,
Tolles Plugin, Dankeschön!
Ich habe die Gratis-Version auf 2 Seiten eingesetzt. Auf einer geht es problemlos, auf der anderen nicht.
Jetzt hab ich rausgefunden, dass es sowohl mit Autoptimize, als auch mit WP fastest Cache nicht funktioniert. (alle auf dem neuesten Stand)
Mit der Ausschluss-Regel plugins/dsgvo-all-in-one-for-wp, jquery.js klappt es – wie im FAQ beschrieben 🙂Aber anderes Problem: in der Auflistung der Cookies mit [dsgvo_service_control]
erscheinen meine Cookies von VG Wort nicht. Oder sind das keine richtigen Cookies?
Andere Cookie Plugins haben diese Zählpixel immer mit aufgezählt.Lg Barbara
P.S dein Plugin läuft bei mir derzeit auf der Seite https://schluesselfragen.deForum: Themes and Templates
In reply to: [Origamiez] Comments push upwards?Thx!
it´s https://behandlung-penzberg.de/aktuelles/It´s ok on desktop-view, but get´s to far below in mobile-views.