brian__tong 0 Share Posted July 21, 2020 (edited) Site URL: http://www.briantong.ca/#/stockandsupply/ Hi everybody, I am trying to remove the "back to..." and "prev/next" buttons on the index section at the bottom of a project page. Screenshot attached but currently they are sticking to the top of the first projects in the index section, which I do not want. The site is on the Avenue template. Increasing the "Page Padding" value does work to a degree, but I don't want the extra page padding to be added to everywhere else. I am open to adding some padding underneath the buttons too if cannot be removed and would rather just remove them. I am not familiar with code, so unsure as to even where to add it if there are lines of code applicable to this situation. Thank you all for your time and help in advance! Also, on a side note, why does "http://www.briantong.ca/#/stockandsupply/" have the index section and "http://www.briantong.ca/stockandsupply/" does not have the index section? It would be great to not have to include the extra # in between. Thanks! Edited July 21, 2020 by brian__tong Extra question Link to post
derricksrandomviews 467 Share Posted July 21, 2020 Add this to custom Css: .page-open #projectPages .project-controls { display: none; } smdreyer 1 Link to post
brian__tong 0 Author Share Posted July 28, 2020 On 7/21/2020 at 11:03 AM, derricksrandomviews said: Add this to custom Css: .page-open #projectPages .project-controls { display: none; } Thank you for your help! Lastly, do you know the answer to my question of why "http://www.briantong.ca/#/stockandsupply/" have the index section and "http://www.briantong.ca/stockandsupply/" does not have the index section? How would I be able to share that specific project without the # yet still have the index at the bottom of the page? Thank you! Link to post
derricksrandomviews 467 Share Posted July 28, 2020 (edited) You would not, the # is what tells the site, the page is in an index. The url without the # is not a page actually. The # is the critical part of the index sub domain url and some templates, like mine. will change a stacked gallery page in an index to a slide show page with out the sub domain. Here is an example: https://myrandomviews.com/views-images#/mountains/ page viewed in an index https://myrandomviews.com/views-images/mountains is a non existent page, and intercepts to my about me page. This is the same page as the first url with out the subdomain extension, the url is the domain plus the pages url slug only. https://myrandomviews.com/mountains Edited July 28, 2020 by derricksrandomviews Link to post
Gills 0 Share Posted December 16, 2020 Hello, can this code be used for an index page as well? I want the same controls gone on my website, but at the bottom of an index page... Link to post
derricksrandomviews 467 Share Posted December 17, 2020 Sometimes one template may not like it but you can't hurt giving it a shot. Add this to custom Css: .page-open #projectPages .project-controls { display: none; } Link to post
tuanphan 8,995 Share Posted December 17, 2020 11 hours ago, Gills said: Hello, can this code be used for an index page as well? I want the same controls gone on my website, but at the bottom of an index page... Can you share site url? We can help easier You can send your question to my email to get detail answer. / How to Setup Password & Share URL --- Happy New Year Link to post
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment