Forum Replies Created

Viewing 20 posts - 8,341 through 8,360 (of 12,027 total)
  • Author
    Posts
  • in reply to: Request : Logo Slider Colors & Social Links Colors #172437
    Skandha
    Participant

    @wcmaster: Hello there,
    Can you let me know what color you want to change in the Logo Slider Section?

    Please post in your site URL so that I can help you out!
    Kind Regards,
    Skandha

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

    @danjean: Hello Daniele,
    Can you attach me a screenshot of how your site is showing up on iPad?

    Kind Regards,
    Skandha

    in reply to: Upgrade from Fred to pro #172408
    Skandha
    Participant

    @marcellotogg: Hello there,
    Follow this link and Click on Buy Now then select the method of payment and carry on.

    All your customizer settings from free should migrate to pro theme.

    Let me know if you have anymore issues.
    Kind Regards,
    Skandha

    in reply to: Read more…. after last post on the main page #172406
    Skandha
    Participant

    @rayo: Hello there to change the pagination texts you will need to first create a child theme. If you don’t know how to create a child theme you can use our Generate Child Theme Plugin. Install and Activate the plugin
    Go to => Dashboard => Generate Child Theme => Select Parent Theme as Catch Fullscreen and fill the remaining field and Click Generate. This will create and activate the child theme.

    Now,
    Go to => Child theme folder => functions.php and add the following Code.

    function catch_fullscreen_content_nav() {
    	global $wp_query;
    
    	// Don't print empty markup in archives if there's only one page.
    	if ( $wp_query->max_num_pages < 2 && ( is_home() || is_archive() || is_search() ) ) {
    		return;
    	}
    
    	$pagination_type = get_theme_mod( 'catch_fullscreen_pagination_type', 'default' );
    
    	/**
    	 * Check if navigation type is Jetpack Infinite Scroll and if it is enabled, else goto default pagination
    	 * if it's active then disable pagination
    	 */
    	if ( ( 'infinite-scroll' === $pagination_type ) && class_exists( 'Jetpack' ) && Jetpack::is_module_active( 'infinite-scroll' ) ) {
    		return false;
    	}
    
    	if ( 'numeric' === $pagination_type && function_exists( 'the_posts_pagination' ) ) {
    		the_posts_pagination( array(
    			'prev_text'          => esc_html__( 'Previous page', 'catch-fullscreen' ),
    			'next_text'          => esc_html__( 'Next page', 'catch-fullscreen' ),
    			'before_page_number' => '<span class="meta-nav screen-reader-text">' . esc_html__( 'Page', 'catch-fullscreen' ) . ' </span>',
    		) );
    	} else {
    		the_posts_navigation( array(
    			'prev_text'       => esc_html__('new', 'catch-fullscreen'),
    			'next_text'			 => esc_html__('old', 'catch-fullscreen')
    		));
    	}
    }

    Replace Old and New with the text of your choice.
    Let me know if this works out!
    Kind Regards,
    Skandha

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

    @joed: Hello there,
    To add an additional menu to right sidebar
    Go to => Dashboard => Widgets => Add Navigation Menu to General Sidebar => Select the menu you want to display. Do you want the menu to be displayed only on pages?

    There is no metadata in the blog archive section. The metadata appears when you click on individual posts.

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

    in reply to: colors menu computer and phone differs #172390
    Skandha
    Participant

    @martijn: This is because the html structure for desktop menu and mobile menu is different. So to change color for both you will need to change the CSS for both.
    To change the text color of menu to green like in the desktop menu
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .sb-options a:link, .sb-options a:visited,.sb-selector:link, .sb-selector:visited, .sb-selector:hover {
    	color:#20a026;
    }

    Please let me know where you want to have the download link?
    Let me know if this helps you out!
    Kind Regards,
    Skandha

    in reply to: Corporate – menu becomes black #172339
    Skandha
    Participant

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

    #header-navigation-area .site-primary-menu {
           background-color:#f4f4f5 !important;
    }
    #header-navigation-area .site-navigation a {
           color:#111 !important;
    }

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

    in reply to: footer font size #172337
    Skandha
    Participant

    @valelotartaro: Hello Valeria,
    TO change the size of font in footer menu
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #menu-footer li a {
         font-size:20px !important;
    }

    You can change the font size according to your choice.
    Kind Regards,
    Skandha

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

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

    Kind Regards,
    Skandha

    in reply to: Menu icon centered in mobile view #172321
    Skandha
    Participant

    @hjhatch: Thank you very much for your appreciation. Let me know if you have anymore issues. Have a good day! 🙂

    Kind Regards,
    Skandha

    in reply to: Was last modified by AND Slider Background Text #172308
    Skandha
    Participant

    @pixeld: Hello Dennis,
    Was last modified by Pixel D text seems to be coming from one of the plugin you are using. Can you try deactivating all your plugins and check if the text shows up?

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

    in reply to: Was last modified by AND Slider Background Text #172305
    Skandha
    Participant

    @pixeld: Hello Dennis,
    Edit pages Friseur Da Georgio and Willkommen im Salon Da Georgio and remove the text Was last modified by Pixel D.

    To remove the text on hover in featured slider
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #feature-slider .entry-container {
          display:none;
    }

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

    in reply to: Fixed header transparency #172292
    Skandha
    Participant

    @lkchr: Glad you were able to figure it out. Let me know if you have any other issues.

    Kind Regards,
    Skandha

    in reply to: Menu icon centered in mobile view #172278
    Skandha
    Participant

    @hjhatch: 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-responsive/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: Fixed header transparency #172277
    Skandha
    Participant

    @lkchr: Hello there,
    Sorry for the confusion.
    Can you please post in your site URL so that I can look into the issue?

    Kind Regards,
    Skandha

    in reply to: site layout #172275
    Skandha
    Participant

    @essetikappa: 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/corporate-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: How to Use a Larger Logo? #172273
    Skandha
    Participant

    @bvarvel: Reset the max-width to 250px then
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    @media screen and (min-width:410px) {
    	.custom-logo {
    		max-width:350px !important;
    	}
    }

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

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

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

    Kind Regards,
    Skandha

    in reply to: Cannot update to 2.1 #172267
    Skandha
    Participant

    @sloaneranger: Hello there,
    To update pro theme you’ll need to first download the theme from your https://catchthemes.com/my-account/ page. Then install Catch Web Tools plugin and activate Catch Updater Module. https://wordpress.org/plugins/catch-web-tools/
    Please check the tutorial video in the link below:
    https://www.youtube.com/watch?v=W95SuabDZi8
    For more, check out theme instructions at https://catchthemes.com/frequently-asked-questions/#question-update-1

    Let me know if this helps you out!

    Kind Regards,
    Skandha

    in reply to: Widget HTML Code #172191
    Skandha
    Participant

    @stevieg: Hello Stevie,
    Everything looks fine at the moment. Let me know if you have anymore issues.

    Kind Regards,
    Skandha

Viewing 20 posts - 8,341 through 8,360 (of 12,027 total)