Forum Replies Created

Viewing 20 posts - 4,041 through 4,060 (of 4,888 total)
  • Author
    Posts
  • in reply to: White space above header image #88233
    Mahesh
    Member

    @catch1947: Seems like you’ve unchecked Allow Comments for those 3 pages, that is why there is no comment section. Go to “Dashboard=> Pages” and click on one of the above three pages and scroll down below content there is “Discussion” tab and make sure that Allow comments is checked then click save. Do this for all 3 pages then you’ll able to see comments section on those three pages as well.
    If you could not find “Discussion” tab (Else you can skip this)
    In edit page, scroll to the top and you can find Screen Option on the top right just beside Help, click it some options slides down and Check on Discussion Option, then discussion tab will be visible below.

    Let me know if any problem.

    Regards,
    Mahesh

    in reply to: Remove subtitle (text snippet) from slider image #88232
    Mahesh
    Member

    @yogawithagnes: Go to “Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS” box and add the following CSS:

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

    Regards,
    Mahesh

    in reply to: CSS for Search box #88225
    Mahesh
    Member

    @boboxx: Please post in your site url.

    Regards,
    Mahesh

    in reply to: Pictures not loading after update #88224
    Mahesh
    Member

    @gordon30: Do you mean the update is working fine on firefox and issue is on android’s chrome only? If so, may be because of cache problem. Please check this demo of Catch Responsive Pro. No such problem, checked on firefox and chrome on desktop and chrome and default browser on android. Working fine on all.

    Let me know if the problem persists?

    Regards,
    Mahesh

    in reply to: White space above header image #88222
    Mahesh
    Member

    @catch1947: I checked your site and video size seems to be fine. Or may be I didn’t find the page with that issue. Can you please specify the page with the issue?

    Regards,
    Mahesh

    in reply to: Upgrade with troubles #88221
    Mahesh
    Member

    @hoffmen99: Thank you for using Catch Responsive Pro. I checked the theme and seems to be an bug in the slider. Our team has found the bug and fixed it. The issue will be fixed on the next update ( will be available soon ). If its urgent for you, you can fix it manually. Find catchresponsive-featured-slider.php inside theme_directory/inc folder, go to line 53 you will see following code:
    data-cycle-fx="'. absint( $options['featured_slide_transition_effect'] ) .'"
    Change this to
    data-cycle-fx="'. esc_attr( $options['featured_slide_transition_effect'] ) .'"
    Note: The thing need to change is absint to esc_attr.

    Thank you for letting us know the bug.

    Regards,
    Mahesh

    in reply to: Image captions and footer background #88218
    Mahesh
    Member

    @catwingz: Go to “Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS” box and add the following CSS:

    /* Remove preceding hyphens from caption */
    .wp-caption .wp-caption-text::before {
        content : "";
    }
    /* For widget area background */
    #supplementary .widget {
        background-color: #f1f1f1;
    }
    /* For widget area outer background (Please skip this if you don't need this) */ 
    #colophon {
        background-color: #f1f1f1;
    }

    Note: Please change the color as you required.

    Let me know if any problem.

    Regards,
    Mahesh

    in reply to: How to Format the Text on Featured Post Slider? #88215
    Mahesh
    Member

    @tdejarnett: Format the text do you mean to change font size? Since you header text in the slider are long, using small font will fix the issue. Go to “Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS” box and add the following CSS.

    /* Adjust Featured Slider's header font size */
    #feature-slider .entry-title {
        font-size: 20px;
    }
    /* Adjust Featured Slider's content font size */
    #feature-slider .entry-content {
        font-size: 15px;
    }

    Note: Please adjust the font size as you required.

    Let me know if any problem.

    Regards,
    Mahesh

    in reply to: White space above header image #88175
    Mahesh
    Member

    @catch1947: Thank you for your appreciation. Yes, I am part of Catch Themes Team. I’m glad to know that I could help you with the issue and you are satisfied. 🙂
    If you like my support and Catch Evolution theme then please support by providing your valuable review and rating at https://wordpress.org/support/view/theme-reviews/catch-evolution?rate=5#postform

    Have a nice day!

    Regards,
    Mahesh

    in reply to: Change Title 2 #88173
    Mahesh
    Member

    @susannagable: You have again put the portion of the CSS not the whole and that is why its not working. You have put the code (This is not correct):

    {
        font-family: Cantarell;
        font-size: 20px;
        font-style: normal;
    }

    Please use the following CSS instead:

    .site-description {
        font-family: Cantarell;
        font-size: 20px;
        font-style: normal;
    }

    Regards,
    Mahesh

    in reply to: facebook in featured post in home page #88172
    Mahesh
    Member

    @isabella: I guess you’ve followed all the instructions above ( i.e. creating child theme, putting codes in functions.php etc ). After installing and activating the mentioned plugin, go to Admin Dashboard, you’ll see Facebook Page Plugin Shortcode Generator section at the bottom. Fill up the form and a shortcode will be generated. Copy the generate shortcode and go to “Dashboard=> Appearance=> Customize=> Homepage Settings=> Homepage Featured Content Options”, then page it in Content within Featured Content # and click save. Then go to front page, you’ll see the facebook page div in featured content section.

    Regards,
    Mahesh

    in reply to: Change Title 2 #88169
    Mahesh
    Member

    @susannagable: You’ve not put the .site-description in the CSS, all of the code is required or it won’t work. Please use the following intead.

    .site-description {
        font-family: Cantarell;
        font-size: 20px;
        font-style: normal;
    }

    Note: You can increase or decrease the font-size as per your requirement.
    Hope this helps.

    Regards,
    Mahesh

    in reply to: facebook in featured post in home page #88167
    Mahesh
    Member

    @isabella: If you want to display certain facebook page in your site (in featured content) as you’ve mentioned earlier you can use this plugin and you have to follow the above steps.

    Regards,
    Mahesh

    in reply to: White space above header image #88166
    Mahesh
    Member

    @catch1947: Go to “Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS” box and add the following CSS.

    .no-sidebar #primary {
      width: 100%;
    }

    Regards,
    Mahesh

    in reply to: facebook in featured post in home page #88158
    Mahesh
    Member

    @isabella: Sorry, I thought you were trying to use the Facebook Page Plugin for WordPress, but you are trying to use the facebook’s own page plugin. This the not possible with the above method. You’ll need to hire a customizer for this.

    Regards,
    Mahesh

    in reply to: Change Title 2 #88155
    Mahesh
    Member

    @susannagable: Go to “Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS” box and add the following CSS:

    .site-description {
        font-family: Arial;
        font-size: 14px;
    }

    Regards,
    Mahesh

    in reply to: White space above header image #88153
    Mahesh
    Member

    @catch1947: Go to “Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS” box and add the above CSS.

    Regards,
    Mahesh

    in reply to: Shortcode – Catch Kathmandu #88146
    Mahesh
    Member

    @boboxx: Do you mean you are seeking for shortcode to display form? If so, I recommend you to use plugins such as Contact Form 7 or so. Shortcode falls beyond theme’s territory.

    Regards,
    Mahesh

    in reply to: Sale question catch flames pro #88145
    Mahesh
    Member

    @centaine: Thank you for your appreciation and thank you for choosing Pro version. Have a nice day!

    Regards,
    Mahesh

    in reply to: Customization not working #88144
    Mahesh
    Member

    @dara-w: Glad to know you’ve found the solution. Have a nice day!

    Regards,
    Mahesh

Viewing 20 posts - 4,041 through 4,060 (of 4,888 total)