-
AuthorPosts
-
May 9, 2017 at 2:58 am #789938
I’m on the most up to date version and I’ve tried deactivating all plugins. Can you help? Thank you in advance!
May 9, 2017 at 7:23 am #790024Hey cmatthews1,
Please send us a temporary admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply.
Best regards,
RikardMay 9, 2017 at 2:30 pm #790284Added info to private content. Please let me know if you need any other information.
May 9, 2017 at 4:06 pm #790411Hi cmatthews1,
Please refer to this thread for a possible solution.
If you need further assistance please let us know.
Best regards,
VictoriaMay 9, 2017 at 4:31 pm #790430Hi Victoria, can you offer any further assistance?
make sure that you are running the latest version of the theme – DONE
Clear your browser cache and restart – DONE
Try a different browser to verify if you are getting cached results or not – DONE
Disable all plugins to see if there is a conflict with any of them – DONE
If none of the above should work, then try to overwrite your theme files with a fresh copy from your Themeforest account – DONEI tried copying over a new admin-ajax.php as well, but no luck. It’s odd that some of the portfolio/pages work while some other do not. Any other ideas?
May 9, 2017 at 4:42 pm #790441Hi cmatthews1,
Great job!
Let’s test a bit more. You say some pages work, some don’t. Give me a working page and we’ll try to spot a difference :)
Also which php are you running?Best regards,
VictoriaMay 9, 2017 at 5:08 pm #790461Thanks, I’ve added a few items in the private content area. Let me know what else I can do to help!
May 9, 2017 at 6:16 pm #790495Added additional information.
May 9, 2017 at 7:55 pm #790542Hi cmatthews1,
Best regards,
VictoriaMay 9, 2017 at 8:19 pm #790560More info.
May 10, 2017 at 5:31 am #790830Hi,
Thanks for that, I think you should try running one of the PHP 7 versions. Also, do you have any content in the items which are not working which is different from the ones that are?
Best regards,
RikardMay 10, 2017 at 2:00 pm #7910777.0 seemed to break the site completely, so I upped it to 7.1 which brought it back. Site still has the same issues unfortunately. Tough to say which if the content is completely the same as my colleague did some of the changes. I believe most of the portfolio items were based off a template, but I just noticed that i’m unable to edit the “Welcome” page (note, not a portfolio item) either.
May 11, 2017 at 4:39 am #791447Hi,
Thanks for the feedback, you are getting a 404 error on a WordPress file (admin-ajax.php). We have seen this error on other sites but we’re still not sure what is causing it unfortunately. We’re going to try to figure out why this is happening.
Best regards,
RikardMay 11, 2017 at 1:31 pm #791624Thanks for the update, looking forward to seeing what you might come up with!
May 14, 2017 at 6:48 am #792865Hi,
I’ve investigated a bit more and there seems to be something strange going on with your installation, I tried to update your functions.php file for instance and it lead to a 404 file. I’ve never seen that happen before so I think it will take some investigating. I just need to check with you; do we have permission to reinstall WordPress/theme and deactivate/activate plugins on the site?
Also, please post FTP details in private in case we should need it.
Best regards,
RikardMay 16, 2017 at 5:13 pm #794126I apologize, I missed the last update in this thread. Yes, you have permission to reinstall themes and deactivate/activate plugins as you need. I actually just updated the Enfold theme to the latest just in case it fixed the issue, but it appears it did not. I have attached FTP credentials in the private content area.
May 16, 2017 at 10:49 pm #794521Hi,
We just pushed a new version, can you please try upload it again?
Thank youBest regards,
BasilisMay 17, 2017 at 7:40 pm #795054Just updated to 4.0.7, still have the same issue.
May 22, 2017 at 4:54 am #797364May 22, 2017 at 1:33 pm #797634Thanks for the update, I appreciate it. Let me know if there is anything I can do to help.
May 23, 2017 at 5:48 pm #798398Hi,
We have checked your pages on our servers and they work fine.
We could break the problem down to following:
Portfolio:
The word “Get” in image caption “Get Deal Now!”
Welcome Page:
Unable to add the select element to contact form.
You can easily reproduce it with only these elements.
It seems, that something is blocking the WP admin_ajax.php calls and reroutes the request to a 404 page. In case your hoster asks: The text sent with ajax is plain text (no HTML tags, only WP shortcode in text like used in a WP editor).
Can you please check with your hoster what security software he is using (maybe something like mod_security) and if it is possible to get error logs. It would be a help if you could switch off the software and test your page/portfolio.
Best regards,
GünterMay 24, 2017 at 9:46 am #798797Hi,
We have a possible solution, it involves editing some WordPress file though. I just wanted to make sure that we are allowed to make changes to the site? You might want to keep a backup of your site in case something should go wrong.
Regards,
RikardMay 24, 2017 at 1:58 pm #798888Hi Rikard, I have completed a backup to the whole site and the wordpress/databases. Please go ahead and edit as you see fit. Thanks again for looking into this for us.
May 25, 2017 at 5:58 am #799361Hi,
Thanks for that. We tried the solution out without any luck unfortunately. The solution works on our local and test servers so we’re guessing that there must be some limitations coming from your hosting provider. Would you be able to contact them and ask them to increase the memory allocated to PHP on your installation to at least 256mb? What we have tried so far for reference:
.htaccess:
php_value post_max_size 512M php_value upload_max_filesize 512M php_value max_input_vars 5000 php_value max_execution_time 300 php_value max_input_time 300 php_value memory_limit 512M
wp-includes->default_constants.php:
// Define memory limits. if ( ! defined( 'WP_MEMORY_LIMIT' ) ) { if ( false === wp_is_ini_value_changeable( 'memory_limit' ) ) { define( 'WP_MEMORY_LIMIT', $current_limit ); } elseif ( is_multisite() ) { define( 'WP_MEMORY_LIMIT', '512M' ); } else { define( 'WP_MEMORY_LIMIT', '256M' ); } }
Best regards,
RikardMay 25, 2017 at 3:48 pm #799613I have submitted a support ticket to them. I’ll let you know what I hear, thanks!
May 25, 2017 at 3:54 pm #799618They were quick with a response:
We have increased the following PHP limits for your convenience:
max_execution_time = 300
memory_limit = 512Mb
post_max_size = 64Mb
upload_max_filesize = 256MbDoes that work?
June 5, 2017 at 4:50 pm #804039Hey guys,
Any update on this?
Thanks!June 11, 2017 at 5:37 pm #806609Hi,
Please try these steps: http://kriesi.at/documentation/enfold/my-enfold-layout-builder-is-not-loading-properly/Best regards,
MikeJune 11, 2017 at 6:12 pm #806613Already tried that Mike, see above.
June 12, 2017 at 6:40 am #806726Hi,
Just to have sure, disable all the plugins and check if there`s any problem.
Best regards,
John Torvik -
AuthorPosts
- You must be logged in to reply to this topic.