• First, thanks for writing such a great plugin.

    I’m hoping to style my guestbook, so the Form and the Comments have separate background colors. I know I can set the background color of the whole thing in the Settings, but I was hoping that you could suggest simple CSS values, and where to add them, so I can cut my page in half with two colors.

    If you see my form, I want to cut exactly between the end of the reCAPTCHA / Submit button and the “1” that is the page pagination for the comments.

    http://severaldirections.org/comment/

    I tried doing this myself, but whatever I did broke the plugin. I’m not that great at code.

    I hope you can help.

    Many thanks

    p.s., it’s not that important, but I couldn’t for the life of me get the “*Required” word to move without screwing up all the other words (“Name” “Email” etc). Ideally it would be in line with the left border of the Form. If you can suggest a fix, I’d be most obliged!

    http://wordpress.org/plugins/dmsguestbook/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author DanielSchurter

    (@danielschurter)

    Hi immanence

    I’m hoping to style my guestbook, so the Form and the Comments have separate background colors.

    In the DMSGuestbook CSS section:

    form “css_form_embedded” No. (33)
    Insert following code: background-color: #ff0000;

    post “css_post_embedded” No. (34)
    Insert following code: background-color: #00ff00;

    If you see my form, I want to cut exactly between the end of the reCAPTCHA / Submit button and the “1” that is the page pagination for the comments.

    Open “../plugins/dmsguestbook/template/form/default.tpl” with an editor and change padding 30 to 0 in the variable $var_form11.

    it’s not that important, but I couldn’t for the life of me get the “*Required” word to move without screwing up all the other words (“Name” “Email” etc). Ideally it would be in line with the left border of the Form.

    Open “../plugins/dmsguestbook/template/form/default.tpl” with an editor and edit the variable $var_form6.

    Greetings,
    Dani

    Thread Starter immanence

    (@immanence)

    Thank you, Dani. What I meant on background, was really the whole width of my page, which is 960px. So inputing background colors can style the specific elements (the form, the posts), but not the whole container they’re placed in.

    But one bigger problem that I just noticed, and perhaps it deserves another thread, is whether you plans to make this plugin responsive? The theme I’m using is responsive, but the plugin not, so everything goes out of whack when viewed on a mobile or iPad. Which is a shame.

    Thanks for the fix on *Required.

    I appreciate your swift support.

    best wishes,
    ian

    Plugin Author DanielSchurter

    (@danielschurter)

    As example:
    Insert background-color:#ff0000; in these fields in the css section:
    css_form_namefield
    css_form_emailfield
    css_form_urlfield
    css_form_messagefield

    Your theme overwrite the width values of input text field. Try to overwrite this value by inserting a new value in the “Custom CSS” box (at the end of the css section).

    E.g:
    input.css_form_namefield {width:150px;}
    input.css_form_emailfield {width:150px;}

    Dear Sir
    I am using DMSGuestbook we are using 10 forums now i am updated only one form and post coming

    we want seperate forms using it’s posible

    we are 10 pages creating

    we are creating guest book 14

    Guestbook: All
    Guestbook#1 (Page: Forum || ID: 38)
    Guestbook#2 (Page: Forum || ID: 76)
    Guestbook#3 (Page: Forum || ID: 91)
    Guestbook#4 (Page: Forum || ID: 97)
    Guestbook#5 (Page: Forum || ID: 100)
    Guestbook#6 (Page: Forum || ID: 102)
    Guestbook#7 (Page: Forum || ID: 104)
    Guestbook#8 (Page: Forum || ID: 113)
    Guestbook#9 (Page: Forum || ID: 116)
    Guestbook#10 (Page: Forum || ID: 119)
    Guestbook#11 (Page: Forum || ID: 123)
    Guestbook#12 (Page: Forum || ID: 125)
    Guestbook#13 (Page: Forum || ID: 127)
    Guestbook#14 (Page: Forum || ID: 129)

    with seperate id

    but we are open forum page the post show all poster

    we want seperate pages open that page post only show that page its possible please resolved this problem how can resolve this anyone tell me

    regards
    AJP

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

The topic ‘Setting separate background colors for Form and Comments’ is closed to new replies.