![]() |
|
zp-masonry issue with register user script - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: Themes (https://forum.zenphoto.org/forum-5.html) +--- Thread: zp-masonry issue with register user script (/thread-11143.html) |
zp-masonry issue with register user script - ayan - 2013-06-20 The registeruser.php script isnt working properly. When i am typing the password and then trying to confirm the password in the comfirm password text box, it is not accepting any input and remains inactive. And the show password checkbox isnt also showing up the password i type. But with it selected registration gets successful but with it deactivated registration doesnt occur.My password strength has been set to 10 but it isnt working even if i set a password of length 20. My browser and admin logs are free of errors. All javascripts are functioning properly. zp-masonry issue with register user script - ayan - 2013-06-21 Any help with the topic?? zp-masonry issue with register user script - acrylian - 2013-06-21 Apparently not as you see. Please no bumping of topics. Thanks. zp-masonry issue with register user script - ayan - 2013-06-22 i did an experiment with the register script. I copied a register script from a default theme and overwrote the register file that came with masonry. I saw it was working fine then on masonry theme. Then as soon i included the header file in the register script, the file broke. zp-masonry issue with register user script - acrylian - 2013-06-22 Which all sounds like the theme has an issue. Given its version states zp-masonry issue with register user script - ayan - 2013-06-22 wish his help arrives fast.. zp-masonry issue with register user script - fretzl - 2013-06-24 Somehow the If you remove the I have no idea why this happens. zp-masonry issue with register user script - sbillard - 2013-06-24 Both forms will have a password field that is identical. zp-masonry issue with register user script - ayan - 2013-06-26 Yep! Its exactly happening as you are telling @fretzl. So what should i be doing? @fretzl and @sbillard... zp-masonry issue with register user script - sbillard - 2013-06-26 Use different pages for each item. zp-masonry issue with register user script - ayan - 2013-06-27 That means register page is not gonna have the login/out script right? zp-masonry issue with register user script - sbillard - 2013-06-27 You are correct. (Not at all sure why someone would be logging in from the register user page anyway, no need to register if they h ave already got credentials.) As to where to remove, I do not know that theme. The login form is typically produced by a call on the zp-masonry issue with register user script - gjr - 2013-06-27 Cannot verify since I no longer have a support build for testing. But based on above troubleshooting around line 29 of inc-menu.php, replace: ` ` with: ` ` zp-masonry issue with register user script - ayan - 2013-06-30 Thanks..it worked. But the addthis isnt displaying still as mentioned in my another thread relating to it. |