pratik9722
Forum Replies Created
-
please give me the replay. where is the support department of this plugin?
I have again SSL related issue.
so what I want?
1) whole site should non SSL (accept few pages)& that should have www. means when people type yoursite.com or http://www.yoursite.com then they should redirect to http://www.yoursite.com
2) some pages should be secured by SSL means that should redirect when visitors types yoursite.com/store or http://www.yoursite.com/store (those page is selected by “Enable SSL setting” which is given on every signal page)
But instead of these what I’m getting or my problems are…
1)right now when visitors type https://www.yoursite.com/ or http://www.yoursite.com or yoursite.com they are getting “This web page has a redirect loop” error in chrome & “The page isn’t redirecting properly” error in Mozilla!(in this condition my itheme security setting is “Front End SSL Mode: Per content”)
2) but when I’m changing the setting to “Front End SSL Mode: whole site” then site works well & get https://yoursite.com for all conditions(when visitors types https://www.yoursite.com/ or http://www.yoursite.com or yoursite.com)
3)And other option “Front End SSL Mode: Off” is also not work because site is running but I get https://www.yoursite.com for all three conditions.!
Since last 4 month my site was working good after giving your answer. but before few days(3-4days)it’s start giving these type of problem but my admin penal wasn’t any https(& before 3-4 days;I had reinstall my WordPress by going to http://www.yoursite.com/wp-admin/update-core.php because on those days I was facing problem is that sometime my non-SSL page also redirect to https://www.yoursit.com/page)
Right now my admin penal has https (Force SSL for Login & Force SSL for Dashboard is on),I have w3 total cache plugin(if I have deactivate this plugin still the problem is not changed),I have hostgator shared hosting.& my .htaccess file has thes code:(which you suggested in this forum for redirecting http://yoursite to http://www.yoursite.but these code has no effect on above problem because when I have remove the this code the problem is still remaining)
# BEGIN WordPress
RewriteEngine On
RewriteCond %{HTTP_HOST} !^www\.
RewriteRule ^(.*)$ http://www.%{HTTP_HOST}/$1 [R=301,L]
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
# END WordPresstoday on 16/09/2014 I have update itheme security plugin but the problem is still remaining & after updating this plugin your plugin icon was gone from sidebar of my dashboard.
If I will successful in setting up “Front End SSL Mode: Per content” then may be my all problem will solved
I hope you can understand my problem & please try to solve this.
Thank youForum: Plugins
In reply to: [Pricing Table] About v1.3.0unfortunately I doesn’t have backup & now getting this error
Warning: include(table-templates/green/price_table.php): failed to open stream: No such file or directory in /home1/gigabyte/public_html/wp-content/plugins/pricing-table/pricing-table.php on line 131
Warning: include(table-templates/green/price_table.php): failed to open stream: No such file or directory in /home1/gigabyte/public_html/wp-content/plugins/pricing-table/pricing-table.php on line 131
Warning: include(): Failed opening ‘table-templates/green/price_table.php’ for inclusion (include_path=’/home1/gigabyte/public_html/wp-content/plugins/google-analyticator/google-api-php-client/src:.:/opt/php54/lib/php’) in /home1/gigabyte/public_html/wp-content/plugins/pricing-table/pricing-table.php on line 131
Warning: include(table-templates/gray/price_table.php): failed to open stream: No such file or directory in /home1/gigabyte/public_html/wp-content/plugins/pricing-table/pricing-table.php on line 131
Warning: include(table-templates/gray/price_table.php): failed to open stream: No such file or directory in /home1/gigabyte/public_html/wp-content/plugins/pricing-table/pricing-table.php on line 131
Warning: include(): Failed opening ‘table-templates/gray/price_table.php’ for inclusion (include_path=’/home1/gigabyte/public_html/wp-content/plugins/google-analyticator/google-api-php-client/src:.:/opt/php54/lib/php’) in /home1/gigabyte/public_html/wp-content/plugins/pricing-table/pricing-table.php on line 131
PLEASE SOLVE THIS.!!!
or gives us old version of this plugin on your site so we can solved that problemForum: Plugins
In reply to: [Pricing Table] Tables broke with upgrade (solved)unfortunately I doesn’t have backup & now getting this error
Warning: include(table-templates/green/price_table.php): failed to open stream: No such file or directory in /home1/gigabyte/public_html/wp-content/plugins/pricing-table/pricing-table.php on line 131
Warning: include(table-templates/green/price_table.php): failed to open stream: No such file or directory in /home1/gigabyte/public_html/wp-content/plugins/pricing-table/pricing-table.php on line 131
Warning: include(): Failed opening ‘table-templates/green/price_table.php’ for inclusion (include_path=’/home1/gigabyte/public_html/wp-content/plugins/google-analyticator/google-api-php-client/src:.:/opt/php54/lib/php’) in /home1/gigabyte/public_html/wp-content/plugins/pricing-table/pricing-table.php on line 131
Warning: include(table-templates/gray/price_table.php): failed to open stream: No such file or directory in /home1/gigabyte/public_html/wp-content/plugins/pricing-table/pricing-table.php on line 131
Warning: include(table-templates/gray/price_table.php): failed to open stream: No such file or directory in /home1/gigabyte/public_html/wp-content/plugins/pricing-table/pricing-table.php on line 131
Warning: include(): Failed opening ‘table-templates/gray/price_table.php’ for inclusion (include_path=’/home1/gigabyte/public_html/wp-content/plugins/google-analyticator/google-api-php-client/src:.:/opt/php54/lib/php’) in /home1/gigabyte/public_html/wp-content/plugins/pricing-table/pricing-table.php on line 131
PLEASE SOLVE THIS.!!!
or gives us old version of this plugin on your site so we can solved that problemwow man..your support is so fast like a pro & it’s work well,no error nothing. thanks.
I have WordPress site that has SSL(not all page but only some pages are https because I don’t want to add https on all pages to avoid load on server and those https page are done by iThemes Security plugin) and now I want to redirect non-www. to www. site to avoid duplicate content issue(I hear that now Google don’t create any issue related to this but I also want to submit my site to other search engines) & I will going to past below code on 1st line of .htacces file to make redirect now-www to www site but I’m not sure that my code is right! or is it affect on other https pages?(in SSL page;all page are successfully redirecting to www https://www.mywebsite.com)
I like to also mansion wordpress general setting
WordPress Address (URL):https://www.mywebsite.com
Site Address (URL):https://www.mywebsite.comRewriteEngine on
RewriteCond %{HTTP_HOST} ^([a-z.]+)?mywebsite\.com$ [NC]
RewriteCond %{HTTP_HOST} !^www\. [NC]
RewriteRule .? http://www.%1mywebsite.com%{REQUEST_URI} [R=301,L]Forum: Plugins
In reply to: [Appointment Calendar] Not receiving notificationsHi FARAZFRANK
As per your suggestion, I have check that things & you are right! That server is not gives that facility(that was free hosting for demo purpose) & localhost is also not working in that matter but hostgator server is working good in both side(submitter notification & approval notification) but I had install w3 total cache plugin on that site so that in admin penal I gets this message“Recently an error occurred while creating the CSS / JS minify cache: JSMin: Unterminated RegExp at byte 226093: / Math.pow(10, precision).”
, the appointment plugin also not working properly along with w3 total cache(calender become invisible)and my website takes 4-6 sec(sometime even more) for loading according to http://tools.pingdom.com/(without appointment plugin my site loads within 1.5-2.5 sec & my site hosted on shared hosting and has SSL)
one more thing that I want to tell you is that when I’m trying to add this plugin directly from wp dashboard, I can’t find Appointment Calendar plugin control icon on left menu-bar in admin penal but when I follow this step unzip plugin>open appointment-calendar.2.7.1 folder>then make zip for appointment-calendar>and upload only this zip file using admin panel then plugin work well.
At the end I request you to solve w3 total cache plugin(“Recently an error occurred while creating the CSS / JS minify cache: JSMin: Unterminated RegExp at byte 226093: / Math.pow(10, precision).”) & Thanks for contributing this useful plugin.
Thanks
PratikForum: Plugins
In reply to: [Appointment Calendar] Not receiving notificationsHi FARAZFRANK
I also have same problem; I cant get any notification when someone submit appointment(I have try all option like Wp,PHP, SMTP)& when I have approve that appointment then that person also not get notification.please solve this problem as fast as possible.If these problem are solved then we can say that this plugin is best plugin for making appointment site.Thanks
Pratik