Forum Replies Created

Viewing 20 posts - 5,521 through 5,540 (of 14,497 total)
  • Author
    Posts
  • in reply to: Featured image in sidebar on page #49101
    Sakin
    Keymaster

    @Bas: Sorry there is no option to do that. You might need to consider hiring customizer to work for you on this. The only option about “4. Catch Kathmandu: Featured Page”, you can hide the text with the help of Custom CSS. For this, you need to add the following css in “Appearance => Theme Options => Custom CSS” box:

    .widget_catchkathmandu_page_widget .widget-title,
    .widget_catchkathmandu_page_widget .entry-summary { display: none; }
    in reply to: Code for header and widget titles stoped working #49099
    Sakin
    Keymaster

    Hi Helena,

    The CSS that you have added is fine. It is working fine in my computer as I have that cont Monotype Corsiva installed. So, this will work only in the computer with that font install as Monotype Corsiva is not a web safe font. You might need to consider embedding font or use google font. Also there is various font options in “Appearance => Theme Options => Font Family Options”

    Regards,
    Sakin

    in reply to: Space above header image #49097
    Sakin
    Keymaster

    @aroma-bobman: If you have logo then I recommend you to upload your logo from “Appearance => Header”. Not as the Header Featured Image. Once you go that buzz me and then I will send you custom css to remove extra spaces.

    Sorry I don’t understand your other question about cap between different menu.

    in reply to: Top fixed menu bar questions #49095
    Sakin
    Keymaster

    @Michael: For transparency, you need to add that color code in rgba as well. So, replace the following css:

    /* Background */
    #fixed-header-top {
        background-color: #000;
    }

    With the following, where you need to change both colors:

    /* Background */
    #fixed-header-top {
    	background: #000;
    	background: rgba(0, 0, 0, 0.7);
    }
    in reply to: Social Widget in Header not mobile friendly #49069
    Sakin
    Keymaster

    @Kim: It’s because you have added that Social Icons Widgets in Header Top Sidebar and also added custom css to position it as absolute 30px. See the following custom css that you have added

    #sidebar-header-top {
        position: absolute;
        top: 30px;
    }

    So, the best option it to move your social icon from “Header Top Sidebar” to “Header Right Sidebar”

    Or you have change that position in mobile by adding in the following css in “Appearance => Theme Options => Custom CSS” box:

    @media screen and (max-width: 768px) {
        #sidebar-header-top {
            position: relative;
            top: 5px;
        }
    }
    in reply to: Simple Catch – Numeric Pagination #49068
    Sakin
    Keymaster

    @GiovannaChine: Yes translation to Brazilian Portuguese will be good. You can send this through http://catchthemes.com/contact-us/. Then you also get free upgrade to Simple Catch Pro theme. Sorry, you need to install plugin https://wordpress.org/plugins/wp-pagenavi/ to add numeric pagination.

    in reply to: top menu transparence #49067
    Sakin
    Keymaster

    @Kim: Ok I got your screenshot and it looks complicated. I have replied you in email. I need to check your site in details.

    in reply to: Featured Image slider pictures size #49066
    Sakin
    Keymaster

    @lucabriganti85: Yes, I check in different screensizes and it’s only the issue with large screens which is not comment in Web browsing. So, this should be fine. If you try to increase the image size more then 1600px to support very large screen, then you will have loading issue. As I have already told you the web browser user of this screen size is less then 2%. So, you need to think about it.

    Also there is one css trick that you can stretch this image for large screen by adding in the following css in “Appearance => Theme Options => Custom CSS” box:

    #main-slider img {
        width: 100%;
    }
    in reply to: Problem with translation of first featured slide #49065
    Sakin
    Keymaster

    Hello Helena,

    We are waiting fro reply from WPML team. If I don’t get reply from them then I will have to personally check in your server to see the issue. So, buzz me on Monday.

    Sorry for the trouble.

    Regards,
    Sakin

    in reply to: Menu #49064
    Sakin
    Keymaster

    @Nizar: Sorry I don’t know if there is any plugin to do that. But you can use CSS to hide it and then show only in specific pages by using page ID. You can send me the list of page URL where you want to show it then I can give you the css to do that.

    in reply to: Responsive Design Issue #49063
    Sakin
    Keymaster

    @Jason: Not sure why it’s not working. Yes, you need to delete your previous css and add the following:

    @media screen and (max-width: 960px) {	
        img[class*="align"], img[class*="wp-image-"] {
            clear: both;
            display: block;
            float: none;
            margin: 0 auto;
        }
    }
    in reply to: Line display for blog posts #49061
    Sakin
    Keymaster

    @Glen: Excerpt doesn’t show it in paragraphs. It will show is simple one block. There is one trick to do that. First, you need to change your Content Layout to “Full Content Display” from “Appearance => Theme Options => Layout Options => Content Layout” in your WordPress Dashboard. This will show full content. So, what ever you have in your post will show it exactly same. All your images and content. Then you can use more tag <!--more--> to break the content. Read this http://en.support.wordpress.com/splitting-content/more-tag/

    in reply to: homepage subheadline headline – change font? #49060
    Sakin
    Keymaster

    @paulinepkehoe: Which section are you talking about in your site. I don’t see homepage sub-headline there.

    in reply to: Featured image in sidebar on page #49059
    Sakin
    Keymaster

    @Bas: Did you check in “4. Catch Kathmandu: Featured Page” widget, through which you can assign page and select thumbnail and then add in your sidebar from “Appearance => Widgets”

    in reply to: Top fixed menu bar questions #49058
    Sakin
    Keymaster

    @Michael:
    1. Top fixed menu is fixed menu at the top and it cannot be moved below the logo. So, why don’t you use Primary Menu instead.

    2. To increase the font size in the Top Fixed Menu bar, you can edit the font size in the following css and then add it in “Appearance => Theme Options => Custom CSS” box:

    #fixed-header-top ul li a {
        font-size: 14px;
    }

    3. You can change the background and color code in the following css as per you need and then add it in “Appearance => Theme Options => Custom CSS” box:

    /* Background */
    #fixed-header-top {
        background-color: #000;
    }
    /* Text Color */
    #fixed-header-top ul.menu > li a {
        color: #ddd;
    }
    /* Text Hover Color */
    #fixed-header-top ul.menu li:hover > a,
    #fixed-header-top ul.menu ul :hover > a,
    #fixed-header-top ul.menu a:focus {
    	color: #fff;
    }
    in reply to: Remove box around Featured Content on Home page #49055
    Sakin
    Keymaster

    @Michael: Nice that you solved it.

    in reply to: editing footer contenct #49054
    Sakin
    Keymaster

    @danzl: You can add Text widget in Footer Area One, Two and Three from “Appearance => Widgets” and add in your phone/address etc.

    You can add the following css in “Appearance => Theme Options => Custom CSS” box to hide the page title:
    .entry-header { display: none; }

    in reply to: location of custom css file #49052
    Sakin
    Keymaster

    @Glen: Which custom css are you talking about. The CSS that you add in “Appearance => Theme Options => Custom CSS” is not stored in file. It is stored in database as Theme Options data.

    You can add or remove it from “Appearance => Theme Options => Custom CSS”

    in reply to: Help to center the social widget in footer area one #49050
    Sakin
    Keymaster

    @Jacopo: can you try adding in the following css in “Appearance => Theme Options => Custom CSS” box:

    #supplementary.one {
        text-align: center;
    }
    #supplementary .widget-area {
        display: inline-block;
        float: none;
    }
    in reply to: Set up on local host but live db #49049
    Sakin
    Keymaster

    @Glen: Sorry but this is nothing to do with the theme. We only support Catch theme issues. For database, you can you search and replace script. See this https://interconnectit.com/products/search-and-replace-for-wordpress-databases/

Viewing 20 posts - 5,521 through 5,540 (of 14,497 total)