Maxi_F Posted December 6, 2022 Posted December 6, 2022 Hello, I would like to list different offers on the portfolio. However, if one is not available at the moment, I would like to be able to hide it. Does anyone have a code to hide selected projects? Maxi
tuanphan Posted December 7, 2022 Posted December 7, 2022 Can you share link to project list and which items you want to hide it? We can help easier Maxi_F 1 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!)
Maxi_F Posted December 7, 2022 Author Posted December 7, 2022 21 hours ago, Maxi_F said: Hello, I would like to list different offers on the portfolio. However, if one is not available at the moment, I would like to be able to hide it. Does anyone have a code to hide selected projects? Maxi Hello, for Example here,https://www.tvrgroup.at/3bezirk I want to hide for Example "Top 11a"
tuanphan Posted December 7, 2022 Posted December 7, 2022 2 minutes ago, Maxi_F said: Hello, for Example here,https://www.tvrgroup.at/3bezirk I want to hide for Example "Top 11a" FIrst, add a draft to Top 11a url, it should be Quote top-11a-draft Next, add this to Design > Custom CSS a.grid-item[href*="draft"] { display: none !important; } Maxi_F 1 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!)
Maxi_F Posted December 7, 2022 Author Posted December 7, 2022 IT WORKED. Thank you. I read a lot of your Messages in the forum but i didn't knew where to put to the code. Much thanks.
Maxi_F Posted December 8, 2022 Author Posted December 8, 2022 20 hours ago, tuanphan said: FIrst, add a draft to Top 11a url, it should be Next, add this to Design > Custom CSS a.grid-item[href*="draft"] { display: none !important; } Hello, I have another question. Now it is possible to switch between the projects at the bottom, which also takes you to the hidden projects. Thanks in advance. Maxi Beyondspace 1
tuanphan Posted December 11, 2022 Posted December 11, 2022 On 12/8/2022 at 5:46 PM, Maxi_F said: Hello, I have another question. Now it is possible to switch between the projects at the bottom, which also takes you to the hidden projects. Thanks in advance. Maxi You mean hide item on Pagination? Can you share link to page in screenshot? We can check its code easier 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!)
Maxi_F Posted December 12, 2022 Author Posted December 12, 2022 https://www.tvrgroup.at/3bezirk/top-16b
Solution tuanphan Posted December 15, 2022 Solution Posted December 15, 2022 On 12/12/2022 at 8:10 PM, Maxi_F said: https://www.tvrgroup.at/3bezirk/top-16b Hi, Use this new code a.grid-item[href*="ausgeblendet"], .item-pagination-link[href*="ausgeblendet"] { display: none !important } 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!)
tuanphan Posted August 19 Posted August 19 Recently I wrote this guide, so you can find item url and hide project easier. 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!)
Beyondspace Posted Monday at 02:13 PM Posted Monday at 02:13 PM On 12/8/2022 at 5:46 PM, Maxi_F said: Hello, I have another question. Now it is possible to switch between the projects at the bottom, which also takes you to the hidden projects. Thanks in advance. Maxi Try my work around if it work for your case when hiding the pagination items BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Pinch/Zoom images, videos - PDFs Lightbox - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> 🤖 Ask me anything
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment