Graphene slider help

  • Richardav

    #4935

    i have just installed Graphene and i like it but the news slider can i change that in to a picture slider with links. also how can i change the nav bar page links font size down so my pages fit in one row on the nav bar. also is there away to put a slider on my news page aswell so i have picture slider with links on my home page and a news slider on my news page

    Richardav

    #29918

    or cant i move it

    Admin

    Syahir Hakim

    #29919
    Quote:
    i have just installed Graphene and i like it but the news slider can i change that in to a picture slider with links.

    Go to Graphene Options > Slider Options, and select “Background image and excerpt” for the “Slider display style” option.

    Richardav

    #29920

    how do i make the font size on the nav bar smaller also can i turn the slider in to a picture slider with links

    Admin

    Syahir Hakim

    #29921

    Not sure I get you there. How does the nav bar font size have anything to go with turning the slider into a picture slider with links?

    Richardav

    #29922

    its ok i worked it out. how do i make the header picture bigger because i make my sidebars bigger but the header is still the same size

    Anonymous

    #29923

    Add this to child theme functions.php:

    function graphene_custom_header_width(){
    return 960; // The value of your custom width
    }
    function graphene_custom_header_height(){
    return 157; // The value of your custom height
    }
    add_filter('graphene_header_image_width', 'graphene_custom_header_width');
    add_filter('graphene_header_image_height', 'graphene_custom_header_height');

    And add this to child theme style.css

    #header {
    width: 960px; /* Must match value above */
    height: 157px; /* Must match value above */
    }

    Change values in both accordingly.

    Anonymous

    #29924

    @Josh, what if he change the header height in Graphene Header Option? Header width will be automatically set according to container width.

    Richardav

    #29925

    can i make my header picture bigger in height not width

    Mod

    Kenneth John Odle

    #29926

    In reality, there are two issues to deal with here:

    First, you need to create a header image on your own computer that is the size you want it. You can use Photoshop, GIMP, or even some online software to create that.

    Second, you need to configure Graphene to accept that new header size.

    To adjust the width, go to Graphene Options >> Display Options >> Column Width Options >> “Container width”

    and enter the width you would like.

    To adjust the height, go to Graphene Options >> Display Options >> Header Display Options >> “Header image height”

    and enter the height you would like.

    Make sure the image you create and upload is those exact dimensions, with a resolution of 72ppi.

Viewing 10 posts - 1 through 10 (of 12 total)

  • 1
  • 2
  • You must be logged in to reply to this topic.