Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi unfortunately the plugin does not have that feature. You will have to search in www.remarpro.com for a plugin that can carry out your requirement.

    Thread Starter Husky01

    (@husky01)

    Thanks for your answer. Too bad, this is the kind of option that I would have gladly paid (premium). Anyway, I will pay a developer to do it. ??
    Regards

    I wish you all the best.

    Can you mark this support thread as resolved.

    Thank you

    Thread Starter Husky01

    (@husky01)

    Sure ! ??

    Husky,
    I’m currently building a website, my client suddenly came up with this strange idea, among with a fullscreen slide.
    I lost some hair searching other plugin, but came back to this wonderful one.
    For the logo i had this catchy workaround:
    every title and description has to be done using the “p” tag.
    For the unique slide with a floating logo, I used the “div” tag on title.
    This title has a transparent color, because you have to put something there to work.
    the custom css:

    .slideshow_container .slideshow_description_box div.slideshow_title {
    	background: url('%plugin-url%/../../themes/your-theme-name/images/logo.png') 49% 40% no-repeat fixed;
    	-webkit-background-size: 25%;
    	-moz-background-size: 25%;
    	-o-background-size: 25%;
    	background-size: 25%;
    	width:100% !important;
    	min-height:500px;
    	height:100% !important;
    	margin:-200px auto 0 !important;
    	text-align:center;
    	color: rgb(0,0,0);
    	color: rgba(0,0,0,0);
    }
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘add a logo floating above the slideshow’ is closed to new replies.