Forum Replies Created

Viewing 20 posts - 7,041 through 7,060 (of 12,035 total)
  • Author
    Posts
  • in reply to: Remove or move footer/copyright banner #199456
    Skandha
    Participant

    @chicagostaci: Hello there, I hope I was able to help you out. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/clean-enterprise/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: No matching template found #199455
    Skandha
    Participant

    @lichtpascal: Hello there,
    Can you please try deactivating all your plugins and see if this resolves the issue?

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

    in reply to: No matching template found #199447
    Skandha
    Participant

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

    Kind Regards,
    Skandha

    in reply to: Responsive images and text problems #199446
    Skandha
    Participant

    @mikebarry123: Hello there,
    I checked your site on mobile phone and the image and text seems to be showing up fine. Can you attach me screenshot of how it is showing up at your end?

    Kind Regards,
    Skandha

    in reply to: Change font size in header media #199444
    Skandha
    Participant

    @athira_sa: Hello there,
    Yes, that is possible. Please post in your site URL so that I can look into the issue.

    Kind Regards,
    Skandha

    in reply to: image widget titles in sidebar #199443
    Skandha
    Participant

    @abisbee: Hello Alice,
    Go to => Appearance => Customize => Additional CSS and remove the following CSS Code.

    .category .wp-image-5156, .widget-title {
    	visibility:hidden;
    }

    Kind Regards,
    Skandha

    in reply to: Activating License #199438
    Skandha
    Participant

    @rodeboy: Hello Chris,
    You can use the purchased theme on any number of websites but you will only get one license key for a single subscription.The License Key is valid for only one site. For multiple sites, you will have to purchase them individually or update them individually using the FTP method. If you have an active subscription, then you will be provided with a license key. You can view your license key from purchase history on your account dashboard.

    I hope this clears your doubt.
    Kind Regards,
    Skandha

    in reply to: Audioman Light Pro??? #198111
    Skandha
    Participant

    @astraito: Hello Amy,
    The Audioman Light is made using Audioman Pro. I will shortly send you an email with demo content files along with instructions on how to import them so that you can your have your site setup like Audioman Light.

    Kind Regards,
    Skandha

    in reply to: Testimonial Speed #198110
    Skandha
    Participant

    @baileyherrin: Hello there,
    The option Transition Delay has been added to the Testimonial section using which you can alter the transition time between two testimonial slides. The update will be released soon. I will let you know when the update is released.

    Kind Regards,
    Skandha

    in reply to: PHP errors when trying to load theme #196907
    Skandha
    Participant

    @pier-luigi: Hello there,
    I have fixed the function due to which the errors were showing up and the customizer was not loading at your end. Let me know if the issue is resolved.

    Kind Regards,
    Skandha

    in reply to: Font of Menu Content Wrapper #194947
    Skandha
    Participant

    @kevinpat: Hello there,
    I checked your site and the texts “Diese Woche” & “Nächste Woche” are already showing up in ‘Montserrat’, sans-serif font.

    Kind Regards,
    Skandha

    in reply to: "Theme options" from Appearance disappeared! #194944
    Skandha
    Participant

    @twin6: Hello there,
    Did you Go to => Appearance => Customize => Featured Slider?

    Let me know if the option does not appear.
    Kind Regards,
    Skandha

    Skandha
    Participant

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

    .site-header-menu.toggled-on {
        background-color: #fff !important;
    }

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

    in reply to: Black bars on side of video on homepage #194940
    Skandha
    Participant

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

    @media screen and (min-width: 75em) {
    	.has-header-video.no-header-media-text .wp-custom-header {
    		padding-bottom: 530px;
    	}
    }

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

    in reply to: PHP errors when trying to load theme #194939
    Skandha
    Participant

    @pier-luigi: Hello there,
    I checked for the errors at my end but did not get any.
    Can you please try deactivating all your plugins and see the errors appear? Also do post in your site URL as well.

    Kind Regards,
    Skandha

    Skandha
    Participant

    @xiangyuli: Hello there,
    Firstly you will need to create a child theme. You can use our plugin Generate Child Theme to create a child theme. Install and Activate the plugin.
    Now,
    Go to => Dashboard => Generate Child Theme => Select Parent Theme as Catch Fullscreen Pro, fill the remaining fields and Click Generate. This will create and activate the child theme.

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

    function catch_fullscreen_header_description( $before = '', $after = '' ) {
    	if ( is_front_page() ) {
    		$header_media_text = get_theme_mod( 'catch_fullscreen_header_media_text' );
    
    		if ( $header_media_text ) {
    			echo $before . '<p>' . wp_kses_post( $header_media_text ) . '</p>' . $after;
    		}
    	} elseif ( is_singular() && ! is_page() ) {
    		echo $before . '<div class="entry-header"><div class="entry-meta">';
    			catch_fullscreen_posted_on();
    		echo '</div><!-- .entry-meta --></div>' . $after;
    	} elseif ( is_404() ) {
    		echo $before . '<p>' . esc_html__( 'Oops! That page can&rsquo;t be found', 'catch-fullscreen-pro' ) . '</p>' . $after;
    	} elseif( is_shop() ) {
    		echo $before . '<p>' . esc_html__( 'Hello', 'catch-fullscreen-pro' ) . '</p>' . $after;
    	} else {
    		the_archive_description( $before, $after );
    	}
    }

    Replace the text Hello with the text you want to show up as a tagline on your shop page.
    Let me know if this works out!
    Kind Regards,
    Skandha

    Skandha
    Participant

    @catwingz: Hello there,

    1. The error messages seems to be coming due to one of the plugins you are using. Can you try deactivating all your plugin and see if the error message appears?

    2. To have sidebar on rest of the page but not on homepage
    Edit your homepage => On the right sidebar you will see Page Attributes => Select No Sidebar: Full width and Publish

    * Double image on about page
    Adding the following CSS should solve the issue

    body:not(.home) .header-media {
        display:none;
    }

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

    in reply to: How to change a header in a posts page? #194893
    Skandha
    Participant

    @stan: Hello there,
    Please post in your site URL and let me know where would you like to insert an image.

    Kind Regards,
    Skandha

    in reply to: Loading Slider at the Home Page #194892
    Skandha
    Participant

    @svguitar: Hello there,
    The slider image seems to be showing up fine at my end without having to refresh the page.

    Kind Regards,
    Skandha

    in reply to: Horizontal scroll in mobile version #194891
    Skandha
    Participant

    @elena1976: Hello Elena,
    You seem to be using an old version of the theme. Please update the theme to the latest version.

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

Viewing 20 posts - 7,041 through 7,060 (of 12,035 total)