Viewing 20 results - 621 through 640 (of 2,393 total)
  • Author
    Search Results
  • #99555
    Orlando Mergal
    Participant

    Actually, erase that. I do have breadcrumbs but they are still above the Featured Slider

    #99516
    luismarioochoa
    Participant

    Hello Mahesh

    Thank you, It does display in the parent theme.

    Header Featured Image Options enabled and refreshed but made no difference in the Child theme.

    I’d switch to the Parent Theme, but Sangeeta (at CatchThemes.com) added a slider code in my child theme functions.php so a Read More red link would show on the image slider, since there is no Read More button available in the slider of the parent theme, so I am stuck with the Child Theme until this capability is added to the Parent Theme.

    Please advice
    Thank you

    Luis

    #99489
    Orlando Mergal
    Participant

    It didn’t work.

    I’ve also thought that if I eliminate the Featured Slider there will be nothing to tell visitors where they are. So, would it be possible to add my logo (in the logo section) but only have it appear on smartphones?

    #99291
    Sakin
    Keymaster

    Hello Laurie,

    I check in your site and see that you are using Simple Catch Pro theme. For Simple Catch Pro theme please use support forum https://catchthemes.com/support-forum/forum/simple-catch-pro-premium/

    I see that you are using Header Image and we don’t have option for this. We have Enable option only for Slider in Simple Catch Pro. For slider, you need to go to “Appearance => Customize => Featured Slider => Slider Options”.

    We will work on the update of Simple Catch Pro theme. So, that we haven enable option for header image as well. This will be there in next version update only. For now, you can hide with the help of custom css.

    Just add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:

    .headimg { display: none; }
    .home .headimg { display: block; }
    #99197

    In reply to: Featured image slider

    Mahesh
    Participant

    @vetroartefatto: Go to Dashboard=> Appearance=> Customize=> Featured Slider=> Slider Options and select Page Slider in Select Slider option. Then select desired pages from drop-down option.
    Hope this helps. Let me know further.

    Regards,
    Mahesh

    #99190

    In reply to: Featured image slider

    Mirella
    Participant

    Probably I am not clear, I’m sorry.

    I just want to use featured images in pages with the dimensions of the slider, like in the site I posted you.

    #99049

    In reply to: featured content

    Mahesh
    Participant

    @pl: Thanks for the url. Well for Featured Slider and Promotion Headline, select Enable on Homepage only option in Customizer. And for Featured Content, select Entire Site. Then go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    #featured-content {
    	display: none;
    }
    
    .home #featured-content, 
    .page-id-352 #feature-content {
    	display: block;
    }

    Hope this helps. If not please do enable the Featued image and let me know.

    The theme is fully responsive. Are you using any plugins or custom CSS? If yes try removing CSS and disabling plugins and check if it fixes the issue.
    Please check the responsiveness in the demo site: https://catchthemes.com/demo/full-frame/

    Let me know further.

    Regards,
    Mahesh

    #99034

    In reply to: featured content

    PL
    Participant

    http://titania.freiesschauspiel.de/

    I want this page to display featured content (like the front page, but without feature slider and promotion headline): http://titania.freiesschauspiel.de/programm/spielplan/spielzeit-201617

    By the way, the site is not really responsive – can you see why? Sorry, I’m a wordpress beginner…

    #98961

    In reply to: Featured image slider

    Mahesh
    Participant

    @vetroartefatto: Are you using Image Slider now? If you want to have Post Slider, go to Dashboard=> Appearance=> Customize=> Featured Slider=> Slider Options and select Post Slider in Select Slider option. Then put your desired Post Id in Featured Post Slider ID # option that you want to display as slider. The selected post’s Featured Image will be displayed as Slider Images.
    Let me know further if any problem.

    Regards,
    Mahesh

    #98946

    In reply to: Featured image slider

    Mirella
    Participant

    I’m using that Theme too, so how they are able to use a post featured image like a slider?

    #98874

    In reply to: Featured image slider

    Mirella
    Participant

    Ok, so that site is using a plugin to set a featured Content image similar to a slider?

    🙂

    #98871

    In reply to: Featured image slider

    Mahesh
    Participant

    @vetroartefatto: Sorry but I still didn’t quite get you. You can use any content in Slider, i.e. Posts, Pages, Category or Custom Images. But Featured Content is not the slider, it has a column layout and is totally different from Featured Slider. I checked the above site you’ve mentioned, the Slider is quite similar to the Adventurous Theme.
    Let me know further if I can help you further.

    Regards,
    Mahesh

    #98868

    In reply to: Featured image slider

    Mirella
    Participant

    I was not clear, sorry. :\

    I want the Content Featured Images showed like slider layout but it doesn’t work.
    Like in this site: http://www.racinelutheran.org/athletics/

    Thank you again 🙂

    #98863
    Mahesh
    Participant

    @husker: For that, edit the file in inc/customizer-includes/catchresponsive-customizer-featured-slider.php then go to line 171 and change Max no of slides is 20 to your desired number, this is the description text. Change line 175 'max' => 20 to your desired number of slider. This is the actual number of slides.
    Let me know if any problem.

    Regards,
    Mahesh

    #98856

    In reply to: Featured image slider

    Mahesh
    Participant

    @vetroartefatto: Seems you have currently enabled the slider in Homepage only, there is another option Entire Site, which will display Featured Slider in all pages. If this is whot you mean, go to Dashboard=> Appearance=> Customize=> Featured Slider=> Slider Options and select Entire Site option in Enable Slider drop-down. The one currently displaying is the page’s featured image as Header Image.
    Let me know if any problem.

    Regards,
    Mahesh

    #98819

    In reply to: Request dummy file

    Mahesh
    Participant

    @bono1987: Our themes doesn’t have the dummy data, the theme is already provided with the Demo Data in all the features such as Featured Slider, Featured Content etc. For that either use Reset in Dashboard=> Customize=> Reset All Settings or choose demo data in relevant features.
    If you want Dummy pages or post data please refer to the link below:
    https://codex.wordpress.org/Theme_Unit_Test
    Note: While resetting the theme setting, you may see Invalid error, however, the functionality works fine. This error will be fixed in the next theme update.

    Regards,
    Mahesh

    #98816
    Mahesh
    Participant

    @husker: Aww, sorry about that. Okay, if you want to have more than 20 sliders, you’ll need to modify some code. The simplest way (not-recommended) to do is just edit the core theme file and increase the number. Since, while updating, you’ll lose the changes, you’ll need to make sure you do this change every-time you update the theme.
    Other way is really tricky one, you’ll need to remove the current control and add a new one. Please add the following codes in you child theme’s functions.php:

    function catchresponsive_child_customize_register( $wp_customize ) {
    	$wp_customize->remove_control( 'catchresponsive_theme_options[featured_slide_number]' );
    	$wp_customize->add_control( 'catchresponsive_theme_options[featured_slide_number]' , array(
    		'active_callback'	=> 'catchresponsive_is_demo_slider_inactive',
    		'description'		=> __( 'Save and refresh the page if No. of Slides is changed (Max no of slides is 25)', 'catch-responsive' ),
    		'input_attrs' 		=> array(
    						            'style' => 'width: 45px;',
    						            'min'   => 0,
    						            'max'   => 25,
    						            'step'  => 1,
    						        	),
    		'label'    			=> __( 'No of Slides', 'catch-responsive' ),
    		'priority'			=> '2.1.4',
    		'section'  			=> 'catchresponsive_featured_slider',
    		'settings' 			=> 'catchresponsive_theme_options[featured_slide_number]',
    		'type'	   			=> 'number',
    		)
    	);
    }
    
    function child_customzier() {
        add_action( 'customize_register', 'catchresponsive_child_customize_register' );
    }
    add_action('init', 'child_customzier');

    Note: This will make max-number of slides to 25, you can adjust it to your desired number in by changing the max value in the above code.

    Regards,
    Mahesh

    #98788
    trip2day
    Participant

    Fantastic @Mahesh, many many thanks for your support!

    The (I hope :D) last questions:

    Is it possible for you to give me a CSS code that changes the text in the box “Read more” in the featured slider (not in the posts preview) to “See more deals…” ??

    Would be very very appreciated 🙂

    #98765
    Mahesh
    Participant

    @trip2day: Thank you for using and liking our theme. Fabulous Fluid Free version has limited options. Featured Slider is limited to Demo Slider and Featured Page Slider which only allows you to link to the page. For custom Featured Slider, I recommend you to upgrade to Fabulous Fluid Pro. Pro version has Featured Image Slider option with which you can put custom image, content, title and link in the slider.

    Regards,
    Mahesh

    #98751
    Mahesh
    Participant

    @phillycontemporary: Do you mean to display Featured Slider in single Posts page only and not in single pages or any other pages? Let me know further.

    Regards,
    Mahesh

Viewing 20 results - 621 through 640 (of 2,393 total)