Forum Replies Created

Viewing 20 posts - 9,901 through 9,920 (of 12,014 total)
  • Author
    Posts
  • in reply to: Not working #158510
    Skandha
    Member

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

    Kind Regards,
    Skandha

    Skandha
    Member

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

    #slider .slider-title {
    	font-weight:bold;
    }

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

    in reply to: image before post #158399
    Skandha
    Member

    @toerfiets: Yes, that it possible you will need to edit the posts in https://synforum.nl/dataproduct-2/ and add a featured image to each of the post.

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

    in reply to: How to change the footer text #158348
    Skandha
    Member

    @tikaram: I will need your site URL so that I can look into the issue.

    Kind Regards,
    Skandha

    in reply to: How to change the footer text #158339
    Skandha
    Member

    @tikaram: Hello Tikaram,
    Please post in your site URL.

    Kind Regards,
    Skandha

    in reply to: Not working #158336
    Skandha
    Member

    @lionelrousvoal: Please post in your site URL so that I can look into the issue.

    Kind Regards,
    Skandha

    in reply to: background color featured content does not change #158330
    Skandha
    Member

    @toerfiets: Glad you figured it out. Let me know if you have anymore issues.

    Kind Regards,
    Skandha

    in reply to: Site identity flavicon #158329
    Skandha
    Member

    @fireflywebs: You can simply use the Site Icon option under Site Identity to change the icon of your site.

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

    in reply to: Resize thumbnails on blog page #158324
    Skandha
    Member

    @nikonn: I’m afraid that the option to change the position of the excerpt to left or right of the featured image is not available in the theme. If you really need this I suggest you to hire a customizer.

    Kind Regards,
    Skandha

    in reply to: My Music Band Pro — Pop Up Email Sign Up #158318
    Skandha
    Member

    @blakey0320: You will need to Signup with Mailchimp to use a Pop up form. Maybe this article will help you out.

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

    in reply to: Add Whatsapp icon in social menu #158236
    Skandha
    Member

    @wouwonline: Yes, that is possible. Go to => Appearance => Menus => At the top right corner you will find Screen Options click on it and Check Link target check box.

    Now, when you edit the Social Menu you will find a Open link in a new tab checkbox option under every social menu item. Check the box and now the social menu item should open in a new tab on click.

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

    in reply to: Date visible in Blog on homepage #158235
    Skandha
    Member

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

    #post-199 .entry-meta {
         display:none;
    }

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

    in reply to: Add Whatsapp icon in social menu #158227
    Skandha
    Member

    @wouwonline: No, not from the WordPress dashboard.
    Go to => Your Child Theme Folder => style.css and add the above code.

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

    in reply to: selective image caption alignment #158225
    Skandha
    Member

    @abisbee: I’m afraid you will need to add CSS code to selectively center align the captions. If you can let me know which captions you want to center align I could provide you the necessary codes.

    Kind Regards,
    Skandha

    in reply to: Demo Content #158223
    Skandha
    Member

    @chrishaught: I will need your WP admin credentials to setup the demo for you. I will contact you shortly by email.

    Kind Regards,
    Skandha

    in reply to: Categories Layout #158222
    Skandha
    Member

    @jazart72: The issue will be fixed in the next theme update. For now,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .category.two-columns-layout #primary {
         width:100%;
    }

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

    in reply to: Resize thumbnails on blog page #158209
    Skandha
    Member

    @nikonn: Please post in your site URL so that I can look into the issue.

    Kind Regards,
    Skandha

    in reply to: Change Blog Header Title #158204
    Skandha
    Member

    @joeywickham: Hello Joey,

    First you will need to create a child theme and for that you can use Generate Child Theme Plugin. Download and activate the plugin, after activation you will get the Generate Child Theme tab on your dashboard. Click on it which will take you to the plugin dashboard. Now Select parent theme as Catch Fullscreen Pro and give your child theme’s name catch-fullscreen-pro-child and fill up the remaining form and click on Generate. Now, this will activate the child theme and create a child theme directory on wp-content/themes as catch-fullscreen-pro-child.

    Now, Go to => catch-fullscreen-pro-child => funtions.php and add the following Code.

    function catch_fullscreen_header_title( $before = '', $after = '' ) {
    		if ( is_front_page() ) {
    			$header_media_title = get_theme_mod( 'catch_fullscreen_header_media_title', esc_html__( 'Dancing Under The Sky', 'catch-fullscreen-pro' ) );
    
    			if ( $header_media_title ) {
    				echo $before . wp_kses_post( $header_media_title ) . $after;
    			}
    		} elseif ( is_singular() ) {
    			if ( is_page() ) {
    				if( ! get_theme_mod( 'catch_fullscreen_single_page_title' ) ) {
    					the_title( $before, $after );
    				}
    			} else {
    				the_title( $before, $after );
    			}
    		} elseif ( is_404() ) {
    			echo $before . esc_html__( 'Nothing Found', 'catch-fullscreen-pro' ) . $after;
    		} elseif ( is_search() ) {
    			/* translators: %s: search query. */
    			echo $before . sprintf( esc_html__( 'Search Results for: %s', 'catch-fullscreen-pro' ), '<span>' . get_search_query() . '</span>' ) . $after;
    		} else {
    			echo 'Blog';
    		}
    	}

    This should change your blog page title from Archives to Blog.
    Let me know if this works out!
    Kind Regards,
    Skandha

    in reply to: Server Display #158202
    Skandha
    Member

    @mmhgloba: Hello Edwin,
    I have replied to the above issue. Please check and let me know if the issue is resolved.

    Kind Regards,
    Skandha

    in reply to: Search Display #158201
    Skandha
    Member

    @mmhgloba: Go to => Appearance => Customize => Theme Options => Content Featured Image Options => Select Full Image

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

Viewing 20 posts - 9,901 through 9,920 (of 12,014 total)