This topic has 1 reply, 2 voices, and was last updated 6 years by Radu.

  • Author
  • #205270
     hellensantos
    Participant

    Hello,

    I’m setting the theme and it has some errors.

    1. it is not going up the right demo, but ok, so I realized it’s just the structure of Home, which is easy to customize.

    2. is giving HTTP error when uploading images or capturing photos and videos through a camera in the members profile.

     

    I would be grateful if you could help me solve this second problem. You are uploading normal to the wordpress panel media gallery. My site is in HTTPS, I do not know if it makes a difference, but just in case there is such information.

     

     

    Awaiting,

    Hellen.

    Attachments:
    You must be logged in to view attached files.
    #205331
     Radu
    Moderator

    Hi,

    1.

    Do in a new page the next

    There you will need to import the home for 3.0 version

    You will have to create a new page and set for that homepage template (Full width for buiilder) then edit the page with elementor and import the template

    You can import any time in 3 easy steps the initial homepage, just create a new page separate by the old one.

    A.Add new page , then edit in elementor.

    B. Press add new template

    C. Switch to My Templates then press insert

    2. There may be multiple causes like child theme , plugins or server setting, to can find out follow the next, you will have to enable wp debug to find out exactly.
    You can try first to de-activate all pluguins except buddypress and also the child theme.Make sure you have them updated.

    Steps to enable wp debug:

    •  Connect to your server by FTP
    • Look in root directory of your WordPress install and open wp-config.php
    • Search for define( ‘WP_DEBUG’, false ); and change FALSE value to TRUE
    COPY CODE
    define( 'WP_DEBUG', true );
    
    •   After this line add this:
    COPY CODE
    define( 'WP_DEBUG_LOG', true );
    

    WP_DEBUG_LOG is a companion to WP_DEBUG that causes all errors to also be saved to a debug.log log file inside the /wp-content/ directory. This is useful if you want to review all notices later or need to view notices generated off-screen (e.g. during an AJAX request or wp-cron run).

    Repeat the described actions and then check the debug.log file and let me know what error appears.

    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?