Forum Replies Created

Viewing 20 posts - 2,801 through 2,820 (of 14,507 total)
  • Author
    Posts
  • in reply to: widget in footer #62194
    Sakin
    Keymaster

    @Gunter: You homepage don’t have static front page or latest posts. That is it will not display widget in right sidebar. You can only display it in your footer widget.
    Yes, you can add Widget in Footer.

    in reply to: Featured Content Titles #62193
    Sakin
    Keymaster

    @Phil: You can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:
    .widget_recent_entries ul li { margin-bottom: 5px; }

    in reply to: Awkward Theme #62187
    Sakin
    Keymaster

    @Pedrof: I was checking in difference section. So, you mean at the top of post. For, that try the following css:

    .post-by li:last-child { display: none; }

    in reply to: Content jumps 91px when flipping over to fixed top menu #62186
    Sakin
    Keymaster

    @Haydie: But this is effect that Adventurous theme is using. Every theme has different design. Yes, you can add css to make changes. That is why we have custom css box.

    Thanks for the feedback. We will check on it.

    in reply to: White Bar Below Menu #62167
    Sakin
    Keymaster

    @scooby: You must have WordPress SEO by Yoast Plugin and haven’t enable breadcrumb. That is why you have issue. We will fix this in new version update. For now, you can add the following css in “Appearance => Theme Options => Custom CSS”
    .breadcrumbs { display: none; }

    in reply to: customizer error #62138
    Sakin
    Keymaster

    @cindy: This is not an error but a warning message which you don’t need to worry about, it shows up initially when there is no menus saved. It will be remove in our next version update.

    in reply to: Changing color of mobile menu background #62137
    Sakin
    Keymaster

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

    .mobile-menu-anchor a.genericon-menu, 
    .mobile-menu-anchor a.genericon-menu:hover {
        background-color: #fff;
        color: #404040;
    }
    in reply to: Featured content on specific pages #62133
    Sakin
    Keymaster

    @Susie: We have option to display Featured Content either in Homepage only or Entire Site. There is no option to make that Featured Content only appear on specific pages. You might have to look for plugin to add featured content in pages.

    But you can make that features slider to show on “Entire Site” from “Appearance => Customize => Featured Content => Featured Content Options => Enable Featured Content on” and the add in css to hide in all pages and show only in that pages. If you want to do this, then enable it in all pages and send me the page url where you want to show it only.

    in reply to: Larger logo Mobile version? #62131
    Sakin
    Keymaster

    @Mattias: Please post in your site URL so that I can check in and suggest you the custom css.

    in reply to: Two blog templates? #62130
    Sakin
    Keymaster

    @svr: Sorry there is no option like that. So, you might want to look for plugin which provides shortcode to add in posts in your pages.

    in reply to: Featured Content Titles #62129
    Sakin
    Keymaster

    @Phil: That’s nice 🙂

    in reply to: use "more" option / change font size / photos in widget #62128
    Sakin
    Keymaster

    @bertolotti:
    1. I don’t understand what do you mean by use the option “more”. If you are talking about more button in your post. That that is used for splitting content for archive pages. Read more about it at http://devotepress.com/wordpress-writing-editing/how-to-split-content-using-the-more-tag-option/. So, if you have blog and set it up as “Show Full Content” from “Appearance => Customize => Theme Options => Layout Options => Archive Content Layout”. This this breaks the text when you add that more tags. But it’s not useful when you are using expert layout.

    2. We don’t recommending changing font as it’s responsive design and it changes as per the screensize. But if you want to change it, then you can change the font size in the following css and add it in “Appearance => Theme Options => Custom CSS Options” box. It will change font for

    @media screen and (min-width: 991px) {	
        /* Default Font Sizes */
        body, button, input, select, textarea {
            font-size: 15px;
        }
        /* Title Font Sizes */
        .entry-title, 
        #promotion-message h2, 
        #featured-content #featured-heading {
            font-size: 30px;
        }
        /* Sidebar Widget Title Font Sizes */
        .sidebar .entry-title, .widget-title {
            font-size: 20px;
        }
    }

    3. Yes, you can insert picture in widget. You can drag and drop “CT: Advertisement” widget to your sidebar from “Appearance => Widgets” and then add your image URL in “Image Url” box.

    in reply to: Static Pages Link to Blog area #62124
    Sakin
    Keymaster

    @Michael: Looks like you created those pages as Post. You need to create page from “Pages => Add New”. See this for more information about page https://en.support.wordpress.com/pages/ and also check this for more information about Writing and Editing https://en.support.wordpress.com/category/writing-editing/

    in reply to: Awkward Theme #62120
    Sakin
    Keymaster

    @Pedrof: Please post in your site URL when you post in your support question. So, that I could check in issue in details.

    The login and logout different view issue of more of Cache then of theme. So, please check your cache plugin. Have install Cache plugin like W3 Total Cache, WP Super Cache, WP Rocket Cache or other Cache plugin. Then go to that plugin settings and clear your cache.

    To hide comments are closed, I have already answered you in http://catchthemes.com/support-forum/topic/the-hell-of-comments-are-closed/

    in reply to: How to change the page top margin? #62119
    Sakin
    Keymaster

    @svr: You can add the following css in “Appearance => Theme Options => Custom CSS” box:
    body { padding-top: 0; }

    Sakin
    Keymaster

    @matthewseanmclachlan: You can add the following css. Also you can change box shadow details, color and opacity as per your need.

    #header-top {
        box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.5); 
        -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
        position: relative;
    }
    in reply to: Featured Slider Image wont load #62116
    Sakin
    Keymaster

    @ami.mehta70: I just check in Catch Responsive Version 1.8 in our server and the slider is working fine. So, there must be some configuration or customization issue in your site.

    If you check your source, there is extra code in the header as below. Can you tell me where do you get that from.

    </head> 
    <body>
    page contents
    </body>
    </html>

    So, check your custom codes if you have any. Try removing that. IF you haven’t added in custom codes then check your plugin, try disabling plugin one by one and check in.

    in reply to: The Hell of ''comments are closed'' #62115
    Sakin
    Keymaster

    @Pedrof: You should have posted in your site URL. So, that I can check in and send you exact css. The comment closed text will be displayed when the comment is closed in your post. To hide that you can add the following css in “Appearnace => Theme Options => Custom CSS” box:
    .nocomments { display: none; }

    in reply to: Page width changes in different browsers #62114
    Sakin
    Keymaster

    @Michaela: Check your cache. Go to ” W3 Total Cache” plugin and clear the cache first. then refresh your browser and check in. As when I check in it’s showing same ins all browser. Also check your browser zoom.

    in reply to: Mobile Menus not working for Catch Responsive Pro #62113
    Sakin
    Keymaster

    @Harry: It’s just the color of your menu. So, just add the following css in “Appearance => Customize => Theme Options => Custom CSS” box, then you will see default mobile menu:

    #masthead #header-left-menu {
        background-color: #000;
        color: #fff;
    }
Viewing 20 posts - 2,801 through 2,820 (of 14,507 total)