johnibom
Forum Replies Created
-
Interesting!
Related Post plugin prints the images as background image if I print them in img tag the url gets replaced!
on line 333:
$output .= '<div style="border: 0pt none ; margin: 0pt; padding: 0pt; background: transparent url(' . $url . ') no-repeat scroll 0% 0%; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous; width: ' . $width . 'px; height: ' . $height . 'px;"></div>';I replaced it with:
$output .= '<img src="' . $url . '" width="' . $width . 'px" height="' . $height . 'px;" />';And it’s working perfectly!
The Author prefers to print the images as background image for many reasons, would be better if the background images will get replaced!
Basically it’s the problem of W3TC plugin not the related post plugin.
So I request @frederick Townes to come up with a patch!
I hope it helps!
ThanksHaving the same issue, anyone have the solution for this problem?
Hi
Please do the following:
1-) Open up piewpnun.php into any text editor
2-) Goto line number 21 where it reads:
$plaintext_pass = $wpdb->prepare($_POST[‘user_pw’]);3-) Replace this line with the following:
$plaintext_pass = $_POST[‘user_pw’];I hope it helps. Please write me back once you update.
Thanks
Rename the nextgen gallery plugin folder to something like __3438_nextgen.. and then you will be able to login to your wordpress. once you login, download the Version of Nextgen gallery, upload it to your server on plugins folder.
I hope it helps.
Okay I have figured out. Both plugins are working great for me 🙂
Here’s what I did:
1-) I have W3TC up and running fine.
2-) Activate the BPS
3-) Create the Secure htaccess file.
4-) Activate the Secure htaccess file for both front-end and back-end.
5-) Now I receive warning from W3TC.
6-) Go to W3TC and Click on Auto-install button on warning message.
7-) Both are happy now!I hope it helps
Thanks
# BULLETPROOF .47.1 >>>>>>> SECURE .HTACCESS
# If you edit the BULLETPROOF .47.1 >>>>>>> SECURE .HTACCESS text above
# you will see error messages on the BPS Security Status page
# BPS is reading the version number in the htaccess file to validate checks
# If you would like to change what is displayed above you
# will need to edit the BPS /includes/functions.php file to match your changes
# If you update your WordPress Permalinks the code between BEGIN WordPress and
# END WordPress is replaced by WP htaccess code.
# This removes all of the BPS security code and replaces it with just the default WP htaccess code
# To restore this file use BPS Restore or activate BulletProof Mode for your Root folder again.Pie Register is fully tested and compatible with the latest version of WordPress, btw: if you don’t upgrade to the latest version of Pie-Register, then it could be the problem!
Thanks
Nice suggestion, we have noted this Feature, and will try to accomplish it asap!
Thanks
Send us the Info about the Version of Pie-Register you’re using along with the WordPress version details..
Any Plugin/Theme which override the Email Notification are conflicted with Pie-Register!
Sorry, it’s not compatible yet!
Redirection to the specified URL occurs after the New User get registered!
We will try to place the Redirect after login as well in the next updates! Keep updating Pie-Register to the latest version, in order to get the support you can contact on our website!Thanks
Yes, it’s not compatible with buddypress!
Forum: Plugins
In reply to: Pie RegisterHi,
Pie-Register Extends the default forms! so you must get the Login at http://www.example.com/wp-login.php and for registration http://www.example.com/wp-login.php?action=register
Hope it helps!
it has been fixed since the 1.2.9a version!