Maxi_F Posted December 6, 2022 Share 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 Link to comment
tuanphan Posted December 7, 2022 Share 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 How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Maxi_F Posted December 7, 2022 Author Share 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" Link to comment
tuanphan Posted December 7, 2022 Share 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 How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Maxi_F Posted December 7, 2022 Author Share 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. Link to comment
Maxi_F Posted December 8, 2022 Author Share 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 Link to comment
tuanphan Posted December 11, 2022 Share 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 How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Maxi_F Posted December 12, 2022 Author Share Posted December 12, 2022 https://www.tvrgroup.at/3bezirk/top-16b Link to comment
Solution tuanphan Posted December 15, 2022 Solution Share 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 How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care 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