Anirban
Forum Replies Created
-
Forum: Plugins
In reply to: [Wp-Pro-Quiz] LaTex SupportMathJax Latex Plugin also works for me only if the email functionality is disabled.
Forum: Plugins
In reply to: [Wp-Pro-Quiz] LaTex/Mathjax is not working!Even i was facing the same issue. I am also using MathJax Latex Plugin. Then I tinkered with the settings. I found out that Latex/Mathjax does not work, if the email functionality is enabled.
Forum: Fixing WordPress
In reply to: How not to show excerpt for certain category of postsit does not have category.php
Forum: Fixing WordPress
In reply to: How not to show excerpt for certain category of postsI am using a child theme of customizr theme
The demo link is useless. You are in a tearing hurry to give updates to your plugin. each update breaks the core capabilities of your quiz. It is such a sheer waste of time on the part of the users to act as testers.Please be thorough with your testing process before releasing any updates.
this file was the one before i disabled wordfence.
#WFIPBLOCKS – Do not remove this line. Disable Web Caching in Wordfence to remove this data.
Order Deny,Allow
#Do not remove this line. Disable Web Caching in Wordfence to remove this data – WFIPBLOCKS
#WFCACHECODE – Do not remove this line. Disable Web Caching in Wordfence to remove this data.
<IfModule mod_deflate.c>
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_headers.c>
Header append Vary User-Agent env=!dont-vary
</IfModule>
<IfModule mod_mime.c>
AddOutputFilter DEFLATE js css htm html xml
</IfModule>
</IfModule>
<IfModule mod_mime.c>
AddType text/html .html_gzip
AddEncoding gzip .html_gzip
AddType text/xml .xml_gzip
AddEncoding gzip .xml_gzip
</IfModule>
<IfModule mod_setenvif.c>
SetEnvIfNoCase Request_URI \.html_gzip$ no-gzip
SetEnvIfNoCase Request_URI \.xml_gzip$ no-gzip
</IfModule>
<IfModule mod_headers.c>
Header set Vary “Accept-Encoding, Cookie”
</IfModule>
<IfModule mod_rewrite.c>
#Prevents garbled chars in cached files if there is no default charset.
AddDefaultCharset utf-8#Cache rules:
RewriteEngine On
RewriteBase /
RewriteCond %{HTTPS} on
RewriteRule .* – [E=WRDFNC_HTTPS:_https]
RewriteCond %{HTTP:Accept-Encoding} gzip
RewriteRule .* – [E=WRDFNC_ENC:_gzip]
RewriteCond %{REQUEST_METHOD} !=POST
RewriteCond %{HTTPS} off
RewriteCond %{QUERY_STRING} ^(?:\d+=\d+)?$
RewriteCond %{REQUEST_URI} (?:\/|\.html)$ [NC]RewriteCond %{HTTP_COOKIE} !(comment_author|wp\-postpass|wf_logout|wordpress_logged_in|wptouch_switch_toggle|wpmp_switcher) [NC]
RewriteCond %{REQUEST_URI} \/*([^\/]*)\/*([^\/]*)\/*([^\/]*)\/*([^\/]*)\/*([^\/]*)(.*)$
RewriteCond “%{DOCUMENT_ROOT}/wp-content/wfcache/%{HTTP_HOST}_%1/%2~%3~%4~%5~%6_wfcache%{ENV:WRDFNC_HTTPS}.html%{ENV:WRDFNC_ENC}” -f
RewriteRule \/*([^\/]*)\/*([^\/]*)\/*([^\/]*)\/*([^\/]*)\/*([^\/]*)(.*)$ “/wp-content/wfcache/%{HTTP_HOST}_$1/$2~$3~$4~$5~$6_wfcache%{ENV:WRDFNC_HTTPS}.html%{ENV:WRDFNC_ENC}” [L]
</IfModule>
#Do not remove this line. Disable Web caching in Wordfence to remove this data – WFCACHECODE
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 WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
Will this issue go away when there is the next update of your plugin? I am not that technically well versed, I can copy paste my .htaccess, which my hosting provider had provided me before I deactivated wordfence, if that will be of any help.
Yes i had enabled falcom caching after i activated the plugin (using wordfence since last 2 months). This problem started since yesterday morning (Indian Time). After I deactivated wordfence the problem did not occur any more
Everything is fine as of now. Plugin working well.
ok i managed to install the update by visiting the view details link. thanks.
but i did not get the plugin update notification in my wordpress dashboard.
One more issue is even if i select 10 questions to load out of 20 questions, all questions are loading.
I had to select “show submit button on every page” to make the submit button available. If i don’t select this there is no submit button on the last page. Yes clicking submit button shows the result page.
Ideally you should not even have this option “show submit button on every page”
If I am displaying 1 question per page as I have 10 questions, why would i need a submit button on the pages 1 to 9. Submit button should automatically appear on the 10 th page ( ie on the page of the last question)Again this issue was not there earlier, looks like the latest update broke many existing functionalities.