Viewing 20 results - 561 through 580 (of 2,393 total)
  • Author
    Search Results
  • #109251
    spot0608
    Participant

    never mind, got it…it´s not a featured slider, it´s a responsive slider and I need the plugin…

    #109202

    In reply to: Featured Slider

    real_makkoy
    Participant

    These are my custom lines. Could any be a problem?

    #main-slider .entry-title span, #main-slider .entry-content {

    }

    h6.bazinga {
    font-size: 15px;
    font-weight: bold;
    color: #645240 !important;
    }
    #featured-post #featured-post-4 {
    text-align: center;
    width: 83%;
    }

    #featured-post #featured-post-4 .entry-title {
    font-size: 16px;
    }

    #homepage-message { margin-top: 0; }

    input#s { color: #E56717; }
    a {color: #E56717;}
    Follow my blog with Bloglovin

    #main-slider .entry-title span,
    #main-slider .entry-content {
    background: none transparent;
    color: #fff;
    }
    #header-menu .menu .current-menu-item > a, #header-menu .menu .current-menu-ancestor > a, #header-menu .menu .current_page_item > a, #header-menu .menu .current_page_ancestor > a, #colophon .menu .current-menu-item a {
    background-color: #fd4905;
    color: #000000 !important;
    }
    .wpurp-container { background: dark; }

    .form-allowed-tags{
    display:none;
    }

    #109198

    In reply to: Featured Slider

    Pratik
    Participant

    Hi @real_makkoy,

    Can you try it from Appearance=> Customize=> Featured Slider=> Slider Options=> Enable Slider?

    #109197

    In reply to: Menu in mobile device

    Pratik
    Participant

    Hi @bme,
    I am sorry, I thought I posted the answer but forgot it. To hide excerpt in featured-slider, try following in Appearance=> Customize=> Additional CSS box:

    
    #feature-slider .entry-content {
        display: none;
    }
    

    About the menu issue, I tried it on my phone and several devices, but the menu seems to be working fine. Can you let me know which device you have the issue in?

    Regards,
    Pratik

    #109195

    In reply to: Featured Slider

    real_makkoy
    Participant

    In theme optioms-> featured slider->slider options, i have the enable slider option set to disable. Is there a different place to disable from?

    #109191

    In reply to: Menu in mobile device

    Bme
    Participant

    I’ve checked the demo, and there i can close the menu.
    My site is developing, but I’m disabling the coming soon mode for the next hours, so you can check it.
    http://www.bajomilestrellas.com
    Thanks. And maybe you can help with the other subject i asked for… Is there a way to hide the excerpt in the featured slider?

    #109173

    In reply to: Featured Slider

    real_makkoy
    Participant

    Hello, I disabled the featured slider. It is no longer there when I view it on my computer but it has not been removed from my cell phone. Please advise. The website is http://www.makkoy.com

    #108877
    Marius
    Participant

    Hi dear Catch Team, is there a possibility within the customizer or better, how can I in general change the Display Order of the different Slider(Portfolio, Hero etc.)
    As well how can I change the Arrow-button color within the Featured slider. There is no option I can find within the color options.

    Thanks & best regards

    Marius

    #108531
    Mahesh
    Participant

    @rcheney: Well, on Fabulous Fluid Free version, it has limit feature. You cannot directly upload specific image from the media directly into the slider. But What you can do is, use the page’s featured image as the slider image. First of all create some pages, and make sure you have set the Featured Image set to them. Then go to Dashboard=> Appearance=> Customize=> Featured Slider and select Featured Page Slider option in Select Slider Type. Some options will slide down. Choose the pages you desire.
    For custom images, I recommend you to upgrade to Pro.

    Regards,
    Mahesh

    #108107
    luigibella
    Participant

    Hello and thank you for your fast reply!
    Unfortunately, that code did not do the trick.
    What I am trying to disable is the permalink to a page that goes whenever you click on any part of the featured image on the homepage slider.

    here is all my custom CSS to date:

    /*
    You can add your own CSS here.
    
    Click the help icon above to learn more.
    */
    
    #feature-slider .slides a {
        pointer-events: none;
    }
    
    #feature-slider .entry-container { display: none; }
    
    /* For Header */
    #masthead.fixed-header.header-background { background: rgba(0, 0, 0, 0.7); }
    
    .simcal-calendar {
    max-width: 75% ;
    margin-left: auto;
    margin-right: auto;
    }
    
    .wpcf7-form {
    font-size: 150%;
    }
    
    .swpm-join-us-link {
    display: none;
    }
    #108072
    Mahesh
    Participant

    @novaglenn:
    1. For featured content uneven images, please use featured image of same size for all. This will fix the issue. And to show title, please remove the following CSS:

    .home h1 {
        display: none;
    }

    2. For hiding Slider navigation, add the following CSS:

    #feature-slider .cycle-prev, 
    #feature-slider .cycle-next {
        display: none;
    }

    3. Please use a text widget for this and place it in one of the footer area.
    Let me know if any issue.

    Regards,
    Mahesh

    #107716
    Vernon
    Participant

    I found the answer. I went to Appearance/Theme Options and Featured Slider at top and found that the delays were both set to 0.

    #107548
    Mahesh
    Participant

    @gustavoson: Yes, you can find details for both in theme instructions. Yes, you can remove the slider link and hover effect too. For using images of you choices rather than demo, go to Dashboard=> Appearance=> Customize=> Featured Slider and select Featured Image Slider and add desired images.
    For Featured Content, go to Dashboard=> Appearance=> Customize=> Featured Content and choose Featured Post Content and put in the desired post ids.

    Regards,
    Mahesh

    #107335
    Mahesh
    Participant

    @paulisjob: Add the following CSS:

    /* color for Read more on hover button in slider on hover */
    #feature-slider .readmore a:hover, #feature-slider .readmore a:focus, #header-featured-image .readmore a:hover, #header-featured-image .readmore a:focus {
    	background-color: #000fff;
        border-color: #000fff;
    }
    
    /* color for navigation menu */
    .nav-primary .menu .current-menu-item > a, .nav-primary .menu .current-menu-ancestor > a, .nav-primary .menu .current_page_item > a, .nav-primary .menu .current_page_ancestor > a {
    	color: #000fff;
    }
    
    /* color for navigation menu on hover */
    .nav-primary .menu li a:hover, .nav-primary .menu li a:focus, .nav-primary .menu li:hover > a, .nav-primary .menu li:focus > a {
        color: #000fff;
    }
    
    /* color for navigation sub-menu on hover */
    .nav-primary .menu .sub-menu li a:hover, .nav-primary .menu .sub-menu li a:focus, .nav-primary .menu .children li a:hover, .nav-primary .menu .children li a:focus {
        color: #000fff;
    }
    
    /* color for search on hover */
    #search-toggle:hover, #search-toggle:focus {
    	color: #000fff;
    }

    Regards,
    Mahesh

    #107238
    Mahesh
    Participant

    @paulisjob: Go to Dashboard=> Appearance=> Widgets and add CT:Social Icon widget to any of the available widget area and it will be displayed on your site.
    Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:

    #feature-slider .readmore a:hover, #feature-slider .readmore a:focus, #header-featured-image .readmore a:hover, #header-featured-image .readmore a:focus {
        color: #fff000;
    }

    Note: Please use your desired color.

    Regards,
    Mahesh

    #106946
    Haruyuki
    Participant

    I have added the CSS and observed that I cannot click the slider and open the image anymore in FireFox, but I can still click the slider and open the image in Safari.

    My Safari version: Version 10.0.2 (12602.3.12.0.1)
    OSX: 10.12.2

    This is what I have in the Custom CSS Option.

    #feature-slider .cycle-prev,
    #feature-slider .cycle-next {
    display: none;
    }

    #feature-slider,
    #header-featured-image {
    margin-top: 0;
    }

    #feature-slider .slides a {
    pointer-events: none;
    }

    Thank you,
    Yuki

    #106549
    Mahesh
    Participant

    @yuki12345: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:

    #feature-slider, 
    #header-featured-image {
        margin-top: 0;
    }

    Regards,
    Mahesh

    #106522
    Mahesh
    Participant

    @timb: Of course you’ll need Posts. Selecting Categories Slider displays Posts as the slider and use post’s featured image as the slider image. I hope you understand. And where actually have you added the featured image. Let me know further.

    Regards,
    Mahesh

    #106045
    Mahesh
    Participant

    @christine_cn: You mean Select Slider Type option is not available when you choose Homepage/Frontpage option? I checked the same on the our server with theme and its working fine. Choosing Homepage/Frontpage option then choosing Featured Page Slider in Select Slider Type. Same with Featured Content too. Let me know further. Its has nothing to do with Free/Pro version. Pro version has more that Page Slider option.
    WordPress 4.7
    Catch Base 2.9

    Regards,
    Mahesh

    #105933
    Mahesh
    Participant

    @kejpa: Just displaying Featured Slider and Featured Content in the front page can be done simply with Custom CSS. But the widget area on the right of the Featured Slider and Featured Content is kinda tricky. You’ll need to create a child theme for this then customize further. I recommend you to hire a customizer.

    Regards,
    Mahesh

Viewing 20 results - 561 through 580 (of 2,393 total)