Forum Replies Created

Viewing 9 replies - 1 through 9 (of 9 total)
  • Thread Starter rkp

    (@melonmedia)

    Hi Aradhy, That’s phenomenal – I completely overlooked that off-canvas option. Thank you so much. Have a great day further!

    Thread Starter rkp

    (@melonmedia)

    Can anybody help with that issue, please? ??

    Thread Starter rkp

    (@melonmedia)

    I’m more than happy to do that. The debug.log has the following content for me:

    [23-Sep-2023 08:57:36 UTC] PHP Deprecated:  Creation of dynamic property BNFW::$translations is deprecated in /wp-content/plugins/bnfw/bnfw.php on line 89
    [23-Sep-2023 08:57:36 UTC] PHP Deprecated:  Creation of dynamic property BNFW::$translations is deprecated in /wp-content/plugins/bnfw/bnfw.php on line 89
    [23-Sep-2023 08:57:37 UTC] response: WP_REST_Response Object
    (
        [data] => Array
            (
                [data] => Array
                    (
                        [live] => Array
                            (
                                [value] => 0
                                [tooltip] => Die Anzahl der Besucher, die im Moment auf der Seite sind. Diese Zahl wird alle fünf Sekunden aktualisiert.
                            )
    
                        [today] => Array
                            (
                                [value] => 0
                                [tooltip] => Dies ist die Gesamtzahl individueller Besucher für heute.
                            )
    
                        [mostViewed] => Array
                            (
                                [title] => -
                                [value] => 0
                                [tooltip] => Dies ist die heute am h?ufigsten besuchte Seite.
                            )
    
                        [referrer] => Array
                            (
                                [title] => -
                                [value] => 0
                                [tooltip] => Von dieser Website kamen die meisten Besucher.
                            )
    
                        [pageviews] => Array
                            (
                                [title] => Seitenaufrufe gesamt
                                [value] => 0
                                [tooltip] => 
                            )
    
                        [timeOnPage] => Array
                            (
                                [title] => Durchschnittliche Zeit auf der Seite
                                [value] => 0
                                [tooltip] => 
                            )
    
                    )
    
                [request_success] => 1
            )
    
        [headers] => Array
            (
            )
    
        [status] => 200
        [links:protected] => Array
            (
            )
    
        [matched_route:protected] => 
        [matched_handler:protected] => 
    )
    
    [23-Sep-2023 08:57:37 UTC] response: WP_REST_Response Object
    (
        [data] => Array
            (
                [data] => 0
                [request_success] => 1
            )
    
        [headers] => Array
            (
            )
    
        [status] => 200
        [links:protected] => Array
            (
            )
    
        [matched_route:protected] => 
        [matched_handler:protected] => 
    )
    Thread Starter rkp

    (@melonmedia)

    hey @scherar Du mu?t Dich mit PP in Verbindung setzen. In unserem Fall mu?te ein Antrag auf PayPal Plus gestellt werden. Nachdem der von PP genehmigt war funktionierte alles.

    Thread Starter rkp

    (@melonmedia)

    Hey @devnihil and @amboutwe
    Thanks for your replies and yes I can see that you don’t want to take the risk for breaking any website by suggesting wrong things. But I doubt that your proposal with the wpseo_canonical filter is the right one. Since I checked the content of $canonical variable before preg_replace and it returns the url with a “+” sign and not “%20”. So preg_replace can not do it’s job, because it’ll never find pattern “%20”. Are there any other filters I can use instead of wpseo_canonical that can be called at a later point of time during run-time?

    Thread Starter rkp

    (@melonmedia)

    Hey @amboutwe Thanks for your quick reply. I tried it with following add_filter function. The preg_replace statement isolated works pretty fine, but in the functions.php it does not change anything in the output ??

    add_filter( ‘wpseo_canonical’, function( $canonical ) {
    $canonical = preg_replace(‘/%20/’, ‘+’, trailingslashit( $canonical ) );
    return $canonical;
    });

    Any ideas from your end? Thanks in advance!

    • This reply was modified 4 years, 11 months ago by rkp.
    rkp

    (@melonmedia)

    I agree, this issue is also appearing for us like mentioned by @warrensamu. Any help is appreciated!

    • This reply was modified 4 years, 11 months ago by rkp.
    Thread Starter rkp

    (@melonmedia)

    Hallo @aweissinpsyde Vielen Dank für Deine Unterstützung. Ich kl?re den Rest mit PayPal.

    Thread Starter rkp

    (@melonmedia)

    Hallo Andreas, Du solltest eine E-Mail erhalten haben… ??

Viewing 9 replies - 1 through 9 (of 9 total)