• Resolved Oma Kaatje

    (@hopeloos)


    Hi Marcel,

    Je gastenboek heb ik na veel twijfelen toch maar geïnstalleerd op de websites van mijn kleinzoons. Het is de layout waar ik moeite mee heb en welke ik maar niet naar mijn eigen zin krijg aangepast.

    Hoe de berichten nu worden weergegeven vind ik rommelig, kijk:

    Oma Kaatje

    schreef op 13 december 2017 om 21:00:

    Hallo,

    Een testberichtje.
    Krijg een gastenboekcomplex van het testen.

    Groetjes,
    Oma Kaatje

    Hoe krijg ik dit opgelost? De ene website gebruikt Kiddo Turf als template en de ander Paws and Claws.

    HELP!

    Groetjes,
    Karin

    • This topic was modified 8 years, 5 months ago by Oma Kaatje.
Viewing 13 replies - 1 through 13 (of 13 total)
  • Thread Starter Oma Kaatje

    (@hopeloos)

    Handig als je twee linkjes in een regel plaats, gaat niet goed.

    De websites zijn:

    http://www.daveyzoutenbier.nl/test

    http://www.joeyzoutenbier.nl/test

    Groetjes,
    Karin

    Thread Starter Oma Kaatje

    (@hopeloos)

    Hoi hoi,

    Nou het is me gelukt om het gastenboek aan te passen zoals ik die graag wil hebben op de sites van mijn kleinkinderen. In dit forum staat een topic wat ging over hetzelfde probleem (https://wordpress.org/support/topic/guestbook-page-entry-formatting-incorrect/)

    Mijn oplossing zat in een text-widget, niet het verwijderen ervan maar juist door deze te gebruiken. Ik heb een widget gemaakt en deze toegevoegd aan mijn testpagina.
    In de text-widget heb ik de shortcode van het gastenboek gezet. Daarna ben ik in de CSS gaan zoeken, de breedte heb ik aangepast naar 799px waardoor het gastenboek weer netjes over de volle breedte van mijn pagina staat. Ben nog aan het spelen met de kleuren van de tekst maar dat is niet zo heel spannend.

    Het was even zweten voor een leek als ik maar uiteindelijk is het me toch gelukt.
    Misschien niet de juiste oplossing maar voor deze website werkt het goed!

    Groetjes,
    Karin

    • This reply was modified 8 years, 5 months ago by Oma Kaatje.
    • This reply was modified 8 years, 5 months ago by Oma Kaatje.

    hi there master of the guestbooks,

    I face a similar issue here
    https://raible.krautmaster.de/gaestebuch/

    Any how, I got a weird blue box around the lables and… a horizontal line between the comments would be nice. Its due to the theme I think. Let me know if u need an admin account to that page temporary.

    I hope and bet ur able to help me out with our awesome support here, I have to thank already!

    Best Regards

    P.S. I know my gal is hot. Yeah she is, freaking fu*king hot. shhhh

    naah 3 min and still no answer 😉 shall i go for a new topic here? Thought it might get marked as unresolved again

    thx again my friends

    Plugin Author Marcel Pol

    (@mpol)

    It would have been better to start e new topic. Layout issues are always quite specific and unique. The original topic starter has no issue with your problem.

    Anyway, the layout of that theme is somewhat messed up.
    You could try this CSS:

    #gwolle_gb .label {
        background: transparent;
    }
    #gwolle_gb input.button {
        background: #1779ba;
        padding: 5px 10px;
    }
    #gwolle_gb .input input,
    #gwolle_gb textarea {
        border: 1px solid;
    }

    The strange thing is, I don’t see the CSS and JavaScript of the guestbook being loaded. Can you figure out why this happens? Which plugins do you use?

    hey hey thanks a lot! I’ll try to add that.

    With that CSS it looks linke this:
    https://abload.de/img/2018-02-0113_24_33-cu21ru8.png

    Maybe its possible to add lines +extra space between the listed posts as well?
    For example:
    https://abload.de/img/2018-02-0113_27_11-gs07pmm.png

    -> or simply additional space which should be enough to improve the reading.

    Im using the flotheme Osaka and ur stock guestbook plugin + standard site template.

    Plugin Author Marcel Pol

    (@mpol)

    Yes, that is how it was meant to be.

    The layout of the entries are made with the CSS in the plugin. For some reason it is not being loaded. I have no clue why.
    It might be the theme that is doing odd things. I see it is a commercial theme. Can you send the zipfile of the theme to marcel@timelord.nl ? I can then test it out and see what happens.

    #gwolle_gb .gb-entry {
    		margin: 10px 0 25px;
    }

    seems to be the trick

    Edit: Just mailed u the theme addon. Thanks for that awesome support btw! Never did much in css, id say never did but it seems to be quite logical, i might find out how to add my stuff needed. But anyway, would be nice if u dig deeper into that theme, i like it.

    • This reply was modified 8 years, 3 months ago by krautmaster.
    • This reply was modified 8 years, 3 months ago by krautmaster.
    • This reply was modified 8 years, 3 months ago by krautmaster.
    Plugin Author Marcel Pol

    (@mpol)

    Hi, if you ask, I am not German 🙂
    The original author is German.

    I don’t see anything strange with the theme, it does load the CSS.
    Is it possible that you load this code somewhere in your website? It might be good in functions.php of your theme, but it would need to be a child theme so updates don’t remove it.

    function my_gwolle_gb_enqueue() {
            wp_enqueue_style('gwolle_gb_frontend_css');
            wp_enqueue_script('gwolle_gb_frontend_js');
    }
    add_action('wp_enqueue_scripts', 'my_gwolle_gb_enqueue');

    I just don’t know where your website is going wrong.

    just mailed an admin user account for that page. Did a snappy so feel free to check it out in the backend directly. And please let me know how i can donate for ur great support. Want to spent u some beer.

    • This reply was modified 8 years, 3 months ago by krautmaster.
    Plugin Author Marcel Pol

    (@mpol)

    I took a look but see nothing strange.
    One strange thing though… I installed the plugin Query Monitor for debugging output. You can see it in the admin bar on dashboard pages. It doesn’t show on the frontend however, which is somewhat strange.
    I disabled WP Super Cache (and enabled it) but it’s no difference.

    The only option there is in my opinion is to disable all plugins, except the guestbook. Choose a default theme like Twenty Seventeen. Then check if the CSS and JS is loaded. If so, enable things one by one and see when it goes wrong. That is the theme or plugin that is interfering.
    It is not really up to me to do that to your site, but up to you. But it is the only way I see to get closer to the source of the problem.

    np Marcel, u already did way more than i ever expected.

    It does show up in the frontent for me. (Chrome / FF / Edge)
    https://abload.de/img/2018-02-0213_52_20-mainpul.png
    & https://abload.de/img/2018-02-0213_54_58-gs21ojl.png

    I did test form my workplace so it should work in general.

    The Guestbook looks nice for me as well, it fits with its simple layout then. And thanks for shwoing me that tip with additional CSS. I can customize the way i need. But u forgot to leave an paypal donation address.

    Plugin Author Marcel Pol

    (@mpol)

    Okay, I hope you manage to find out why the CSS and JS is not loading. I was wanting to use Query Monitor for that. Do they get listed in QM?

    Thank you for reminding me about donating 🙂
    I have a paypal account on marcel@timelord.nl
    Thank you and have a good weekend.

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

The topic ‘Layout probleem’ is closed to new replies.