Forum Replies Created

Viewing 20 posts - 4,441 through 4,460 (of 14,509 total)
  • Author
    Posts
  • in reply to: Google’s Update April 21,2015 #54447
    Sakin
    Keymaster

    @offirkeren: Yes this theme is mobile friendly. You can check out your site Mobile-Friendly test by Google https://www.google.com/webmasters/tools/mobile-friendly/?url=http%3A%2F%2Fthemobilecasino.co.uk%2F

    in reply to: Table — want to make it fixed width #54446
    Sakin
    Keymaster

    @bigoslesli: it will be like this:

    .page-id-156 .entry-content form,
    .page-id-160 .entry-content form,
    .page-id-165 .entry-content form {
        border: 1px solid #1b5f7d;
        display: inline-block;
    }
    .page-id-156 .entry-content table,
    .page-id-160 .entry-content table,
    .page-id-165 .entry-content table {
        border-bottom: none;
        margin: 0;
        text-align: left;
        width: auto;
    }
    .page-id-156 .entry-content td,
    .page-id-160 .entry-content td,
    .page-id-165 .entry-content td {
        border-top: none;
        padding: 0;
    }
    .page-id-156 .entry-content input[type="text"],
    .page-id-160 .entry-content input[type="text"],
    .page-id-165 .entry-content input[type="text"] {
        margin: 0 5px 0 15px;
        padding: 0;
        vertical-align: middle;
        width: 180px;
    }
    .page-id-156 .entry-content input,
    .page-id-160 .entry-content input,
    .page-id-165 .entry-content input {
        border: none;
        margin: 0;
        padding: 0;
        vertical-align: middle;
    }
    in reply to: Featured Slider Not Working #54418
    Sakin
    Keymaster

    @tscpgraphics: This theme is not Full Width. If you want then you need to work a lot in CSS.

    in reply to: Mutilple Pages/Blogs #54417
    Sakin
    Keymaster

    @level7tech: You reference site in not opening.

    in reply to: Support for 2 featured pages? #54416
    Sakin
    Keymaster

    @Aaron Giles: If you are adding more then 2 featured content then I suggest you to choose 4 Columns layout.

    in reply to: Remove Search Box #54414
    Sakin
    Keymaster

    @ptbates1: Hum… You are adding in Catch Responsive Pro theme support forum and the above css will work on Catch Responsive Pro theme. For Simple Catch Free then you can post it in http://catchthemes.com/support-forum/forum/simple-catch-public/

    Try following css instead:
    #header .social-search { display: none; }

    in reply to: Featured Slider Not Working #54410
    Sakin
    Keymaster

    @tscpgraphics:
    Header Featured Image and Featured Page Slider is two different things.

    1. Header Featured Image:
    — It is controlled from “Appearance => Header”. There you can upload image for Header Image. You can disable it or enable in various section by selecting option in “Enable Featured Header Image on”. Further, you can disable it in any particular page/post from “Catchresposnive Options” in your page/post editor.

    2. Featured Page Slider:
    — This is the sliding image that you see in our demo site http://catchthemes.com/demo/catch-responsive/. This is controlled through “Appearance => Customize => Featured Slider Option => Featured Slider Type”, where you can select “Featured Page Slider” and select the pages which you want to show as sliding image.

    in reply to: Customise, Header & Background Issue #54407
    Sakin
    Keymaster

    Your plugin “smart-pop-up” was conflicting with WordPress Theme customizer. It’s not theme issue. So, I have deactivated “smart-pop-up” plugin and now it’s working.

    in reply to: Resize Site Title and Remove gallery border #54403
    Sakin
    Keymaster

    @interiorsalvage: Nice you are figuring out everything by yourself. Cheers 🙂

    in reply to: Featured Slider Not Working #54402
    Sakin
    Keymaster

    @tscpgraphics: I don’t see slider in your site. I see that you have added in Header Featured Image from “Appearance => Header”.

    But for the slider in Catch Responsive Free theme, first you need to create page and add featured image in that page. Check this http://catchthemes.com/blog/videos-blog/video-series-adding-featured-image-wordpress-postpage/ for adding featured image in your page.

    Then you need to go to “Appearance => Customize => Featured Slider Options => Featured Slider Type”, then select “Featured Page Slider” and Select the pages which you want to show in slider.

    in reply to: Table — want to make it fixed width #54395
    Sakin
    Keymaster

    @bigoslesli: they should have embed form then it would have fit exact. But we can make it little same only for that try adding in the following css in “Appearance => Theme Options => Custom CSS” box:

    .page-id-156 .entry-content form {
        border: 1px solid #1b5f7d;
        display: inline-block;
    }
    .page-id-156 .entry-content table {
        border-bottom: none;
        margin: 0;
        text-align: left;
        width: auto;
    }
    .page-id-156 .entry-content td {
        border-top: none;
        padding: 0;
    }
    .page-id-156 .entry-content input[type="text"] {
        margin: 0 5px 0 15px;
        padding: 0;
        vertical-align: middle;
        width: 180px;
    }
    .page-id-156  .entry-content input {
        border: none;
        margin: 0;
        padding: 0;
        vertical-align: middle;
    }
    in reply to: Remove Headlines #54392
    Sakin
    Keymaster

    @Tim: Sorry I am bit confused. You might want to explain in reference with your site URL. Do you mean to hide your page title from each pages, then you can add the following css in “Appearance => Theme Options => Custom CSS” box:
    .type-page .entry-header { display: none; }

    in reply to: Customize Demo Slider #54391
    Sakin
    Keymaster

    @PeripheralVision: You can just go to “Appearance => Customize => Featured Slider Options => Featured Slider Type”, and select “Featured Page Slider”, then select the page in Featured Page # 1, #2, #3 and so on which you want to show as slider. This will replace the demo slider.

    For more information, check out Full Frame Theme instructions at http://catchthemes.com/theme-instructions/full-frame/

    in reply to: Shortcode in promotion headline? #54389
    Sakin
    Keymaster

    @ghostzapper: It depends on the slider code for the template/php functions. So, first you need to build child theme. For Child theme, check out http://catchthemes.com/blog/create-child-theme-wordpress/

    Then you can add the following code in your child theme functions.php file. In the following replace your shortcode [huge_it_portfolio id=N] with your shortcode

    /**
     * Add Huge Slider.
     *
     * @uses action hook catchbase_before_content.
     *
     */
    function catchbase_huge_slider() {
    	echo do_shortcode([huge_it_portfolio id=N]);
    }
    add_action( 'catchbase_before_content', 'catchbase_huge_slider', 10 );
    Sakin
    Keymaster

    @nakulsachdeva: First you need to update Catch Flame Pro to latest version 2.1. For that you can download the your theme zip file from your account at http://catchthemes.com/my-account. Then install the plugin Catch Updater if you want to update from WordPress Dashboard. For more about Catch Updater and it’s instruction, check out http://catchthemes.com/wp-plugins/catch-updater/

    After you update to latest version, your can go to check this theme instructions on http://catchthemes.com/theme-instructions/full-frame-pro/#disable-header-toggle to disable header toggle.

    in reply to: Catch Responsive theme: Error 404 – page not found #54387
    Sakin
    Keymaster

    @vidhi.sam: I check in your site and it’s working. I don’t see that issue. That will show if you have set “Your latest posts” in “Appearance => Customize => Static Front Page” and don’t have any post in your site.

    in reply to: Support for 2 featured pages? #54386
    Sakin
    Keymaster

    @Aaron Giles: Ok then just add 2 Featured Page Content and then add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:
    #featured-content .featured-content-wrap .hentry { width: 50%; }

    Note: Please post in your site url so that I can check in what are you trying to do it.

    in reply to: Don't want "Home" to Display on Static site #54385
    Sakin
    Keymaster

    @Em Cloney: Ok to remove the menu completely. You can just go to “Appearance => Menus”, and create a new empty menu and then assign that menu to “Primary Menu” from “Appearance => Menus => Manage Locations”. If you find this complicate then alternatively you can simply add the following css in “Appearance => Theme Options => Custom CSS” box:
    #branding #access { display: none; }

    Then to add border, you can add the following css in “Appearance => Theme Options => Custom CSS” box:
    #branding { border-bottom: 2px solid #1b4266; }

    in reply to: Overlapping Menu #54384
    Sakin
    Keymaster

    @sweetacres: You can see in our demo the Slider at http://catchthemes.com/demo/catchbox/. It’s same, the only difference is that your featured image in the slider post is small. It should be at 644px width and 320px height. So, please upload the bigger image.

    But if you don’t want slider text at all then you can add in the following css in “Appearance => Theme Options => Custom CSS” box:
    #slider-wrap .featured-text { display: none; }

    in reply to: Futured Slider Option #54376
    Sakin
    Keymaster

    @Andrea: You can add the following css in “Appearance => Customize => Theme Options => Custom CSS” box:
    #feature-slider .entry-container { display: none; }

Viewing 20 posts - 4,441 through 4,460 (of 14,509 total)