Forum Replies Created

Viewing 20 posts - 5,461 through 5,480 (of 14,497 total)
  • Author
    Posts
  • in reply to: Lower Case and Title Problem #49413
    Sakin
    Keymaster

    @mgunes: The browser title is from your site title and page title. So, please check that and also you can modify the title to custom one by installing WordPress SEO by Yoast Plugin.

    To change the menu to lowercase, you can add the following css in “Appearance => Theme Options => Custom CSS” box:

    #header-menu ul.menu a { text-transform: lowercase; }

    in reply to: Pagination of Long Posts #49410
    Sakin
    Keymaster

    @Jason: Can you send me the URL where you have added nextpage shortcode. As the pagination should be there before post footer meta. See this demo http://catchthemes.com/demo/simplecatch-pro/aciform/layout-test/

    in reply to: Eliminating White Space on Side and Under Graphic #49409
    Sakin
    Keymaster

    @talkleft: Cheers 🙂

    in reply to: Eliminating White Space on Side and Under Graphic #49352
    Sakin
    Keymaster

    @talkleft: I see that you have added your logo as Header Image. That is nice but it’s better you remove that image from Header Image and then upload it as Logo from “Appearance => Customize => Site Title & Tagline”. Then add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:

    #masthead, 
    #masthead .wrapper, 
    #site-branding { 
        padding: 0; 
    }

    But if you want to keep your image as header image as it is now and remove the spaces, then you can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:
    #masthead { display: none; }

    in reply to: Reduce spacing between logo and menu etc. #49343
    Sakin
    Keymaster

    @billcb: You can add the following css in “Appearance => Theme Options => Custom CSS” box to make your header nice.

    #header .logo-wrap {
        margin-top: 30px;
        width: 694px;
    }
    #site-details {
        padding-top: 25px;
    }
    #header .social-search {
        margin-top: 55px;
        width: 244px;
    }
    #header .social-search form.searchform input {
        width: 140px;
    }
    #site-title {
        font-size: 36px;
    }
    #site-description {
        font-size: 13px;
    }
    #header #mainmenu {
        margin-top: 30px;
    }
    in reply to: Remove borders #49342
    Sakin
    Keymaster

    @dnieuwenhuis: You can add the following css in “Appearance => Theme Options => Custom CSS” box to remove border:

    .hentry, .widget, .no-results, #author-info, #content .error404 {
        background-color: #fff;
        border: medium none;
        position: relative;
    }
    in reply to: Eliminating White Space on Side and Under Graphic #49341
    Sakin
    Keymaster

    @talkleft:
    1. About the spaces below you header. I see that you have add blank custom menu in Secondary menu. So, go to “Appearance => Menus => Manage Location” and remove your blank menu from “Secondary Menu”. It should be left as — Select a Menu —

    2. Thanks it’s solved

    3. You can change Favicon from “Appearance => Customize => Theme Options => Icon Options”

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

    Thanks for using Catch Base Pro and Happy Holidays… Cheers 🙂

    in reply to: double logo #49306
    Sakin
    Keymaster

    @adamsh: To disable primary menu. I have already given you the instruction above. Either you can disable the Header Right Sidebar section which has primary menu or just add widget to header right sidebar with will replace the primary menu.

    in reply to: double logo #49303
    Sakin
    Keymaster

    @adamsh: Ok if you want to disable header right section. Then go to “Appearance => Theme Options => Header Options” then check option “Disable Header Right Sidebar” and save changes.

    in reply to: Bug with Post? #49301
    Sakin
    Keymaster

    @jjs: Cheers 🙂

    in reply to: eliminate pages from menu #49300
    Sakin
    Keymaster

    @Roberto: It’s really simple, Just go to “Appearance => Menus” from your WordPress Dashboard. Create menu and assign pages/posts/links as per your need to your custom menu. Then you need to assign that menu location to Primary Menu from “Appearance => Menus => Edit Locations”. So, in this way you will only have the pages that you want to show in menu. You have full control of your menu items.

    See this screencast for more details http://catchthemes.com/blog/videos-blog/video-series-creating-wordpress-custom-menus/

    in reply to: double logo #49299
    Sakin
    Keymaster

    @adamsh: I don’t know what you are talking about. As I only see secondary menu in your site woodyaalon.com/en/ . I think you have already disable Primary menu. Then I don’t understand what you mean by diable it complitly.

    in reply to: Bullet Color, Social Icons Color & Pop-out #49298
    Sakin
    Keymaster

    If you want black arrow for white screen then you can add the following:

    #main ul {
        list-style: outside url("http://1stattack.com/wp-content/themes/simple-catch-pro/images/ul-bg.png") disc;
    }
    in reply to: Bullet Color, Social Icons Color & Pop-out #49297
    Sakin
    Keymaster

    Sorry that is image so cannot change that image color. You can only change the bullet style to disc or square or circle

    in reply to: Blog page set up #49295
    Sakin
    Keymaster

    @lorencowka: First, find the following css in your “Appearance => Theme Options => Custom CSS” box and delete it.

    #header-right {
        padding-top: 5px;
    }
    #hgroup-wrap  {
        padding-bottom: 20px;
    }
    #hgroup-wrap { padding-left: 0; padding-right: 0; }

    Then add the following css in “Appearance => Theme Options => Custom CSS” box

    #hgroup-wrap, #header-right { padding: 0; }
    #header-right .widget.widget_nav_menu {
        background-color: #2885af;
        margin-top: 0;
    }

    2. Sorry correction of css for this:

    #header-left { display: none; }
    .home #header-left { display: block; }
    in reply to: a few questions #49294
    Sakin
    Keymaster

    @Kim: Please don’t add unnecessary custom css. It’s not good. Don’t copy the css from Catch Box Pro to Catch Flames Pro. These themes are different and most of the css will not work.

    To remove extra spaces between your posts, you can add the following css in “Appearance => Theme Options => Custom CSS” box:

    .blog #content .hentry,
    .archive #content .hentry {
        margin-bottom: 0;
        padding-bottom: 0;
    }
    in reply to: Change the Size of a Youtube video #49293
    Sakin
    Keymaster

    @RimFrost: Just wrap your video link/code with the wrapper with size. For example:
    <div style="width: 200px;">Add your video link/code </div>

    in reply to: Links page title and header pic #49292
    Sakin
    Keymaster

    @Aleao: Sorry I don’t get it what you mean. The title and image of the post should link to the post. If you are talking about the site title and logo then it will link to your homepage and if you are talking about the Header Featured Image then you can manage the link from “Appearance => Theme Options => Header Featured Image Options”

    in reply to: Background Tiling #49291
    Sakin
    Keymaster

    @Michael: About Background fixed and stretch. You can do it all from your Custom Background in “Appearance => Background” from your WordPress Dashboard. But if you want to stretch and remove stretch. Then go to our background settings at “Appearance => Background” and then in “Display Options”, choose the option “No Repeat” and save changes. Then you can add the following css in “Appearance => Theme Options => Custom CSS” box:

    body.custom-background {
        background-size: 100% auto;
    }
    in reply to: Feature Comparison to Catch Box Pro #49290
    Sakin
    Keymaster

    @talkleft: Thanks 🙂

Viewing 20 posts - 5,461 through 5,480 (of 14,497 total)