Home › Forums › SEA WordPress Theme › header pop up not scrolling to of page
- This topic has 6 replies, 2 voices, and was last updated 5 years, 10 months ago by
SeaTheme.
-
AuthorPosts
-
August 1, 2020 at 3:03 am #22120
Hi,
Say I have scrolled down half way or to the bottom of a page and I click the dotted header that’s linked to say the ‘about page’, a new window appears which is what I want, but I have to scroll to the top of that popup screen to see its contents. I understand that this has been programmed for when the menu is not sticky, but I want to use for ‘always sticky’ and ‘sticky when rolling back.
Lastly love the feature ‘Choose a Page for Header Icon to Pop-up’ is there a way I can I do that for example menu headers ‘about’ ‘people’ ‘contact’ so the user isn’t having to navigate to another url.
Thank you, great theme.
August 1, 2020 at 3:26 am #22121Also is there a way it can reveal from the right hand side rather than from the top.
Thank you
August 1, 2020 at 4:34 am #22126Hi,
Thank you for purchasing our theme.:)
Please upgrade the latest version, it should be fixed. Please clean the browser cache to test.
(If it doesn’t work, please leave your website, I will check it)Sorry, there is no option for revealing from the right-hand side.
Regards!
SeaTheme – SeaTheme.net – Twitter – Facebook
August 1, 2020 at 5:47 am #22127This reply has been marked as private.August 1, 2020 at 5:48 am #22128This reply has been marked as private.August 1, 2020 at 11:06 am #22129Hi I have updated and theme and plugins still doesn’t work.
When I use
.show_popup .wrap-all {
overflow: hidden;
}In custom css it takes the pop up to the top of the page but it won’t scroll down on laptop or Ipad
August 2, 2020 at 3:26 am #22134Hi,
The
overflow: hidden,will cause the popup panel is too long to be shown on one screen.
The popup panel should not higher than one screen based on the original design.1)Please add the custom CSS:
.show_popup .wrap-all { overflow: hidden; overflow-y: scroll; } .show_popup { overflow: hidden; overflow-y: hidden; }2) Paste all codes from the file, go to Appearance>Theme editor, replace all codes of the js/custom.theme.js
Please clean browser cache to test
Best
-
AuthorPosts
- You must be logged in to reply to this topic.
