Tejdeep Singh
Forum Replies Created
-
Forum: Plugins
In reply to: [Advanced AJAX Product Filters] Filter works only first timeHello Dima,
Thanks for your support. I have resolved my issue as you told to change the layout of theme. I have changed my custom theme layout like woo commerce, now it works fine.
Thank you again for such a nice plugin and take care
God Bless All
Regards:
TejdeepHello Jan
Great, its working now ??
Thanks For Your Help:)
Take care God Bless All ??
I find this error on firebug console
“[WP-Ajaxify-Comments] Comment container on requested page not found (selector: ‘#post-390 #comments’)”Thanks
Hello
I used this but didn’t work for me, it reloads the page. and i disable all the plugins and remove javascript from header,footer for checking this plugin’s working, but still reloading the page after using this [id^=’post-‘] in “Post container selector” option. Please help me
God Bless AllHello Jan
Thanks For Your Reply ??
Please see below link:
Test-Multi-Comments link
We also added this div[id^=”post-“] in plugin settings “Post container selector” but by using this, page will refresh.Regards:
Tejdeep SinghForum: Networking WordPress
In reply to: How to Remove index.php from sub domain url in wordpressThis Code Works good For IIS 7 version..
<?xml version="1.0" encoding="UTF-8"?> <configuration> <system.webServer> <defaultDocument> <!-- Set the default document --> <files> <remove value="index.php" /> <add value="index.php" /> </files> </defaultDocument> <httpErrors errorMode="Detailed"/> <rewrite> <rules> <rule name="wordpress" patternSyntax="Wildcard"> <match url="*" /> <conditions> <add input="{REQUEST_FILENAME}" matchType="IsFile" negate="true" /> <add input="{REQUEST_FILENAME}" matchType="IsDirectory" negate="true" /> </conditions> <action type="Rewrite" url="index.php" /> </rule> </rules> </rewrite> </system.webServer> </configuration>
Forum: Networking WordPress
In reply to: How to Remove index.php from sub domain url in wordpressoh ok no wry ??
Forum: Plugins
In reply to: [Plugin: Photo Smash Gallery] How to upload 2 images in photosmash ?Can anybody tell me the substitute of Photo Smash Gallery Plugin ??? ??
Forum: Networking WordPress
In reply to: How to Remove index.php from sub domain url in wordpressProblem is not solved yet….
Forum: Networking WordPress
In reply to: How to Remove index.php from sub domain url in wordpressi got the version ??
SERVER_SOFTWARE = Microsoft-IIS/6.0
6.0Forum: Networking WordPress
In reply to: How to Remove index.php from sub domain url in wordpressok i will tell you versrion of IIS soon ??
main site works properly.
see you soon.
thanksForum: Networking WordPress
In reply to: How to Remove index.php from sub domain url in wordpressi used this code in web.config file but it’s not working….
<?xml version="1.0" encoding="UTF-8"?> <configuration> <system.webServer> <defaultDocument> <!-- Set the default document --> <files> <remove value="index.php" /> <add value="index.php" /> </files> </defaultDocument> <httpErrors errorMode="Detailed"/> <rewrite> <rules> <rule name="wordpress" patternSyntax="Wildcard"> <match url="*" /> <conditions> <add input="{REQUEST_FILENAME}" matchType="IsFile" negate="true" /> <add input="{REQUEST_FILENAME}" matchType="IsDirectory" negate="true" /> </conditions> <action type="Rewrite" url="index.php" /> </rule> </rules> </rewrite> </system.webServer> </configuration>
Forum: Networking WordPress
In reply to: How to Remove index.php from sub domain url in wordpressThanks for reply ??
Actually main site is in html only. wordpress is installed on sub-domain, i used web.config file but it’s not working.
i dont know the version of IIS !Forum: Networking WordPress
In reply to: How to Remove index.php from sub domain url in wordpressSite is uploaded on IIS