Home › Forums › Air WordPress Theme › Post(Prev/Next) Navi error and Back-to-top Button setting custom
- This topic has 3 replies, 2 voices, and was last updated 6 years, 10 months ago by
SeaTheme.
-
AuthorPosts
-
July 30, 2019 at 8:49 pm #19088
I almost finished my website using the air theme.
There are some questions ahead of finishing.
1. Even though ‘Show Post (Prev / Next) Navigation’ is set to ON in the theme option, it is not displayed on the Project Item Page. Give me a solution so that navigation is displayed normally.
page link
http://ymdesign01.cafe24.com/altioragoduck/2. I want to customize the button to always be visible even if the screen scroll does not reach the bottom.
Your answer will be a great help in finalizing my homepage. Thank you.
July 31, 2019 at 1:56 am #19090Hi,
Thank you for purchasing our theme.1. Please paste the custom CSS code to “Appearance > Customize: Additional CSS”
.blog-unit-meta-bottom .arrow-item { opacity: 1;display: inline-block; transform: translateX(0px); }2. Did you talk the post(next/prev) button also? If yes, please paste the custom CSS code to “Appearance > Customize: Additional CSS”:
.single-format-gallery .blog-unit-meta-bottom {position: fixed; bottom: 0; left: 0; right: 0; }Regards!
SeaTheme – SeaTheme.net – Twitter – FacebookJuly 31, 2019 at 7:44 am #190962. Did you talk the post(next/prev) button also?
==>
Sorry, I did not explain what a button was by mistake.
The button I want is ‘Back-to-top Button’
I want to customize ‘Back-to-top Button’ to always be visible even if the screen scroll does not reach the bottom.In addition, can this button be visible on mobile?
If ‘Back-to-top Button’ is available on mobile, it would be very useful.Thank you for always kindly solution.^^
July 31, 2019 at 2:27 pm #19097Welcome!
Please use the custom CSS:#footer { position: relative!important; z-index: 0; } .container-fluid.back-top-wrap { bottom: 0; } #wrap { margin-bottom: 0!important; } .ux-mobile #back-top { display: block; } .touchevents #back-top:before { -webkit-transform: translate(2px,-15px) rotate(-60deg); -moz-transform: translate(2px,-15px) rotate(-60deg); -ms-transform: translate(2px,-15px) rotate(-60deg); transform: translate(2px,-15px) rotate(-60deg); } .touchevents #back-top:after{ -webkit-transform: translate(2px,-12px) rotate(60deg); -moz-transform: translate(2px,-12px) rotate(60deg); -ms-transform: translate(2px,-12px) rotate(60deg); transform: translate(2px,-12px) rotate(60deg); } -
AuthorPosts
- You must be logged in to reply to this topic.
