Remove Slider Thumbnail

Discussion in 'Slice WordPress Theme' started by dinobravo10, Sep 10, 2014.

Thread Status:
Not open for further replies.
  1. dinobravo10

    dinobravo10 Member

    Joined:
    Jan 17, 2013
    Messages:
    93
    Likes Received:
    3
    Good Day,

    1.I have inserted an image in the 1st slider,Thats the only image i want so it remain static,I want to remove the smaller image(thumbnail) so its only the bigger image displayed.If possible i also what the image to scratch entire area covering the area where the thumbnail appeared.See picture attached and note the circled area to be removed.

    2.How do i add Titles to the Home Page Second Feature Sections,I want the titles to appear beneath the picture right on top of the Description as i want to describe a specefic service something similar to what is seen in Blacbird theme.


    Thanks for prompt response and awesome service.
     

    Attached Files:

  2. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    To fix your first problem use following css code in Custom CSS.
    Code:
    .jcarousel-skin-pika {
    display: none;
    }
     
    .pika-image img {
    width: 98.8%;
    }
    img {
    max-width: 940px;
    }
    .pika-image .caption{
    width:870px;
    }
    To fix second problem make a div as shown below in screenshot and apply some css on that div as your requirement.
    11sep1.png

    Thanks & Regards
    Yogesh Bhade
     
  3. dinobravo10

    dinobravo10 Member

    Joined:
    Jan 17, 2013
    Messages:
    93
    Likes Received:
    3
    Are you able to assist with this i'm unable to successfully apply the titles as demonstrated?
     
  4. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Please provide us your website url as well as the screenshot where you facing the problem.

    Thanks & Regards
    Yogesh Bhade
     
  5. dinobravo10

    dinobravo10 Member

    Joined:
    Jan 17, 2013
    Messages:
    93
    Likes Received:
    3
    www.mkleetech.com,I basically want to add titles beneath the three pictures displayed..And whats the recommended size of those pictures? Thanks much.
     

    Attached Files:

  6. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    We have got your concern, please send us what title do you want to display above feature area section and your WordPress dashboard login details also the link of this thread at [email protected]. so that, we can have a look over the issue in details.

    Your website link:
    WordPress username:
    WordPress password:
    This thread link: http://www.inkthemes.com/community/threads/remove-slider-thumbnail.13811/#post-51638

    Note: When your issue get resolved, you can change your password.

    Thanks & Regards
    Yogesh Bhade
     
  7. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Your issue have been fixed.

    Thanks & Regards
    Yogesh Bhade
     
  8. dinobravo10

    dinobravo10 Member

    Joined:
    Jan 17, 2013
    Messages:
    93
    Likes Received:
    3
    Thanks much
     
Thread Status:
Not open for further replies.

Share This Page