Forum Replies Created

Viewing 20 posts - 3,241 through 3,260 (of 12,027 total)
  • Author
    Posts
  • in reply to: Full width posts/pages #268828
    Skandha
    Participant

    @cornerspeedphoto: Hello there,
    Please use the CSS Code below instead of the above one.

    .site-header-main .wrapper {
        background-color: rgba(0,0,0,0.5);
    }

    The option to change the speed of slider 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 pro version of the theme.

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

    in reply to: Demo data #268827
    Skandha
    Participant

    @hildegar: Hello there,
    I have emailed you the demo content files along with instructions to import them. Please check your inbox as well as the spam folder.

    Kind Regards,
    Skandha

    in reply to: while Front page loads, the second section appears #268778
    Skandha
    Participant

    @stinpriza: Hello there,
    Can you please post in your site URL so that I can look into the issue?

    Kind Regards,
    Skandha

    in reply to: Front page nav menu, change place and orientation #268777
    Skandha
    Participant

    @stinpriza: Hello there, 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-fullscreen/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

    in reply to: how to find demo file #268749
    Skandha
    Participant

    @nicole-xiao: Hello there,
    My bad. You will need to install and activate our plugin Essential Content Types before importing the demo content.

    Can you please activate the plugin and then import the demo content? This should work out.
    Kind Regards,
    Skandha

    in reply to: Meny not working on bottom of front-page #268733
    Skandha
    Participant

    @buskerentertainment: Hello there,
    Can you please try deactivating all the plugins and check if this solves the issue?

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

    in reply to: Trouble Changing Post Title Color IN Featured Image #268732
    Skandha
    Participant

    @jcpuddles: Hello there,
    Can you please specify which overlay you are referring to?

    Kind Regards,
    Skandha

    in reply to: Full width posts/pages #268731
    Skandha
    Participant

    @cornerspeedphoto: Hello there,
    To have an overlay over the header menu
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #site-header-menu {
        background-color: rgba(0,0,0,0.5);
    }

    You change the value of 0.5 to change the opacity of the overlay.
    Let me know if this helps you out!
    Kind Regards,
    Skandha

    in reply to: Full width posts/pages #268723
    Skandha
    Participant

    @cornerspeedphoto: Hello there,
    The option to have Full width post/page 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 pro version of the theme.

    To move the slider nav to the right
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #feature-slider-section .owl-nav {
    	right: 60px;
    }

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

    in reply to: how to find demo file #268721
    Skandha
    Participant

    @nicole-xiao: Hello there,
    For that you will need to install and activate our Catch Themes Demo Import plugin.

    Then,
    Go to => Appearance => Catch Themes Demo Import => You should able to find the import options here.

    Note: Make sure you have Corporate Biz theme activated on your site.

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

    in reply to: Standardize Featured Content Images dimensions on Homepage #268719
    Skandha
    Participant

    @florian83: Hello there,
    You seem to have used different images for the Featured Content. Please try uploading square images like you want 800*800px.

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

    in reply to: Front page nav menu, change place and orientation #268718
    Skandha
    Participant

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

    @media screen and (min-width: 64em) {
    	#header-content {
    	    top: 0;
    	    bottom: unset;
    	}
    
    	.home:not(.header-media-disabled).navigation-classic .site-navigation .primary-menu li > ul, .home:not(.no-featured-slider).navigation-classic .site-navigation .primary-menu li > ul {
    		top: 100%;
    	}
    	.navigation-classic .site-navigation .primary-menu ul .menu-item-has-children > a > .icon, .home.navigation-classic #header-wrapper:not(.header-top) .site-navigation .primary-menu ul .menu-item-has-children > a > .icon {
    	    -webkit-transform: rotate(-90deg);
    	    -ms-transform: rotate(-90deg);
    	    transform: rotate(-90deg);
    	}
    	.home:not(.header-media-disabled).navigation-classic #header-wrapper:not(.header-top) .site-navigation .menu-item-has-children > a > .icon, .home:not(.header-media-disabled).navigation-classic #header-wrapper:not(.header-top) .site-navigation .page_item_has_children > a > .icon, .home:not(.no-featured-slider).navigation-classic #header-wrapper:not(.header-top) .site-navigation .menu-item-has-children > a > .icon, .home:not(.no-featured-slider).navigation-classic #header-wrapper:not(.header-top) .site-navigation .page_item_has_children > a > .icon {
    	    transform: unset;
    	}
    	.home.navigation-classic #header-wrapper:not(.header-top) .site-navigation ul ul ul {
    	    top: 0;
    	    border: unset;
    	}
    	.navigation-classic .site-navigation .primary-menu ul li:hover > ul, .navigation-classic .site-navigation .primary-menu ul li.focus > ul {
    	    left: 100%;
    	}
    	.navigation-classic .site-navigation .primary-menu li:hover > ul, .navigation-classic .site-navigation .primary-menu li.focus > ul {
    	    right: auto;
    	    left: 0;
    	    animation: smoothScrollBack 0.3s backwards, fadein 0.6s;
    	}
    	.navigation-classic .site-navigation .primary-menu ul li:hover > ul, .navigation-classic .site-navigation .primary-menu ul li.focus > ul {
    	    left: 100% !important;
    	}
    	.navigation-classic .site-navigation .primary-menu li:hover > ul, .navigation-classic .site-navigation .primary-menu li.focus > ul {
    	    right: auto !important;
    	    left: 0 !important;
    	    animation: smoothScrollBack 0.3s backwards, fadein 0.6s;
    	}
    }

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

    in reply to: Fichier WIE – démo importation #268717
    Skandha
    Participant

    @anissa: Hello there,
    I have sent you an email with the WIE file attached with it. Please check your inbox as well as the spam folder.

    Kind Regards,
    Skandha

    in reply to: WP Rocket disturbing the home slider #268654
    Skandha
    Participant

    @marebos: Hello Mare,
    Did the dots issue appear after you activated the WP Rocket plugin?

    Kind Regards,
    Skandha

    in reply to: Header image #268633
    Skandha
    Participant

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

    .home .custom-header {
    	height: 50vh;
    }

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

    Skandha
    Participant

    @hoangpm: Hello Tom, 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/fotografie/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

    in reply to: Media Title Query #268627
    Skandha
    Participant

    @wafflesandlamingtons: Hello Theo,
    1. Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .custom-header-content-wrapper {
        max-width: 950px !important;
    }

    You can change the max width according to your requirement.

    2. The option to have different header images on different pages is only available in pro version of the theme. I suggest you to upgrade to pro. You can check out the additional-features available in pro version of the theme.

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

    in reply to: Costomize header by page #268624
    Skandha
    Participant

    @agus_gramajo: Hello there,
    Yes, that is possible.

    Go to => Appearance => Customize => Header Media => Enable On => Select Entire Site, Page/Post Featured Image and Publish.

    This way the featured image you have set for each post/page will show up as the header image.

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

    in reply to: Remove Featured Content time stamps #268623
    Skandha
    Participant

    @florian83: Glad you were able to figure it out. Have a good day! 🙂

    Kind Regards,
    Skandha

    in reply to: Adjust mobile zooming to personal liking #268621
    Skandha
    Participant

    @florian83: Hello Florian,
    Can you please switch to Fotografie theme and let me know the issue you are having on mobile view so that I can help you out?

    Kind Regards,
    Skandha

Viewing 20 posts - 3,241 through 3,260 (of 12,027 total)