-
Author
-
August 3, 2018 at 01:15 #205270hellensantosParticipant
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.August 3, 2018 at 17:41 #205331RaduModeratorHi,
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 CODEdefine( 'WP_DEBUG', true );
- After this line add this:
COPY CODEdefine( '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 -
AuthorPosts
You must be logged in to reply to this topic.