Viewing 20 results - 81 through 100 (of 2,398 total)
  • Author
    Search Results
  • #283351

    In reply to: Scroll

    Heinz
    Participant

    Hangs with oversized pictures in the featured slider Started by: Heinz, which is open at tikaram Do you want more information from me?

    #283300
    Skandha
    Participant

    @reenad10: Hello there,
    1 & 2. For that you will need to use Custom Type Featured Slider which is only available in the pro version of the theme. I suggest you to upgrade to pro. You can check out the additional-features available in the theme.

    3. You seem to have a lot of text on the footer. However the footer seems to look fine on mobile view. Can you please elaborate the issue?

    Let me know if this works out!
    Kind Regards,
    Skandha

    #283288
    Skandha
    Participant

    @reenad10: Hello there,
    Then,
    Go to => Dashboard => Pages => Add new pages and set featured image for each page and Update the page.

    Finally,
    Go to => Appearance => Customize => Theme Options => Featured Slider => Enable the section and select the pages you created earlier and Publish.

    Let me know if this works out!
    Kind Regards,
    Skandha

    #283081
    Skandha
    Participant

    @foncanada: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .archive.category .attachment-featured-slider-larger.size-featured-slider-larger.wp-post-image {
        display: none;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #282987

    In reply to: Home page settings

    In addition, the settings for image position in the menu “theme options –> featured slider –> mobile use” are set to “center center”. But it just does not do this.

    #281051
    Skandha
    Participant

    @gemmarodri: Hello there,
    Go to => Appearance => Customize => Theme Options => Featured Slider => Select Slider Type => Select Post, Page, Category or Custom and You will see the options.

    Let me know if this solves your issue.
    Kind Regards,
    Skandha

    #280303
    David
    Member

    Thank you for the overlay – that works great.

    I changed the Featured Slider to use Slider Type = Custom instead of a Post. I added the same image and now it is centered (was offset when I used Post as the source of the slider images). I can add Title and Content without anything changing. But, the 1920×720 image is expanded to fill the 1920×1200 screen, cropping off both sides and making everything else a little blurry. How do I simply keep the image to 720px height maximum?

    #280251
    Helmut Pangerl
    Participant

    Hello Skandha,

    is it possible to put the Featured Slider Title “Featured Image-1, Featured Image-2 … to another place?
    E.g. to the bottom right.

    Kind Regards
    Helmut

    #279735
    Skandha
    Participant

    @thetravelgal: Hello Cindy,
    Can you please
    Go to => Child Theme Folder => functions.php and add the following Code.

    function remove_extra_image_sizes() {
    	remove_image_size( 'catchresponsive-slider', 1200, 514, true ); // used for Featured slider Ratio 21:9
    
    	remove_image_size( 'catchresponsive-featured-content', 350, 197, true ); // used in Featured Content and Portfolio Ratio 16:9
    
    	remove_image_size( 'catchresponsive-hero', 528, 297, true ); // used in Hero Content
    
    	//Archive Images
    	remove_image_size( 'catchresponsive-featured', 860, 484, true); // used in Archive Top Ratio 16:9
    	remove_image_size( 'catchresponsive-square', 200, 200, true ); // used in Archive Left/Right Ratio 1:1
    
    	remove_image_size( 'catchresponsive-sm-square', 100, 100, true ); // used in Testimonials and Services Ratio 1:1
    
    	remove_image_size( 'catchresponsive-stats', 40, 40, true ); // used in Stats Ratio 1:1
    }
    add_action('init', 'remove_extra_image_sizes');

    And then regenerate the thumbnails.
    Let me know if this works out!
    Kind Regards,
    Skandha

    Skandha
    Participant

    @carmeng: Hello there,
    Sorry for the late reply. You don’t seem to have activate the Slider on your site.

    To use the Slider
    Go to => Appearance => Customize => Theme Options => Featured Slider => Enable the section and Select the pages you want on the slide and Publish.

    Let me know if this helps you out!
    Kind Regards,
    Skandha

    #277984

    In reply to: size of the main image

    Skandha
    Participant

    @hazlikus: Hello Andy,
    The recommended image size for Featured Slider is 1920*1080px.

    Let me know if this helps you out!
    Kind Regards,
    Skandha

    #277655
    Skandha
    Participant

    @olgamateus: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .no-header-media-image.no-header-media-text.no-featured-slider #masthead {
        border-bottom: unset;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #276539
    Skandha
    Participant

    @actingrehab-org: Hello there,
    Can you please activate the Featured Slider section so that I can look into the issue?

    Kind Regards,
    Skandha

    #276512
    Skandha
    Participant

    @cs-creative-studio: Hello there,
    Your site seems to be on under construction mode. Can you please make it accessible and enable the Featured Slider section so that I can look into the issue?

    Kind Regards,
    Skandha

    #276494
    Skandha
    Participant

    @cs-creative-studio: Hello there,
    Please use the Featured Slider section for that.

    Go to => Appearance => Customize => Theme Options => Featured Slider

    Let me know if this works out!
    Kind Regards,
    Skandha

    #276317
    camilavalgas
    Member

    Thank you so much for your answer! I will work on my images.

    One (hopefully!) last question: how can I insert an image in the background as the one in the demo (https://catchthemes.com/demo/zubin-pro/), a little bit inside the featured slider?

    Thank you so much for your kind attention.

    Kind regards,
    Camila

    #276280
    camilavalgas
    Member

    Dear Skandha,

    thank you so much, it worked!

    Another question I have: in the theme demo (https://catchthemes.com/demo/zubin-pro/) there are some writings on the left side of the first slide, saying ‘collective design’. I have searched the option to write something like it but didn’t find anything. Do you know how can I activate this function to write some text on my featured slider as well?

    Thank you!

    Kind regards,
    Camila Valgas

    #276266
    Jeroen Kloppenburg
    Participant

    Oh, and if the text on the featured slider button would be customizable that would be awesome too. I use it for a gallery now, so “view gallery” would fit a lot more then ‘continue reading’…

    #276233
    Skandha
    Participant

    @jkwildlife: Hello there,
    First remove the background image that you selected in the customizer and
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #masthead {
        background-image: url("https://www.jeroenkloppenburg.photography/wp-content/uploads/2021/03/prints-logo-emails2.jpg");
        background-repeat: no-repeat;
        background-size: cover;
    }

    The Featured Slider order issue has been fixed and an update will be released soon. I will let you know when the update is released.

    Let me know if this works out!
    Kind Regards,
    Skandha

    Sakin
    Keymaster

    So, on the Alchemist Pro, there is “Image Overlay”, “Content Position” and “Text Alignment” are all there. Just go to “Appearance => Customize => Theme Options => Featured Slider”.
    Please check this screenshot: https://cldup.com/0VPYyKldxm.png

Viewing 20 results - 81 through 100 (of 2,398 total)