Forum Replies Created

Viewing 12 replies - 1 through 12 (of 12 total)
  • not to dog-pile but noticed a similar situation with the Divi Theme/Builder when using the latest WordPress-SEO plugin. I just downloaded a fresh copy of the plugin and replaced all of the directory contents of the plugin. When active i get a slew of .js errors, the moment the plugin is disabled Divi lights up and functions normally.

    Server running with PHP 7.3 – Site Health reports back “good”

    
    ### wp-core ###
    
    version: 5.4.2
    site_language: en_US
    user_language: en_US
    timezone: +00:00
    permalink: /%year%/%monthnum%/%day%/%postname%/
    https_status: true
    user_registration: 0
    default_comment_status: open
    multisite: false
    user_count: 8
    dotorg_communication: true
    
    ### wp-active-theme ###
    
    name: Divi Child Theme (divi-child)
    version: 1.0
    author: Solve-IT.ca
    author_website: https://solve-it.ca
    parent_theme: Divi (Divi)
    theme_features: post-thumbnails, custom-background, automatic-feed-links, menus, title-tag, post-formats, woocommerce, wc-product-gallery-zoom, wc-product-gallery-lightbox, wc-product-gallery-slider, customize-selective-refresh-widgets, editor-style, widgets
    
    ### wp-parent-theme ###
    
    name: Divi (Divi)
    version: 4.4.8
    author: Elegant Themes
    author_website: https://www.elegantthemes.com
    theme_path: /home/julierei/public_html/wp-content/themes/Divi
    
    ### wp-themes-inactive (1) ###
    
    Twenty Twenty: version: 1.4, author: the WordPress team
    
    ### wp-plugins-active (25) ###
    
    ActiveCampaign: version: 7.1.3, author: ActiveCampaign
    Akismet Anti-Spam: version: 4.1.6, author: Automattic
    Bloom: version: 1.3.10, author: Elegant Themes
    Classic Editor: version: 1.5, author: WordPress Contributors
    Duplicate Page: version: 4.2, author: mndpsingh287
    eStore ActiveCampaign Addon: version: 1.2, author: Tips and Tricks HQ
    eStore Vervante Addon: version: 1.1, author: Tips and Tricks HQ
    Extra Shortcodes for WP eStore: version: 5.1.9, author: Tips and Tricks HQ, Ruhul Amin
    Formidable Forms: version: 4.05.01, author: Strategy11
    Formidable Forms Pro: version: 4.05.01, author: Strategy11
    Formidable MailChimp: version: 2.04, author: Strategy11
    Loginizer: version: 1.4.4, author: Raj Kothari
    Menu Social Icons: version: 1.3.10, author: Paul Clark
    myStickymenu: version: 2.4.2, author: Premio
    Official Facebook Pixel: version: 2.0.2, author: Facebook
    Pixel Cat Lite: version: 2.5.2, author: Fatcat Apps
    Popup Builder: version: 3.67, author: Sygnoos
    Popup Maker: version: 1.10.2, author: Popup Maker
    Pretty Links: version: 3.1.1, author: Pretty Links
    Redirection: version: 4.8, author: John Godley
    Simple Podcast Press: version: 2.0.4.3, author: Hani Mourra (latest version: 2.2.0.9)
    Toolset Types: version: 3.0, author: OnTheGoSystems (latest version: 3.3.10)
    Toolset Views: version: 2.6, author: OnTheGoSystems (latest version: 2.9.4-lite)
    UpdraftPlus - Backup/Restore: version: 1.16.25, author: UpdraftPlus.Com, DavidAnderson
    WP eStore: version: 8.1.6, author: Tips and Tricks HQ, Ruhul Amin
    
    ### wp-plugins-inactive (1) ###
    
    Yoast SEO: version: 14.3, author: Team Yoast
    
    ### wp-media ###
    
    image_editor: WP_Image_Editor_Imagick
    imagick_module_version: 1684
    imagemagick_version: ImageMagick 6.9.4-10 Q16 x86_64 2017-05-23 https://www.imagemagick.org
    imagick_limits: 
    	imagick::RESOURCETYPE_AREA: 188 GB
    	imagick::RESOURCETYPE_DISK: 1.844674407371E+19
    	imagick::RESOURCETYPE_FILE: 37500
    	imagick::RESOURCETYPE_MAP: 188 GB
    	imagick::RESOURCETYPE_MEMORY: 94 GB
    	imagick::RESOURCETYPE_THREAD: 1
    gd_version: 2.2.5
    ghostscript_version: 9.25
    
    ### wp-server ###
    
    server_architecture: Linux 3.10.0-962.3.2.lve1.5.35.el7.x86_64 x86_64
    httpd_software: LiteSpeed
    php_version: 7.4.6 64bit
    php_sapi: litespeed
    max_input_variables: 1000
    time_limit: 300
    memory_limit: 256M
    max_input_time: 90
    upload_max_size: 20M
    php_post_max_size: 8M
    curl_version: 7.62.0 OpenSSL/1.0.2k
    suhosin: false
    imagick_availability: true
    htaccess_extra_rules: true
    
    ### wp-database ###
    
    extension: mysqli
    server_version: 10.3.23-MariaDB
    client_version: 10.3.22-MariaDB
    
    ### wp-constants ###
    
    WP_HOME: undefined
    WP_SITEURL: undefined
    WP_MAX_MEMORY_LIMIT: 256M
    WP_DEBUG: false
    WP_DEBUG_DISPLAY: true
    WP_DEBUG_LOG: false
    SCRIPT_DEBUG: false
    WP_CACHE: false
    CONCATENATE_SCRIPTS: undefined
    COMPRESS_SCRIPTS: undefined
    COMPRESS_CSS: undefined
    WP_LOCAL_DEV: undefined
    DB_CHARSET: utf8
    DB_COLLATE: undefined
    
    ### wp-filesystem ###
    
    wordpress: writable
    wp-content: writable
    uploads: writable
    plugins: writable
    themes: writable
    mu-plugins: writable
    
    
    Thread Starter ProjectsMadeSimple

    (@projectsmadesimple)

    i guess i don’t fully understand.

    You’re suggesting I copy the event-meta-event-single.php file from the plugin into the theme we are using. In that copy remove ONLY the 'entry-meta' class?

    My reasoning says that line 27 should go from

    <div class="entry-meta eventorganiser-event-meta">

    to

    <div class="eventorganiser-event-meta">

    Correct?

    I am sorry if I am being obtuse, but just didn’t think it made sense to remove all of the content of the whole template as removing the class could be removing the one entity, or everything following till the close of the file.

    Thread Starter ProjectsMadeSimple

    (@projectsmadesimple)

    Please help?

    Thread Starter ProjectsMadeSimple

    (@projectsmadesimple)

    Anyone able to help with this?

    Thread Starter ProjectsMadeSimple

    (@projectsmadesimple)

    Yes to both deactivating plugins and changing theme. I have not reset the plugins folder, but I can try that!

    Thread Starter ProjectsMadeSimple

    (@projectsmadesimple)

    Sorry yes, was updating plugins when you looked! It should be good now.

    Thread Starter ProjectsMadeSimple

    (@projectsmadesimple)

    Asking again if anyone has any recommendations here?

    Thread Starter ProjectsMadeSimple

    (@projectsmadesimple)

    Debug mode enabled. showing the following errors after disabling offending plugins (they were in the errors too, but no longer)

    Notice: wp_register_script was called incorrectly. Scripts and styles should not be registered or enqueued until the wp_enqueue_scripts, admin_enqueue_scripts, or login_enqueue_scripts hooks. Please see Debugging in WordPress for more information. (This message was added in version 3.3.) in /home/content/32/8554932/html/wp-includes/functions.php on line 3049
    
    Notice: register_sidebar_widget is deprecated since version 2.8! Use wp_register_sidebar_widget() instead. in /home/content/32/8554932/html/wp-includes/functions.php on line 2908
    
    Notice: Undefined index: page in /home/content/32/8554932/html/wp-content/themes/katanaabbottpink/functions.php on line 39

    looked at the listed files but it seems that those are just either showing where that particular call was generated or nothing that i can currently make sense of.

    Thread Starter ProjectsMadeSimple

    (@projectsmadesimple)

    Sorry should have been more clear. I updated to 3.8 to see if I could fix it. Unfortunately, it did not fix it so I can not blame 3.8. This is a new issue to her site, but nothing big had changed recently that would have caused it. I will try your suggestion and get back to you!

    Thread Starter ProjectsMadeSimple

    (@projectsmadesimple)

    That’s kind of what I was concerned about.

    Here’s what’s on the form-

    Email address:
    [email* email-522]

    Thread Starter ProjectsMadeSimple

    (@projectsmadesimple)

    Thank you Andrew! That did work and fixed the first problem. Unfortunately, it turns out their “WP e-Commerce” plugin is what is making the dropdown menus not work. Any suggestions?

    Thread Starter ProjectsMadeSimple

    (@projectsmadesimple)

    Thank you will try it and get back to you!

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