Title: sswebdeval's Replies | WordPress.org

---

# sswebdeval

  [  ](https://wordpress.org/support/users/sswebdeval/)

 *   [Profile](https://wordpress.org/support/users/sswebdeval/)
 *   [Topics Started](https://wordpress.org/support/users/sswebdeval/topics/)
 *   [Replies Created](https://wordpress.org/support/users/sswebdeval/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/sswebdeval/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/sswebdeval/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/sswebdeval/engagements/)
 *   [Favorites](https://wordpress.org/support/users/sswebdeval/favorites/)

 Search replies:

## Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Heroic Table of Contents] Sticky/Fixed elements on scroll + anchor linking](https://wordpress.org/support/topic/sticky-fixed-elements-on-scroll-anchor-linking/)
 *  Thread Starter [sswebdeval](https://wordpress.org/support/users/sswebdeval/)
 * (@sswebdeval)
 * [9 months, 4 weeks ago](https://wordpress.org/support/topic/sticky-fixed-elements-on-scroll-anchor-linking/#post-18598014)
 * I resolved this. For anyone needing a quick fix, you can use the CSS `scroll-
   margin-top` property to define the top margin of the scroll snap area for an 
   element. Add this to your theme code or a one-off HTML block inside a `<style
   ></style>` element to control the offset of the scroll. 
   [https://caniuse.com/?search=scroll-margin-top](https://caniuse.com/?search=scroll-margin-top)
   Example:`<style> h2, h3 { scroll-margin-top: 300px; }</style>
    -  This reply was modified 9 months, 4 weeks ago by [sswebdeval](https://wordpress.org/support/users/sswebdeval/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Yoast SEO - Advanced SEO with real-time guidance and built-in AI] Draft pages or pages marked No in Advanced settings still showing on sitemap](https://wordpress.org/support/topic/draft-pages-or-pages-marked-no-in-advanced-settings-still-showing-on-sitemap-2/)
 *  Thread Starter [sswebdeval](https://wordpress.org/support/users/sswebdeval/)
 * (@sswebdeval)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/draft-pages-or-pages-marked-no-in-advanced-settings-still-showing-on-sitemap-2/#post-14848732)
 * So I was looking at the wrong sitemap. Yoast SEO works as expected.
 * The issue in my case is that the site put links to posts using my custom post
   type, Resources, in the pages-sitemap.xml instead of its own resources-sitemap.
   xml.
 * Looking at the correct sitemap, changes to it happen as expected when I make 
   a new resource post. When I set the page to not be visible on search engines 
   or follow links, the resource is removed from the sitemap right away. Changing
   those settings to YES puts it back on the resource sitemap right away.
 * It always seems like when I post a topic, I end up finding new information. Hope
   this helps someone else with their Custom Post Type:
    1. Ensure your CPT has public => true in the register_post_type() arguments array
       that creates it.
    2. Check to make sure there isn’t a unique sitemap for the CPT you are troubleshooting.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Yoast SEO - Advanced SEO with real-time guidance and built-in AI] Draft pages or pages marked No in Advanced settings still showing on sitemap](https://wordpress.org/support/topic/draft-pages-or-pages-marked-no-in-advanced-settings-still-showing-on-sitemap/)
 *  Thread Starter [sswebdeval](https://wordpress.org/support/users/sswebdeval/)
 * (@sswebdeval)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/draft-pages-or-pages-marked-no-in-advanced-settings-still-showing-on-sitemap/#post-14848690)
 * This is a duplicate post, my other one is here: [https://wordpress.org/support/topic/draft-pages-or-pages-marked-no-in-advanced-settings-still-showing-on-sitemap-2/](https://wordpress.org/support/topic/draft-pages-or-pages-marked-no-in-advanced-settings-still-showing-on-sitemap-2/)
 * The thinking here was that a CPT type named Resources was not being affected 
   by changes to the Advanced settings on individual resource posts. It turns out
   there is a separate resource-sitemap for my site and it works as expected. The
   pages-sitemap inexplicably has resource post links in them (they should be in
   their own sitemap). So Yoast plugin works as expected, there is another issue
   related to my site specifically.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Media Sync] Multisite: cannot see the date in All Dates filter of ML after importing](https://wordpress.org/support/topic/multisite-cannot-see-the-date-in-all-dates-filter-of-ml-after-importing/)
 *  Thread Starter [sswebdeval](https://wordpress.org/support/users/sswebdeval/)
 * (@sswebdeval)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/multisite-cannot-see-the-date-in-all-dates-filter-of-ml-after-importing/#post-14319739)
 * [@erolsk8](https://wordpress.org/support/users/erolsk8/) thank you very much 
   for your response! I don’t think I selected an option for a date at all when 
   doing the import so thank you for explaining this. That’s definitely the issue
   here. Marking resolved.

Viewing 4 replies - 1 through 4 (of 4 total)