Modifying the featured slider

Discussion in 'GeoCraft WordPress Theme' started by mlm90, Aug 4, 2014.

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

    mlm90 Member

    Joined:
    Jan 26, 2013
    Messages:
    33
    Likes Received:
    0
    Hi :)

    I have two questions about the featured slider.

    1. Is it possible to make the slider appear on the front page only?
    2. Is it posible to make the slider smaller and remove the address? I have attached a photo so you can see which area i would like to have removed.
     

    Attached Files:

  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    1) Please provide your website link. I will provide you easy css for particular page.
    2) To remove address open 'front-page.php' and remove code as shown in the image.

    code.png

    After this Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    #mycarousel li {
    margin-bottom: 0px;
    }
    Thanks & Regards
    Nitesh Raghuwanshi
     
  3. mlm90

    mlm90 Member

    Joined:
    Jan 26, 2013
    Messages:
    33
    Likes Received:
    0
    Thanks for the help! :)
    My url is: wellnesszone.dk
     
  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Geocraft Settings > Theme Options > Styling Options > Custom CSS
    Code:
     .jcarousel-skin-tango {
    display: none;
    }
    body.home.blog .jcarousel-skin-tango {
    display: initial!important;
    }
    

    This will solve your issue.



    Thanks & Regards
    Gourav Shrivastava
     
  5. mlm90

    mlm90 Member

    Joined:
    Jan 26, 2013
    Messages:
    33
    Likes Received:
    0

    Hi again

    Sorry for the late response!

    I have tried to paste the code, but it didn't solve any of the issues.

    The slider is still showing on the category pages, and there is still a big gap whit white space between the featured posts and the most recent posts

    Any further suggestions?

    Thanks! :)
     
  6. Yogesh

    Yogesh Guest

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

    Paste this code in Custom CSS
    Geocraft Settings > Theme Options > Styling Options > Custom CSS
    Code:
    #mycarousel li {
    margin-bottom: 0;
    }
    .content_wrapper .info_bar{
    display: none;
    }
    body.home.blog .content_wrapper .info_bar{
    display: none;
    }
    
    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     
  7. mlm90

    mlm90 Member

    Joined:
    Jan 26, 2013
    Messages:
    33
    Likes Received:
    0

    Thanks for the answer!

    Works perfectly now :)

    I Just have one more question, how do i remove the "post your business listing" button at the top of the site?
     
  8. Yogesh

    Yogesh Guest

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

    Paste the code given below in Custom CSS section
    ( Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .header_wrapper .header .post_btn{
    display: none;
    }
    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     
  9. mlm90

    mlm90 Member

    Joined:
    Jan 26, 2013
    Messages:
    33
    Likes Received:
    0

    Thanks for the help! :)

    After i passed the different codes, the homepage featured slider main heading disappeared. How can i get it back?
     
  10. Yogesh

    Yogesh Guest

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

    Find following code in Custom CSS and delete that code.
    Code:
    .content_wrapper .info_bar {
    display: none;
    }
    body.home.blog .content_wrapper .info_bar {
    display: none;
    }
    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     
  11. mlm90

    mlm90 Member

    Joined:
    Jan 26, 2013
    Messages:
    33
    Likes Received:
    0

    When i remove the following code, the slider appears on the category pages again. Isn't there a way to prevent that from happening?

    Sorry for all the questions!
     
  12. Yogesh

    Yogesh Guest

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

    Please provide me your live website and screenshot of which slider do you want to hide and which heading do you want to show, i will provide you css for it.

    Thanks & Regards
    Yogesh Bhade
     
  13. mlm90

    mlm90 Member

    Joined:
    Jan 26, 2013
    Messages:
    33
    Likes Received:
    0
    Hi again,
    I have attached two photos so you can see what i mean :)

    My website url is: www.wellnesszone.dk
     

    Attached Files:

  14. Yogesh

    Yogesh Guest

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

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    body.home.blog .content_wrapper .info_bar {
    display: block !important;
    }
    body.home.blog .content_wrapper .jcarousel-skin-tango{
    display: block !important;
    }
    .content_wrapper .info_bar {
    display: none;
    }
    .content_wrapper p.place {
    display: none;
    }
    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     
    mlm90 likes this.
  15. mlm90

    mlm90 Member

    Joined:
    Jan 26, 2013
    Messages:
    33
    Likes Received:
    0

    Thank you very much :)

    Excellent support!
     
Thread Status:
Not open for further replies.

Share This Page