-
Author
-
January 13, 2015 at 14:39 #41864nusolutionsParticipant
What are the chances that I can add a background slider to the main site section? I know one can be done with the background but I’m hoping to have an ad in the background area that when clicked takes you to a vendor site. Having an image to rotate in that main section area would be cool as it only appears for visitors to the site.
Also:
I just came across a closed thread discussing a Profile Cover. Has this been released in this latest version of Kleo, should I install the plugin, or should I wait.Any responses appreciated.
January 13, 2015 at 17:15 #41904sharmstrModeratorI’m a bit confused. Do you just want a slider or does it have to be a background slider? You can add a slider anywhere but adding the shortcode to the template files. If you can be more specific and provide an example, I might be able to help.
https://archived.seventhqueen.com/forums/topic/profile-cover-any-news
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
January 14, 2015 at 01:51 #41972nusolutionsParticipantSo if you look at this site:
http://beautyugly.comIn the main section where you see the registration form and that image I want that entire reddish area to be a rotating image.
Also it looks like next week on the release for the profile feature so thanks for the link.
January 14, 2015 at 02:32 #41975sharmstrModeratorOk. I remember looking into a similar request a while back. I couldn’t find an easy way to do it with rev slider. I’m sure its possible. Here’s the other thread that doesnt have much info https://archived.seventhqueen.com/forums/topic/full-width-backround-slider
As I said, you can use the slider shortcode in the php files. So, if it were me, I’d probably start buy building a simple page using VC that utilizes a video background. http://seventhqueen.com/themes/kleo/portfolio/video-background-header/ If you look at the source code, the video is a container with a class of video-wrap. The css for video-wrap uses a z-index of 0 which means its in the background. It also sets some coordinates for its position on the page using left and top. The div with the information has a z-index of 1 which puts it on top of the video div. Anyhow, I’d try wrapping the shortcode in a div like so
COPY CODE<div class="video-wrap"> <?php putRevSlider("elearning_homepage") ?> </div>
If that got me close, then I would continue to tweak it to make it work.
Having the pages show a slider next to the content like in your example is much easier so you dont have to worry about positioning.
The template file you might want to start with is /page-parts/general-after-wrap.php. I think…
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
January 14, 2015 at 03:21 #41980nusolutionsParticipantAhhh! I think that page demo is what reshaped my original idea which was to use a single image next to the registration form. Be nice to simply add a text layer to a revslider and paste the code used on that home page. When doing this all I get is a blank white page.
Maybe this should be a feature request as you already have the ability to display a video as a background. If you can select a slider and that slider is set to display multiple slides containing videos and images then it’s a wrap!
Either way I appreciate the response and will prolly use a slider in that area next to the form and see how it goes from there. This way I get half of what I want.thanks
January 14, 2015 at 04:13 #41984sharmstrModeratorNo problem. I dont know what it would take to add that functionality, but feel free to add it to the feature request thread so the Kleo team gets eyes on it.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
-
AuthorPosts
The forum ‘KLEO’ is closed to new topics and replies.