Forum Replies Created

Viewing 20 posts - 4,901 through 4,920 (of 14,509 total)
  • Author
    Posts
  • in reply to: Query Full Frame #52060
    Sakin
    Keymaster

    @oly: Sorry I don’t get it what you mean. Yes, we have just release the complete version of Full Frame that is 0.6. So, what is the version you are using is and can you explain your issue in reference with your site URL.

    Yes, Full Frame Pro 1.0 is stable version we released yesterday.

    in reply to: wrap space around header #52059
    Sakin
    Keymaster

    @afeauto: It’s because you have large logo image and that make your header right sidebar where you have social icons float down. It create spaces. So, either you can remove that widget or you can try adding in the following css in “Appearance => Theme Options => Custom CSS” box:

    #site-branding, #masthead { padding-bottom: 0; }
    .sidebar-header-right { padding: 0; }
    in reply to: Featured Page Slider Options #52058
    Sakin
    Keymaster

    @David: Hello David,

    1. I don’t know why you are angry suddenly. We have been supporting all our theme for free. You can see all our support forum details. Also you are posting in wrong support forum. If you are using Create Pro then the support forum is http://catchthemes.com/support-forum/forum/create-pro-premium/

    2. If you see the theme instruction of Create Pro, we haven’t mentioned anywhere there is Slider. Check this out http://catchthemes.com/theme-instructions/create-pro/ and also we have clearly states the features at theme page http://catchthemes.com/themes/create-pro/. So, I think you are looking at other theme instructions page.

    3. Support is free for limited question and css changes. But if you want advance support with ticket then only you can sign up for membership.

    4. Again the Grid content option is there only in Girdalicious theme. There is no grid option in Create Pro.

    5. Primary and Secondary menu both support sub-menus. You need to create custom menus from “Appearance => Menus” and then assign location from “Appearance => Menus => Theme Locations” or from “Appearance => Customize => Navigation”

    Sakin
    Keymaster

    @Michael: You job board in not designed for mobile as it’s not responsive design. So either you need to disable responsive design from “Appearance => Theme Options => Responsive Design” or you need to ask for responsive codes from your job board.

    in reply to: Featured Page Slider Options #52018
    Sakin
    Keymaster

    @Andy: I see that your images already has text in design. So, I recommend you to hide the post text by adding in the following css in “Appearance => Theme Options => Custom CSS” box:

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

    in reply to: Tiltle #52016
    Sakin
    Keymaster

    @valezaii: There are lot of plugin for font. You can check out https://wordpress.org/plugins/search.php?q=fonts

    Yes, Pro version will cost you. See this http://catchthemes.com/themes/simple-catch-pro/ and theme instructions at http://catchthemes.com/theme-instructions/simple-catch-pro

    in reply to: Removing header border #52015
    Sakin
    Keymaster

    @daniel12:
    1. No you cannot change menu like that. You might want to check for plugin to use sticky menu. We haven’t designed that that.
    2. Slider stopped working as you have remove/edited the footer.php. Restore that file and it will start working.
    3. Yes, you shouldn’t edit/delete any files inside ‘simple-catch’ folder. This is not the good way to modify the theme. As all your modification will be reverted back to original when you update the theme. Child theme is the safe way to edit the theme. Check this http://catchthemes.com/blog/create-child-theme-wordpress/
    4. For few css, you can just add it in “Appearance => Theme Options => Custom CSS” box or create child theme and add in your child theme style.css file.

    in reply to: update #52013
    Sakin
    Keymaster

    @Will: It’s strange as all the edits made in theme from Appearance => Theme Options panel should remain unchanged. Only the edits if you have made inside ‘catch-evolution-pro’ theme folder will be reverted back to original.

    in reply to: Featured Page Slider Options #52012
    Sakin
    Keymaster

    @Andy: Sorry can you share your site URL and explain. It’s bit confusing what you are trying to say it.

    in reply to: Make Site Full Width – remove left margin #52011
    Sakin
    Keymaster

    @B1ngle: Sorry this theme is 978px width based theme. So, how can we make it full width. I don’t think that can be done easily. Best will be to choose any other full width theme. Or you can share with me your screenshot of design that you are trying to achieve it.

    in reply to: Migrating from Catch Box Pro to Catch Everest Pro #52010
    Sakin
    Keymaster

    @luismarioochoa:
    1. Dots are already there in the center, so you might want to remove this. For that you can add the following css in “Appearance => Theme Options => Custom CSS” box :
    #slider-nav { display: none; }

    2.a) You can change the font size in the following css and then add it in “Appearance => Theme Options => Custom CSS” box :
    #featured-post .entry-title { font-size: 22px; }

    2.b) There is nothing like that. But yes, you can manually add hyper link in that content post. For example:
    <a href="you-url">Continue Reading &rarr;</a>

    3. Simply add the following css in “Appearance => Theme Options => Custom CSS” box:
    .site { box-shadow: none; }

    4. Sorry I don’t get it what you mean.

    in reply to: Homepage PRoblems at Content/Footer Convergence #51982
    Sakin
    Keymaster

    @JOSHUA:
    1. You can try adding in the following css in “Appearance => Theme Options => Custom CSS” box to remove the border
    #main .site-content .type-page { border: none; }

    2. I need to check in your site to see the difference. So, please send me your site URL.

    in reply to: Add a Font #51981
    Sakin
    Keymaster

    @Kim: Use Font plugin.

    in reply to: image css #51980
    Sakin
    Keymaster

    @Will: Sorry I don’t understand your question. Please post in your site URL where you have image with all these and maybe explain one sample changes that you want then I can try on with custom css.

    in reply to: Mobile menu accordian for sub-menu #51979
    Sakin
    Keymaster

    @Ronel: Yes you are really advance. Yes there is 2 calls to duplicate Header Right Menu and Secondary Menus. So, if you want two then you can make another function to duplicate the menu for secondary menu and then call it once for each menu.

    in reply to: blog comments #51978
    Sakin
    Keymaster

    @Kim: In Catch Flames Pro, you can manage comments from “Appearance => Theme Options => Comments Options”. Check there.

    in reply to: Small stuff #51976
    Sakin
    Keymaster

    @Kim:

    1. You have choose Full Width menu site and want to make it content width. It’s strange. You can the following css in “Appearance => Theme Options => Custom CSS” box:

    #header-menu #access { background-color: #fff; }
    #header-menu .menu-header-container { background-color: #e9e7e7; }

    2. You need to replace the following css from your Custom CSS box:

    @media screen and (min-width: 941px) {
    #logo-wrap { width: 68%; }
    #sidebar-header-right { width:20%; }
    }

    To this css:

    @media screen and (min-width: 941px) {
    #logo-wrap { width: 68%; }
    #sidebar-header-right { width: 300px; }
    }

    3. You need to replace the following css from your Custom CSS box:

    #secondary .widget,
    #third-sidebar .widget {
        margin-bottom: 0px;
        padding-bottom: 0px;
    }

    To this css:

    #secondary .widget, 
    #third-sidebar .widget {
        border: 1px solid #e9e7e7;
    }
    in reply to: No Header/Customization options? #51974
    Sakin
    Keymaster

    @Sakin: Thanks for your cooperation. There was issue with WordPress Importer plugin. This plugin should be used only when you are importing your datas. After you have imported, it is always recommended to deactivate it.

    in reply to: No Header/Customization options? #51960
    Sakin
    Keymaster

    @geeroads: I am able to checking with this version. Maybe I need to check in your server for detail. I will send you email.

    in reply to: remove META below posts/pages #51959
    Sakin
    Keymaster

    @kyle: Thanks for your appreciation and finding out solution. Cheers 🙂

Viewing 20 posts - 4,901 through 4,920 (of 14,509 total)