• demianv

    (@demianv)


    Hi, I have problems with the visualization of my site and the theme edition

    I use the theme “OceanWP” and, as editor, I use Elementor (both in their free versions).
    When I enter the “customize” option in the “Ocean” theme, it remains as “loading” and I can’t make any changes. When I want to edit a page with “Elementor” it takes too long to load and does’nt end up opening anything
    All plugins and themes are up to date, including the WP version.
    menus

    Thanks
    Demian

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

Viewing 10 replies - 1 through 10 (of 10 total)
  • Shahin

    (@skalanter)

    Hello @demianv,

    Thank you for reaching out,

    ?We have not received any similar reports so far, and we cannot reproduce that issue on our end.

    To see the error on WordPress, you can check the super administrator email;
    Or turn on the WordPress debugger mode. To enable it, please follow the steps explained in this link: https://www.ads-software.com/documentation/article/debugging-in-wordpress/

    Also, you can follow the steps explained in this link: https://elementor.com/help/having-problems-using-elementor/

    Plugin conflicts can sometimes cause issues, but it’s also important to ensure that your website is using an appropriate host configuration.

    – Please perform a basic troubleshooting checkup method and make sure the issue is related to our theme or plugin(s). To do this, deactivate all other plugins, then activate them one by one and check for this issue. Continue doing this until you find out what product is causing a conflict with our product.

    – Host configurations: To access these fields, please edit the “php.ini”, file, which is located in the host (if you can’t find it, then contact your host service provider)

    upload_max_filesize = 32M
    post_max_size = 48M
    memory_limit = 512M
    max_execution_time = 800
    max_input_vars = 10000
    max_input_time = 900

    WordPress Configurations: https://codex.www.ads-software.com/Editing_wp-config.php#Increasing_memory_allocated_to_PHP
    Reference: https://www.ads-software.com/about/requirements/

    I hope it helps.
    Best Regards

    Thread Starter demianv

    (@demianv)

    Hi @skalanter, thanks for your time and your answer
    I guess i did everything you said to me but i still can’t resolve this issue.
    It’s strange, cause 2 weeks ago, aprox, the site worked perfectly with the theme and Elementor.
    Do you think that’s a problem of my Hosting??

    This is my PHP config, with the max values possibles
    version 8.3

    max_execution_time: 300
    max_input_time: 300
    max_input_vars: 1500
    memory_limit: 512
    post_max_size: 512
    upload_max_filesize: 512


    Thanks again
    Regards

    • This reply was modified 11 months ago by demianv.
    Shahin

    (@skalanter)

    Hello @demianv,

    Thank you for reaching out,

    Did you enable the debug log file on your website?
    Was there any error on the log file?

    While it could be a plugin conflict, it could also be a host issue.

    Kindly follow the steps explained in these articles:
    1. https://elementor.com/help/having-problems-using-elementor/
    2. https://elementor.com/help/cant-edit-with-elementor/

    Please recheck the issue and keep us posted.

    I hope it helps.
    Best Regards

    Thread Starter demianv

    (@demianv)

    Hello @skalanter, thanks for your Feedback
    I just enabled the Debug log file in the “wp-config.php” but i can’t find any log file to see what’s going on.
    In parallel, I’m talking to my hosting to see why i can’t see the “log” file from the php config.
    It seems that file is hidden or doesn’t exist

    I’ll keep you updated
    Thanks again

    Thread Starter demianv

    (@demianv)

    Hi, i hope you’re doing well
    From the hosting, they confirm me, that there’s no error, that’s why the file “error_php.log” is not generated.
    I am totally confused, I don’t know what can i do
    Regards

    Hello @demianv,

    Did you follow the steps explained in those links that I’ve shared?
    If so, please get in touch with the author of your page builder plugin.
    Maybe they have a solution that we are not aware of.

    Please Note: After enabling the debugging in WordPress, the “debug.log” file will be generated into the wp-content path, not the file “error_php.log”.

    Best Regards

    Thread Starter demianv

    (@demianv)

    Hi @skalanter, Hope you’re doing well
    I did everything you said, I can’t go Through the real problema.
    i deactivated and deleted the theme, along with the elementor plugin, but nothing works, apparently it’s something with the theme and the plugin. i will try to activate the wordpress debug to see if i have more information.

    Thanks

    Thread Starter demianv

    (@demianv)

    Hi?@skalanter, Hope you’re doing well
    I’ve already Enabled the “Debugging” but it seems that is’nt any error cause ther’s not a “Debug.log” file in the Wp-Content folder which makes me think that WordPress is not throwing any errors and I’m getting more and more confused.

    Thanks for your time
    Regards

    Hello @demianv,

    Please tell us how we can reproduce your steps to arrive at the issue somewhere other than your website.

    Kindly provide us with your system environment information. To do this, please go to WP Dashboard > Tools > Site Health > Info Tab and click on the button Copy site info to clipboard.
    You can send the information as code here or upload them to https://pastebin.com/ and get an exclusive link: https://i.postimg.cc/fbjtkFyJ/image.png(you can remove your email address from the content).

    ___________

    Regarding the debug log file, you must use the correct code to show the debug.log file. Can you confirm that you are using the code below?

    
    define( 'WP_DEBUG', true );
    define( 'WP_DEBUG_LOG', true );
    

    If not, use the code below:

    
    /* Debug Log File */
    define( 'WP_DEBUG', true );
    define( 'WP_DEBUG_LOG', true );
    define( 'WP_DEBUG_DISPLAY', false );
    @ini_set( 'display_errors', 1 );
    // Use dev versions of core JS and CSS files (only needed if you are modifying these core files)
    define( 'SCRIPT_DEBUG', true );
    

    Any warning, error, etc., that occurs on your website will be recorded in the debug.log file.

    Best Regards

    Thread Starter demianv

    (@demianv)

    Hi @skalanter, how're you?
    Please find attached the health related information of my site
    
    `
    ### wp-core ###
    
    version: 6.5.2
    site_language: es_ES
    user_language: es_ES
    timezone: +00:00
    permalink: /%postname%/
    https_status: false
    multisite: false
    user_registration: 0
    blog_public: 1
    default_comment_status: open
    environment_type: production
    user_count: 1
    dotorg_communication: true
    
    ### wp-paths-sizes ###
    
    wordpress_path: /home/c2610482/public_html
    wordpress_size: loading...
    uploads_path: /home/c2610482/public_html/wp-content/uploads
    uploads_size: loading...
    themes_path: /home/c2610482/public_html/wp-content/themes
    themes_size: loading...
    plugins_path: /home/c2610482/public_html/wp-content/plugins
    plugins_size: loading...
    database_size: loading...
    total_size: loading...
    
    ### wp-dropins (1) ###
    
    advanced-cache.php: true
    
    ### wp-active-theme ###
    
    name: OceanWP (oceanwp)
    version: 3.5.5
    author: OceanWP
    author_website: https://oceanwp.org/about-oceanwp/
    parent_theme: none
    theme_features: core-block-patterns, widgets-block-editor, align-wide, wp-block-styles, responsive-embeds, editor-styles, editor-style, menus, post-formats, title-tag, automatic-feed-links, post-thumbnails, custom-header, custom-logo, html5, woocommerce, wc-product-gallery-zoom, wc-product-gallery-lightbox, wc-product-gallery-slider, customize-selective-refresh-widgets, widgets
    theme_path: /home/c2610482/public_html/wp-content/themes/oceanwp
    auto_update: Desactivado
    
    ### wp-themes-inactive (1) ###
    
    Twenty Seventeen: version: 3.6, author: El equipo WordPress, Actualizaciones automáticas desactivadas
    
    ### wp-plugins-active (8) ###
    
    Elementor: version: 3.21.0, author: Elementor.com (latest version: 3.21.1), Actualizaciones automáticas activadas
    Formidable Forms: version: 6.9, author: Strategy11 Form Builder Team, Actualizaciones automáticas desactivadas
    Ocean Extra: version: 2.2.7, author: OceanWP, Actualizaciones automáticas activadas
    Smart Slider 3: version: 3.5.1.23, author: Nextend, Actualizaciones automáticas desactivadas
    Under Construction: version: 4.00, author: WebFactory Ltd, Actualizaciones automáticas activadas
    Wordfence Security: version: 7.11.5, author: Wordfence, Actualizaciones automáticas desactivadas
    WP Change Default Email: version: 0.4, author: Vijay Sharma, Actualizaciones automáticas activadas
    WP Super Cache: version: 1.12.0, author: Automattic, Actualizaciones automáticas activadas
    
    ### wp-media ###
    
    image_editor: WP_Image_Editor_Imagick
    imagick_module_version: 1690
    imagemagick_version: ImageMagick 6.9.10-68 Q16 x86_64 2021-10-14 https://imagemagick.org
    imagick_version: 3.7.0
    file_uploads: 1
    post_max_size: 128M
    upload_max_filesize: 128M
    max_effective_size: 128 MB
    max_file_uploads: 20
    imagick_limits: 
    	imagick::RESOURCETYPE_AREA: 63 GB
    	imagick::RESOURCETYPE_DISK: 9.2233720368548E+18
    	imagick::RESOURCETYPE_FILE: 6144
    	imagick::RESOURCETYPE_MAP: 63 GB
    	imagick::RESOURCETYPE_MEMORY: 31 GB
    	imagick::RESOURCETYPE_THREAD: 1
    	imagick::RESOURCETYPE_TIME: 9.2233720368548E+18
    imagemagick_file_formats: 3FR, 3G2, 3GP, AAI, AI, ART, ARW, AVI, AVS, BGR, BGRA, BGRO, BMP, BMP2, BMP3, BRF, CAL, CALS, CANVAS, CAPTION, CIN, CIP, CLIP, CMYK, CMYKA, CR2, CRW, CUR, CUT, DATA, DCM, DCR, DCX, DDS, DFONT, DNG, DOT, DPX, DXT1, DXT5, EPDF, EPI, EPS, EPS2, EPS3, EPSF, EPSI, EPT, EPT2, EPT3, ERF, EXR, FAX, FILE, FITS, FRACTAL, FTP, FTS, G3, G4, GIF, GIF87, GRADIENT, GRAY, GRAYA, GROUP4, GV, H, HALD, HDR, HISTOGRAM, HRZ, HTM, HTML, HTTP, HTTPS, ICB, ICO, ICON, IIQ, INFO, INLINE, IPL, ISOBRL, ISOBRL6, J2C, J2K, JNG, JNX, JP2, JPC, JPE, JPEG, JPG, JPM, JPS, JPT, JSON, K25, KDC, LABEL, M2V, M4V, MAC, MAGICK, MAP, MASK, MAT, MATTE, MEF, MIFF, MKV, MNG, MONO, MOV, MP4, MPC, MPEG, MPG, MRW, MSL, MSVG, MTV, MVG, NEF, NRW, NULL, ORF, OTB, OTF, PAL, PALM, PAM, PANGO, PATTERN, PBM, PCD, PCDS, PCL, PCT, PCX, PDB, PDF, PDFA, PEF, PES, PFA, PFB, PFM, PGM, PGX, PICON, PICT, PIX, PJPEG, PLASMA, PNG, PNG00, PNG24, PNG32, PNG48, PNG64, PNG8, PNM, PPM, PREVIEW, PS, PS2, PS3, PSB, PSD, PTIF, PWP, RADIAL-GRADIENT, RAF, RAS, RAW, RGB, RGBA, RGBO, RGF, RLA, RLE, RMF, RW2, SCR, SCT, SFW, SGI, SHTML, SIX, SIXEL, SPARSE-COLOR, SR2, SRF, STEGANO, SUN, SVG, SVGZ, TEXT, TGA, THUMBNAIL, TIFF, TIFF64, TILE, TIM, TTC, TTF, TXT, UBRL, UBRL6, UIL, UYVY, VDA, VICAR, VID, VIFF, VIPS, VST, WBMP, WMF, WMV, WMZ, WPG, X, X3F, XBM, XC, XCF, XPM, XPS, XV, XWD, YCbCr, YCbCrA, YUV
    gd_version: bundled (2.1.0 compatible)
    gd_formats: GIF, JPEG, PNG, WebP, BMP
    ghostscript_version: unknown
    
    ### wp-server ###
    
    server_architecture: Linux 3.10.0-1160.102.1.el7.x86_64 x86_64
    httpd_software: Apache
    php_version: 8.3.1 64bit
    php_sapi: fpm-fcgi
    max_input_variables: 1000
    time_limit: 30
    memory_limit: 512M
    max_input_time: -1
    upload_max_filesize: 128M
    php_post_max_size: 128M
    curl_version: 7.45.0 OpenSSL/1.0.1e
    suhosin: false
    imagick_availability: true
    pretty_permalinks: true
    htaccess_extra_rules: true
    current: 2024-04-18T18:29:13+00:00
    utc-time: Thursday, 18-Apr-24 18:29:13 UTC
    server-time: 2024-04-18T18:29:11+00:00
    
    ### wp-database ###
    
    extension: mysqli
    server_version: 8.0.35
    client_version: mysqlnd 8.3.1
    max_allowed_packet: 786432000
    max_connections: 6000
    
    ### wp-constants ###
    
    WP_HOME: undefined
    WP_SITEURL: undefined
    WP_CONTENT_DIR: /home/c2610482/public_html/wp-content
    WP_PLUGIN_DIR: /home/c2610482/public_html/wp-content/plugins
    WP_MEMORY_LIMIT: 40M
    WP_MAX_MEMORY_LIMIT: 512M
    WP_DEBUG: true
    WP_DEBUG_DISPLAY: true
    WP_DEBUG_LOG: true
    SCRIPT_DEBUG: false
    WP_CACHE: true
    CONCATENATE_SCRIPTS: undefined
    COMPRESS_SCRIPTS: undefined
    COMPRESS_CSS: undefined
    WP_ENVIRONMENT_TYPE: Sin definir
    WP_DEVELOPMENT_MODE: undefined
    DB_CHARSET: utf8
    DB_COLLATE: undefined
    
    ### wp-filesystem ###
    
    wordpress: writable
    wp-content: writable
    uploads: writable
    plugins: writable
    themes: writable
    
    
    **************************************************************
    
    
    ...And, below, the log file from Wp-Content...
    
    
    [17-Apr-2024 14:40:56 UTC] PHP Warning:  Undefined variable $wcdeOptions in /home/c2610482/public_html/wp-content/plugins/wp-change-default-email/wp-change-default-email.php on line 58
    
    [17-Apr-2024 14:40:59 UTC] PHP Notice:  tempnam(): file created in the system's temporary directory in /home/c2610482/public_html/wp-content/plugins/wp-super-cache/wp-cache-phase2.php on line 1433
    
    [17-Apr-2024 14:44:17 UTC] PHP Warning:  Undefined variable $wcdeOptions in /home/c2610482/public_html/wp-content/plugins/wp-change-default-email/wp-change-default-email.php on line 58
    
    [17-Apr-2024 14:44:17 UTC] PHP Notice:  tempnam(): file created in the system's temporary directory in /home/c2610482/public_html/wp-content/plugins/wp-super-cache/wp-cache-phase2.php on line 1433
    
    [17-Apr-2024 14:57:11 UTC] PHP Deprecated:  El archivo Tema sin header.php ha quedado obsoleto desde la versión 3.0.0 y no hay alternativas disponibles. Por favor, incluye una plantilla header.php en tu tema. in /home/c2610482/public_html/wp-includes/functions.php on line 6078
    
    [17-Apr-2024 14:57:11 UTC] PHP Deprecated:  El archivo Tema sin footer.php ha quedado obsoleto desde la versión 3.0.0 y no hay alternativas disponibles. Por favor, incluye una plantilla footer.php en tu tema. in /home/c2610482/public_html/wp-includes/functions.php on line 6078
    
    [17-Apr-2024 14:57:14 UTC] PHP Deprecated:  El archivo Tema sin header.php ha quedado obsoleto desde la versión 3.0.0 y no hay alternativas disponibles. Por favor, incluye una plantilla header.php en tu tema. in /home/c2610482/public_html/wp-includes/functions.php on line 6078
    
    [17-Apr-2024 14:57:14 UTC] PHP Deprecated:  El archivo Tema sin footer.php ha quedado obsoleto desde la versión 3.0.0 y no hay alternativas disponibles. Por favor, incluye una plantilla footer.php en tu tema. in /home/c2610482/public_html/wp-includes/functions.php on line 6078
    
    [17-Apr-2024 15:20:23 UTC] PHP Deprecated:  El archivo Tema sin header.php ha quedado obsoleto desde la versión 3.0.0 y no hay alternativas disponibles. Por favor, incluye una plantilla header.php en tu tema. in /home/c2610482/public_html/wp-includes/functions.php on line 6078
    
    [17-Apr-2024 15:20:23 UTC] PHP Deprecated:  El archivo Tema sin footer.php ha quedado obsoleto desde la versión 3.0.0 y no hay alternativas disponibles. Por favor, incluye una plantilla footer.php en tu tema. in /home/c2610482/public_html/wp-includes/functions.php on line 6078
    
    [17-Apr-2024 21:47:18 UTC] Error de evento de anulación de programación de cron para el gancho: wordfence_start_scheduled_scan. Código de error: could_not_set. Mensaje de error: No se ha podido guardar la lista de eventos del cron.. Datos: {"schedule":false,"args":[1713372000]}
    
    
    Thank you so much for your help, i mean it!
    Regards
    
Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Visualization of my logo and menus are gone’ is closed to new replies.