-
AuthorPosts
-
November 21, 2014 at 4:20 pm #355235
Hello Guys,
I have a fullwith slider now I want to link (the next section) to a layerslider id. So that the URL becomes http://cekaflex.testsites-swipemedia.nl/#home instant of http://cekaflex.testsites-swipemedia.nl/#layer_slider_1.
For this I chanced to layerslider id to home but this doesn’t work. Can you help me thnx!
Greets Tim
PS. Thnx for the quick respond on WP4.01!
November 21, 2014 at 4:49 pm #355276Would like it a bit different than scribed:
The customer wants the homepage like this: http://www.wijzijnbart.nl/
I have made this http://cekaflex.testsites-swipemedia.nl/wij-zijn-bart/ would it be possible to scroll down to the home page.. or otherwise to link to the home page? With an other icon?
Greets Tim
November 21, 2014 at 6:08 pm #355374Hi Tim!
Refer to this on how to change a default icon in an element:
http://kriesi.at/documentation/enfold/change-icon-used-for-standard-theme-elements/In this case could should be like this:
add_filter('avf_default_icons','avia_replace_standard_icon', 10, 1); function avia_replace_standard_icon($icons) { $icons['scrolldown'] = array( 'font' =>'entypo-fontello', 'icon' => 'ue915'); return $icons; }
Best regards,
JosueNovember 22, 2014 at 1:21 pm #355868Thnx Josue,
Can you also help me the complement:
Would like it a bit different than scribed:
The customer wants the homepage like this: http://www.wijzijnbart.nl/
I have made this http://cekaflex.testsites-swipemedia.nl/wij-zijn-bart/ would it be possible to scroll down to the home page.. or otherwise to link to the home page? With an other icon?
Greets Tim
November 23, 2014 at 9:51 am #356152Hi!
You can add a color section below the fullscreen slider. When you clicked the arrow, it will scroll down to that section.
Best regards,
IsmaelNovember 25, 2014 at 12:38 am #357263Hello Ismael,
Thnx but I know this. I a beginning screen with no navigation en when you scroll down the navigation appears, is this possible (like the example I sent. Or otherwise link the “arrow” to a different page.
Greets
November 25, 2014 at 2:39 am #357301Hi!
I’d suggest doing something like this instead (75%/22% color sections)- http://screencast.com/t/Ve8Xw2tj, that way you can have total control of the arrow icon and what it links to.
Cheers!
JosueNovember 27, 2014 at 5:36 pm #359094Hello,
Josue that works but on different screen sizes the image chance sizes (cut off part of image). Can the picture be the same some how?
Greets Tim
November 27, 2014 at 7:53 pm #359155Hey!
Try adding this code to the Quick CSS:
#av_section_1 { background-size: contain; }
Cheers!
JosueApril 20, 2015 at 9:34 am #431165Hello, this can be closed thnx!
-
AuthorPosts
- The topic ‘Layerslider id’ is closed to new replies.