Forum Replies Created

Viewing 20 posts - 4,721 through 4,740 (of 14,509 total)
  • Author
    Posts
  • in reply to: Problems with featured post content #52885
    Sakin
    Keymaster

    @Andreas:
    1. Looks like there is bug in Featured Post Content and we will fix this in next version update. Planning to release it on Monday.
    2. After you change the value on “No of Featured Content”, you need to refresh your customizer. So, what you can do it first change the “No of featured Content” value and then click on “Save and Publish” after that the “Customizer” then again from your WordPress Dashboard re-launch it by going to “Appearance => Customize => Featured Content Options”. Then you will see more option to add in post IDs.

    in reply to: Add Media Button #52884
    Sakin
    Keymaster

    @m4rkym: Thanks for your loving Catch Base Theme. Is this issue, after theme update or plugin update or WordPress core update. It might be conflicting with the plugin. So, first try disabling plugin one by one and check in. If this doesn’t fix it then you can reply me with detail in email. I will be sending you personal email soon.

    in reply to: Theme in IE #52883
    Sakin
    Keymaster

    @bobgarrett: Replace your following custom css:

    /*fix from Catch to see if dropdown menu does not disappear in IE11*/
    #secondary-menu ul.menu ul { top: 4.0rem; }

    With the following css:

    /*fix from Catch to see if dropdown menu does not disappear in IE11*/
    #secondary-menu ul.menu ul { top: 45px; }
    @media screen and (max-width: 1152px) {
    #secondary-menu ul.menu ul { top: 35px; }
    }
    in reply to: Change on hover #52882
    Sakin
    Keymaster

    @harriet: Yes, you can change the color code in the following css as per your need and then add it in “Appearance => Theme Options => Custom CSS” box:

    #header-menu ul.menu li:hover > a,
    #header-menu ul.menu a:focus {
    	background-color: #e5e5e5;
    	color: #373737;
    }

    Also if you like Catch Flames themes then please don’t forget to support it by providing your valuable review at rating at https://wordpress.org/support/view/theme-reviews/catch-flames. Thanks 🙂

    in reply to: remove grey border featured slider #52864
    Sakin
    Keymaster

    @fan: Cool 🙂

    in reply to: Blank Featured Slider # #52844
    Sakin
    Keymaster

    @Naomi: You need to create more pages. So, that you can add in more image as one page will have one featured image. Featured Page Slider will link to page if you want independent image then you need to use Featured Image Slier which is there only in Catch Base Pro theme. See more info about Catch Base Pro at http://catchthemes.com/theme-instructions/catch-base-pro/

    in reply to: Homepage Featured content options #52841
    Sakin
    Keymaster

    @cpuss: I don’t see any social widget in your site. I am confused.

    in reply to: Space between the top of the page and the logo #52839
    Sakin
    Keymaster

    @Marcus: It is not working as there is issue with the custom css in your site http://www.visualmmg.com/

    1. Find the following css:
    single footer.entry-meta { display: none; }
    Replace it with the following css:
    .single footer.entry-meta { display: none; }

    2. Find the following css:

    #header-content {
        padding-top: 0px;
        padding-bottom: 0px;
    .site {
        margin: 1000px;
    }

    Replace it with the following css:

    #header-content {
        padding-top: 0;
        padding-bottom: 0;
    }
    in reply to: Change "Older posts / Newer posts" #52838
    Sakin
    Keymaster

    @ADN: Can you send me the list of correction then I will correct it as all these translation is one by users and we add it as per the need. So, you can download poedit software from poedit.net and edit de_DE.po file. I will also email you to get in files.

    in reply to: performance #52837
    Sakin
    Keymaster

    @ashrafashraf: Thanks for your appreciation 🙂

    in reply to: Change Menu Color Simple Catch Pro #52829
    Sakin
    Keymaster

    Yes, in Simple Catch Pro then you can change the menu background color from “Appearance => Theme Options => Color Options => Menu Background Color”. Which version of theme are you using it.

    in reply to: Home Page meta tags and template #52828
    Sakin
    Keymaster

    @plittlefield: For SEO, I recommend you to use WordPress SEO by Yoast plugin. Where it has setting for for homepage and individual page, post, category, tags and all.

    in reply to: performance #52827
    Sakin
    Keymaster

    @ashrafashraf: Site performance depends more on your server, cdn, images and js files then just css codes. You can just copy the css in in your custom css and then delete it. Then you can paste that css in your child theme css. For child theme, check out http://catchthemes.com/blog/create-child-theme-wordpress/

    in reply to: Site width #52826
    Sakin
    Keymaster

    @al9x_creative: If you like like Catch Everest then why don’t you use Catch Everest. Also I don’t understand your question properly. Do you mean that you want layout like “Full Width No Sidebar”, See this demo http://catchthemes.com/demo/simplecatch-pro/full-width/. If you want this then it’s available in Simple Catch Pro theme.

    in reply to: Restrict mobile menu to display top-level pages only #52825
    Sakin
    Keymaster

    @Kristin: Sorry there is no option to do that. You need to build child theme and custmize menu js.

    in reply to: How to change slider images #52824
    Sakin
    Keymaster

    @Leanvdm: For Catch Base Free theme slider, check out theme instructions at http://catchthemes.com/theme-instructions/catch-base/#featured-slider

    You can see that in free version, you have option to replace that demo slider with Page Slider. For that you need to go to “Appearance => Customize => Featured Slider Options => Select Slider Type” and select “Featured Page Slider”. Then you you can select pages in Featured Page #1, Featured Page #2, Featured Page #3 and Featured Page #1. If you want more then 4, then you need to change the number in “No of Slides”. After you change the number you need to refresh your customizer then it will show you more page selector. So, it will take the selected page featured image. So, if you add 4 pages, then it will show 4 sliding image and so on.

    in reply to: Small Sqaure Appears Between Under Header #52823
    Sakin
    Keymaster

    @Lorkster: What about the option that I gave you to disable Featured Header Image from “Appearance => Theme Options => Header Featured Image Options => Enable Featured Header Image”

    in reply to: Remove title from page #52822
    Sakin
    Keymaster

    @leotrim77: Thanks and you like this theme then please support it by providing your valuable review and rating at https://wordpress.org/support/view/theme-reviews/simple-catch/ Thanks 🙂

    in reply to: Space between Slideshow/Footers #52821
    Sakin
    Keymaster

    @albertoc: That’s nice.

    in reply to: remove grey border featured slider #52820
    Sakin
    Keymaster

    @fan: Ok then add the following css in “Appearance => Theme Options => Custom CSS” box:
    #slider-wrap .featured-text { display: none; }

Viewing 20 posts - 4,721 through 4,740 (of 14,509 total)