Forum Replies Created

Viewing 11 replies - 1 through 11 (of 11 total)
  • Thread Starter sabrinadeceault

    (@sabrinadeceault)

    Thank you Tim and everybody who tried to help I appreciate it. Tim do you have any email address in case I have further questions or should I just leave this forum post open instead of marking it as closed for future use, or should I close it and open a new one in the future as needed?

    [ Moderator note: Please refrain from asking people for their email address. Support is offered via the forum and not via email. ]

    Thanks again Tim!

    Thread Starter sabrinadeceault

    (@sabrinadeceault)

    Now that was a great answer easy as pie with it laid out like this I really appreciate it Tim.

    Say for example I ever have to upgrade wordpress will that mess up the whispy theme from all the CSS and other changes that have been made? If so what should I do so I can replace everything after upgrading. I just don’t want to loose anything and if I run into a problem in the future I want to be able to replace anything that was lost, overwritten or whatever may happen.

    I have a friend that had a custom theme made and when he upgraded to the new version of wordpress it ruined everything so I don’t want to be stuck in that same position if you know what I mean!

    Thread Starter sabrinadeceault

    (@sabrinadeceault)

    Is that for Lines 1117 and 568?

    Thread Starter sabrinadeceault

    (@sabrinadeceault)

    Do you see how you provided the information for line 993 can you please provide the information in detail like that for lines 1117, 568, and any other lines you recommended. I am new to css and don’t quite understand it. Furthermore in wordpress backend it doesn’t show the line number so I use Mozilla Firefox to find for example (#comments {) to locate the area that needs to be changed. It makes it much easier for me and I really do appreciate your help. Thank you Tim ??

    Thread Starter sabrinadeceault

    (@sabrinadeceault)

    The left alignment issues with the left sidebar have been corrected and we now have the desired result that we wanted. Thank you very much Tim.

    You can see the change at https://blog.sublimedesigners.com/

    Now in terms of the live streaming I think I have fixed this myself already which is why I deleted the test pages.

    https://blog.sublimedesigners.com/sp-live-stream/

    Is there anything that you could recommend to close up the gaps between the live chat and video? If not that is fine..the only other thing that kind of bothers me is the fact that

    old code:

    .one-column #content {
    float: left;
    margin: 0 auto;
    width: 640px;
    }

    has been replaced with this below:

    .one-column #content {
    margin: 0 auto;
    width: 930px;
    }

    In order to have things on the actual page without getting thrown either to far left and or right.

    Now the part that kind of bothers me which only used to be 640 wide is the comment section below the live steam which seems to have inherited the content area of the page which has been changed to 930.

    Is there anyway to keep 930 for the content area, but retain 640 for the comment area it looks awkward as is spanning the entire content area/page from left to right (930). Please let me know Tim. Thank you for your help it’s greatly appreciated.

    Thread Starter sabrinadeceault

    (@sabrinadeceault)

    No that has nothing to do with what I wanted. Please read everything and provide me an answer that works. Clearly since you didn’t have time you overlooked most of everything I said and didn’t provide an answer that was of any help at all. Please read everything before responding. Thank you!!!

    Thread Starter sabrinadeceault

    (@sabrinadeceault)

    Ok I found out where to force the one column left aligned…but here is the problem

    .one-column #content {
    float: left;
    margin: 0 auto;
    width: 640px;
    }

    I want the comments/reply area below on the bottom of the page to be centered. Please advise on how to do this. Thank you.

    Here is the page in question:

    https://blog.sublimedesigners.com/live-stream-test-no-sidebar/

    Thread Starter sabrinadeceault

    (@sabrinadeceault)

    New Findings: Still have a major problem, but here is what I did….

    I went into the Whispy style.css and went to line 70 I believe and found this:
    #container {
    float: left;
    margin: 0 -240px 0 0;
    width: 100%;
    }

    After I modified this to the following below from 100% to 69%:

    #container {
    float: left;
    margin: 0 -240px 0 0;
    width: 69%;
    }

    After doing this the page that live streaming page looked perfect, but all other pages on the entire blog where broken. What can I do to make this work. Thank you!!!

    Thread Starter sabrinadeceault

    (@sabrinadeceault)

    PLEASE HELP!!! PLEASE HELP!!!

    Now I have another problem I have embedded ustram live video and chat feature using the below code:

    As you can see I have one page where there is a right sidebar you can see that things lined up and look good, but obviously the right sidebar is in the way which I don’t want on this specific page.

    https://blog.sublimedesigners.com/live-stream-test-with-sidebar/

    Now I created a second page where there is a single column and no sidebar when I do that it throws my stuff to the right past the content area….

    https://blog.sublimedesigners.com/live-stream-test-no-sidebar/

    I have also specified to align the table to the left via html, css, and other sources it doesn’t fix the problem

    The funny thing is when I right aligned it goes all the way to the left but gets thrown off the left side of the page content area. Please keep in mind I have tried to center it, left align it, and right align it doesn’t solve the problem.

    https://blog.sublimedesigners.com/live-stream-test-right-aligned/

    The only thing that works is if I use the default template and allow it to have the right sidebar, but obviously I don’t want that on top of my on page copy I want a single column but with everything to be left aligned properly only on this specific page though.

    I still want to utilize 3 and 2 columns on other pages. Thanks and I hope somebody can help me with this it’s rather frustrating!

    PLEASE HELP!!! PLEASE HELP!!!

    Thread Starter sabrinadeceault

    (@sabrinadeceault)

    Also the alignment of the widgets on the left sidebar are
    1. either left aligned and not centered or
    2. there isn’t enough space to match the right sidebar.

    Things in the right sidebar are pretty proportional being centered and having white space on the left and right of the right sidebar.

    I want the left sidebar to look identical to the right sidebar with having white space on both the left and right side of the left sidebar and with the items in it being centered.

    Please advise on how to fix this problem.

    I also downloaded this theme on 3/13/2013 and installed it so it’s a new download with the latest updates to make that clear.

    Thank you!!!! Hope to hear from somebody soon!

    Thread Starter sabrinadeceault

    (@sabrinadeceault)

    3 colmun issue is fixed.

    I still have an existing issue which nobody responded to.

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