Shiro-san
Forum Replies Created
-
Forum: Plugins
In reply to: [Front End Users] Compatibility with Native Droid2Hello,
Input->profile pic, does work if there is absolutely no css an js, otherwise it’s there but thoes nothing ( cainda weird ), oh well FileType is good, i’m having fun ??Forum: Plugins
In reply to: [Front End Users] Send Mail after register problemUpdate
– so i found the “bug”, aparently, this”<script src=”https://ajax.googleapis.com/ajax/libs/jquerymobile/1.4.5/jquery.mobile.min.js”></script>” the jquery for the mobile is interfering with everything, the log-in, edit-profile, without the script it works just fine, still doing some tests.Forum: Plugins
In reply to: [Front End Users] Compatibility with Native Droid2Hello,
Nativedroid2 (https://nativedroid.godesign.ch/material/), it’s like bootstrap (https://getbootstrap.com/), but specifecly designed for mobile friendly use.
This is the site i’m macking (soul-step.cu.cc), it’s for funn, and this (test.soul-step.cu.cc) is for testing stuff.
The input->file works on the subdomain(test), but now i had to remove all the script and css from the register page in order for it to work (and it does ?? email and redirect [have to do the css for the refister, but no prob] )
The input->profile pic, i realy have no idee what it does,it’s there but it doesent do anything.
I have 1 more site the creat account and recive mail that didn’t work (with old version), i will post updates on that one
Thank u for ur concernForum: Plugins
In reply to: [Front End Users] Send Mail after register problemUpdate:
– so i put the register in a page with no header and footer(usual html skeleton), created an account (with send signup email->yes) and i recived email notification (also no css) and it even did a redirect, but with other themes (twentyten) it blocks
– there may be a script that it doesent get along withForum: Plugins
In reply to: [Front End Users] Not redirecting after logging inMade some tests, i have no problem with the redirect, but i do know there are some problems with the code, it’s how ur site is made and the priority of the code, i have similar problems but with something else, try to test on a different theme to compare and see if it actualy works or not
Forum: Plugins
In reply to: [Front End Users] Not redirecting after logging inTry to see where it redirects in the link, and also see if the page u redirect it to has “that name”(Permalink) and try again with [login redirect_page=’edit-profile’]; and also with [login redirect_page=’https://www.ursite.com/edit-profile’%5D;
Forum: Plugins
In reply to: [Front End Users] Not redirecting after logging inare u shure? [login redirect_page=’edit-profile’];
and for php: echo do_shortcode(“[login redirect_page=’edit-profile’]”);
Forum: Plugins
In reply to: [Front End Users] Send Mail after register problemI did use SMTP setting, but it was wierd that I could recive email for my Password Recovery but could not recive email for Creating Account
Forum: Plugins
In reply to: [Front End Users] Plugin don't send register mails or forgot password mailshow have u configure u’r FEU-Email options? and is Emai->Username?
Forum: Plugins
In reply to: [Front End Users] Not redirecting after logging ineven the log out needs a redirect
Forum: Plugins
In reply to: [Front End Users] Not redirecting after logging inhave u tried “[login redirect_page=’/edit-profile/’]” ?