Forum Replies Created

Viewing 14 replies - 1 through 14 (of 14 total)
  • Thread Starter morgengold

    (@morgengold)

    Perfect. Thanks!

    Thread Starter morgengold

    (@morgengold)

    Didn’t change anything. For me, it still looks like this: Screen.

    I have a similar problem with the latest ARMemeber Pro version.

    My menu is a hard-coded bootstrap menu in the header.php. As soon as I implement a content locker shortcode in an article the menu disappears.

    The code is still there when inspecting the area with the developer tool.

    Any idea how to resolve this?

    Thread Starter morgengold

    (@morgengold)

    anyone?

    Thread Starter morgengold

    (@morgengold)

    Hi Thomas,

    I removed the automatic placement for this site. Now the quiz does not get broken anymore.

    Thank you!

    Thread Starter morgengold

    (@morgengold)

    It’s beyond me to understand these sDOM options.

    I managed it now with jQuery

    $( document ).ready(function() {
        $('#example_table_filter').detach().appendTo('.dataTables_scroll');
        $('.dt-buttons').detach().appendTo('.dataTables_scroll');
    });
    Thread Starter morgengold

    (@morgengold)

    I managed it with this code:

    var table = $('#table_example').DataTable();
    table.columns( [6] ).search( searchterm ).draw();

    – replace #table example with the table ID.
    – 6 is the column number. counting starts with 0.

    Thread Starter morgengold

    (@morgengold)

    Recipient address rejected: User unknown in virtual mailbox table

    reviews[at]geminilabs[dot]io is right?

    p.s. yes, I replaced the brackets correctly

    • This reply was modified 7 years, 10 months ago by morgengold.
    Thread Starter morgengold

    (@morgengold)

    great! thank you. will the classes be editable in v3?

    Are you interested in some suggestions for v3 in a different thread? or overloaded already? 🙂

    Thread Starter morgengold

    (@morgengold)

    I tried [site_reviews_form class=”form-horizontal”] but it didnt work.

    What I need is to put some class variables to the input fields (“form-control”) and change the button class (“btn btn-submit”) etc.

    should look like this in the end:

    <form method="post" action="" name="glsr-jj5dmy3r" class="glsr-submit-review-form my-reviews-form" _lpchecked="1">
       
    <input class="glsr-input" style="display:none!important" tabindex="-1" name="gotcha" type="text" autocomplete="off">
    
    <div class="glsr-field"><label for="rating-jj5dmy3r">Your overall rating</label><span class="gl-star-rating gl-star-rating-ltr" data-star-rating=""><select class="glsr-star-rating" id="rating-jj5dmy3r" name="rating"><option value="" selected="selected">Select a Rating</option><option value="5">Excellent</option><option value="4">Very good</option><option value="3">Average</option><option value="2">Poor</option><option value="1">Terrible</option></select><span class="gl-star-rating-stars s0"><span data-value="1" data-text="Terrible"></span><span data-value="2" data-text="Poor"></span><span data-value="3" data-text="Average"></span><span data-value="4" data-text="Very good"></span><span data-value="5" data-text="Excellent"></span></span></span></div>
    
    <div class="glsr-field glsr-required"><label for="title-jj5dmy3r">Title of your review</label>
    
    <input class="form-control regular-text" id="title-jj5dmy3r" name="title" placeholder="Summarize your review or highlight an interesting detail" type="text" required="" style="background-image: url(&quot;data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABHklEQVQ4EaVTO26DQBD1ohQWaS2lg9JybZ+AK7hNwx2oIoVf4UPQ0Lj1FdKktevIpel8AKNUkDcWMxpgSaIEaTVv3sx7uztiTdu2s/98DywOw3Dued4Who/M2aIx5lZV1aEsy0+qiwHELyi+Ytl0PQ69SxAxkWIA4RMRTdNsKE59juMcuZd6xIAFeZ6fGCdJ8kY4y7KAuTRNGd7jyEBXsdOPE3a0QGPsniOnnYMO67LgSQN9T41F2QGrQRRFCwyzoIF2qyBuKKbcOgPXdVeY9rMWgNsjf9ccYesJhk3f5dYT1HX9gR0LLQR30TnjkUEcx2uIuS4RnI+aj6sJR0AM8AaumPaM/rRehyWhXqbFAA9kh3/8/NvHxAYGAsZ/il8IalkCLBfNVAAAAABJRU5ErkJggg==&quot;); background-repeat: no-repeat; background-attachment: scroll; background-size: 16px 18px; background-position: 98% 50%; cursor: auto;"></div>
    
    <div class="glsr-field glsr-required"><label for="content-jj5dmy3r">Your review</label>
    <textarea class="form-control large-text" id="content-jj5dmy3r" name="content" placeholder="Tell people your review" rows="5" required="" style="margin-top: 0px; margin-bottom: 0px; height: 140px;"></textarea></div>
    
    <div class="glsr-field glsr-required"><label for="name-jj5dmy3r">Your name</label>
    
    <input class="form-control regular-text" id="name-jj5dmy3r" name="name" placeholder="Tell us your name" type="text" required=""></div>
    
    <div class="glsr-field glsr-required"><label for="email-jj5dmy3r">Your email</label>
    
    <input class="form-control regular-text ltr" id="email-jj5dmy3r" name="email" placeholder="Tell us your email" type="email" required=""></div>
    
    <div class="glsr-field glsr-required"><label for="terms-jj5dmy3r-1">
    <input id="terms-jj5dmy3r-1" name="terms" type="checkbox" required="" value="1"> This review is based on my own experience and is my genuine opinion.</label></div>
    
    <input name="action" type="hidden" value="post-review">
    <input name="form_id" type="hidden" value="jj5dmy3r">
    <input name="assign_to" type="hidden" value="post-id">
    <input name="category" type="hidden">
    <input name="excluded" type="hidden" value="[]">
    <input type="hidden" id="_wpnonce" name="_wpnonce" value="fd8baae68f">
    <input type="hidden" name="_wp_http_referer" value="/sub10-20">
    
    <div class="glsr-field">
    
    <button class="btn btn-primary" type="submit"><span></span>Submit your review</button></div>
    </div>
    </form>
    • This reply was modified 7 years, 11 months ago by morgengold.
    • This reply was modified 7 years, 11 months ago by morgengold.
    • This reply was modified 7 years, 11 months ago by morgengold.
    Thread Starter morgengold

    (@morgengold)

    thanks very much, ray.

    works like a charm now 🙂

    Thread Starter morgengold

    (@morgengold)

    Thx Igor,

    for some reason I muss the field “Add post ID#S that you …”

    Thread Starter morgengold

    (@morgengold)

    not yet. i do not see a new feature until now.

    where is it supposed to be found? manage > documents?

    Thread Starter morgengold

    (@morgengold)

    thanks ray,

    i would be glad to join the beta testing team.
    I’ve sent a mail.

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