oldcode
Forum Replies Created
-
Element inspector shows this in the style (um-styles.css:17) :
.um-s1, .um-s2 { display: none; }class um-s1 is in the select element.
Set in my custom stylesheet :
.um-s1, .um-s2 { display: block; }…and just like that, the select box shows up in my registration form.
- This reply was modified 7 years, 2 months ago by oldcode. Reason: Solution
Hmmm, the select field is actually in the form, but for some reason it’s hidden or display:none.
<select data-default="Subscriber" name="role" id="role" data-validate="" data-key="role_select" class="um-form-field valid um-s1 " style="width: 100%" data-placeholder="Choose account type" > <option value=""></option> <option value="subscriber" >Subscriber</option> <option value="um_speech-language-therapist" >Speech Language Therapist</option> <option value="um_speech-language-pathologist" >Speech Language Pathologist</option> <option value="um_facility-administrator" >Facility Administrator</option> </select>Any ideas?
Forum: Plugins
In reply to: [Jssor Slider by jssor.com] Failed to save … Unexpected token <Problem solved. It’s the Wordfence Security plugin. Activate it, and I get the error. Deactivate it, and my slides save no problem.
Thank you.
Forum: Plugins
In reply to: [Jssor Slider by jssor.com] Failed to save … Unexpected token <Hi, I will send you a login by p.m. Where can I send it? I don’t see a private message system on this forum.
- This reply was modified 7 years, 3 months ago by oldcode.
Forum: Plugins
In reply to: [Jssor Slider by jssor.com] Failed to save … Unexpected token <Hello and thank you, I tried to do a save again with the Console open. This is what I get. I hope this is what you are looking for:
wp.jssor.slider.admin.init.js?ver=3.1.24:1 POST http://sfbayarea.urgentcaredocs.online/?jssorextver=3.1.24&id=1&filename=banner-rotator.slider&method=save&overwrite=1&nonce=e6c871c8e6 403 (Forbidden)
j.Yi @ wp.jssor.slider.admin.init.js?ver=3.1.24:1
a.Jf @ wp.jssor.slider.admin.init.js?ver=3.1.24:1
a.gd @ wp.jssor.slider.admin.init.js?ver=3.1.24:1
R @ wp.jssor.slider.admin.init.js?ver=3.1.24:1
Mc.a.xn @ wp.jssor.slider.admin.init.js?ver=3.1.24:1
c.Rd @ wp.jssor.slider.admin.init.js?ver=3.1.24:1
s @ wp.jssor.slider.admin.init.js?ver=3.1.24:1
I @ wp.jssor.slider.admin.init.js?ver=3.1.24:1Forum: Plugins
In reply to: [Jssor Slider by jssor.com] Failed to save … Unexpected token <Thank you. My web host service is 1-and-1
Here is the network response (it was in red):
Status:
403Type:
xhrResponse header:
HTTP/1.1 403 Forbidden
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: keep-alive
Keep-Alive: timeout=15
Date: Tue, 12 Feb 2019 02:16:00 GMT
Server: Apache
X-Powered-By: PHP/7.2.14
Pragma: no-cache
Cache-Control: no-cache, must-revalidate, private
Expires: Sat, 26 Jul 1997 05:00:00 GMT
Content-Encoding: gzipI upgraded WordPress. The plugin broke. Your move.
You know what’s silly? You saying that I made some changes to the code, even after I already explained that I didn’t change the code. You’re reacting emotionally because I am reporting that your plugin is broken? So lame.
I didn’t change anything, but I did stop using it because I couldn’t get it to work. Used to work, then it stopped working. The only change was upgrading WordPress.
1 star because it’s not my job to rewrite your plugin.
I removed my email address from iThemes global settings. Still getting individual “Too many failed login attempts” emails.
Forum: Fixing WordPress
In reply to: iThemes Security sending emails even after I uncheck send emailsDone.
Forum: Plugins
In reply to: Fatal error: Uncaught Error: Call to undefined function mysql_errorDowngrading from php 7 to a 5.x version as a fix? Hmmm…there must be a better way.
I fixed the problem when I closed FileZilla FTP, then re-opened it, and did the upload again. It looks like the problem had something to do with a quirk of the upload (upload data type was set to auto, as I always have it, so I don’t know if there might have been a problem there). Anyway, it seemed to fix itself, so the error wasn’t specifically a problem with my coding.
Forum: Themes and Templates
In reply to: Add background image to Jupiter 4 headerStackoverflow (as usual) is the go-to place for answers: http://stackoverflow.com/questions/36948222/add-background-image-to-jupiter-4-wordpress-theme-header/36949083?noredirect=1#comment61458563_36949083