Forum Replies Created

Viewing 20 posts - 4,621 through 4,640 (of 14,497 total)
  • Author
    Posts
  • in reply to: Problem in accessing social media icons #53288
    Sakin
    Keymaster

    @ramakrishna: Sorry I don’t get it what you mean. Can you share your site URL and Screenshot of Theme Options. It should show Social Icons options. For that you need to go to “Appearance => Theme Options => Social Link => Social Icons”. There you need to add in your social profile URLs.

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

    @Saverio: Yes, I got that so what you want to do it?

    If you want to make your sidebar widget to take one full row in mobile devices portrait, then you can add the following css in “Appearance => Theme Options => Custom CSS” box:

    @media screen and (max-width: 480px) {
    	#secondary .widget {
    		width: 100%;
    		margin-left: 0;
    	}	
    }
    in reply to: How do i make post images show bigger? #53285
    Sakin
    Keymaster

    @meekglorious: Remove the following css from your Custom CSS box:

    img[class*="align"], img[class*="wp-image-"] {
        border: 1px solid #ddd;
        max-width: 20.5%;
        padding: 6px;
    }
    in reply to: Serious Issue with Widgets #53283
    Sakin
    Keymaster

    @Supratik:
    1. You need to add widget in your Sidebar and it will show in the left column. Can you add widget and let me know it so that I can check in your issue. I see that if you don’t have widget then it should be full width which is an issue. For that you can add the following css in “Appearance => Theme Options => Custom CSS” box:

    .content-area-full .content-area {
        clear: both;
        width: 100%;
    }

    2. For this you need to create child theme and then copy page.php from Create theme to your child theme and then add the following code just below your get_header(); ?>
    <?php if ( is_page( 'knowme' ) ) { get_sidebar( 'intro' ); } ?>

    in reply to: Homepage Menu Not Syncing With Back End #53282
    Sakin
    Keymaster

    @michellebergmann: You can hide the post meta by adding in the following css in “Appearance => Theme Options => Custom CSS” box:
    .entry-header .entry-meta { display: none; }

    For images and font, yes your site need to be public. For font, we don’t have that option in Free version and only have in Pro version. Yes, in free version you can use plugin to add font. Then add custom css.

    Sakin
    Keymaster

    @Pam: It’s live so fast. You can try now.

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

    @Saverio: Sorry not sure what you mean. Can you send me screenshot and explain. Can you check in our demo page is that issue is there http://catchthemes.com/demo/catch-everest/sidebar-layout/right-sidebar/

    in reply to: image size #53258
    Sakin
    Keymaster

    @Francis: I check in your site http://www.fincasabina.com/Wordpress/ but I don’t see you have change to Featured Image Slider. I can still see demo images.

    You don’t need to send me screenshot in email. You can just upload screenshot in your site or any photo-sharing site. For example screenshot like this link http://awesomescreenshot.com/09f4mea713

    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.

Viewing 20 posts - 4,621 through 4,640 (of 14,497 total)