Tagged: Enfold child
-
AuthorPosts
-
November 9, 2017 at 5:35 am #874408
I have followed all instructions on this forum including deactivating plugins, updating theme, clearing cache and inserting code to functions.php from this sticky https://kriesi.at/support/topic/having-problems-after-updating-to-wordpress-4-5-please-read-this-first/.
However, avia page builder is still not loading on my site for only one page.
November 10, 2017 at 12:26 am #874912Hey,
Login credentials are not working for me. Could you please check them once again? :)
Best regards,
YigitNovember 10, 2017 at 6:13 am #875003This reply has been marked as private.November 12, 2017 at 11:59 am #875707Hi mwneill,
It the main.js you something you added?
Best regards,
VictoriaNovember 13, 2017 at 4:25 am #875924This isn’t something I added to the theme but I didn’t develop the site.
November 13, 2017 at 12:29 pm #876083Hi,
Thanks for the feedback. Could you try removing the file in question to see if that resolves the problem please?
Best regards,
RikardNovember 13, 2017 at 5:11 pm #876170This reply has been marked as private.November 14, 2017 at 6:19 pm #876714I have deactivated main.js and the page is still not loading.
Any other thoughts on why this could be?
November 16, 2017 at 3:09 am #877312Hi,
The site is using a very old version of the theme, 3.6.1, which is not compatible with WordPress 4.8. Please upgrade to version 4.2 then reconfigure the theme options.
Best regards,
IsmaelNovember 16, 2017 at 7:14 am #877401This reply has been marked as private.November 16, 2017 at 2:01 pm #877529Hi,
Please refer to this post – kriesi.at/documentation/enfold/updating-your-theme-files/
Best regards,
YigitNovember 16, 2017 at 5:01 pm #877614Will the update change any of the content I made? I had a theme update in the past wipe out all the changes I made.
November 16, 2017 at 6:18 pm #877650Hi,
Have you made modifications on parent theme files such as functions.php, header.php etc? If you have, they will be overwritten, unless you use a child theme – kriesi.at/documentation/enfold/using-a-child-theme/
Since your content is stored on your database, it will not be affected by update but changes made on theme files will.
Best regards,
YigitNovember 16, 2017 at 7:11 pm #877678oh thank you!
So updating the enfold won’t make changes to the child modifications?
November 16, 2017 at 8:40 pm #877724Hi,
No, it will not. Only parent theme files will be overwritten :)
Best regards,
YigitNovember 16, 2017 at 11:29 pm #877833Thanks for the help. There is no option to update the theme on my wordpress dashboard.
November 17, 2017 at 7:27 am #877962Hi,
Please update the theme manually via FTP.
// https://kriesi.at/archives/the-complete-guide-to-updating-enfold
// https://kriesi.at/archives/the-complete-guide-to-updating-enfoldBest regards,
IsmaelNovember 28, 2017 at 6:04 pm #882788Hi,
I finally updated the theme however the page is still not loading.
November 30, 2017 at 2:25 pm #883428Hi,
The WP login credentials are not working anymore. Did you remove the user? Which page has the issue again?
Best regards,
IsmaelNovember 30, 2017 at 4:18 pm #883483I posted the credentials. it’s the team page not working.
December 4, 2017 at 3:39 am #884492Hi,
We found a few errors in the console, one is related to the main.js file, line 50.
var top = $('div.cd-timeline-block:last-of-type').position().top+'px';
Please replace the line with the following code.
var top = $('div.cd-timeline-block:last-of-type').offset().top+'px';
And switch the builder to debug mode so that we can inspect it again.
// https://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/
Best regards,
IsmaelDecember 4, 2017 at 10:02 pm #884802Thank Ismael.
I have fixed the error and set the builder to debug mode for you to inspect.
December 5, 2017 at 2:58 pm #885086Hi,
The template or shortcode works when I used it on my installation. Please copy the shortcodes from the debug mode field then paste it to a new page.
Screenshot: https://imgur.com/a/Rjtm8
Best regards,
IsmaelDecember 5, 2017 at 3:57 pm #885120I made a new page and copied the shortcode, however nothing is coming up still for the builder.
When I go to preview or view the new page it goes to a “denied” page.
December 6, 2017 at 8:19 am #885417Hi,
Where are you hosting the site? Please ask your hosting provider why the server is blocking the admin-ajax.php file. The create new post returns a 403 forbidden error because it can’t access the admin-ajax.php file. ( see private field )
Best regards,
IsmaelDecember 8, 2017 at 4:48 am #886343Hi they removed the admin-ajax.php file and this was their response after I told them it’s still not working:
Upon checking we could see that the mentioned URL is blocked by Mod_security on the server. Mod_security is an apache module that helps to protect your website from various attacks. It is used to block commonly known exploits by use of regular expressions and rule sets and is enabled on all servers by default. Mod_Security can potentially block common code injection attacks which strengthens the security of the server. Can you please verify the same using the following error loges provided. Please don’t hesitate to get back to us if you have any query or concern.
December 9, 2017 at 6:36 pm #886936Hi,
Please ask your hosting provider not to block the admin-ajax.php or exclude it from the mod_sec rule because it’s important. It is use to create ajax requests throughout the WordPress installation.
Best regards,
IsmaelDecember 10, 2017 at 12:34 am #887005It is not blocked and the avia builder is finally working again.
Thank you very much for all the help!
December 11, 2017 at 4:37 pm #887498Hi mwneill,
Glad you finally got it working for you! :)
If you need further assistance please let us know.
Best regards,
Victoria -
AuthorPosts
- You must be logged in to reply to this topic.