Gallery: How to increase limit of image 16 >

Discussion in 'StartPoint Business One Page WordPress Theme' started by osteboljus, May 26, 2014.

  1. osteboljus

    osteboljus New Member

    Joined:
    Dec 26, 2013
    Messages:
    3
    Likes Received:
    0
    This code does not work:

    If you want to increase it then just open your theme directory and got to "functions/theme-options.php" and increase value of "std" to 20 or more.
    You will get that code on line number "471".
    $options[] = array("name" => "Image Count On Front Page",
    "desc" => "Limit the number of Gallery Image on Front Page. By default it is limited to 16.",
    "id" => "startpoint_home_gallery_
    count",
    "std" => "40",
    "type" => "text");

    $options[] = array("name" => "Image Count On Gallery Page",
    "desc" => "Limit the number of Gallery Images on Gallery Page Template. By default it is limited to 16. By default it is 20 units.",
    "id" => "startpoint_template_gallery_count",
    "std" => "40",
    "type" => "text");
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Go to
    Appearance > Theme Option > Gallery > Image Count On Front Page
    and enter your value there.

    This will solve your issue.

    Thanks & Regards
    Gourav Shrivastava
     

Share This Page