Forum Replies Created

Viewing 20 posts - 9,921 through 9,940 (of 12,014 total)
  • Author
    Posts
  • in reply to: gap between content and featured slider #158140
    Skandha
    Member

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

    Kind Regards,
    Skandha

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Kind Regards,
    Skandha

    Skandha
    Member

    @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

    in reply to: Move Title And Change Font Size #157989
    Skandha
    Member

    @coachnancyk: Are you still having this issue?

    Kind Regards,
    Skandha

    in reply to: Home Page Sliders #157988
    Skandha
    Member

    @swaitela: Sorry for the late reply. You seem to have succeeded in slowing the slider speeds. Let me know if you are still struggling to decrease slider speed.

    About adding the school address and phone number above the menu, i’m afraid this is not possible. For this you will need to create child theme and customize your site. I suggest you to hire a customizer.

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

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

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

    .page-id-2 .siteorigin-widget-tinymce.textwidget p {
           text-align:justify !important;
    }

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

    in reply to: Audioman header problem #157977
    Skandha
    Member

    @bloodbath: Our themes does not officially support Polylang or lets say we have not conducted our themes compatibility test with Polylang. All our pro themes are WPML ready. I suggest you to upgrade to pro and use WPML Plugin. You can check out the additional-features available in pro version of the theme.

    Kind Regards,
    Skandha

    in reply to: Homepage Posts Content #157975
    Skandha
    Member

    @casenet: You don’t seem to be using our theme. Please post your issues and queries in the respective theme support forum. This forum is only for issues related to Catch Themes.

    Kind Regards,
    Skandha

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