Forum Replies Created

Viewing 20 posts - 8,321 through 8,340 (of 12,027 total)
  • Author
    Posts
  • in reply to: Hide on mobile #172708
    Skandha
    Participant

    @uschelbert: Yes that is possible.
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    @media screen and (max-width:767px) {
    	.featured-content-section article .post-thumbnail, .services-section article .post-thumbnail, .team-section article .post-thumbnail {
    		display:none !important;
    	}	
    }

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

    in reply to: wpml homepage #172706
    Skandha
    Participant

    @valelotartaro: Hello Valeria,
    Glad you were able to figure it out. Have a good day! 🙂

    Kind Regards,
    Skandha

    in reply to: Pr #172705
    Skandha
    Participant

    @clivengcy: Hello there,
    There seems to be an issue with the price. The issue will be fixed and an update will be released as soon as possible. I will let you know when the update is released. Thank you for reporting the issue.

    Kind Regards,
    Skandha

    in reply to: Product Price Error #172704
    Skandha
    Participant

    @clivengcy: Hello there,
    There seems to be an issue with the price. The issue will be fixed and an update will be released as soon as possible. I will let you know when the update is released.

    Kind Regards,
    Skandha

    in reply to: How to reduce the space around images #172594
    Skandha
    Participant

    @tinus53: Hello Bernhard,
    I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/catch-flames/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a good day! 🙂

    Kind Regards,
    Skandha

    Skandha
    Participant

    @kelvineti: Hello Santiago,
    Can you please post in your site URL so that I can further look into the issue.

    Kind Regards,
    Skandha

    in reply to: Adjust Header Image, Height, and Content #172584
    Skandha
    Participant

    @lostcausevinyl: Hello there,
    1. Please post in your site URL and let me know how much would you like to extend the height of header image.

    2. Yes, it is possible to have header images on different pages.
    Go to => Appearance => Customize => Header Media => Enable On => Entire Site, Page/Post Featured Image.

    Then you can change the featured image on your individual pages as that will show up as the Header Image in that particular page.

    3. To change the title of Category or Tags page you will need to create a child theme and do a little bit of customization. Let me know if you are familiar with child theme customization.

    Hope this helps you out!
    Kind Regards,
    Skandha

    in reply to: How to reduce the space around images #172579
    Skandha
    Participant

    @tinus53: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .wp-caption {
    	margin-bottom:0;
    }

    Let me know if this is what you want!
    Kind Regards,
    Skandha

    in reply to: Responsive problem on iPad #172508
    Skandha
    Participant

    @danjean: Hello there,
    I am looking into the issue. I will get back to you soon.

    Kind Regards,
    Skandha

    Skandha
    Participant

    @eva123: Hello there,
    Again sound not playing on Header Video on mobile devices is a default feature of WordPress. For more information you can follow this article. We are currently working on a plugin that will make it possible. So please stay tuned.

    Kind Regards,
    Skandha

    Skandha
    Participant

    @eva123: Hello there,
    The Header Video not showing on mobile devices is a default feature of WordPress. For more information you can follow this article. We are currently working on developing a plugin which will even show header video on mobile devices.

    To have a fallback image instead of grey area on mobile devices you will need to select a Header Image.
    Go to => Appearance => Customize => Header Media => Header Image => Select an Image and publish

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

    Skandha
    Participant

    @kelvineti: Hello Santiago,

    To use Catch Gallery
    Add New Block => Formatting => Classic Block => Add Media => Create Gallery => Select the images you want in your Gallery => Create New Gallery => Now Select the type and size of the Gallery images you want in the Gallery Settings and Click Insert Gallery.

    Let me know if you still have issue using Catch Gallery.
    Kind Regards,
    Skandha

    in reply to: Add New/Unique Icon to Social Media Menu #172497
    Skandha
    Participant

    @gonzaleztennant: Hello there,
    I have added the Social Icon for Sketchfab in the theme. The update should be out soon. I will let you know when the update is realeased.

    Kind Regards,
    Skandha

    in reply to: footer font size #172496
    Skandha
    Participant

    @valelotartaro: Glad I could help you out. Have a good day! 🙂

    Kind Regards,
    Skandha

    in reply to: product page image #172494
    Skandha
    Participant

    @valelotartaro: Hello Valeria,
    Go to => Appearance => Customize => Theme Options => WooCommerce Options => Check to disable Product Gallery Zoom

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

    in reply to: Responsive problem on iPad #172450
    Skandha
    Participant

    @danjean: Hello Daniel,
    Can you please try disabling all your plugins and check if the issue gets resolved? Also try clearing your browser cache.

    Let me know if the issue persists.
    Kind Regards,
    Skandha

    in reply to: Catch Mustang: Widget for Menu in the right sidebar? #172449
    Skandha
    Participant

    @joed: Hello there,
    To have the menu appear button rather than plain text
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .widget_nav_menu ul li a {
        background-color: #e7e7e7;
        border: 1px solid #b4b4b4;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        color: #474E55;
        display: inline-block;
        margin:0 4px 8px 0;
        padding: 1px 7px;
        -webkit-box-shadow: 0 1px 2px #c1c1c1 inset, 0 1px 0 #f5f5f5;
        -moz-box-shadow: 0 1px 2px #c1c1c1 inset, 0 1px 0 #f5f5f5;
        box-shadow: 0 1px 2px #c1c1c1 inset, 0 1px 0 #f5f5f5;
    }
    .widget_nav_menu ul {
        list-style: none;
        margin:0;
    }
    .widget_nav_menu ul li a:hover {
        text-decoration:underline;
    }

    Regarding the meta issue, the 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

    in reply to: Contact Form for Catch Box Pro theme? #172444
    Skandha
    Participant

    @rpacharya: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    input[type=text], input[type=email], input[type=tel], textarea {
    	background:rgba(0,0,0,0.1);
    }
    input[type="button"] {
    	background:rebeccapurple;
    }

    You can change the color according to your choice.
    Let me know if this works out!
    Kind Regards,
    Skandha

    in reply to: Responsive problem on iPad #172443
    Skandha
    Participant

    @danjean: You can upload the screenshot to Google Drive, Dropbox or any such kind of platforms and post the link here.

    Kind Regards,
    Skandha

    in reply to: Responsive logo height #172438
    Skandha
    Participant

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

    #branding img {
    	max-height:unset !important;
    }

    Let me know if this is what you want!
    Kind Regards,
    Skanhda

Viewing 20 posts - 8,321 through 8,340 (of 12,027 total)