Aqeart
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: My Blog Page Went TransparentI removed Masonry option and it worked.
Forum: Fixing WordPress
In reply to: Constant Crashing WordPress – 500 Internal Server ErrorYeah, that’s a good idea – or perhaps set up a site in a sub-directory on your server and start without anything added to the site and see if you have similar issues. If not, start adding your theme and plugins one by one until you get the same behavior.
Unfortunately, there’s not an easy way to track down intermittent problems like these, and often, they are server related.
You could also enable debugging to see what shows up on your site error logs –
Thanks! I will start debugging process, I hope it will work. However, I’m already planning to change my hosting company because of low memory allocated for my website. It might be easier to let the experts work it out on my new host, since it might be related to a security issue.
Forum: Fixing WordPress
In reply to: Constant Crashing WordPress – 500 Internal Server ErrorThanks!
But is there any explanation for unexpected crashes on the site and changes in the .htaccess file?P.S. Changes are mostly like extra two spaces or a deleted line without any character missing.
Forum: Fixing WordPress
In reply to: Constant Crashing WordPress – 500 Internal Server ErrorActually, Mystile, the theme I previously had that weird feature. The website was looking weird whenever I passed that process. Maybe dodgy was a wrong word, but even if I deactivate everything I don’t know how long to wait. Crashes are sporadic, and I have more than 40 plugins, all of them are necessary for my website. I tried deactivating most of them before, but it didn’t work.
Forum: Fixing WordPress
In reply to: Constant Crashing WordPress – 500 Internal Server ErrorI’ve checked with my hosting company. We’re still waiting for them to run a security scan on the site. It’s too dodgy for us to deactivate everything and take it back. Though I’m not sure why whenever I deactivate-activate a theme, all the changes I made disappears which means a lot of extra work. The worst of all, I don’t know when the site crashes. It just happens and I am notified by emails, thanks to Jetpack.
Forum: Plugins
In reply to: [Youtube Channel Gallery] Player not showing, the sound is onI have the same problem. It was fine before then it stopped working.
Hey I solved the problem. All you need to do is to change .htaccess file to this:
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress
Forum: Plugins
In reply to: [WooCommerce] Review form at product page does not show – MystileThanks a lot for sharing after you solved the issue!
Forum: Plugins
In reply to: [Sidebar Login] Password Box Size ProblemThe person who solved it told me that it was about CSS codes. I don’t have enough information, but basically check the CSS codes over there.
Forum: Plugins
In reply to: [Testimonials by WooThemes] Widget needs option to limit textTestimonials are pretty long and I don’t want to see them on the widget. If there is a way to do it, please share with us.
Forum: Plugins
In reply to: [Contact Form 7] Contact Form Skinny Box ProblemThanks