Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #683833

    Hallo!

    Wir suchen seit Stunden nach der Ursache und finden sie nun im Theme:
    Bilddateien lassen sich nicht über die Funktion «Dateien einfügen» in einen Beitrag oder eine Seite einfügen.

    Nun fanden wir bei einem anderen Theme das selbe Problem beschrieben. Es half der Theme-Wechsel.
    Be uns eben auch.
    Aber: Wir wollen und müssen ja Enfold weiternutzen.

    Bitte sagt uns, was hilft!!

    viele Grüße
    Susanne

    #683851

    Hey jobhopper,

    Our German Supported is assigned to the ticket and he will be able to assist you further with the issues.
    Thanks a lot for your understanding and patience

    Best regards,
    Basilis

    #683855

    Hi Basilis, thank you.

    i´m waiting …

    and write you in english:

    Our problem is:
    Image files can not put in a post or insert a page.

    If i like to do that, the images are not show. it´s laoding and loading (PHP is high -> 256 MB)

    But: Its working with another theme! If i change the theme, than i can insert images in pages and articles.
    Do have an idea, what can helb?

    best regards, Susanne

    #684429

    Hallo Susanne,

    Please send us a temporary admin login so that we can have a closer look. You can post the details in the Private Content section of your reply.

    Grüss,
    Rikard

    #684456

    Hallo Rikard,
    sprichst Du muttersprachlich Deutsch oder Englisch?

    meanwhile i know, the problem is in functions.php from the chield theme,.
    Can you see the problem?

    viele Grüße, Susanne

    <?php

    /*
    * Add your own functions here. You can also copy some of the theme functions into this file.
    * WordPress will use those functions instead of the original functions then.
    */

    /* Redirect Vendors to Vendor Dashboard on Login */
    add_filter(‘woocommerce_login_redirect’, ‘login_redirect’, 10, 2);
    function login_redirect( $redirect_to, $user ) {

    // WCV dashboard — Uncomment the 3 lines below if using WC Vendors Free instead of WC Vendors Pro
    // if (class_exists(‘WCV_Vendors’) && WCV_Vendors::is_vendor( $user->id ) ) {
    // $redirect_to = get_permalink(WC_Vendors::$pv_options->get_option( ‘vendor_dashboard_page’ ));
    // }

    // WCV Pro Dashboard
    if (class_exists(‘WCV_Vendors’) && class_exists(‘WCVendors_Pro’) && WCV_Vendors::is_vendor( $user->id ) ) {
    $redirect_to = get_permalink(WCVendors_Pro::get_option( ‘dashboard_page_id’ ));
    }
    return $redirect_to;
    }

    /* beliebigen Text umwandeln in einen anderen – siehe Beispiel */
    add_filter(‘gettext’, ‘translate_text’);
    add_filter(‘ngettext’, ‘translate_text’);

    function translate_text($translated) {
    $translated = str_ireplace(‘neues Kundenkonto anlegen’, ‘neues Mitgliedskonto anlegen’, $translated);
    return $translated;
    }

    #684508

    Hi,

    remove any code one by one to check which one is causing any issue.

    Best regards,
    Andy

    #684732

    Hi,

    good idea and i done that. But – that doesn´t help.

    I´s only working if the functions.php is empty – without any code and any text!

    A complete empty functions.php can not be the troubleshooting …

    regards, Susanne

    #685011

    Hi,

    I noticed that you are using a caching plugin. Would you mind opening your plugin’s settings page and temporarily deactivate the caching of your site? Then please try to clear your browser cache and hard refresh the site (Hold CTRL + SHIFT + RELOAD) to see if that solves the issue. Afterwards deactivate your cache plugin and all other plugins to check if one is causing this issue.

    Best regards,
    Andy

    #686810

    Hallo!
    Ich habe eben das Theme-Update durchgeführt und jetzt geht das Medien-Hochladen und – Integrieren wieder!
    Es lag also doch am Theme …

    Hello,
    Just i updated the theme and after them the media-upload and -integrations works again.
    The theme was the problem polluter …

    regards, Susanne

    #687413

    Hi,

    dann lag es nicht am Theme, sondern daran, dass du eine veraltete Version verwendet hast :)

    Gruß,
    Andy

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.