Viewing 20 results - 541 through 560 (of 2,398 total)
  • Author
    Search Results
  • #111844
    Mahesh
    Participant

    @themecatcher:
    Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:
    1. I want to remove the buttons in the left and right side of the slider which allow to switch between the slider images

    #nav-slider .nav-previous, 
    #nav-slider .nav-next {
        display: none;
    }

    2. I want to change the border thickness and color of the border which surrounds the sliding images

    #slider-wrap a, 
    #slider-wrap .featured-img span, 
    .one-column #slider-wrap a, 
    .one-column #slider-wrap .featured-img span {
        padding: 50px;
    }
      
    #slider {
        background-color: #ff00ff;
    }

    Note: Please change the color and thickness as per required.

    Regards,
    Mahesh

    #111841
    Pratik
    Participant

    Hi @F,

    Ah, sorry, I mixed up Featured Content and Featured Slider. The Slider takes Excerpt by default.

    Regards,
    Pratik

    #111825
    F
    Participant

    Hi Pratik,

    I understand. I may have to wait until the site is live to figure out a few issues.

    However, when I go to Appearance > Customize > Featured Slider there is no option that says Excerpt or Show Content. All that is available is as follows: Enable Slider; Transition Effect; Transition Delay; Transition Length; Image Loader; Slider Type; No of Slides; and Select Categories. There is nothing there that addresses excerpts.

    Thanks!

    #111779
    Pratik
    Participant

    Hi @F,

    It is pretty difficult to understand the issue without your site url.

    The button needs not to be added on the page/post. It should appear once you select Show Content option in Featured slider to excerpt.

    I have no idea by what you mean that slider does not appear but excerpt does.

    We can move the slider to top of homepage, however, for that I will need to check your site url once.

    Let me know when it will be available and I can help you further.

    Regards,
    Pratik

    #111732
    marie21
    Participant

    Hi Mahesh,

    now I checked the slider pic´s with this google tool (don´t know how it´s namend in english – click right mouse and chose pic to see the details) – so the title=”” is empty and the alt=”” as well.

    If I hide .page .featured-slider .entry-title { display: none; } in the customer css or not it dosn´t matter for this title=”” , will mean it stays still emtpy if I delete the “hide blablanla” or not.

    Now if I like to modify the childtheme functions.php to
    $catchresponsive_first_image = catchresponsive_get_first_image( $post->ID, ‘medium’, array( ‘title’ => esc_attr( $title_attribute ), ‘alt’ => esc_attr( $alt_attribute ), ‘class’ => ‘pngfix’ ) );

    ‘alt’ => esc_attr( $alt_attribute ) -> this seems to be wrong. Could you please help me out with how I have to do it right?

    Thank you very much in advance 🙂

    #111603
    Mahesh
    Participant

    @kiana: There has been a small bug in the theme due to which, CT: Social Icon is not working. This will be fixed in the next update.
    Please refer to the link below for the dimension of the featured slider in the theme instruction.
    https://catchthemes.com/theme-instructions/clean-education/#featured-image
    Yes, you can add the logo of your desired size.

    Footer editor option is only available on Pro version. I recommend you to upgrade to Pro.

    Regards,
    Mahesh

    #111461
    marie21
    Participant

    Hi Mahesh,

    unfortunately the “alt” tags from the featured slider will be not recoverd if I do some SEO-tests (Result ALT text: no ALT text).

    Could it be, that the customer css .page .featured-slider .entry-title { display: none; } hides it from google and co. ?
    Because title = alt like we discussed above …?

    Is there a possibility to add in custom css a special “alt” only for this sides e.g.
    .page-id-98 alt=”picture about something blabla”;

    Page ID 98 is one of the featured-slider pages ( 1 of 3).

    Thank´s for response 🙂

    Mahesh
    Participant

    @engbok: For that, just disabling the slider will do what you’ve mentioned. Disabling the slider won’t load any script of the slider and won’t cause any script conflicting.
    Go to Dashboard=> Appearance=> Customize=> Featured Slider and select Disabled in Enable Slider on option.

    Regards,
    Mahesh

    #111417
    Mahesh
    Participant

    @gonace: There is no demo data for the theme, almost all demos are there available with in the theme, you just have to enable the options. Example: Featured Slider, Featured Content, New Ticker etc
    1) For widgets to be visible in only “Front Page”, you’ll need to use plugin for this.
    2) Homepage acts as single page so it is displaying Sidebar, please change Single Page/Post Layout to No Sidebar Full Width and you’ll get full width page.
    3) Checking on our server, the static page is working fine. Please post in your site url.
    Instagram widget working fine in full width.

    Regards,
    Mahesh

    #111366

    In reply to: Featured Image Slider

    Mahesh
    Participant

    @keelin:
    1. Yes, you can use Custom images and custom links on the slider. Go to Dashboard=> Appearance=> Customize=> Featured Slider and select Featured Image Slider in Select Slider Type option.

    2. Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:

    #hero-section .entry-header {
        display: none;
    }

    3. Please refer to the theme instruction for this.
    https://catchthemes.com/theme-instructions/parallax-frame-pro/#featured-image

    4. For this, add the following CSS:

    #site-logo a:before {
        content: " ";
        background-image: url("url-to-your-desired-image.jpg");
        display: block;
        height: 150px;
        width: 126px;
    }
     
    .header-background #site-logo a:before {
        content: none;
    }
      
    .fixed-header  #site-logo a img {
        display: none;
    }
      
    .header-background  #site-logo a img {
        display: block;
    }

    Note: Use your desired image.

    Regards,
    Mahesh

    #111295
    francesca78
    Participant

    these are the option selected

    Slider Options
    Enable Slider

    Transition Effect

    Transition Delay

    5
    Transition Length

    1
    Select Slider Type

    Number of Slides
    Customizer page needs to be refreshed after saving if number of slides is changed

    3
    Check to disable slider text Check to Exclude Slider posts from Homepage posts
    Featured Post Slider #1

    44
    Featured Post Slider #2

    41
    Featured Post Slider #3

    1

    #111265
    Pratik
    Participant

    Hi @khGeorge,

    Can you let me know what’s the option selected in Appearance => Customize => Featured Slider => Slider Options?

    Regards,
    Pratik

    #110288
    Mahesh
    Participant

    @omradiocom: You mean to place header-featured-image before Slider? If so, you’ll need to create a child theme. You can find more details on creating child theme HERE. Then in you child theme’s functions.php add the following codes.

    add_action('init', 'fullframe_child_move_featured_header_above_slider');
    function fullframe_child_move_featured_header_above_slider() {
    	remove_action( 'fullframe_before_content', 'fullframe_featured_slider', 10 );
    	remove_action( 'fullframe_before_content', 'fullframe_featured_overall_image', 20 );
    	add_action( 'fullframe_before_content', 'fullframe_featured_overall_image', 10 );
    	add_action( 'fullframe_before_content', 'fullframe_featured_slider', 20 );
    }

    Regards,
    Mahesh

    #110225
    Pratik
    Participant

    Hi @Garret,

    As you can see your site, I have added two image with non clickable links and its working fine. Please check Appearance=> Customize=> Featured Slider. You can increase the number of sliders and add in new images as desired. Please do not forget to save and refresh after you have changed slider number.

    For more info, please see Theme Instructions and check Featured Image Slider section.

    Regards,
    Pratik

    #110038
    Pratik
    Participant

    Hi @F,

    The above code will change the sizes of Featured Content Title, Slider Title a,d all other titles. On reading your request again, it seems you only want to increase size. For that, use following code:

    Please increase the size to see cgange. E.g:

    
    @media screen and (min-width: 500px) { 
        #feature-slider .entry-title { font-size: 50px; }
    }
    

    It will increase size of Text Top 8 Mountain gateway on screens with viewport greater than 500px. Please increase/decrease 52px to suite your need.

    Let me know if this is what you wanted.

    Regards,
    Pratik

    #110000
    F
    Participant

    Hi Pratik,

    Thank you.

    Could you please clarify what the first set of code controls, specifically?

    #featured-content .entry-title, #feature-slider .entry-title, #header-featured-image .entry-title, #header-highlights-content .entry-title {
    font-size: 24px; /*Increase/decrease font-sized , Default is 22px*/
    }

    When I change the font size of this code, I do not see changes (perhaps I am looking in the wrong place). When I change the second set of code (the part that comes after @media screen), I definitely see the title font change in the “Featured Content” section, in the body of the home page (the part in the demo that has entries such as “photo shoot” “wildlife photography”. https://catchthemes.com/demo/helena/

    However, there is no change in the title of the slider at the top of the homepage, where the posts display (“Top 8 Mountain Getaways”)

    Kindly,
    F

    #109969
    shahid864
    Participant

    what is the best way i can call that in featured slider area with first button ?

    #109943
    Pratik
    Participant

    Hi @shahid864,

    In your child theme , create a function to add just that link and hook it to customize_register hook. E.g:

    
    function clean_business_add_slider_link_2( $wp_customize ){
        $featured_slider_number = apply_filters( 'clean_business_get_option', 'featured_slider_number' );
    
        //loop for featured post sliders
        $priority   =   '11';
        for ( $i=1; $i <=  $featured_slider_number ; $i++ ) {
            $wp_customize->add_setting( 'featured_link_2_'. $i, array(
                'capability'        => 'edit_theme_options',
                'sanitize_callback' => 'esc_url_raw',
            ) );
    
            $wp_customize->add_control(  'featured_link_2_'. $i, array(
    			'active_callback' => 'clean_business_is_image_slider_active',
    			'label'           => esc_html__( 'Link 2', 'clean-business-pro' ),
    			'priority'        => $priority . '.' .$i . $i  . $i,
    			'section'         => 'clean_business_featured_slider',
    			'settings'        => 'featured_link_2_'. $i,
            ) );
        }
    }
    add_action( 'customize_register', 'clean_business_add_slider_link_2' );
    
    #109929
    Pratik
    Participant

    Hi @F,

    Please use following code:

    
    #featured-content .entry-title, #feature-slider .entry-title, #header-featured-image .entry-title, #header-highlights-content .entry-title {
       font-size: 24px; /*Increase/decrease font-sized , Default is 22px*/
    }
    
    @media screen and (min-width: 910px) { 
        #featured-content .entry-title, #feature-slider .entry-title, #header-featured-image .entry-title, #header-highlights-content .entry-title {
            font-size: 30px; /*Increase/decrease font-sized , Default is 28px*/
        }
    }
    

    Regards,
    Pratik

    #109828
    real_makkoy
    Participant

    Hello,
    My featured post slider is set to fade. The background color when it fades is grey. How do I change it to black while it is transitioning so it is a cleaner transition. My website is http://www.makkoy.com

Viewing 20 results - 541 through 560 (of 2,398 total)