• stefanocps

    (@stefanocps)


    Hi
    I need to do thi sin this site
    Move down the sidebar to let the slideshow extend for Whole lenght of page
    Now i have moved the sidebar down inserting margin-top in .widget in mychild
    but i can’t extend the slide
    In the configuration page of next gen there is a setting fot wide and height but wide will not change as desidered
    It reach the margin of the body text area, whatever size i put it will not go in that area that was previously belonged to sidearea.
    May be is not correct the procedure i made to move the side area?
    thanks

Viewing 9 replies - 16 through 24 (of 24 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Look at style.css of your Child Theme. You have this amongst other things;

    General comments/License

    What license have you applied, can you give us a link explaining more information about it?

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    actually i did’n t know i could save form firebug!

    You can’t save. You can make temporal changes.

    Why are you looking where the CSS originates?

    Thread Starter stefanocps

    (@stefanocps)

    do i need a licence?
    what kind and what for?
    sorry i don’t know about this matter
    i have recently learn to create child theme
    please explain me what do i need to do

    Thread Starter stefanocps

    (@stefanocps)

    Andrew, i look where the css or php originates as i want to make change
    As i can’t save the change in firebug i suppose i need to go and locate where the code is located and write/modify the code

    Thread Starter stefanocps

    (@stefanocps)

    ok i have copied the license from the main theme twentytwelce, is that ok?

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    ok i have copied the license from the main theme twentytwelce, is that ok?

    Yes.

    i look where the css or php originates as i want to make change

    Your Child Theme is there so you don’t have to touch the theme’s files. You can override the theme’s CSS by creating your own CSS in your Child Theme’s stylesheet.

    Thread Starter stefanocps

    (@stefanocps)

    i have my own child theme
    the problem here is that i need to change the div of the slider
    chanhe his position
    and i don’t know where to do that

    Thread Starter stefanocps

    (@stefanocps)

    going back to the reason of this topic
    i need to move the slideshow above all
    so that i will have
    slideshow
    mainmenu
    content

    now i don’t know where to go and change the code to mode the slider div above all!
    can you help?

    Thread Starter stefanocps

    (@stefanocps)

    ok i have been able to set this code

    <?php
     $showgallery = '[slideshow=1]';
     $showgallery = apply_filters('the_content', $showgallery );
     echo $showgallery;
     ?>

    in the header and i have what i want
    but like this as it is not a div i cannot control the position
    actually i woul only need to put it a bit down, move it down from the header image

Viewing 9 replies - 16 through 24 (of 24 total)
  • The topic ‘Moving sidebar and extende slideshow’ is closed to new replies.