Forum Replies Created
-
AuthorPosts
-
finally got it working…
i had to download the database to my development computer, run the update (had to setup my xampp, the database was too slow) then exported the database and uploaded it to the server.now everything works fine
i think i found where the problem is.
i turned on debug mode, saved all wpdb queries in a file and ran the website on local PC with xampp.
here is what i found out :
1) a script was timing out. -> i increase max_execution_time
2) there were a lot of wp_db queries, updating database adding “_av_alb_posts_elements_state” meta keys to the posts
this process takes about 20-30 minutes then i get and out of memory error…its definitely a problem with the database update and the size of my database… if you could give me a clue where is that code running maybe i could run it with python, or break it into smaller chunks to run it
i checked the log files, the problem is a sql timeout on wp_db, is there a database update going on?
can i run that in command line?Hi Rekard,
yes i have. but had no luck… i think there must be something with the size of the database
Sure, super admin username and password is in the private content.
Thanks Ismael !
With a little adjustment it worked perfectly.Rikard,
I used to use bootstrap before so it might be because i haven’t yet learnt how to use avia page builder…
The old way, i usually designed the pages for Mobile then with screens getting bigger i replaced the columns to fit the bigger screen…
and i had this css classes that could push or pull a column when moving them (rearrange them) it the sample page i sent you above i want the smaller column to go to the bottom on mobile phones and tablets… but the content in the left column always shows up first in the smaller screens… for right to left sites the main content is usually placed on the right side and side bar content is placed at the left side (which is supposed to be shown and the bottom of the main content in mobile devices)any help with that?
Thanks and best regards
KavehI tried this method to add a custom font to the website and the font is loading just fine, but browser tries to download the font from google (which is not there) and it takes like 13 seconds to cancel the request !
The website is loading too slow as a result.Updating to 3.4.2 solved the problem…
and i like the new mailchimp integration…but theres no customization at all?
can’t i at least give text inputs classes and place holders to make the subscription form look like the original template?I loved that design and now its gone
Elliot,
Thank you for the quick respond.
1. I know it’s Ultimate Member that causing the problem, but i can’t find where and which JS is causing the problem.
2. I’ve edited some of my theme source codes and everytime i update, i ave to change everything again :( where can i see what has changed in the new version? -
AuthorPosts