karwal.bubble
Forum Replies Created
-
Forum: Plugins
In reply to: [Custom Login] [Plugin: Custom Login] How to use?I just installed it and now i dont know how can i show login form on my website? This plugin has just settings page.
I have latest wordpress 3.4.2..Forum: Plugins
In reply to: add a "Add to Favorites" button in nextgen galleryare you able to get solution ?? I also need somethng like “Add to Fav” in nextgen..
Forum: Plugins
In reply to: [WooCommerce] Woocommerce – option to add attributes in "Sort by"Thanks Mike, I will try that..
Forum: Plugins
In reply to: Need Gallery Plugin -specificI customized supersized plugin according to my requirements.
Thanks ..however.. I just used some plugin to show sidebars on specific pages.
I resolved it. This problem was due to jquery conflict. i tried removing other jquery file and it started working ??
Forum: Plugins
In reply to: [WP Supersized] [Plugin: WP Supersized] Supersized – options on each pageI resolved it by creating separate xml file for each page and including it on that page.
Hi benoit,
I am also facing same problem. I have installed wordpress on my localhost also and online. My supersized slideshow for particular page exists here: https://www.redfiredesign.co.nz/redfiredigital/pal-work/
I have created separate xml file for this page and xml file contains 3 slides.
These images are visible in source code or thru firebug but images are not showing in slideshow when i try to click on navigation. You can still see the title for next image when i click on navigation.
Can you plz guide me if I am missing something? or where is the problem? why slideshow is unable to load next image?Thanks,
BaljitForum: Localhost Installs
In reply to: InstallationIts working.. I have changed access options on server to “local/remote”..
Forum: Localhost Installs
In reply to: InstallationI am trying to connect my site with DB on my server. Its working fine on localhost.. I created lots of websites. I dont know where the prblm is.. I changed dbname, pwd, username, host but still getting “Error establishing a database connection” .
Anyone who can help?? am I missing something??
Forum: Localhost Installs
In reply to: From localhost:8888 to localhost(Mac to windows)and my theme htaccess ia having following:
#BEGIN Image Upload HTTP Error Fix #2
<IfModule mod_security.c>
<Files upload.php>
SecFilterEngine Off
SecFilterScanPOST Off
</Files>
</IfModule>
<IfModule security_module>
<Files upload.php>
SecFilterEngine Off
SecFilterScanPOST Off
</Files>
</IfModule>
<IfModule security2_module>
<Files upload.php>
SecFilterEngine Off
SecFilterScanPOST Off
</Files>
</IfModule>
#END Image Upload HTTP Error FixForum: Localhost Installs
In reply to: From localhost:8888 to localhost(Mac to windows)checked now.. it just contains this:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /redfiredigital/
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /redfiredigital/index.php [L]
</IfModule># END WordPress
Forum: Localhost Installs
In reply to: From localhost:8888 to localhost(Mac to windows)I removed it from whole db..now searched all database with localhost:8888 and it found no records thr.. still its redirecting to localhost:8888
any othr option??