Forum Replies Created

Viewing 20 posts - 4,641 through 4,660 (of 14,509 total)
  • Author
    Posts
  • in reply to: Homepage Menu Not Syncing With Back End #53251
    Sakin
    Keymaster

    @michellebergmann: Ok have you created custom menu from “Appearance => Menus” and also please check your menu locations at “Appearance => Menus => Manage Locations”. You might have missed to add in menu location. If all this is fine then please check is you have any Cache plugin activated like WP Super Cache or W3 Total Cache or WP Rocket. If so that go to that plugin settings page and clear your cache.

    can you share your site url?

    Sakin
    Keymaster

    @Pam: Thanks for finding out issue in Catch Flames Free version. We have just uploaded new version 2.4.1 in WordPress.org and it will be live as soon as theme review team approves and make it live. We have attributed you in our changelog file.

    But you don’t have this issue in our Pro version. Also there are lot of additional features in Pro version which is listed in Catch Flames Pro theme instructions page at http://catchthemes.com/theme-instructions/catch-flames-pro/

    Thanks once again.

    in reply to: Problems in the sidebar #53247
    Sakin
    Keymaster

    @Saverio: It’s because you have specific width widget for your widget is Footer area one and footer area three. IN this case you might want to add the following css in “Appearance => Theme Options => Custom CSS” box:

    @media screen and (max-width: 1000px) {
        #supplementary.three .widget-area {
            clear: both;
            width: 100%;
        }
    }
    in reply to: image size #53246
    Sakin
    Keymaster

    @Francis: You can upload images in your site from your WordPress Dashboard at “Media => Add New” or just create page and click on add media there.

    in reply to: image size #53240
    Sakin
    Keymaster

    @Francis: You need to upload screenshot in your site or any photo sharing site and paste the URL here.

    in reply to: Password not working on passworded page #53225
    Sakin
    Keymaster

    @bigoslesli: nice 🙂

    in reply to: test #53222
    Sakin
    Keymaster

    @Melissa: Can you let me know what are you testing. Please don’t test in our support forum. Thanks

    in reply to: Remove Search From Header #53220
    Sakin
    Keymaster

    @Richard: In Catch Box Pro theme, if you just want to use Social Icons in the header right sidebar and remove search then you can go to “Appearance => Widgets” and add “Catch Box Social Widget” to Header Right Sidebar.

    in reply to: Background Widget Color and Disappearing Menu #53219
    Sakin
    Keymaster

    @luvharris: ok I got it. It’s because of the following css in your Custom CSS box, where you have made white background for current page. So, your can either change that background color or add text color in the following css:

    /* For menu bar color – current page */
    #header-menu .menu .current-menu-item > a,
    #header-menu .menu .current-menu-ancestor > a,
    #header-menu .menu .current_page_item > a,
    #header-menu .menu .current_page_ancestor > a {
    	background-color: White; }

    Maybe just change background color like this:

    /* For menu bar color – current page */
    #header-menu .menu .current-menu-item > a,
    #header-menu .menu .current-menu-ancestor > a,
    #header-menu .menu .current_page_item > a,
    #header-menu .menu .current_page_ancestor > a {
    	background-color: #86cf86; 
    }

    Or maybe you want to keep the background color white but make the text color green, then it will be as:

    /* For menu bar color – current page */
    #header-menu .menu .current-menu-item > a,
    #header-menu .menu .current-menu-ancestor > a,
    #header-menu .menu .current_page_item > a,
    #header-menu .menu .current_page_ancestor > a {
    	background-color: #fff;
    	color: #86cf86; 
    }
    in reply to: Menu alignment #53196
    Sakin
    Keymaster

    thanks for your appreciation

    in reply to: Ugly share to facebook #53195
    Sakin
    Keymaster

    @andriansah: Yes, it’s from the plugin settings.

    in reply to: image size #53194
    Sakin
    Keymaster

    @Francis: Sorry I am bit confused with image are you talking about. Can you explain me or maybe upload screenshot in your site and send me url explaining the issue.

    in reply to: Sticky Post Full Content Display #53193
    Sakin
    Keymaster

    @Kim: sorry there is no option to do that. For this you need to build child theme and then copy content.php file in your child theme and then edit it as per your need using is is_sticky() condition.

    in reply to: Header image #53192
    Sakin
    Keymaster

    @Camel1021: Exact px of the height depends on the screensize that you are viewing from.

    in reply to: Header – Left Sidebar Widget #53188
    Sakin
    Keymaster

    @Lisa: Sorry we cannot guarantee Cross Browser in Custom css. If you use theme functions then yes, it will similar.

    in reply to: How to create title on home page? #53187
    Sakin
    Keymaster

    @al9x_creative: There is no option to add in by theme options. You need to build child theme and then copy content.php file in your child theme and add in the title over there. This is bit technical and you might need to hire developer to work on it.

    in reply to: Image in slider now centred #53185
    Sakin
    Keymaster

    @teegee777: you can add following css:
    #feature-slider .cycle-slideshow img { margin: 0; }

    in reply to: Background Widget Color and Disappearing Menu #53184
    Sakin
    Keymaster

    @luvharris: Sorry I don’t get it what you mean.

    in reply to: Problems in the sidebar #53182
    Sakin
    Keymaster

    @Saverio: Sorry I don’t get it what you mean. Can you explain please?

    in reply to: Increasing Upload Size in Adventurous #53181
    Sakin
    Keymaster

    @ncfarmerboy: You need to contact your Site Hosting Company to increase the upload limit. They need to edit php.ini file with the following code:

    upload_max_filesize = 40M
    post_max_size = 40M
Viewing 20 posts - 4,641 through 4,660 (of 14,509 total)