mrcangrejero
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [JBST] Site name/description in Header w/Background ImageGot tired of waiting.
Forum: Themes and Templates
In reply to: [JBST] Page LayoutsGot tired of waiting.
Forum: Plugins
In reply to: [WP Post Signature] Image AS SignatureThanks for getting back to me. Since I was having all sorts of problems with the Theme (not your plugin), I decided to experiment with a different one. Thanks, anyway!
Forum: Themes and Templates
In reply to: [JBST] How to include 1pxdeep in JBST (parent)Never mind. Got it. Pasted less folder. Take care!
Thanks!!!
Forum: Plugins
In reply to: [Simple Follow Me Social Buttons Widget] Embed into templateOK. Thanks!!!
Forum: Networking WordPress
In reply to: Login Page Register Link NOT WorkingMight sound boring but, thanks again, MelTech!
I went for a Salomonic solution, using the code you suggested and displaying a message asking non-registered users to send an email requesting a username and password. It’ll have to do for now.
In this process I have re-installed WordPress three times, and the problem persists with or without plugins, no matter what the Theme. The “funny” thing is that, if I use the Meta widget, everything works peachy. I’ll just let it slide for now.
See you in Cyberspace. Thanks!!
Forum: Networking WordPress
In reply to: Login Page Register Link NOT WorkingThanks again, MelTech!
Unfortunately, clearing the cache didn’t cut it. I’ve tried several plugins and “Register” doesn’t work with them, either. Other than the native “Meta” widget, the best and simplest solution has been yours.
Really appreciate your help and will keep on trolling. There has to be a solution. If only the people at WordPress would care.
Take care and the best to you!
Forum: Networking WordPress
In reply to: Login Page Register Link NOT WorkingThanks again, MelTech. Your code works as advertised. BTW, I replaced “!is_front_page” with “!is_home”. Now, the only problem I need to overcome is getting the “Register” link of the login form to work. It brings me back to the Home page. Hope you can help.
Best to you and yours!!!
Forum: Networking WordPress
In reply to: Login Page Register Link NOT WorkingWith the “Redirect to login if not logged in” plugin disabled, the register links works OK. Guess I’ll have to look for a new plugin or function to force login or registration before accessing the site. Thanks!!!
Forum: Networking WordPress
In reply to: Login Page Register Link NOT WorkingThanks, MelTech. Actually, I’m using a plugin called “Redirect to login if not logged in”, which I just noticed hasn’t been checked with my version of WP (4.0). Maybe that’s the problem. I disabled it and am checking things again. Will advise.
Forum: Fixing WordPress
In reply to: TransparencyThis piece of code did it for me:
#main, .site-main { /* Transparency - not for all browsers */ /* ---------------------------------------- */ /* Fallback for web browsers that doesn't support RGBa */ background: #ffffff; /* RGBa with 0 opacity */ background-color: rgba(255, 255, 255, 0); /* ---------------------------------------- */ }
Thanks everyone for your help!!!!
Forum: Fixing WordPress
In reply to: TransparencyMy thanks to you, ‘Pioneer Valley Web Design’ and ‘Cyril Washbrook’.
I’ve been using Firebug since the beginning and incorporated your suggestions into the CSS style sheet. For some reason. the style sheet behaves beautifully when I run the site locally (XAMPP) but when I run it live it doesn’t.
Guess is a hosting issue. Will have to leave it at that unless you guys have other ideas. The best to you in 2014!
Forum: Networking WordPress
In reply to: Centrally located functions.php; maybe?Thanks, cubecolour! Works like a charm.
Forum: Networking WordPress
In reply to: Centrally located functions.php; maybe?Pastebin link. Thanks!!