Forum Replies Created

Viewing 20 posts - 4,581 through 4,600 (of 4,916 total)
  • Author
    Posts
  • in reply to: Spacing Padding Changes #84039
    Mahesh
    Participant

    Hi @Elyunn,

    Yes, this can be achieved with Custom CSS. Go to “Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS” box and add the following CSS.

    #masthead {
        padding-top: 0;
        padding-bottom: 10px;
    }
    
    #site-branding {
        padding: 0 20px;
    }
    
    .sidebar.sidebar-header-right.widget-area{
        padding: 0 20px;
    }

    Regards,
    Mahesh

    in reply to: download version 3.6 Responsive Pro #84038
    Mahesh
    Participant

    Hi @Jos,

    If you have already purchased Catch Responsive Pro, you can download it from My Account page.
    http://catchthemes.com/my-account/

    Regards,
    Mahesh

    in reply to: Slider – can all link to same page? #84037
    Mahesh
    Participant

    Hi @rebzuleger,

    It seems you are using Catch Responsive Free version. The feature you’re seeking is available in Catch Responsive Pro version. I recommend you to upgrade to Pro version.

    Regards,
    Mahesh

    in reply to: Site not responsive. #84036
    Mahesh
    Participant

    Hi @Sharon,

    Catch Evolution is a responsive theme. We also performed “Google Mobile-Friendly Test” and result is “Awesome! This page is mobile-friendly.” We checked it with our demo (Catch Evolution Pro). Both Catch Evolution and Catch Evolution Pro has same CSS.
    Link to Catch Evolution Pro demo: http://catchthemes.com/demo/catch-evolution

    Regards,
    Mahesh

    in reply to: CSS #84035
    Mahesh
    Participant

    Hi @Anton,

    Please post in your site url. And please specify where is the site you want it.

    Regards,
    Mahesh

    in reply to: feathured Image pop up #84034
    Mahesh
    Participant

    Hi @Shana Shanti,

    Thank you for appreciation.

    In Catch Evolution Free version, there is no such feature like to display post/page’s featured image as header image. How did you managed to display post’s featured image as header image in post pages?

    Regards,
    Mahesh

    Mahesh
    Participant

    Hi @fishingguy,

    For new question please create a new thread because it’ll be easier to find/search the thread. And if someone search for the same problem he/she may find the thread for the solution.

    For your problem you can create a gallery and insert it into the post/page content. You can find more details in the following link.
    https://codex.wordpress.org/The_WordPress_Gallery

    Regards,
    Mahesh

    in reply to: Show JUST post date, NOT also edited date? #84025
    Mahesh
    Participant

    Hi @americaontwowheels,

    Have you made any changes to the core CSS files? Edited date is not displaying in our server. You are using Catch Base Pro 3.1, latest version availabe is Catch Base Pro 3.2. Please update your theme. Let me know if the problem persists.

    Regards,
    Mahesh

    in reply to: Need help with slider images on Home page #84024
    Mahesh
    Participant

    Hi @Loudmind,

    For the removing space below slider, go to “Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS” box and add the following CSS.

    #feature-slider{
        padding-bottom: 0;
    }

    And for the space between the text and footer, it is because of the empty widget in the footer area. Please go to “Dashboard=> Appearance=> Widgets” And remove the empty Text widget from Footer Area 1.

    Regards,
    Mahesh

    in reply to: Full width? #84022
    Mahesh
    Participant

    Hi @kerrigo,

    Sorry, this feature was missing in Create Free. Thank you for letting us know. This will be fixed in the next update which will be released soon.

    Regards,
    Mahesh

    in reply to: Hide latest posts from front page #84021
    Mahesh
    Participant

    Hi @Carina,

    1. You haven’t activated the child theme. Go to “Dashboard=> Appearance=> Themes” and activate Catch Responsive Child theme.

    2. It seem you’re using static front page. Go to “Dashboard=> Appearance=> Customize=> Static Front Page” and select Your Latest Post from Front Page Displays option and click save.

    3. Please replace the above CSS with the following. The background-color should only contain hex value. It will fix the footer color.

    #site-generator {
        background-color: #000;
        color: #fff;
    }

    Let me know if this helps.

    Regards,
    Mahesh

    in reply to: Inline gallery display only one column #83974
    Mahesh
    Participant

    Hi @Petr Sabata,

    This is a bug and will be fixed in the next update. For now please go to “Dashboard=> Appearance=> Theme Options=> Custom CSS” box and add the following CSS.

    #content .gallery-item {
        display: inline-block;
        margin: 0;
    }

    Regards,
    Mahesh

    in reply to: String "Continue reading" is not translated #83972
    Mahesh
    Participant

    Hi @jie66,

    Sorry, there were still some bug in some files. Just fixed now. Please wait for next update 4.2.2. Sorry for the inconvenience.
    Thank you for letting us know and fix the bug.

    Regards,
    Mahesh

    in reply to: Inline gallery display only one column #83957
    Mahesh
    Participant

    Hi @Petr Sabata,

    Please post in your site url.

    Regards,
    Mahesh

    in reply to: Cannot install Simple Catch Pro version 3.3 #83946
    Mahesh
    Participant

    Hi @rflores,

    Have you replaced the codes in your functions.php with the codes I’ve given above? The code is working fine in our server. Can you please share your functions.php code?

    Regards,
    Mahesh

    in reply to: Control width of columns in Featured Content #83944
    Mahesh
    Participant

    Hi @huskser,

    For the above, go to “Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS” box and add the following CSS.

    .featured-content-image{
        text-align: center;
    }
      
    #featured-content.layout-three .hentry{
        width: 25%;
    }
      
    #featured-content.layout-three .hentry:nth-child(3n+2){
        width: 50%;
    }

    Regards,
    Mahesh

    in reply to: Full width? #83938
    Mahesh
    Participant

    Hi @kerrigo,

    Could you clarify your problem more. By full-width page do you mean removing sidebar and display content to full-width ( This feature is only available in Create Pro version )? Or do you mean to make your site full-width instead of fixed-layout?
    Please post in your site url.

    Regards,
    Mahesh

    in reply to: ChatX Plugin Conflict #83933
    Mahesh
    Participant

    Hi @Josh

    The issue may be because ChatX and Catch Everest Pro use same jquery library. Or the way that ChatX has enqueued those libraries. Please contact the ChatX support for the issue. And we do not have access to ChatX plugin so that we can check it.

    Regards,
    Mahesh

    in reply to: Change copyright title #83930
    Mahesh
    Participant

    Hi @andrewf90,

    This feature is only available in Catch Flames Pro version, so I recommend you to upgrade to Pro. In Catch Flames Free version, by default copyright displays the site title, therefore you have to change you site title instead.
    Or you can customize it with a child theme.

    Regards,
    Mahesh

    in reply to: Need help with slider images on Home page #83929
    Mahesh
    Participant

    Hi @Loudmind,

    Thank you for using Catch Responsive Pro.

    Just checked your site and seems you have managed it to change the homepage to static front page. Now only the content of the page is being displayed.

    Let me know if you are still having issues.

    Regards,
    Mahesh

Viewing 20 posts - 4,581 through 4,600 (of 4,916 total)