artpimpress Posted October 28, 2021 Share Posted October 28, 2021 Site URL: https://cargofilm-staging.squarespace.com/films This seems to be a common question/request but I still haven't found a solution. I am working with a film company who has 100+ images. I set up a gallery and used a summary block but the max is 30 so I reverted to a gallery grid. The goal is to show the title and description. Does anyone have a solution for this? The goal is to increase the font size for the title and show the description. Thanks in advance for your help. Link to comment
tuanphan Posted October 31, 2021 Share Posted October 31, 2021 On 10/29/2021 at 1:21 AM, artpimpress said: Site URL: https://cargofilm-staging.squarespace.com/films This seems to be a common question/request but I still haven't found a solution. I am working with a film company who has 100+ images. I set up a gallery and used a summary block but the max is 30 so I reverted to a gallery grid. The goal is to show the title and description. Does anyone have a solution for this? The goal is to increase the font size for the title and show the description. Thanks in advance for your help. What is access password? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
artpimpress Posted November 1, 2021 Author Share Posted November 1, 2021 Oops, sorry. The password is cargo Link to comment
tuanphan Posted November 4, 2021 Share Posted November 4, 2021 On 11/1/2021 at 9:43 PM, artpimpress said: Oops, sorry. The password is cargo Hi, #1. To remove Summary Block 30 posts limits, you can use Lazy Load Plugin. #2. Gallery Grid description, try enter title, use this format Quote Title <br/> Description eg Quote 93Queen <br/> 93Queen project description If it doesn't work, keep br tag & add this code into Last Line in Code Injection > Footer <script> $(document).ready(function(){ $(".image-slide-title").each(function(){ $(this).html($(this).text()); }); }); </script> Quote (The answer contains an affiliate link, which means I will receive a small commission if you click and buy the plugin according to the link above.) Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
artpimpress Posted November 5, 2021 Author Share Posted November 5, 2021 On 11/4/2021 at 1:28 AM, tuanphan said: Hi, #1. To remove Summary Block 30 posts limits, you can use Lazy Load Plugin. #2. Gallery Grid description, try enter title, use this format eg If it doesn't work, keep br tag & add this code into Last Line in Code Injection > Footer <script> $(document).ready(function(){ $(".image-slide-title").each(function(){ $(this).html($(this).text()); }); }); </script> Thank you as always for offering solutions. I think the plugin is the way to go. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment