Viewing 6 replies - 1 through 6 (of 6 total)
  • Can you share me your slider page url?

    Thanks

    Thread Starter Beyourself-Personal Shopper

    (@beyourself-personal-shopper)

    Hi,

    Actually we have using media query for hide the description and title on small devices.

    If you want to display them then follow my instruction here –

    Step-1 : Open your plugin directory and then open ultimate-responsive-image-slider plugin folder.

    Step-2 : Here you will see a file name is uris-layout.php, open it on any editor.

    Step-3 : Now go to near line no. 87 and then find below code at there –

    @media (max-width: 640px) {
    	#example3_<?php echo $post_id; ?> .hide-small-screen {
    		display: none;
    	}
    }
    
    @media (max-width: 860px) {
    	#example3_<?php echo $post_id; ?> .sp-layer {
    		font-size: 18px;
    	}
    
    	#example3_<?php echo $post_id; ?> .hide-medium-screen {
    		display: none;
    	}
    }
    /* Custom CSS */

    Step-4 : replace that css code with given below code

    @media (max-width: 640px) {
    	#example3_<?php echo $post_id; ?> .hide-small-screen {
    	/*	display: none; */
    	}
    }
    
    @media (max-width: 860px) {
    	#example3_<?php echo $post_id; ?> .sp-layer {
    		font-size: 18px;
    	}
    
    	#example3_<?php echo $post_id; ?> .hide-medium-screen {
    	/*	display: none;  */
    	}
    }
    /* Custom CSS */

    Step-5 : Save your code and then check your slider on ipad or another small mobile device.

    Try this procedure and then let me know.

    Thanks

    Thread Starter Beyourself-Personal Shopper

    (@beyourself-personal-shopper)

    Thanks for your support.

    I follow your istruction and now it work!

    Many thanks!!

    Hi Beyourself-Personal Shopper,

    Hope you find our plugin is working perfectly for you. Please give your feedback for our plugin and support here. We will be grateful to you.

    Thanks for using our pluign.

    I followed the instructions you gave and my description still is not showing up on the mobile layout.

    ****UPDATE****

    It did work. Thanks.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Title and description’ is closed to new replies.