Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #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.

    View post on imgur.com

    • This topic was modified 7 years ago by lech07.
    #755914

    i 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!

    #755926

    after 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”;
    }

    #755993

    Hey!

    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!
    Basilis

    #756277

    Hi 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.

    #758815

    Hey!

    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,
    Ismael

    #758976

    I 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?

    #759263

    Hey!

    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,
    Ismael

    #759340

    i 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?

    #759838

    Hi!

    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

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.