shaansh
Forum Replies Created
-
Forum: Plugins
In reply to: [Achievements for WordPress] Showing achievements in commentsAlright. Thank you again.
Forum: Plugins
In reply to: [Achievements for WordPress] Showing achievements in commentsThank you for replying Paul.
Any rough idea when you are planning to release the update. I hope the update will be soon available for download.
Regards,
ShaanForum: Fixing WordPress
In reply to: Thumbnail post for a specific categoryHonestly, I tried to understand but failed to get what to do. I have no knowledge on PHP/JS.
Anyway, as you said I contacted my Theme developers. Thank you for the help and sorry for the trouble
Forum: Fixing WordPress
In reply to: Thumbnail post for a specific categoryThank you alchymyth for replying.
I am using Sahifa Theme.
http://iffytech.comBy the way, what I am trying to achieve is to make my category look like a photo gallery.
Forum: Fixing WordPress
In reply to: Adding something like "Accordion Menu" in my postsFound a plugin called jQuery UI widgets. It works great π
Forum: Fixing WordPress
In reply to: Adding something like "Accordion Menu" in my postsIs there no way to do this?
Forum: Fixing WordPress
In reply to: [How-To] Converting a form into postOh. That’s just sad. I am not good at PHP at all. I am still learning CSS.
Anyway, thank you for replying, appreciate it.Forum: Fixing WordPress
In reply to: [How-To] Converting a form into postIs there a way to add text fields, drop downs and check boxes? I couldn’t find the options anywhere.
Edit: I read about Gravity Forms, but I cant afford buying it unfortunately. Any free alternatives?
Forum: Plugins
In reply to: [Plugin: W3 Total Cache] Using W3TC on multisite without getting 500 errorHi shaansh,
Thank you for that, I can see a few things that could cause the 500 error your seeing.
What happens if you upload a clean (blank) .htaccess file?
Kind regards
Jamie
—–
Pipe Ten Support Team1st of all, thanks again for replying. Secondly,what do you mean by clean .htaccess? If I upload the .htaccess with the code below, the website works perfectly okay, i.e no 500 Internal error.
RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] # add a trailing slash to /wp-admin RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L] RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^ - [L] RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) $2 [L] RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L] RewriteRule . index.php [L]However, trying to access W3TC setting just makes my site crash again.
EDIT: I didnt see the keyword “blank”. I tried uploading blank .htaccess file too. It works fine as well (i.e no 500 Internal server error)
Forum: Plugins
In reply to: [Plugin: W3 Total Cache] Using W3TC on multisite without getting 500 errorHello Jamie, thank you for replying. My .htaccess content is
RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] # add a trailing slash to /wp-admin RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L] RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^ - [L] RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) $2 [L] RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L] RewriteRule . index.php [L]# BEGIN W3TC Browser Cache <IfModule mod_deflate.c> <IfModule mod_headers.c> Header append Vary User-Agent env=!dont-vary </IfModule> AddOutputFilterByType DEFLATE text/css text/x-component application/x-javascript application/javascript text/javascript text/x-js text/html text/richtext image/svg+xml text/plain text/xsd text/xsl text/xml image/x-icon application/json <IfModule mod_mime.c> # DEFLATE by extension AddOutputFilter DEFLATE js css htm html xml </IfModule> </IfModule> # END W3TC Browser CacheForum: Plugins
In reply to: [Plugin- Login With Ajax] Non Ajax registrationOh and I am also using WordPress Multisite