Viewing 13 replies - 1 through 13 (of 13 total)
  • Plugin Author nowmediagroup

    (@nowmediagroup)

    Hello Nimiael/Giada

    Im glad you like it. What do you mean black background? I can’t get to your domain, but it sounds to me like its a CSS issue. You might want to try and remove any styles that are affecting it because comment pub will use your themes styles except when it gives you an error log in which case it will be a red dialog box above the upload field.

    If you could do a paste bin with your code or even a screen shot I might be able to assist you further.

    I hope this helps,
    Andy

    Thread Starter Nimiael

    (@nimiael)

    Sorry…. this is the correct link

    http://giadaperlinifoto.zipx.it/?page_id=101

    If you look to the other pages i have a “black body”…but in the guestbook no…i need to have a “body” for the guestbook πŸ˜€

    ps.sorry for my bad english Γ§_Γ§

    Plugin Author nowmediagroup

    (@nowmediagroup)

    This is what I get when loading your site:
    “Oops! Google Chrome could not connect to giadaperlinifoto.zipx.it”

    Your should have an ID called “comments” that will wrap all the comments and a class called “commentlist”.
    So to add a background color you would need something like:

    #comments{
    /* This will affect the comment list container*/
    background-color: #ccc; /* light grey */
    }

    .commentlist{
    /* This will affect the comment list*/
    background-color: #4463bf; /* light blue */
    }

    Thread Starter Nimiael

    (@nimiael)

    I don’t know why i have those trouble with the connection…now it’s seems ok.

    The GB is also in the left of the monitor…if you watch the Guestbook page and another page (blog or galleria) you can see the difference πŸ˜€

    Ah, and I have some issue with the page order too…i’ve tryed to give a number to any page but i don’t have solved the problem.

    The guestbook seems out from the body of the page (but it’s like there isn’t any body).

    Plugin Author nowmediagroup

    (@nowmediagroup)

    So I was able to get most of your site through a proxy since San Diego, CA might be blocked by your server, so in reality the following code is more of guessing.

    Update your the comment_pub_page.php with this code:
    http://pastebin.com/7tZaw3Lx

    You can add the following code to your theme’s css file:
    .comment:after {
    /* Clear avatars */
    content: ”;
    display: table;
    clear: both;
    }

    Hope this helps.

    Thread Starter Nimiael

    (@nimiael)

    No, i show you two screenshot so you can understand me well πŸ™‚

    First img…this is how the guestbook looks like

    and…

    this is the page where i have to put the guestbook! I need to have the guestbook inside this template page

    Have i explained well? πŸ˜› Thank you!

    Plugin Author nowmediagroup

    (@nowmediagroup)

    Hello Nimiael,

    This link has the updated code just for your site http://pastebin.com/7tZaw3Lx all you have to do is copy and paste it into comment_pub_page.php

    Thread Starter Nimiael

    (@nimiael)

    doesen’t work for me… πŸ™ i have the guestbook not in the page, not in the center….

    Plugin Author nowmediagroup

    (@nowmediagroup)

    This is what I get with the code changes
    http://i1360.photobucket.com/albums/r656/AndyNMG/updated-code-view_zps63eb1894.gif

    So lets try another approach if that is the view you want, this will add extra code to your theme.
    #primary{
    padding: 0px 0px;
    width: 740px;
    margin: 0px 0px 0px 250px;
    float: left;
    }

    Thread Starter Nimiael

    (@nimiael)

    Plugin Author nowmediagroup

    (@nowmediagroup)

    Are you developing this site locally in your computer? Because you and I don’t see the same updates.

    This code was taken from the theme you are using only changed the ID from #casing to #primary which is the container for the Guestbook page.

    Add the following code at the end of your theme’s style sheet:
    #primary{
    padding: 0px 0px;
    width: 740px;
    margin: 0px 0px 0px 250px;
    float: left;
    background-color: black; /* Forgot to add the black background */
    }

    Thread Starter Nimiael

    (@nimiael)

    Aaaalllright! We are almost there! πŸ˜€ Thank you…but now i don’t have all the other things that i have in the other pages and not the samy bg of the other pages! How can i fix this? πŸ™‚

    THANK YOU VERY MUCH!!!!

    edit: ok, i solved for the BG πŸ™‚

    Plugin Author nowmediagroup

    (@nowmediagroup)

    That will be a complex one since it requires you to merge both the Guest Book template and a your themes template.

    If you want to give it a try:
    1. download and make a copy of comment_pub_page.php (this is inside your theme folder)
    2. download and make a copy of page.php
    3. open page.php
    4. you might see something like get_header() at the top others like get_siderbar(), get_footer() <– this is the code that will add the features you see in the other pages
    5. Between the above tags you will see a bunch of code <– this is you don’t need but don’t delete
    6. open comment_pub_page.php
    7. You will see get_header() at the top others like and get_footer() and the code that makes the Guest Book work so don’t touch these
    8. the code you saw in step 4 (this code starts with “get_”) copy and replace get_header() with the one’s that were in the same location inside the page.php do the same for the code that was next to get_footer()
    9. upload

    If it didn’t work you will a lot of errors or it wont display properly so re-upload the originals.

Viewing 13 replies - 1 through 13 (of 13 total)
  • The topic ‘No background in GB’ is closed to new replies.