Forum Replies Created

Viewing 20 posts - 4,661 through 4,680 (of 14,509 total)
  • Author
    Posts
  • in reply to: Featured image in main content #53180
    Sakin
    Keymaster

    @Jean-Paul: Sorry there is no option to do that. Featured Images are used for Archive/homepage and for slider. As you can just add your featured image in your page/post content editor and it will display it.

    But have you tried in “Header Featured Image Options” from your Theme Options panel. There in “Enable Featured Header Image” you can choose “Pages & Posts”.

    in reply to: Fixed/Sticky Menu and Transparency/Opacity #53179
    Sakin
    Keymaster

    @luismarioochoa:
    1. Let me know it what you want to do with the search. I think it’s better to hide it or show below the header image in mobile devices.
    2. Image size is mentioned properly in theme instructions page at http://catchthemes.com/theme-instructions/catch-everest-pro/

    in reply to: Create extra fixed menu on top? #53178
    Sakin
    Keymaster

    @Nijn: Then you need to add your new menu below access-top wrapper ID.

    in reply to: Free v. Pro version #53177
    Sakin
    Keymaster

    @nextstep: Catch Box Pro is an advance version of Catch Box Free theme and there are lot of nice additional featured in pro version which is listed in theme instructions page at http://catchthemes.com/theme-instructions/catch-box-pro/

    in reply to: align img top #53175
    Sakin
    Keymaster

    @offirkeren: I don’t get it what you mean. Your images under More Mobile Casinos are arranged in table. So, it’s your table code.

    in reply to: How do I remove the semi-opaque background? #53148
    Sakin
    Keymaster

    @tamorgen: I see that you are using Catch Box Free theme and have removed the footer credit information about Catch Box Theme. You need to acknowledge theme credit in your site. It’s the only reference we get for providing best quality theme with free support.

    You can add the following css in “Appearance => Theme Options => Custom CSS” box to remove the grey background in your main wrapper.
    .site, #main { background: none transparent; }

    Further, if you want to remove white background form your content area then you can add the following css in “Appearance => Theme Options => Custom CSS” box

    .hentry, .no-results, #author-info, #disqus_thread, #content .error404 {
        background: none transparent;
    }
    in reply to: Ugly share to facebook #53147
    Sakin
    Keymaster

    @andriansah: Looks like you have already fixed it. I checked your site for Facebook Open Graph test and it’s fine. You can test it from https://developers.facebook.com/tools/debug/. Also I give a test share and it’s working fine. See this screenshot http://awesomescreenshot.com/0864lss335

    in reply to: No sidebar – Full width #53143
    Sakin
    Keymaster

    @unitedpartner: Just go to “Appearance => Theme Options => Layout Options”, choose “No Sidebar, Full Width” in Default Layout Option and save changes. It will be like this http://catchthemes.com/demo/catch-flames/layout-options/no-sidebar-full-width/

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

    @bigoslesli: Sorry it’s not theme issue. We don’t control any WordPress Core features. Theme is more about design. Maybe, there is issue with the plugin. So, try disabling plugin and check in. Also sometime, there might be 2 pages with the same name. So, check your list of pages also in Trash.

    in reply to: How to change text on slider? #53141
    Sakin
    Keymaster

    @shellfish_tracker: It’s only one slider. You can only have different Header Image in different page.

    in reply to: How to translate 'Read More …'? #53139
    Sakin
    Keymaster

    @Andreas: Ok I will contact email you personally so that we can translate it together. I did same with Swedish language.

    in reply to: Translate #53138
    Sakin
    Keymaster

    @Isabel: That’s nice

    in reply to: Change the text on slider image #53117
    Sakin
    Keymaster

    @shellfish_tracker: I have already replied you in pro version thread at catchthemes.com/support-forum/topic/how-to-change-text-on-slider/

    in reply to: How to translate 'Read More …'? #53115
    Sakin
    Keymaster

    @Andreas: Which version of Catch Base Pro theme are you using it and in which language are you going to translate it. We recently translate Catch Base Pro theme in Swedish language using Poedit software. We found few missing translating keyword which we have fixed in version 2.2.

    in reply to: Website Format is completely messed up #53114
    Sakin
    Keymaster

    @rgamlam: W3 Total Cache settings depends on the server your take. So, you need to properly configure it. If you miss any of the configure then it can happen like that. We use W3 total cache without any issue. For more, you can contact W3 Total Cache plugin support or your server support and solve the issue of cache.

    in reply to: How to change text on slider? #53113
    Sakin
    Keymaster

    @shellfish_tracker: Why don’t you use Featured Image Slider so that you can upload the image, title and link all as per your need. For that just go to “Appearance => Customize => Featured Slider Options => Featured Content Type” and select “Featured Image Content” then upload image, link, title and content all as per your need.

    For more, check out theme instructions page at http://catchthemes.com/theme-instructions/catch-base-pro/

    in reply to: Problem with Featured Content Display #53111
    Sakin
    Keymaster

    @DannyD123: It’s known issue and will be fixed in version 1.4 which we have already submitted to WordPress.org. So, it will be live soon after the WordPress Theme Review team approves it. For now, you can add the following css in “Appearance => Theme Options => Custom CSS” box:

    #featured-content.layout-four .hentry:nth-child(4n+1),
    #featured-content.layout-three .hentry:nth-child(3n+1) {
    	clear: both;
    }
    in reply to: How to create title on home page? #53110
    Sakin
    Keymaster

    @al9x_creative: Sorry I don’t get it what you mean. Your homepage will show latest posts only. Can you share your screenshot of what you want?

    in reply to: Change Color Of "Older Posts" #53105
    Sakin
    Keymaster

    @2 Brown Dawgs Blog: You can change the color code in the following css and then add it in your “Appearance => Theme Options => Custom CSS” box as per your need.

    #infinite-handle span {
        background-color: #0d2f3b;
        color: #fff;
    }
    #infinite-handle span:hover {
        background-color: #654321;
        color: #fff;
    }
    in reply to: Remove header link #53104
    Sakin
    Keymaster

    @albertoc: There is no link in your image in homepage. Sorry I don’t get it what you mean? Looks like you already found the solution.

Viewing 20 posts - 4,661 through 4,680 (of 14,509 total)