Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • I am also having problems with the shortcode [register redirect_page=http://mercy4ubuzima.org/beta2/edit-profile]. The login redirect works, but the register one just reloads the same page, the only difference being that the url goes from “…/register/” to “…/register/#”

    http://mercy4ubuzima.org/beta2/register/#

    Thread Starter natalier7890

    (@natalier7890)

    Update: Okay, so I figured out that some other plugin was interfering; the shortcodes now work, the form comes up on the appropriate pages etc. However, any time I have custom html/css surrounding the form, it’s rendered inoperative. The fields are not editable. If I just create a page with [register] on it and nothing else, the form works, but any time I add divs and styles to the page (via text editor on the specific page OR theme editor), I can’t even click on the fields. Sorry, I’m sure this is just a result of my ignorance, but I can’t figure out a way around this.

    Thanks again!

    Thread Starter natalier7890

    (@natalier7890)

    Whoops, new to developing using WordPress. I guess it isn’t actually self-hosted, since it’s hosted on HostGator? But regardless, the short codes seem simply to not be doing anything. Here is a link to the page where the “[register]” form should appear:

    http://mercy4ubuzima.org/beta2/login/

    Here’s the code:

    <div class=”container”>
    <div class=”bluecontainer”>
    <div class=”blue-interior”>
    <div class=”page-title”>
    <span class=”brackets”>[</span>LOGIN<span class=”brackets”>]</span>
    </div>
    <p style=”font-size:2rem; letter-spacing:0rem; line-height:1rem;”>join the conversation.</p>
    <p style=”font-size:1.2rem; letter-spacing:0rem; line-height:1.5rem; margin-left:10rem; margin-right:10rem;”>login to upload and share documents, data and ideas.</p>
    [register]
    <p>Register</p>

    </div>
    </div>
    </div>

    Thank you!

Viewing 3 replies - 1 through 3 (of 3 total)