Bluemad
Forum Replies Created
-
I search phpMyAdmin if any table used old table prefix using its build in search option, it show inside the options table old table prefix. After fix it now no issue.
Great news. Waiting for the next update.
If it doesn’t show your site, there can be two reason.
You haven’t added new site to Google analytics.
Try to reauthorized.
Forum: Fixing WordPress
In reply to: How do i protect wp-content/cache folder? anyone can browse it.Yes, most of them are HTML, CSS and js. But there’s w3total config and few other files.
Recently when I’m checking cache folder I saw that there’s a suspicious empty folder. That folder named one of my competitor domain. That’s why I feel to protect this folder.
Thank you Kurt your response. I think its better wait until release a stable version.
Forum: Fixing WordPress
In reply to: How do i protect wp-content/cache folder? anyone can browse it.I want to know, is it Ok expose my cache folder to public? Specially allow cache folder directory browsing. Are three anyway to protect it?
Forum: Fixing WordPress
In reply to: Java scripts and CSS to use www if I use www domainProblem fixed. I setup my home and blog address using wp-config.php but WordPress settings page uses non WWW as blog and home address. Temporary i removed wp-config.php file blog and home page address and then i set WWW domain using WordPress.
Problem fixed.
It causes public_html/wp-content/.htaccess file. I used following code. Therefore when wordpress new posts page requesting to access app box plugin relevant “combined.btn.js.php” file, it deny.
Now I use this code, therefore no issue at all.
order deny,allow
deny from all
<files ~ “.(xml|css|jpe?g|png|gif|js|.btn.js.php)$”>
allow from all
</files>Thank you Marcelisms your reply. Looks like when I’m typing this thread, I miss one sentence.
I have two blogs. One blog, this plugin working. Other blog, there’s a issue. After I activated the plugin, it doesn’t show visual editor (posts). If I use Button behavior as “Show no buttons in editor“, visual editor properly display. If I choose other options such as “show all apps store buttons in the editor”, visual editor not loading. ??
As I mentioned earlier, it’s not the plugin conflict. What could be the reason?
Well, I found the issue. It generated this htaccess code. After I removed it, now everything OK.
# Redirect to www domain
RewriteEngine On
RewriteCond %{HTTP_HOST} ^mydomain.com$
RewriteRule (.*) https://www.mydomain.com/$1 [R=301,L]Any solution?
Forum: Plugins
In reply to: [Brankic Social Media Widget] Change hover background colorI also try it in the plug-in editor, but no luck. ??
Hello!
I got the same issue. When I’m uploading images from “Posts>Add New>Add Media” I got this error. (enabled automatic smush when uploading, wait time set 120 seconds, my VPS also support 120 seconds)
If I upload it Media>Add file. After it’s uploaded continuously shows “Crunching…” message. If I wait 30 minutes, it’s not change that message. If I refresh the page, it shows uploaded and Reduced by xx%.
[Log removed]
Forum: Fixing WordPress
In reply to: Are there anyway to stop WordPress generate multiple image?Thanks WPRanger. I’ll try this method.
Srijith V. Nope. If you can give me your contact info, I can give relevant info.
Forum: Themes and Templates
In reply to: Any way to keep all the custom function cods in separately?I have no idea how to wrap that code as a plug-in. ??