Forum Replies Created

Viewing 20 posts - 1,561 through 1,580 (of 14,495 total)
  • Author
    Posts
  • in reply to: Featured Widget Content Issue #80113
    Sakin
    Keymaster

    @smartie_pants:
    1. It is showing fine when I select “Featured Widget Content” from Appearance => Customize => Featured Content => Featured Content Options => Select Content Type” and added widgets in “Featured Widget Content” from “Appearance => Widgets”. So, are you sure you added widgets in Featured Widget Content.
    2. Sorry there is no option for this. What you can do there is select “Featured Image Content” and upload image, link and content as per your need.

    in reply to: Disabling Slider? #80112
    Sakin
    Keymaster

    @ch1800: Yes customizer is better. We are soon removing theme options as it’s being depreciated in WordPress.org.

    in reply to: Sidebars width size #80110
    Sakin
    Keymaster

    @ch1800: Yes, that’s possible. Let me know the width that you want for your sidebar and your site URL. Then I can check in and send you custom css.

    in reply to: Comparison between free and pro? #80109
    Sakin
    Keymaster

    @ch1800: You can see the comparison in pro version theme instructions page at http://catchthemes.com/theme-instructions/catch-flames-pro/ . This page list all the additional features in pro versions.

    in reply to: Redirect of homepage broke search function #80108
    Sakin
    Keymaster

    @ttiwia: can you post in your site URL and then I can check in what is happening. When you redirect your domain to another sub-domain then you need to install WordPress there.

    in reply to: Layout Help #80067
    Sakin
    Keymaster

    @leotrim77: Thanks, you can post in your valuable review and rating at
    https://wordpress.org/support/view/theme-reviews/catch-responsive?rate=5#postform and recommend to your friends.

    in reply to: CSS dont work #80066
    Sakin
    Keymaster

    @RimFrost: If you want to add in style.css file then you need to add in your child theme style.css file. You shouldn’t edit/add any files inside catch-responsive theme directory. As all these files will be reverted back to original when you update the theme and you customization will be lost.

    Also if you add that in your css in your style.css, it should work. I don’t see your css in style.css file at http://gigaphon.promotionnoire.de/wp-content/themes/catch-responsive/style.css

    in reply to: Landing page? #80065
    Sakin
    Keymaster

    @Sandra: That’s great 🙂

    in reply to: Layout Help #80043
    Sakin
    Keymaster

    @leotrim77: You can try adding in the following css in “Appearance => Customize => Theme Options => Custom CSS” box:
    .no-sidebar.content-width #main { width: 100%; }

    in reply to: Layout Help #80027
    Sakin
    Keymaster

    @leotrim77: Yes, Catch Responsive Free theme don’t have that option. It’s there only in pro version.

    in reply to: Layout Help #80012
    Sakin
    Keymaster

    @leotrim77: In this page http://www.leooglobe.com/test-page-1/, you have selected “No Sidebar (Content Width)”

    As No Sidebar (Full Width) with look like this http://catchthemes.com/demo/catch-responsive/layout-options/no-sidebar-full-width/. SO, please check that page layout settings.

    in reply to: Google report of theme #80010
    Sakin
    Keymaster

    @truewp: Which site and where did you test it. Please post in URL.

    in reply to: Facebook and Twitter Widgets not longer working #80006
    Sakin
    Keymaster

    @Juan: What’s not working there must be change in Jetpack updates. So, you need to check in Jetpack support forum. Also Facebook and Twitter keeps on changing settings. So, you might want to check that settings.

    in reply to: Theme is not loading responsive page on iPhone #80005
    Sakin
    Keymaster

    @Keir: It’s because of the following css in “Appearance => Theme Options => Custom CSS” box:

    /*This code removed the 40 pixels of nothing at the top of the page*/
    .site {
        width: 1280px;
        margin: 0px auto;
    }

    Replace that css with the following css:

    /*This code removed the 40 pixels of nothing at the top of the page*/
    .site { margin: 0 auto; }
    in reply to: Hide author but not tags #80004
    Sakin
    Keymaster

    @truewp: You can remove posted in by add in the following css in “Appearance => Theme Options => Custom CSS Box”
    .entry-meta .in-category { display: none; }

    In which language you are translating theme and how are you doing that. To change that text Tagged, you need to change through translation file .mo and .po files

    I don’t get it which Leave a Reply you want to hide. Can you show me the URL.

    in reply to: CSS dont work #80003
    Sakin
    Keymaster

    @RimFrost Where do you add those CSS. If you add that from “Appearance => Customize => Theme Options => Custom CSS” box then it will work.

    in reply to: Post's featured image won't expand #80002
    Sakin
    Keymaster

    @psankari: Cool 🙂

    in reply to: Create version 1.0 #79974
    Sakin
    Keymaster

    @ryangottfried: Can you let me know what’s not working with your site URL. There is nothing much changes. If you want to revert back then you can download version 1.0 from https://downloads.wordpress.org/theme/create.1.0.zip and then delete your existing theme and upload this one from “Appearance => Themes => Uploads => Add New”

    in reply to: CSS dont work #79973
    Sakin
    Keymaster

    @RimFrost: But what are you trying to do with the css:
    For team the css shuld be as below:

    .teamportfolio {
        clear: both;
        display: block;
    }
    .teamportfolio .teamimage {
        display: inline-block;
        float: left;
        width: 20%;
    }
    .teamportfolio .teambox {
        display: inline-block;
        float: right;
        width: 78%;
    }
    .teamportfolio .teamname {
        font-weight: bold;
        color: orange;
        border: 5px solid #000;
    }

    For Single, I don’t get it what you are trying to do it as that class is not there in single posts.

    in reply to: Remove footer from specific page? #79953
    Sakin
    Keymaster

    @cytorath18: You can edit that page and then select “No Sidebar (Content Width)” from Layout options, that you will see in Catchbase Options meta box below you page editor.

Viewing 20 posts - 1,561 through 1,580 (of 14,495 total)