0
Welcome Guest! Login
0 items Join Now

Gantry Rotator in Panacea

    • rmgross1's Avatar
    • rmgross1
    • Rocketeer
    • Posts: 59
    • Thanks: 0

    Gantry Rotator in Panacea

    Posted 12 years 9 months ago
    • Is there a limit to the number of background images you can have in the showcase-bgs folder? I've been adding a few, but in the back end, when I try to change the images, it only shows me 20 image files in the list that I can choose from, and I know that I have more than 20 in the folder. If there is a limit, can that number be changed by me, the user? Thanks for your help.
    • Shazdeh's Avatar
    • Shazdeh
    • Elite Rocketeer
    • Posts: 4984
    • Thanks: 29

    Re: Gantry Rotator in Panacea

    Posted 12 years 9 months ago
    • The limit for backgrounds is set in the templateDetails.xml file and by default it's 20. To overcome this limit you can edit the multibackgrounds.php file in admin/forms/fields folder on line 107, and change
      $limit = $gantry->get('backgrounds_list_limit');
      to
      $limit = 50;
      and it works!
    • Please don't PM unless requested ;)
      Consider using the custom stylesheet for all your CSS customizations: gantry-framework.org/documentation/wordp...custom_stylesheet.md .
      Please provide the URL to the issue.
      And please mark the thread as solved if the issue is resolved.
    • rmgross1's Avatar
    • rmgross1
    • Rocketeer
    • Posts: 59
    • Thanks: 0

    Re: Gantry Rotator in Panacea

    Posted 12 years 9 months ago
    • Okay, great! Thank you!

Time to create page: 0.045 seconds