Home › Forums › WoodMart support forum › locked frontpage page can not be edited with elementor
locked frontpage page can not be edited with elementor
- This topic has 12 replies, 2 voices, and was last updated 1 year, 8 months ago by Aizaz Imtiaz Awan.
-
AuthorPosts
-
April 9, 2023 at 5:51 pm #458485
draganParticipantHi there,
as the title says.
please find pics attached.
Dragan
Attachments:
You must be logged in to view attached files.April 10, 2023 at 9:59 am #458619
Aizaz Imtiaz AwanKeymasterHi,
Sorry to hear about the inconvenience but can you please once make sure your WoodMart theme and Core plugin is updated to the latest version and then check back the issue again on your Site. The latest version of the Theme running is 7.1.4 and the Core version running is 1.0.36. If it is not updated then you can update the Theme and Core following the Documentation Guide: https://xtemos.com/docs-topic/update-the-theme/
If the issue still persists after updating the Theme and Core plugin, then could you please once try deactivating all the third party Plugins on your Site, remaining the Theme required ones activated. If the issue gets resolved, then reactivate them one by one to see which Plugin is causing the issue. If this doesn’t work for you then once also, try to activate the Parent Theme on your Site if you are using Child Theme on your Site.If somehow the issue still persists, then please take complete Backup of your Site first, then provide us the WP-ADMIN Login details of your Site in the Private Content field along with the permission to completely debug your Site which includes deactivating all the third party Plugins and removal of on-Site Customization changes too, so that we can thoroughly check this issue on your Site and assist you accordingly.
Best Regards.
April 10, 2023 at 1:28 pm #458687
draganParticipantHi There Aizaz,
pls find the credentials below. We find out that when we want to edit the frontpage it somehow loads in the BLOG template/page and this is throwing the error.
Attachments:
You must be logged in to view attached files.April 10, 2023 at 1:42 pm #458689
draganParticipantpls see private content
April 10, 2023 at 4:11 pm #458722
Aizaz Imtiaz AwanKeymasterHi,
Can you please share Cpanel Login details of your Site so that we can proceed further and check the issue on your Site and assist you accordingly.
Best Regards.
April 10, 2023 at 4:32 pm #458724
draganParticipantHi,
check below
April 11, 2023 at 9:12 am #458813
Aizaz Imtiaz AwanKeymasterHello,
I am not able to access your cpanel so please make sure to set up the PHP settings, this issue seems to be related to the PHP configuration. They may be caused by low PHP configuration limits. In this case, you need to increase some values. You can do this on your own or contact your hosting provider with the following requirements:
memory_limit 128M
post_max_size 64M
upload_max_filesize 64M
max_execution_time 180
max_input_vars 10000At this time, on your site, all the values are less than the required values.
Best Regards.
April 11, 2023 at 10:50 am #458841
draganParticipantDear Aizaz,
as i mentioned we do NOT use cpanel, but you can SSH directly in our server. I provided you with the credentials.
As for the setting also in your debug dashboard you can find the following values;
PHP Version: 8.1.16
PHP Post Max Size: 200M
PHP Time Limit: 180
PHP Max Input Vars: 15000
PHP Memory Limit: 2048M
PHP Upload Max Size: 200M
PHP Function “file_get_content”: On
DOMDocument: Yesso this all is in accordance to your recommendation even higher values to be sure.
April 11, 2023 at 12:15 pm #458869
Aizaz Imtiaz AwanKeymasterHi,
Your issue has been solved. Please check the site after removing the browser cache.
Best Regards.
April 11, 2023 at 8:15 pm #458983
draganParticipantHi Perfect,
thanks a million. What was now the problem exactly
we checked each page and it seems all ok however on the dashboard we notice a issue with css i assume. please check the pic it does not show 1 item in the text colum.
The rest is perfect thanks a million you guys are on top of your game!!!
Attachments:
You must be logged in to view attached files.April 12, 2023 at 11:37 am #459117
Aizaz Imtiaz AwanKeymasterHi,
Sorry to say but this issue recently comes from WooCommerce end and is specifically arising for the Edit Address end-point. This is not a Theme end concern, just to clear the fact.
So, hopefully in the upcoming updates WooCommerce could resolve this concern on a priority basis till then you can try the following Snippet provided in this regard. One of the WoodMart Customers share this Snippet and it worked out for most of the Customers facing this issue:
add_filter( 'woocommerce_account_menu_items', 'custom_edit_address' ); function custom_edit_address( $items ) { $items['edit-address'] = 'Address'; return $items; }
This snippet needs to be pasted under the functions.php file of the Child Theme.
Note: Please take a complete Backup of your Site first before trying out this Code Snippet. Secondly, if one tries to use the above Snippet on their Site then remember to try use the above Snippet under the Child Theme on your site because if you try it under the Parent Theme then it will get wiped out once you update the Theme in future (if the update gets released).
Best Regards.
April 12, 2023 at 12:44 pm #459146
draganParticipantHi Aizaz,
thank a million:
we will paste this snippet into code snippet and not change the directly the files. we run this site wise and tested it and performs perfect.
This solves the issues on hand thank once again for the great support. Kudos guys and keep up the work!!
regards,
Dragan
Attachments:
You must be logged in to view attached files.April 12, 2023 at 3:38 pm #459224
Aizaz Imtiaz AwanKeymasterHi,
I’m so happy to hear you are pleased with the Theme and Support. XTEMOS strives to deliver the best customer experience, and it makes our day to hear we have accomplished that.
We count ourselves lucky to have you as a customer. You can always reach us at any time. We are always here to help you.Thanks for contacting us.
Have a great day.
Topic Closed. -
AuthorPosts
The topic ‘locked frontpage page can not be edited with elementor’ is closed to new replies.
- You must be logged in to create new topics. Login / Register