Forum Replies Created

Viewing 20 posts - 5,641 through 5,660 (of 14,497 total)
  • Author
    Posts
  • in reply to: Feature Image Size #48512
    Sakin
    Keymaster

    @Dennis: I see that you have selected image options as “Full Image” in “Content Featured Image Options”. So, for this we don’t have any image size recommendation. This will just load the image that you have uploaded.

    Sakin
    Keymaster

    @nac2311: Where did you add that. As When I check in your site marcomsonline.co.uk, I see the following css in your Custom CSS box:
    .hentry ul { list-style: outside none square; }

    So, you can either replace that with
    ul { list-style: outside none square; }

    Or
    .hentry ul, .widget ul { list-style: outside none square; }

    in reply to: Adding additional "Optional Sidebars" #48478
    Sakin
    Keymaster

    @Maria: Sorry I don’t get it what you mean. Please post in your site URL so that I can check in. Also for links you can create Menus and add custom links to your menu from “Appearance => Menus”. Then you can add that custom menu in your Widgets from “Appearance => Widgets”

    in reply to: Completely remove primary menu or… #48477
    Sakin
    Keymaster

    @peniko: Please go to “Appearance => Theme Options => Header Options”, then check to disable Header Right Sidebar and save changes.

    in reply to: removed border #48476
    Sakin
    Keymaster

    @alemoy: For changing the color of hover and active menu, you can change the color code in the following css and then add it in “Appearance => Theme Options => Custom CSS” box:

    #secondary-menu ul.menu li:hover > a,
    #secondary-menu ul.menu a:focus,
    #secondary-menu .menu .current-menu-item > a,
    #secondary-menu .menu .current-menu-ancestor > a,
    #secondary-menu .menu .current_page_item > a,
    #secondary-menu .menu .current_page_ancestor > a {
        background-color: #1b5F7d;
        color: #fff;
    }

    Sorry we don’t recommend hanging the font size. But if you really want then you can remove the font size in the following css and then add it in “Appearance => Theme Options => Custom CSS” box:

    #secondary-menu ul.menu {
        font-size: 16px;
    }
    in reply to: line between secondary menu and slider #48475
    Sakin
    Keymaster

    @Gerald: The the previous css that I gave your for full width conflict with homepage. So, can you replace the following css:

    .no-sidebar-full-width #main {
        padding-left: 0;
        padding-right: 0;
    }

    With:

    .page.no-sidebar-full-width #main {
        padding-left: 0;
        padding-right: 0;
    }
    in reply to: Front page did not change with rest of the site #48474
    Sakin
    Keymaster

    @pmk: This is not related to your browser cache but it the server cache from your WP Super Cache Plugins. So, go to WP Super Cache plugin settings and clear your cache.

    in reply to: Change location of Blog post featured images #48473
    Sakin
    Keymaster

    @Todd: We have added that option in Catch Flames Pro theme and Simple Catch Theme has that option in default. But Catch Kathmandu Pro theme was not made to design like that.

    Ok I have one quick CSS hack to do it. First, change all the featured image on those post. Try to upload small square or portrait featured image. Maybe the size of 150px by 150px. When you upload the smaller featured image, the script take the original small featured image and also your site will load fast. Then add the following css in “Appearance => Theme Options => Custom CSS” box:

    .blog .hentry, .archive .hentry {
        height: 1%;
        overflow: hidden;
    }
    .blog .featured-image, .archive .featured-image {
        float: left;
        margin-right: 4%;
        width: 20%;
    }
    .blog .entry-container, .archive .entry-container {
        float: right;
        width: 76%;
    }
    in reply to: Blog page set up #48472
    Sakin
    Keymaster

    @lorencowka: That’s nice. Thanks 🙂

    in reply to: Slider pics #48471
    Sakin
    Keymaster

    @Mike: Yes, you change it. Catch Flames free theme has option to use Featured Page Slider to highlight you page.
    1. First you need to create a Page and then add Featured Image (http://catchthemes.com/blog/videos-blog/video-series-adding-featured-image-wordpress-postpage/) to the Page.
    2. Go to “Appearance => Theme Options => Featured Slider” from your WordPress Dashboard
    3. Under Slider Options Select Slider Type as “Featured Page Slider”. Here you can also change the number of slides, slider effects and timing
    4. Then under Featured Page Slider Options, select the pages and save changes.

    in reply to: Home-page Headline | Bold Font? #48452
    Sakin
    Keymaster

    @sbartsch: Yes sure, you can simply add the following css in “Appearance => Theme Options => Custom CSS” box:
    #homepage-message { font-weight: bold; }

    in reply to: Menu not appearing on mobile phone #48451
    Sakin
    Keymaster

    @bigoslesli: Yes you got it. Thanks for sharing solution that you got.

    Sakin
    Keymaster

    @nac2311: I don’t see you are using the new css. You are still using old css.

    Sakin
    Keymaster

    @nac2311: Yes, if you want sitewide, then replace my previous css with the following css:
    ul { list-style: outside none square; }

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

    @lorencowka:
    1. How about changing it to 4 px double line. You can try adding in the following css:
    .site-content article { border-bottom: 4px double #ddd; }
    2. That’s not a problem. You can drag and drop the subcategories below your parent category in your custom menu. Read this http://catchthemes.com/blog/custom-menus-wordpress-themes/

    in reply to: Contact form 7 field length not working #48440
    Sakin
    Keymaster

    @Ramon: Sorry I don’t find the form.

    in reply to: Border color contactform #48437
    Sakin
    Keymaster

    @Peter: Thanks 🙂

    in reply to: Wrong Folder getting cached by Google #48436
    Sakin
    Keymaster

    @Mark: Hi Mark, non of the WordPress theme in WordPress.org theme repo has this ability to cache link in google. We don’t generate anything like that. That must be the link which was there is your site long time back. Form your google webmaster tool, you can request removal.

    in reply to: removed border #48435
    Sakin
    Keymaster

    @alemoy: You can add the following css in “Appearance => Theme Options => Custom CSS” box:

    #secondary-menu { background-color: #2e923e; }
    #secondary-menu ul.menu a { padding: 5px 15px; }
    in reply to: Border color contactform #48429
    Sakin
    Keymaster

    @Peter: You can add the following css in “Appearance => Theme Options => Custom CSS” box:

    input[type="text"], 
    input[type="email"], 
    textarea {
        border: 2px solid #9c234e;
    }
Viewing 20 posts - 5,641 through 5,660 (of 14,497 total)