Viewing 24 posts - 1 through 24 (of 24 total)
  • Author
    Posts
  • #775542

    Hi, I can’t find some editing options in the layout editor of textblocks anymore like inserting links or images?!?! How can I get these options back?

    #775649

    Hey mirkorau!

    That is a real strange issue.
    Can you please share us backend access so we can give it a look?

    Thank you very much

    Best regards,
    Basilis

    #775969

    for sure, please find the needed information attached…

    #776423

    Hi,

    Thanks for the login details. The editor in your text block elements look normal to me, could you post a screenshot of the error please? You can upload to a service like google drive or dropbox and then link to it here.

    Best regards,
    Rikard

    #776631

    Hi Rikard,

    for sure. Here we go:

    http://www.directupload.net/file/d/4689/3dhq5wb9_png.htm

    As I said, I’m not able to insert Links or pictures anymore… Those buttons are gone. And also the button for extended options…

    Thx and greets

    • This reply was modified 7 years, 7 months ago by mirkorau.
    #776634

    Hi!

    It does look fine on my end. Can you please try logging in with the credentials you provided for us and see if that makes a difference?

    Cheers!
    Yigit

    #776839

    Crazy, yes that makes the difference. How is that possible?

    #777108

    Hi,

    There was a change in how WordPress handles users a few months back, and I think that is what is causing the problem, if your user was created before then that is. Could you try deleting your current user and creating a new account maybe?

    Best regards,
    Rikard

    #788414

    Hi, I changed the user, but I still can’t insert links. This function is still gone?

    Btw. WordPress always shows me that there were updates although there aren’t any?!?!

    #788705

    Hi,

    I can see the Insert Link option fine on my end, could you post a screenshot of the problem you are seeing please?

    Best regards,
    Rikard

    #789484
    #789574

    Hi,

    Thanks for that, please see private to see what I’m seeing. Could you check if there any special settings for your user account on the URL in private?

    Best regards,
    Rikard

    #789578

    HI, that’s wired. I see exactly the same:
    http://www.directupload.net/file/d/4715/hpdrvjxl_png.htm
    but the fields are missing…

    #789748

    Hi mirkorau,

    Try clearing your browser cache and deleting cookies.

    Best regards,
    Victoria

    #790335

    I tried it but without success…

    please find attached the login credentials for the new user account which still has the problem. Maybe it’s easier, when you see it directly…

    Thx and bests

    Mirko

    #790527

    Hi mirkorau,

    There are errors in Javascript in quicktags.min.js Uncaught TypeError: Cannot read property ‘canvas’ of undefined and in tinymce.min.js, that’s why you’re not seeing the menues. Is your admin panel Javascript excluded form cache?

    Best regards,
    Victoria

    #791598

    Hi Victoria,

    what does it mean for me. How can I solve that?

    Thanks and bests

    Mirko

    #791878

    Hi Mirko,

    Here are the threads to consider:
    https://wordpress.org/support/topic/tinymce-error-2/
    https://kriesi.at/support/topic/avia-editor-tinymce-script-errors-over-ssl/
    DO you have any scripts being deferred?

    Best regards,
    Victoria

    #791981

    Hi Victoria,

    yes, via the functions.php from the child theme with an async-function:

    <?php

    add_filter(‘clean_url’,’async_js’,11);
    function async_js($url) {
    if ( false !== strpos( $url, ‘jquery.js’ ) || false === strpos( $url, ‘.js’ )) {
    return $url;
    }
    return “$url’ defer=’defer”;
    }

    ?>

    Isn’t that possible with your theme?

    #792304

    Hi mirkorau,

    Well, there you go. Try to comment out the function call and see if the editor works.

    Best regards,
    Victoria

    #792456

    Hey Victoria, that’s it. Thanks…

    The last thing is that wordpress always shows me that there is an update available which isn’t!?! Can you also tell me how to fix that?

    Thanks and bests

    Mirko

    #792799

    Hi,

    Try install the following plugin

    and let us know if it solves your issues.

    Best regards,
    Basilis

    #793301

    Hi Basilis,

    thx but it doesn’t change anything. BTW the wordpress admin bar at the top when I’m logged in and got to the homepage is gone?!?!

    Bests

    Mirko

    #793494

    Hi,

    Can you disable all of the WordPress plugins that are related to cache?

    Best regards,
    Basilis

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