-
AuthorPosts
-
March 5, 2017 at 1:41 pm #755910
Hello,
Im getting really frustrated because I am trying to finish the website but every time i am running into bugs in the theme or other issues. You have helped me to make the text smaller in the catalog. but when i am trying to edit the text it brakes the design/boxes. So basically I am affraid to correct anything cause it will brake the design/boxes with the loading bar :(
Now i went back to last changes and it is showing it correct.
I dont know what is wrong, i have tried to upload the theme again but still it looks like there are some bugs/errors. I am very frustrated as I just want to finalize the small errors/bus and migrate my site to my hosting agency.
- This topic was modified 7 years, 8 months ago by lech07.
March 5, 2017 at 1:59 pm #755914i have used many months to make the website and i just want to fnalize it. I really can´t start from the beginning!
I just want to get help making the corrections and fix the bugs there might be! Please!March 5, 2017 at 2:21 pm #755926after reuploading the theme and child theme i lost some changes.
for instance the debug mode. I tried to add the code but the debug mode doesn´t appear.
I tried in functions.php for child theme i also tried in functions.php in enfold theme. nothing works.//set builder mode to debug
add_action( ‘avia_builder_mode’, “builder_set_debug” );
function builder_set_debug () {
return “debug”;
}March 5, 2017 at 7:02 pm #755993Hey!
Please ask your hosting provider to bring your previous version back.
After that, we will help you with any issue.
it is not proper way to reupload everything and lost your changes.
It is easier if we go ahead and fix any small issues rather than you loose all that month.Update us here please.
Cheers!
BasilisMarch 6, 2017 at 10:16 am #756277Hi Basili,
Unfortunately it is my own server where I am building the website and I didn´t have any backup at that time the error happened.
Therefore I can´t undo the changes /errors.I did a new installation and database in phpmyadmin and copied after an article to see if the bug/errors are still there, it seems like there are no errors in the new wordpress installation and I can make changes without anything brakes or goes wrong.
At this moment I cant see any other solution because whatever I try to modify it brakes the design/page in the “old” isntallation, and I need to make some small changes in the text.if you have a smarter/better solution please let me know.
March 10, 2017 at 11:18 am #758815Hey!
What is the current wordpress memory limit? You should set it to at least 128M.
https://docs.woocommerce.com/document/increasing-the-wordpress-memory-limit/
Regards,
IsmaelMarch 10, 2017 at 3:57 pm #758976I dont know. There is no limit/code for limit in the wp-config.php.
But this is just an issue if i try to upload big files right? It shouldn´t have anything to do if there is a bug or errors?
March 11, 2017 at 6:09 am #759263Hey!
But this is just an issue if i try to upload big files right
That is a different directive (upload_max_filesize). The memory limit is the amount of memory consumed by PHP which will increase as plugins and custom modification are added in the installation. Please set the wp memory limit to 128M.
Regards,
IsmaelMarch 11, 2017 at 10:38 am #759340i have now changed the size to 128 in wp-config.php in zorbas.synology.me/wordpress:
define(‘WP_DEBUG’, false);
define(‘WP_MEMORY_LIMIT’, ‘128M’);
/* That’s all, stop editing! Happy blogging. */Is this enough or should I also change the size in the ini file?
SHould this correct R/N/N errors or errors in catalog, im not sure I understand?
March 13, 2017 at 7:24 am #759838Hi!
SHould this correct R/N/N errors or errors in catalog, im not sure I understand?
No, it will not correct the database but it should help with the advance layout builder issue. I’m sorry but we can’t help you with that issue. You should ask your hosting provider about it or just revert to an old back up. Or try these plugins.
// https://wordpress.org/plugins/wp-optimize/
// https://wordpress.org/plugins/advanced-database-cleaner/Important Note: Create a backup of the site before using the plugins.
Regards,
Ismael -
AuthorPosts
- You must be logged in to reply to this topic.