Tagged: masonry, scroll to top
-
AuthorPosts
-
January 11, 2015 at 6:19 am #377932
I am new to Enfold and I am just getting going testing layouts and such. at the the moment the show stopper for me is the Scroll to Top button (shows on the right of this forum as well). Is there any way to turn that off? I really hate those buttons. Other than that I think I am falling in love with the theme!
The Plus 1 is this: is it possible on setting up the Photography Portfolio with a horizontal header? Is there any documentation on these layouts? The default and the Photographers Portfolio layouts.
January 12, 2015 at 7:26 am #378161Hey MichaelAlbany!
Thank you for using Enfold.
You can remove the scroll to top link with this:
a#scroll-top-link { /* display: none !important; */ }
The header layout can be toggled on Enfold > General Layout > Layout > Logo and Main Menu setting.
Regards,
IsmaelJanuary 12, 2015 at 4:17 pm #378327Thank you Ismael but that didn’t work. I have added an image (first one) to the masonry gallery on the home page for you to see what I am trying to remove. I figure use the gallery, why not. http://dev1.madomains.com
I did find some code to make the blog full width that precedes the code you sent. Under Enfold, General Styling, Quick CSS I have the following.
#top .fullsize .template-blog .post .entry-content-wrapper > *, #top .fullsize .template-blog .post .entry-content-wrapper {
max-width: 100%;
}a#scroll-top-link {
/* display: none !important; */
}Is the first one conflicting? If so how may I achieve both eliminating the button and have full width everything?
Thanks!
PS – If I get this all worked out I may be migrating a good portion of my 48 sites/clients over the next year. Well, as many as are willing to pay for the transition and new theme. In that regard can you send a link to the Child Theme info too?
January 13, 2015 at 4:26 pm #378875Hey!
Please change Ismael’s code to following one
a#scroll-top-link { display: none !important; }
With /* .. */ it gets commented out so currently it is not being applied.
Please see – http://kriesi.at/documentation/enfold/using-a-child-theme/
You can download pre-built Enfold child theme here – http://kriesi.at/documentation/enfold/downloads/Regards,
YigitJanuary 13, 2015 at 5:24 pm #378928Yigit, Thank you and thank Ismael for me too! That work perfectly!
May I suggest that you at least post your time zone for support? I am guessing its about, GMT +2? If I have expectations that are accurate I can plan much better.
Thanks again!
January 13, 2015 at 5:27 pm #378930Hi!
Thank you for your suggestion. You guessed correctly, i am in GMT +2 zone but as moderators, we are all in different time zones and except for exceptional cases, there is always a moderator on the forum.
Cheers!
YigitJanuary 14, 2017 at 3:03 am #733414Man do I suck. I forgot to have you close this ticket a long time ago!
Still love the theme and have 23 licenses and I am about to get #24.
-
AuthorPosts
- The topic ‘Masonry Gallery – disable "Scroll to Top" button? (Plus 1)’ is closed to new replies.