Forum Replies Created

Viewing 20 posts - 8,601 through 8,620 (of 12,014 total)
  • Author
    Posts
  • in reply to: Link color #169385
    Skandha
    Member

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

    Kind Regards,
    Skandha

    in reply to: Header to small with 4.3.3 #169384
    Skandha
    Member

    @hanmedia: Hello Olaf,
    Adding just the following CSS should solve the issue.
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .custom-header .wrapper {
         padding:0;
    }

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

    in reply to: padding issue #169383
    Skandha
    Member

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

    #content {
         margin-top:50px;
    }

    Let me know if this does the trick.
    Kind Regards,
    Skandha

    in reply to: Header image does not scale on Mobile device #169357
    Skandha
    Member

    @bettonvil: Hello Felix,
    Please post in your site URL so that I can look into the issue.

    Kind Regards,
    Skandha

    in reply to: Blog images #169326
    Skandha
    Member

    @mattfini: 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/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: Hide the date on Featured Content #169325
    Skandha
    Member

    @mattfini: 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/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

    Skandha
    Member

    @mattfini: 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/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: Multiple language Polylang support #169323
    Skandha
    Member

    @vancha: Hello there, thanks for sharing but we do not recommend editing core theme files to customize your site as all those changes will be lost when you update the theme. So to be on the safe we always recommend users to use a child theme whenever editing a core theme file.

    Kind Regards,
    Skandha

    in reply to: Header to small with 4.3.3 #169321
    Skandha
    Member

    @hanmedia: Hello Olaf,
    The header image you used in https://www.man-life.de/ is 1200*400px whereas the header image used in https://www.katzen-ideen.de/ is 1200*500px.

    I will further look into the issue and get back to you soon.
    Kind Regards,
    Skandha

    in reply to: Change Color Of "More" Button #169298
    Skandha
    Member

    @beauthai: The option to Change the button color is 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 helps you out!
    Kind Regards,
    Skandha

    Skandha
    Member

    @ddcatm: Can you Go to => Dashboard => Updates => Click on Check Again Please post in your site URL if this does not work.

    Kind Regards,
    Skandha

    Skandha
    Member

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

    .wrapper.singular-section {
    	padding:50px;
    }
    .blog-section-headline {
    	margin-top:0;
    }

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

    in reply to: Blog images #169294
    Skandha
    Member

    @mattfini: To adjust the image size of the news feed
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .post-archive .content-right {
         padding:100px 112px;
    }

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

    in reply to: Hide the date on Featured Content #169290
    Skandha
    Member

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

    #featured-content-section .entry-date {
          display:none;
    }

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

    in reply to: Scrolling is no longer parallax #169277
    Skandha
    Member

    @manonwethly: With the code in the second image the background will stay fixed from 767px and above whereas below 767px the background will scroll with text or content.

    Kind Regards,
    Skandha

    in reply to: How to add my images in the slider in the free version? #169276
    Skandha
    Member

    @jack7250: Hello Jack,
    In the free version the slider only shows Featured Image from a Post.
    To have slider that shows series of images from the media library you will need the Featured Image Slider which is only available in pro version of the theme. 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: Customization Questions #169220
    Skandha
    Member

    @kghia70: 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/higher-education/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: 5 section points in one line #169207
    Skandha
    Member

    @steinundtechnik: You can use our Catch Import Export Plugin to copy all your customizer settings from the parent theme to the child theme. Install and Activate the plugin.

    Follow these instructions to import the customizer setting of parent theme to your child theme.

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

    in reply to: Scrolling is no longer parallax #169199
    Skandha
    Member

    @manonwethly: This is due to the following CSS Code you have added.

    #fullpage .header-media.section {
    	background-attachment: scroll;
    }
    #post-727, #post-32, #post-4 {
        background-attachment: scroll !important;
    }

    Replace the above CSS Code by the following.

    @media screen and (max-width:767px) {
    	#fullpage .header-media.section {
    		background-attachment: scroll;
    	}
    	#post-727, #post-32, #post-4 {
    	    background-attachment: scroll !important;
    	}
    }

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

    in reply to: 5 section points in one line #169195
    Skandha
    Member

    @steinundtechnik: So firstly you will need to create a child theme. For that you can use our Generate Child Theme Plugin. Install and activate the plugin.
    Then, Go to => Dashboard => Generate Child Theme => Select Parent Theme as Catch Fullscreen Pro, fill other fields and then click on Generate.
    This will install and activate the child theme.

    Now, Go to => Child Theme Folder => functions.php and add the following Code.

    function catch_fullscreen_service_display() {
    	$output = '';
    
    	// get data value from options
    	$enable_content = get_theme_mod( 'catch_fullscreen_service_option', 'disabled' );
    
    	if ( catch_fullscreen_check_section( $enable_content ) ) {
    		$content_select = get_theme_mod( 'catch_fullscreen_service_type', 'category' );
    		$layout        	= get_theme_mod( 'catch_fullscreen_service_layout', 'layout-four' );
    		$headline       = get_theme_mod( 'catch_fullscreen_service_headline', esc_html__( 'Services', 'catch-fullscreen-pro' ) );
    		$subheadline    = get_theme_mod( 'catch_fullscreen_service_subheadline' );
    		$image = get_theme_mod( 'catch_fullscreen_service_main_image' );
    		$classes[] = 'section';
    		$classes[] = $content_select ;
    
    		$anchor = get_theme_mod( 'catch_fullscreen_service_anchor', 'service-section' );
    
    		if ( $image ) {
    			$output = '
    			<div id="service-content-section" data-anchor="' . esc_attr( $anchor ) . '" class="' . esc_attr( implode( ' ', $classes ) ) . '" style="background-image: url( ' . esc_url( $image ) . ' )">
    				<div class="wrapper">';
    		} else {
    			$output = '
    			<div id="service-content-section" data-anchor="' . esc_attr( $anchor ) . '" class="' . esc_attr( implode( ' ', $classes ) ) . '">
    				<div class="wrapper">';
    		}
    
    		if ( ! empty( $headline ) || ! empty( $subheadline ) ) {
    			$output .= '<div class="section-heading-wrapper service-section-headline">';
    
    			if ( ! empty( $headline ) ) {
    				$output .= '<div class="section-title-wrapper"><h2 class="section-title">' . wp_kses_post( $headline ) . '</h2></div>';
    			}
    
    			if ( ! empty( $subheadline ) ) {
    				$output .= '<div class="taxonomy-description-wrapper"><p class="section-subtitle">' . wp_kses_post( $subheadline ) . '</p></div>';
    			}
    
    			$output .= '
    			</div><!-- .section-heading-wrapper -->';
    		}
    		$output .= '
    			<div class="section-content-wrapper service-content-wrapper ' . esc_attr( $layout ) . '">';
    
    		// Select content
    		if ( 'post' === $content_select || 'ect-service' === $content_select || 'page' === $content_select || 'category' === $content_select ) {
    			$output .= catch_fullscreen_post_page_category_service();
    		} elseif ( 'image' === $content_select ) {
    			$output .= catch_fullscreen_image_service();
    		}
    
    		$target = get_theme_mod( 'catch_fullscreen_service_target' ) ? '_blank': '_self';
    		$link   = get_theme_mod( 'catch_fullscreen_service_link', '#' );
    		$text   = get_theme_mod( 'catch_fullscreen_service_text' );
    
    		if ( $text ) {
    			$output .= '
    			<p class="view-all-button">
    				<span class="more-button"><a class="more-link" target="' . $target . '" href="' . esc_url( $link ) . '">' . esc_html( $text ) . '</a></span>
    			</p>';
    		}
    
    		$output .= '
    					</div><!-- .service-content-wrapper -->
    			</div><!-- .wrapper -->
    		</div><!-- #service-content-section -->';
    
    	}
    
    	echo do_shortcode( $output );
    }

    Now the shortcode on your service section should work.
    Let me know if this works out!
    Kind Regards,
    Skandha

Viewing 20 posts - 8,601 through 8,620 (of 12,014 total)