My_Pet_Duck

Member

Forum Replies Created

  • In reply to: Infinite Scroll?

    #35139

    Hi Prasanna

    I added the code to my child theme’s functions.php. but now it says the server is down and keeps coming up with the code –

    “HTTP Error 500 (Internal Server Error): An unexpected condition was encountered while the server was attempting to fulfill the request.”

    Would the infinite scroll code be conflicting with anything and is there a straight forward way of accessing my site again.

    The link is here: http://www.pigtailplus.com

    Thanks

    In reply to: Infinite Scroll?

    #35136

    Here is a link to the jet pack infinite scroll page. It can be activated through the latest jetpack installations.

    http://jetpack.me/support/infinite-scroll/

    Thankyou

    In reply to: Ajax Pagination like Twitter (load more post)

    #34728

    Hi Prasanna,

    I have tried to activate the Jetpack infinite scroll for the Graphene theme but it says it is not supported. Can I ask how you got it to work on the Graphene theme?

    Many Thanks

    In reply to: Slider Image wont extend to full slider size

    #34851

    I figured it out again. Think i’m getting pretty good at this custom css coding. lol.

    Changed the first part of the code to this:

    .three-columns #sidebar1 {
    margin-top: -638px;
    }

    Now the coding only effects the static front page.

    Thanks for everyone’s help. Will make sure it works on all browsers and get back to you about whether everything is resolved 🙂

    In reply to: Slider Image wont extend to full slider size

    #34850
    Quote:
    I think I managed to do it. I set the slider options to ‘extend slider to full width’ and changed the code in the custom css to this:

    #sidebar1 {

    margin-top: -638px;

    }

    .featured_slider {

    width: 650px;

    margin: 0px;

    }

    .three-columns .featured_slider #slider_root {

    width: 650px;

    margin: 0px;

    }

    .three-columns .slider_post {

    width: 650px;

    margin: 0px;

    }

    The slider now appears above the the first 2 columns with the third column running down the side of the slider on the right hand side, just as I wanted. Do you know if I will need to do anything else as I think I may have resolved it..?

    Thanks

    The only problem is this works for the static front page. For all of the over pages without a slider the sidebar appears before the page content as the sidebar 1 margin is set at -638px for every page. I only want it set to this fro the static front page…

    In reply to: Slider Image wont extend to full slider size

    #34849

    I think I managed to do it. I set the slider options to ‘extend slider to full width’ and changed the code in the custom css to this:

    #sidebar1 {
    margin-top: -638px;
    }
    .featured_slider {
    width: 650px;
    margin: 0px;
    }
    .three-columns .featured_slider #slider_root {
    width: 650px;
    margin: 0px;
    }
    .three-columns .slider_post {
    width: 650px;
    margin: 0px;
    }

    The slider now appears above the the first 2 columns with the third column running down the side of the slider on the right hand side, just as I wanted. Do you know if I will need to do anything else as I think I may have resolved it..?

    Thanks

    In reply to: Slider Image wont extend to full slider size

    #34848

    Thanks,

    Have done this but now it shows the slider above all three panes and not just the first two I wanted?

    In reply to: Slider Image wont extend to full slider size

    #34845

    Hi All

    I tried Kenneth’s recommendations but the slider still only shows and image up to 315px wide. I have no problem with the slider image height and this always fits the slider even when i re-size it. I think it may be because the image is attached to the same column as the homepage pane which sits below it (I could be wrong). When I look at the code it says div.clearfix.grid_8 315px x 2400px This is including the whole height of the left hand pane, which includes the slider image and homepage pane below it.

    Hi Syahir, how would I go about doing this? I removed the custom code but sidebar 2 is then placed back at the top and the slider frame reduces back to 315px. This is the code i’ve been using:

    #sidebar2 {
    margin-top: 638px;
    }
    .featured_slider {
    width: 650px;
    }
    .three-columns .featured_slider #slider_root {
    width: 650px;
    }
    .three-columns .slider_post {
    width: 650px;
    }

    I am using a three column set up for the static front page and would like to make my slider appear over the homepage pain (also called the content column) and the sidebar 2. I would like the sidebar 1 to run alongside the slider, from the top, on the right hand side. I have tried using ‘extend slider to full width of the theme’ but this makes the slider appear over all three panes.

    The custom code is the only way I have found to lower the sidebar 2 under the slider while having sidebar 1 run along side it on the right. Here is a link to the test page of how I would like it to display: http://www.pigtailmagazine.com

    The modifications you can do to this theme are amazing and I’m sure i’m missing something basic. Your continued help is appreciated.

    Thanks again

    In reply to: Slider Image wont extend to full slider size

    #34843

    Thanks so much for the homepage pane code. Works a treat.

    Will have a go at your slider image recommendations and get back to you soon…

Viewing 9 posts - 1 through 9 (of 9 total)