• Resolved softsleepysounds

    (@softsleepysounds)


    Hi there,
    Thanks in advance for your help.
    When trying to edit this page with the visual editor switched on, I get the following error:

    TypeError: Object(...) is not a function
        at rt (https://victoriamills.com/wp-includes/js/dist/blocks.min.js?ver=6.0.5:2:96439)
        at https://victoriamills.com/wp-includes/js/dist/editor.min.js?ver=9.0.7:55:119470
        at t.value (https://victoriamills.com/wp-includes/js/dist/editor.min.js?ver=9.0.7:55:111545)
        at Fd (https://victoriamills.com/wp-includes/js/dist/vendor/react-dom.min.js?ver=16.6.3:92:367)
        at Mf (https://victoriamills.com/wp-includes/js/dist/vendor/react-dom.min.js?ver=16.6.3:92:160)
        at ph (https://victoriamills.com/wp-includes/js/dist/vendor/react-dom.min.js?ver=16.6.3:98:474)
        at eg (https://victoriamills.com/wp-includes/js/dist/vendor/react-dom.min.js?ver=16.6.3:125:307)
        at fg (https://victoriamills.com/wp-includes/js/dist/vendor/react-dom.min.js?ver=16.6.3:126:168)
        at wc (https://victoriamills.com/wp-includes/js/dist/vendor/react-dom.min.js?ver=16.6.3:138:237)
        at fa (https://victoriamills.com/wp-includes/js/dist/vendor/react-dom.min.js?ver=16.6.3:137:115)'
    

    It turns out to be a conflict with the Yoast plugin. I don’t want to disable it completely and remove the SEO data.

    It only happens on the one (about) page. This is the code of the template of this page:

    <?php
    /**
     * Page Template
     *
     * Template Name: About Template
     *
     */
    get_header(); ?>
    
        <?php get_template_part('banners/page-banner-with-hero'); ?>
    
    <?php if (have_posts()) : ?>
    
        <?php while (have_posts()) : the_post(); ?>
        <div class="container page-about">
    
            <div class="row">
    
               <div class="col-lg-5">
                   <img src="<?php bloginfo('template_url'); ?>/_/img/pru_chapman_elin_bandmann_photography-77a-copy.jpg" alt="">
               </div>
               <div class="col-lg-7">
                   <h1>Victoria's Story</h1>
                   <?php the_content(); ?>
               </div>
    
            </div><!-- /row -->
    
        </div> <!-- /container -->
    
            <div class="container-fluid page-about-invest">
                <div class="row">
                    <div class="col-lg-8 offset-lg-2">
                        <h3>When you invest in your future through our work,<br/>
                            you’re also creating a meaningful change in the world.
                        </h3>
                        <a href="" class="btn btn-primary btn-orange">Start Now</a>
    
                    </div>
                </div>
            </div>
    
            <div class="container page-about-video">
                <div class="row">
                    <div class="col-md-10 offset-md-1">
                        <div class="embed-container">
                            <iframe width="560" height="315" src="https://www.youtube.com/embed/Ew8TIM2nvJ4?rel=0&controls=0&showinfo=0&modestbranding=1" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen=""></iframe>
                        </div>
                    </div>
                </div>
            </div>
        <?php endwhile; ?>
    
    <?php else : ?>
    
        <?php get_template_part('loop/loop-error'); ?>
    
    <?php endif; ?>
    
    <?php get_footer(); ?>
    

    Would be so grateful if anyone could help!!
    Thanks ??
    Sarah

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support devnihil

    (@devnihil)

    Can you please confirm you are using the most recent Yoast v11.3? You can learn more about updating here: https://kb.yoast.com/kb/how-can-i-update-my-free-plugin/

    Also, can you confirm you are using WordPress 5.2.1? You can check by clicking on the W in the top left and selecting About. If you need to update, please check with your host provider. Please know that if you are using an older version of WordPress Core you may experience unexpected behavior with Yoast. This guide explains more: https://yoast.com/why-we-dont-support-old-wordpress-versions/
    ?
    ?If you update to the most current version of Yoast SEO and WordPress, does this resolve the issue?

    If after confirming both Yoast SEO and WordPress and up to date you are still experiencing this issue, can you try and gather as much information for us as possible? Please perform the following:

    1.?Check for conflicts.
    2. Check for?JavaScript errors with your console.
    If you find any JavaScript errors related to Yoast SEO or if there is a conflict with a plugin or a theme, you can create a?new GitHub issue?for our developers. Please report the issue to a third party developer as well.

    If you didn’t find any conflicts or errors, we think the issue is specific to your site. We’d need to investigate further but are unable to do so on these forums. You can?purchase Yoast SEO Premium?and receive our Premium email support and we can help you further.

    Plugin Support amboutwe

    (@amboutwe)

    This thread has been marked as resolved due to lack of activity.

    You’re always welcome to re-open this topic. Please read this post before opening a new request.

    Thanks for understanding!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Unable to open visual editor on wordpress page’ is closed to new replies.