- This topic has 10 replies, 2 voices, and was last updated 1 year, 10 months ago by
Christopher Christou.
-
AuthorPosts
-
August 11, 2024 at 6:30 am #31023
Hello,
I have a created a sitemap that I would like to add to every single page on my website. You can see an example of this sitemap on this page here: https://christopherchristou.com/?ux-portfolio=cracked-telephones-1-0
I have done this using a combination of modules in groups etc. and have made a corresponding one for mobile view (portrait). I will be copying both sitemap views on every single page on my website once I am happy with it.
Question: How can I make the sitemap on the desktop view to appear fixed so that the rest of the page floats over it when scrolling? Please see this page as an example: https://antonymicallef.com/
I am only asking for desktop view because I am assuming that this wouldn’t work for mobile view. If there is a way to make it display like that for both views then even better.
Many thanks in advance
August 12, 2024 at 1:29 am #31025Hi,
How can I make the sitemap on the desktop view to appear fixed so that the rest of the page floats over it when scrolling?
It is not possible to float over other elements like the antonymicallef.com
It is possible to float a Group, but this condition must be met, that is, it must be a multi-column layout, and this Group is one of the columns.
refer to: https://doc.seatheme.net/sea-content-builder-plugin/group-module/#stikcy
Regards!
SeaTheme – FAQs – WordPress Customization – FacebookAugust 12, 2024 at 3:10 pm #31026Ok thank you for the reply. Is it possible to do this custom and how much would it cost?
Additionally, when enabling sticky on the two column layout. I have tried that on another page and it works, but I would like to make the left group align completely to the left of the page and the right group to align completely to the right of the page, and then just add my desired padding to each group so that the left group aligns with my logo on the header and the right group aligns with the shopping cart icon on the header.
This is the page: https://christopherchristou.com/?page_id=3120
Many thanks.
August 12, 2024 at 4:00 pm #31027Welcome.
I need to know about your sitemap layout first. If you have made this layout on a page, please send the page URL.
Regarding the alignment question of multiple columns, please also send your page including the two-column layout you mentioned. Thank you.
Regards!
SeaTheme – FAQs – WordPress Customization – FacebookAugust 12, 2024 at 5:18 pm #31028The links were mentioned above. I made the sitemap on this page as a test but will need it copied on all pages of my website. This is the sample page that you can see it on now: https://christopherchristou.com/?ux-portfolio=cracked-telephones-1-0
Regarding the group alignment, this is the sample page I applied it to and would like resolved: https://christopherchristou.com/?page_id=3120
Thank you
August 13, 2024 at 1:21 am #31031Thank you for providing the web address. I have viewed this page, but I really don’t understand which area is the sitemap. Could you please provide a screenshot to indicate this sitemap area? Thank you.
Regarding the group alignment, this is the sample page I applied it to and would like resolved: https://christopherchristou.com/?page_id=3120
Please paste the custom CSS code to “Appearance > Customize: Additional CSS”
@media (min-width: 768px) { .post-3120 .container-fluid { padding-left: 15px !important; padding-right: 15px !important; } }Please also disable inner padding for the Group on right column.
Regards!
SeaTheme – FAQs – WordPress Customization – FacebookAugust 18, 2024 at 4:34 pm #31055The CSS code worked, thank you. If I want to apply this CSS to other pages, do I just copy/paste the CSS again and replace the post id with the desired one?
Regarding the “sitemap”, maybe I am expressing it the wrong way. I just wanted to know how much it would cost to adjust the bottom of this page https://christopherchristou.com/?ux-portfolio=cracked-telephones-1-0 to match how the bottom of this page looks https://antonymicallef.com/?
Meaning, how much to make the bottom two groups appear fixed so that the rest of the page floats over them when scrolling? Also want to have this effect show on all of the pages of my website as I will be copying these two groups on the bottom of all my pages.
Many thanks.
August 19, 2024 at 1:39 am #31056Welcome
1. Yes, the post ID should be replaced or added. if you need to add it for more pages, add more lines via CSS like(Lines need to be separated by commas):
@media (min-width: 768px) { .post-3120 .container-fluid, .post-xxxx .container-fluid { padding-left: 15px !important; padding-right: 15px !important; } }2. I roughly understand your requirements. I want to confirm one more point. Does this(the bottom two groups) also include the copyright information on the bottom line?
Regards!
SeaTheme – FAQs – WordPress Customization – FacebookAugust 19, 2024 at 4:24 am #310571. Thank you for the reply about the CSS.
2. Yes the bottom two groups will need to include the copyright information. I have added the copyright info using the footer element.
August 20, 2024 at 2:44 am #31059This reply has been marked as private.August 20, 2024 at 6:10 am #31060Hello,
Thank you for the quotation.
Kind regards,
C
-
AuthorPosts
- You must be logged in to reply to this topic.
