Forum Replies Created

Viewing 15 replies - 1 through 15 (of 22 total)
  • any updates about my question?

    How to show the video header correct on al devices? Even on mobile phone?

    It would be awesome if this gets a sollution because its one of the last things I have to take care of to go live.

    X warm regards

    Jap

    Thread Starter rheajap

    (@rheajap)

    Hello,

    Ok I closed the boxes.. thats better

    I think you sanitized id in your code.. its working perfect.

    Jap

    Thread Starter rheajap

    (@rheajap)

    THAMK YOU!!!! It is working!!!

    You made me very happy..

    CLICK FOR RESULT

    THank you again!!

    Jap

    Thread Starter rheajap

    (@rheajap)

    Wow thank you for this big explanation. I have homework todo. I will do this tomorrow morning. I will get back with the results.

    I do have one question. Do I have to put the code between <?php ?> or just copy it?

    For now, thank you very much..

    Warm regards

    Jap

    • This reply was modified 8 years ago by rheajap.
    Thread Starter rheajap

    (@rheajap)

    Ok, in the settings when I erase the comment form background color in the first setting of the style settings.. and I easily change it in rgba(255,255,255, 0.7) It is working.

    How easy..

    And how difficult can someone like me think.

    Solved!!

    Thread Starter rheajap

    (@rheajap)

    Ok, With check elements I did find out that I have to change the background color van #wpcomm.wc-form-wrapper {

    I tried to copy it in the stylesheet but with no succes.

    I think because of its theme settings

    Can someone tell me how to do this?

    Thank you.

    Thread Starter rheajap

    (@rheajap)

    Ah ok,

    But to be honest, I haved looked to the css and I do not have a clue what to edit.

    I want the background color of the very white background to be rgba(255, 255, 255, 0.6)

    Is it possible to point me out where I have to edit the css.. and, the settings on the dashboard arent they overwriting the css because you can choose a layout color overthere.

    Regards

    Jap

    Thread Starter rheajap

    (@rheajap)

    Hello,

    I tried to use your function but I get an internal server error. Code 500

    Then I noticed I had to change some values but it did not work out. I am really not good with writing functions so I am looking to the code without a sollution.

    function your_form_handler($content, $atts, $post){
    
    if ($post->ID == "285"){
    
    $content .= '<p>
    <textarea name="opmerkingen" id="opmerkingen" rows="10" required="required" placeholder="a placeholder"></textarea>
    </p>';
    
    }
    
    return $content
    
    }
    
    add_filter( 'lh_signing_intermediate_logged_out_form_filter', "your_form_handler", 10, 3);
    
    public function your_post_handler($user_id){
    
    if ($_POST['opmerkingen']){
    
    add_user_meta( $user_id, 'opmerkingen', sanitize_text_field($_POST['opmerkingen']));
    
    }
    
    }
    
    add_filter( 'lh_signing_http_post_filter', "your_post_handler", 10, 1 );

    What I did:

    Changed all the ‘ abd ” in the correct ones because they where different as the rest of my code.

    Changed post id to the id of the post with the shortcode

    Changed text area name and id,

    Changed the your-text area in the line with sanitize text field into the name opmerkingen.

    But now I do not have any clue. I think the ” your_post_handler” or ” your_form_handler” and ” your_meta_key” Should be changed with my own value but .. really I do not know.

    Or do I have to make the database table myself?

    It’s one of the last things I need to do for the website to get it live. It is a sort of protest idea against the political situation in the Netherlands. I do not know your rates but I know there is no to very less money.. .I can send you a small donation if you like

    I really hope you can help me add a text area in the form .. its also ok if it appears in all froms because I only use one. The text area’s content has to get in the database also, just like the name, last name and email.

    Can you help me once again please?

    Have a great day.

    Jap

    Thread Starter rheajap

    (@rheajap)

    I will look at the update later this afternoon.. and I will write a review…

    Thank you for all you did..

    Jap

    Thread Starter rheajap

    (@rheajap)

    Hello,

    Updated the files. Put in your function… changed one typo

    $var[$i]['signup_ip'] = get_the_author_meta('signup_id', $user->ID);

    Into

    $var[$i]['signup_ip'] = get_the_author_meta('signup_ip', $user->ID);

    And it works fantastic..

    YOU are my hero!!

    Thread Starter rheajap

    (@rheajap)

    Hello,

    To be honest I am not good in writing functions… I start to understand why its formulated and how it works but my knowledge is to little. So thank you for your example i will look at it and play with it.

    I will update my files in a few minutes. I do have a point of the core files what I think has to change a littlebit. When you put the shortcode in a page or post you get 4 extra areas for the the settings. Thats very nice. But there is one thing you cannot influence.

    When people subscribed to the list and come back there is a message telling:

    ” You have already added your signature” I did find this code on line 545 of lh-signing.php.

    Now, I edited manually this to look better. I replaced that line with:

    <blockquote>Hoi, u bent weer bij het IK STEM NIET biljet uitgekomen. Het ziet ernaar uit dat uw stem al geregistreerd is. Alle stemmen samen zullen een grote groep vormen die echt verschil kunnen gaan afdwingen. U kunt natuurlijk nog wel de site delen!</blockquote>

    Sorry tekst is in Dutch. Now it looks better with the rest of my site style.

    So, it would be really nice and awesome if you can edit or change that text also. Like a fifth small box on the page or post with the shortcode. Some people want different things like me and then you can make it without changing during updates.

    And what I am wondering.. are there shortcodes to put in the mail or in the confirmed messages to put in and show name or email or whatever detail of the subscriber to make it more personal.

    About the documentation and explaination. In the 4 boxes where you can put in your personal text.. you should place a sort of plscehorder with a short description of the possibilities. But thats only a suggestion.

    I want to write a review for you. Where do you want me to write it?

    Jap

    Thread Starter rheajap

    (@rheajap)

    It’s caused by a sidewide rule for images with an url. A img .entry.bla bla and a whole bunch of divs with at the end display block. And thats what is aligned left.

    And normally I dont see this because I can style the text in visual editor.

    The css I made is doing the job so thats okay.

    Thank you for your reply. Have a great day.

    Jap

    Thread Starter rheajap

    (@rheajap)

    Yes this is working like a charm… THANK YOU…

    Another point what I think is a bug. When I insert the widget somewhere I can choose wich page or post the shortcode is on.

    But its showing 4 or 5 times the same page title.. when I select different they all got different id’s

    I picked the first.. but I think its not as it should be.

    Where can I rate you??

    Jap

    Thread Starter rheajap

    (@rheajap)

    Hello,

    I don’t know what to do with the filter you have added in that section. Is it like when i click export below the confirmed people I can choose what details will come in the export?

    Or how can I use this?

    When I export the list it should be nice as it printed the ipaddress also from the signup-ip section.

    Can you explain what you expect me doing??

    Thanks for this answer allready.

    Regards jap

    Thread Starter rheajap

    (@rheajap)

    Ok I did find a work around but I do not know if it is the good one.

    I clicked reserve this space.

    In my childtheme stylesheet I have added:

    .ikste-in-de-content {
    Margin: auto;
    }
    

    Where ikste-in-de-content is the name of the opening div of the ad.

    Is this how it should work or is there another sollution?

    Regards

    Jap

Viewing 15 replies - 1 through 15 (of 22 total)