• Resolved mohammed2125

    (@mohammed2125)


    Hi,

    Thank for such a great plugin. I am using carousel slider only on mobile and I want to hide zoom icon along with a black box beneath it. Can you please help me with?

    Thanks for such a wonder Plugin.

    Regards

    The page I need help with: [log in to see the link]

Viewing 11 replies - 1 through 11 (of 11 total)
  • Plugin Author simonpedge

    (@simonpedge)

    Hi, have a look at the SA PRO FAQs page:
    https://edgewebpages.com/faqs/

    Look under the heading ‘Useful CSS Style for Slide Anything‘, within the sub-heading ‘Instead of using slide link icons, make the entire slide clickable‘.

    Thread Starter mohammed2125

    (@mohammed2125)

    Hi Simon,

    I have already applied the CSS mentioned in FAQs section but it doesn’t seem to work. I am using Carousel-showcase option

    Plugin Author simonpedge

    (@simonpedge)

    Hi, can you give me the link containing the carousel so I can have a look?

    Thread Starter mohammed2125

    (@mohammed2125)

    Hi Simon here is the link, the carousel is only visible on mobile so kindly check only on mobile: http://kamatharjun.com/

    Thanks much for being so responsive.

    Regards,

    Plugin Author simonpedge

    (@simonpedge)

    Try adding the following CSS:

    .white #slider_8896 .owl-item .sa_hover_container .sa_hover_buttons {
    	top:0px !important;
    	left:0px !important;
    	margin-top:0px !important;
    	margin-left:0px !important;
    	width:100% !important;
    	height:100% !important;
    }
    .white #slider_8896 .owl-item .sa_hover_container .sa_hover_buttons .sa_popup_zoom_icon {
    	background:transparent !important;
    	background-image:none !important;
    }
    Thread Starter mohammed2125

    (@mohammed2125)

    Hi Simon,

    Tried the CSS that you have shared but still icon appears along with the background.Unsuccessful…

    Regards

    Plugin Author simonpedge

    (@simonpedge)

    Strange, because when I inspect that page (http://kamatharjun.com/) I’m not seeing that CSS being applied see:

    View post on imgur.com

    You need to put this CSS is the ‘style.css’ file of your child theme.

    Thread Starter mohammed2125

    (@mohammed2125)

    I have applied the CSS in style.css now but the image itself is not opening on click.

    Plugin Author simonpedge

    (@simonpedge)

    Try the following CSS:

    .white #slider_8896 .owl-item .sa_hover_container .sa_hover_buttons {
    	top:0px !important;
    	left:0px !important;
    	margin-top:0px !important;
    	margin-left:0px !important;
    	width:100% !important;
    	height:100% !important;
    }
    .white #slider_8896 .owl-item .sa_hover_container .sa_hover_buttons .sa_popup_zoom_icon {
    	background:transparent !important;
    	background-image:none !important;
    	width:100% !important;
    	height:100% !important;
    }
    Thread Starter mohammed2125

    (@mohammed2125)

    Thank you so much Simon, worked finally:) Thanks for all the help!

    Plugin Author simonpedge

    (@simonpedge)

    No Problem

Viewing 11 replies - 1 through 11 (of 11 total)

The topic ‘Zoom popup Icon’ is closed to new replies.