Forum Replies Created

Viewing 20 posts - 3,721 through 3,740 (of 4,888 total)
  • Author
    Posts
  • in reply to: child theme and moving menu under header #90927
    Mahesh
    Member

    @dotcalm: May be there is some error in your child theme’s style.css file. Try creating child theme again. You can find more details on creating child theme HERE.
    You can find Catch Responsive Child theme (Ready child theme) in the link below:
    http://catchthemes.com/wp-content/uploads/2014/05/catch-responsive-child.zip
    Hope this helps. Let me know if any problem.

    Regards,
    Mahesh

    in reply to: Mobile Featured Image Slider and Mobile Menu #90924
    Mahesh
    Member

    @briswatek: Does the problem occurs with the Catch Responsive Pro theme demo too? Please check and let me know.
    https://catchthemes.com/demo/catch-responsive

    Regards,
    Mahesh

    in reply to: Problems with Featured Slider on Admin Site #90920
    Mahesh
    Member

    @stephanklein: I checked the theme in our server and found no such issue in customizer. They are all working fine. Do you get any error messages? Are you using any plugins? If yes please try disabling the plugins and check if it resolves the issue.
    Let me know if any problem.

    Regards,
    Mahesh

    in reply to: Blank screen appearing on Customize screen #90919
    Mahesh
    Member

    @dontheideaguy: It is highly recommended to upgrade PHP version to 5.6 or greater. WordPress also works with PHP 5.2.4+ and MySQL 5.0+, but these versions have reached official End Of Life and as such may expose your site to security vulnerabilities.

    Regards,
    Mahesh

    in reply to: reduce margin/padding in mobile mode #90918
    Mahesh
    Member

    @mupa: Please use the following CSS:

    @media screen and (max-width: 400px) {
        #feature-slider {
            margin-bottom: 20px;
        }
    }

    Note: Adjust the margin-bottom as per required.

    Regards,
    Mahesh

    in reply to: Align Header image and Title #90917
    Mahesh
    Member

    @derfabi2016: Glad to know you’ve solved the issue yourself. Have a nice day.

    Regards,
    Mahesh

    in reply to: Main and Footer menus showing on mobile pages #90915
    Mahesh
    Member

    @kd8mst: The menu in theme is working fine in both desktop and mobile on our server. Have you customized the theme? If you are using any plugins, try disabling the plugin and check if it resolves.
    Let me know if the problem persists.

    Regards,
    Mahesh

    in reply to: tables in mobile mode #90909
    Mahesh
    Member

    @mupa: Glad to know you made it work. Have a nice day.

    Regards,
    Mahesh

    in reply to: number of featured contents on homepage #90908
    Mahesh
    Member

    @pulsedata: Yes, the max number of featured content has been increased to 24 and is available in the latest version. The current latest version of the theme available in WordPress.org repository is 2.7.1. The feature is available from Catch Everest 2.7. Please update to the latest version.

    Regards,
    Mahesh

    in reply to: Change menu font #90904
    Mahesh
    Member

    @fridasofia85: For that add the following CSS in Custom CSS box:

    @font-face {
        font-family: "Indie Flower";
        font-style: normal;
        font-weight: 400;
        src: local("Indie Flower"), local("IndieFlower"), url("https://fonts.gstatic.com/s/indieflower/v8/10JVD_humAd5zP2yrFqw6ugdm0LZdjqr5-oayXSOefg.woff2") format("woff2");
        unicode-range: U+0-FF, U+131, U+152-153, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
    }
    
    #content .entry-title {
        font-family: "Indie Flower", sans-serif;
    }
    
    @font-face {
        font-family: "Roboto";
        font-style: normal;
        font-weight: 300;
        src: local("Roboto Light"), local("Roboto-Light"), url("https://fonts.gstatic.com/s/roboto/v15/0eC6fl06luXEYWpBSJvXCBJtnKITppOI_IvcXXDNrsc.woff2") format("woff2");
        unicode-range: U+460-52F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
    }
    
    #content .entry-content {
        font-family: "Roboto", sans-serif;
    }

    Note: You have a missing closing curly brace (}) at the end of the Custom CSS, please put a } before add the above CSS.

    Regards,
    Mahesh

    in reply to: footer padding #90902
    Mahesh
    Member

    @asumi: The problem with the difference with space in left and right side is because of text alignment => left (by default). I checked your site and now you’ve changed the text alignment to the center, the space seems fine now.

    For changing Featured Content’s title and text, go to Dashboard=> Appearance=> Customize=> Featured Content and change text in Headline for Featured Content for changing title and Sub-headline for Featured Content for text below title. This will only work if you have selected Featured Page Content and won’t work on Demo Featured Content. And select the desired pages you want to display as featured content in the dropdown.

    Regards,
    Mahesh

    Mahesh
    Member

    @stefanhoesli: For all pages including pages without .single, use the following CSS:

    body:not(.home) #header-featured-image {
        height: 360px;
        overflow: hidden;
    }

    And yes, some bottom portion of the image will cut off because of the CSS, I did mentioned this above. Since different size for header image for different pages is not possible. The images are of the full size of course, and the CSS show only image to the height of 360px as you’ve mentioned.
    Let me know further.

    Regards,
    Mahesh

    in reply to: Logo on Mobile/Tablet doesn't scale correctly #90897
    Mahesh
    Member

    @ksroopria: The above code is the CSS only, the HTTP error should have because of the above code, may be some plugin is causing the issue. Try disabling plugins if you are using any and check again. It may also be the server’s issue, check if the uploading is working fine with other theme (WordPress core theme). If the problem persists with other themes too then its not a theme issue.
    Let me know if any problem.

    Regards,
    Mahesh

    in reply to: Adding Privacy Policy in Footer (only) #90896
    Mahesh
    Member

    @chatfield-court: If you want the privacy policy in the footer only as it was and remove the link in the menu. Put the setting as you’ve used earlier to display the link in both menu and the footer, then go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    .page_item page-item-15599 {
        display: none;
    }

    Note: This will hide the link in the menu.
    Hope this helps.
    Let me know if any problem.

    Regards,
    Mahesh

    in reply to: Align header image top-right, above menu #90895
    Mahesh
    Member

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

    @media screen and (min-width: 991px) {
        #header-image {
            float: right;
            margin-right: 4%;
            padding-top: 30px;
            width: 46%;
        }
    
        #header-content {
            float: left;
            margin-left: 4%;
            padding: 40px 0;
            width: 46%
        }
        #header-content .wrapper {
            width: auto;
         }
    }

    Regards,
    Mahesh

    in reply to: Title Tag in Category #90892
    Mahesh
    Member

    @pennythepennstategnome: You are using Adventurous Theme. In adventurous theme, the above code won’t work, it is for Studio Theme.
    For Adventurous theme, create child theme and then copy archive.php from Adventurous theme to you child theme folder. Then edit archive.php file, go to line 23 and change the text Category Archives to your desired text and save it.
    For listing all posts in the box without pagination, add the following codes in archive.php just above <?php if ( have_posts() ) : ?> line.

    <?php
        global $wp_query;
        query_posts(
            array_merge(
                $wp_query->query,
                array('posts_per_page' => -1)
            )
        );
    ?>

    Regards,
    Mahesh

    in reply to: tables in mobile mode #90772
    Mahesh
    Member

    @mupa: Yes, that is because you have too much information in the table data. The table does automatically render to the maximum width according to the content / maximum word length (Considers the word breaks). For example: If you have content in a td say:
    This is a book
    Then this will be displayed as:

    This
    is a 
    book

    But if you have content with long word say:
    Tomorrow is holiday.
    Then this will be displayed as:

    Tomorrow
    is holiday

    td’s width is automatically defined by length of the longest word.
    Hope you understand.
    However you can reduce font size to overcome the problem

    @media screen and (max-width: 480px) {
        td {
            font-size: 10px;
        }
        th {
            font-size: 11px;
        }
    }

    Regards,
    Mahesh

    Mahesh
    Member

    @stefanhoesli: Sorry for the late reply. Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    #masthead {
        background: rgba(255, 255, 255, 0.7);
    }

    Regards,
    Mahesh

    in reply to: Adding Privacy Policy in Footer (only) #90685
    Mahesh
    Member

    @chatfield-court: You are using Custom Menu widget for the Privacy Policy link in the footer. It should have worked fine, I don’t know how you are getting 404 error page.
    Please try adding text widget in the footer widget area and put the following in the content and save it and check if it works (You can leave the title for widget blank or put any desired text you want).
    <a href="http://www.chatfieldcourt.com/privacy-policy/" title="Privacy Policy">Privacy Policy</a>
    Let me know if any problem.

    Regards,
    Mahesh

    in reply to: I can't see "Visual" and "Text" icons on Edit Post box. #90684
    Mahesh
    Member

    @sungju98: Found no such issue in our server. Have you installed any plugins? If yes please disable the plugins and check if the issue resolves.

    Let me know if the issue persist.

    Regards,
    Mahesh

Viewing 20 posts - 3,721 through 3,740 (of 4,888 total)