Forum Replies Created

Viewing 20 posts - 9,921 through 9,940 (of 12,027 total)
  • Author
    Posts
  • in reply to: Categories Layout #158222
    Skandha
    Participant

    @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
    Participant

    @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
    Participant

    @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
    Participant

    @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
    Participant

    @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

    in reply to: gap between content and featured slider #158140
    Skandha
    Participant

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

    Kind Regards,
    Skandha

    in reply to: Section title gets obscured #158125
    Skandha
    Participant

    @hoiung: It is difficult to maintain the menu in smaller screens as you have a big logo and site title. I tried altering the CSS but then the menu item font size became very small. I think the best option for you will be to use Modern Menu Style from Menu Option.

    To enabling normal scrolling
    Go to => Appearance => Customize => Theme Options => FullPage Options => Check to enable Normal Scrolling

    Let me know if this helps you out!

    Note: We recently moved our site to a new web server. So, if you don’t receive our reply even after 1-2 days time please post a new issue in the support forum. Sorry for the inconvenience caused.

    Kind Regards,
    Skandha

    in reply to: Search Display #158119
    Skandha
    Participant

    @mmhgloba: I checked for the issue at my end but the images in the search results seems to be showing up fine. Can you try disabling all your plugins and check if the issue persists.

    Note: We recently moved our site to a new web server. So, if you don’t receive our reply even after 1-2 days time please post a new issue in the support forum. Sorry for the inconvenience caused.

    Kind Regards,
    Skandha

    in reply to: gap between content and featured slider #158118
    Skandha
    Participant

    @toerfiets: You seem to have enable Featured Content section on homepage which was empty so I have disabled that.
    Also,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .home #post-2 {
        padding-bottom:0;
    }

    Let me know if this works out!

    Note: We recently moved our site to a new web server. So, if you don’t receive our reply even after 1-2 days time please post a new issue in the support forum. Sorry for the inconvenience caused.

    Kind Regards,
    Skandha

    in reply to: Change Blog Header Title #158115
    Skandha
    Participant

    @joeywickham: It is not that hard if you are willing to give it a try. I could guide you with changing the blog page title using a child theme. I will provide you the steps and you just have to follow them.

    Note: We recently moved our site to a new web server. So, if you don’t receive our reply even after 1-2 days time please post a new issue in the support forum. Sorry for the inconvenience caused.

    Kind Regards,
    Skandha

    in reply to: Extra empty section after update #158111
    Skandha
    Participant

    @umbra989: Please check your Footer Widget Area 1,2 and 3. You must have kept an empty widget there that is the reason the black section is showing up. I checked for the blank space at my end but it did not find any blank space like yours.

    Let me know if this solves your issue.

    Note: We recently moved our site to a new web server. So, if you don’t receive our reply even after 1-2 days time please post a new issue in the support forum. Sorry for the inconvenience caused.

    Kind Regards,
    Skandha

    in reply to: Add Whatsapp icon in social menu #158106
    Skandha
    Participant

    @wouwonline: Yes, it is possible to add whatsapp icon in the social media menu.
    Go to your social menu and add a custom link and on URL text area add https://api.whatsapp.com/send?phone=15551234567. Replace the number at the last with your number that is country code and then your number. For eg: if 1 is the country code and 5551234567 is your number insert the link like this https://api.whatsapp.com/send?phone=15551234567.

    Now you seem to have already created a child theme. So,
    Go to => Child Theme Folder => style.css and add the following CSS Code.

    @font-face {
    font-family: "FontAwesome";
    font-weight: normal;
    font-style : normal;
           src : url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.eot?v=4.3.0");
           src : url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"),
                 url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"),
                 url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"),
                 url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"),
                 url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
    }
    
    .menu-item-6197 a {
    	visibility:hidden;
    }
    .menu-item-6197 a::before {
    	content:'\f232';
    	font-family:FontAwesome;
    	visibility:visible;
    }
    a {
    	text-decoration:none;
    }

    Let me know if this works out!

    Note: We recently moved our site to a new web server. So, if you don’t receive our reply even after 1-2 days time please post a new issue in the support forum. Sorry for the inconvenience caused.

    Kind Regards,
    Skandha

    in reply to: How to change the text colour in search box widget to white? #158033
    Skandha
    Participant

    @atousa: Try removing the previous CSS Code and add the following CSS Code.

    .siteorigin-widget-tinymce p {
    	-webkit-hyphens: none;
      	-ms-hyphens: none;
      	hyphens: none;
    }

    Let me know if this removes the hyphens.

    Also, try seeing the page on Firefox and Google Chrome. I don’t think you will see the words hyphenated and overflowing to the next line.

    Kind Regards,
    Skandha

    in reply to: selective image caption alignment #158032
    Skandha
    Participant

    @abisbee: To center align the image captions selectively
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #attachment_5562 .wp-caption-text {
          text-align:center;
    }

    This will center align the caption of the first image on this https://wellnesswarriorsboston.org/special-events/
    Like wise if you want to center align the caption of only the second image use the following CSS Code.

    #attachment_5565 .wp-caption-text {
          text-align:center;
    }

    So, different images have different #attachment_ids. You will need to use the ids to selectively center align the captions.

    Hope this helps you out. Have a good day! 🙂
    Kind Regards,
    Skandha

    in reply to: Change Blog Header Title #158028
    Skandha
    Participant

    @joeywickham: Hello Joey, Thank you for using Catch Fullscreen Pro.

    For this you will need to create a child theme and do a little bit of customization. Please let me know if you are familiar with child theme customization otherwise I suggest you to hire a customizer to get it done.

    Kind Regards,
    Skandha

    in reply to: Theme update failure #158027
    Skandha
    Participant

    @ptidwell: You cannot update pro theme like you update free theme. To update pro theme you’ll need to first download the theme from 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/theme-instructions/catch-responsive-pro/#updating

    Let me know if this solves the issue!

    Kind Regards,
    Skandha

    in reply to: gap between content and featured slider #158025
    Skandha
    Participant

    @toerfiets: Can you post in the URL of the page where this is happening? I can’t seem to find it.

    Kind Regards,
    Skandha

    in reply to: gap between content home page and sidebar before footer #158024
    Skandha
    Participant

    @toerfiets: I don’t see a large gap between the homepage content and the widget before footer. Can you attach a screenshot showing the large gap?

    Kind Regards,
    Skandha

    in reply to: selective image caption alignment #158021
    Skandha
    Participant

    @abisbee: Please post in your site URL where you want to center align the caption.

    Kind Regards,
    Skandha

    Skandha
    Participant

    @atousa: Can you let me which browser you are using as I am not able to see words overflowing to the next line on Firefox?

    This seems to be happening in Internet Explorer.
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .siteorigin-widget-tinymce p {
     	-ms-hyphens:none;
    }

    Let me know if this resolves your issue!
    Kind Regards,
    Skandha

Viewing 20 posts - 9,921 through 9,940 (of 12,027 total)