Forum Replies Created

Viewing 20 posts - 6,861 through 6,880 (of 14,497 total)
  • Author
    Posts
  • in reply to: Updating to 1.8.5 from 1.2.1.1? Settings kept? #41427
    Sakin
    Keymaster

    @Consciousness: Not so sure about WordPress version 3.7.3 as it’s really old one.
    Note: Don’t keep the older version for WordPress as the older version are already open with know security issues. So, you might get hacked anytime. To keep your WordPress site secure, the most important is update, update and update.

    in reply to: Updating to 1.8.5 from 1.2.1.1? Settings kept? #41425
    Sakin
    Keymaster

    @Consciousness: Yes Catch Evolution is compatible to latest version of WordPress. There is no problem. But why do you want to use version 1.8.5 as the latest version is 1.9

    in reply to: Add space between titles #41416
    Sakin
    Keymaster

    Hello kalatos,

    Yes, I understand your issue with the browser title showing your site title twice. So, for this check if you have any plugin installed for SEO title. If yes, then check it’s settings. Also check in your site title at “Settings => General”.

    As you can see we don’t have issue in theme. See our demo URL http://catchthemes.com/demo/catch-everest/

    Regards,
    Sakin

    in reply to: Submenu dislocation #41414
    Sakin
    Keymaster

    @Edward: I see that you have minify style.css, this might be the cause of issue. You don’t need to minify style.css as it’s just a text with very low kb space. There won’t be any performance improvement by minify style.css

    in reply to: Header image visibility #41412
    Sakin
    Keymaster

    Hello Edward (Ted),

    Thanks for your appreciation.

    Best Regards,
    Sakin

    in reply to: Header image visibility #41410
    Sakin
    Keymaster

    @Edward: I am not sure about iOS6. But I checked in your site with iPhone4 and iPhone6 both with iOS7 and it’s working perfectly. Sorry, I will not be able to check in iOS6 as I don’t have device with iOS6. Maybe you can hire a customizer to work on it.

    in reply to: Change featured slider arrow color #41409
    Sakin
    Keymaster

    Hi Matthew,

    1) I just check in your Custom CSS and see there are issues. That is why it is not working. There is lot of extra closing brackets }

    See this

    #colophon {
    background-color: #339933;
    padding: 0px 0;
    }
    }

    You need to remove the extra bracket } and it should be as

    #colophon {
    background-color: #339933;
    padding: 0px 0;
    }

    Same here as well, extra bracket }

    #homepage-message {
        border-bottom: none;
    }
    }

    You need to remove the extra bracket } and it should be as

    #homepage-message {
        border-bottom: none;
    }

    Then you can missing closing bracket } in the following

    /* For Footer Widget Header Text Color */
    #supplementary .widget-title, #supplementary .widget-title a {
        color: #FFFFFF;

    You need to add the closing bracket } and it should be as

    /* For Footer Widget Header Text Color */
    #supplementary .widget-title, #supplementary .widget-title a {
        color: #FFFFFF;
    }

    2) You can add the following css in “Appearance => Theme Options => Custom CSS” box to remove the border.

    .home .site-content article {
        border: none;
    }

    Regards,
    Sakin

    in reply to: Menu width #41408
    Sakin
    Keymaster

    Hi Simon,

    For that menu to work in responsive design. You need to enable it from “Appearance => Theme Options => Responsive Design”, check “Enable Secondary & Footer Menu in Mobile Devices” and save changes.

    Regards,
    Sakin

    Sakin
    Keymaster

    @Morganti: Sorry we are not sure how Meta Slider works. Can you ask in the support forum of Meta Slider, they should be able to help you. Or you can hire a customizer to work for you.

    in reply to: Distance between images and text / Bold letters #41405
    Sakin
    Keymaster

    @sofiss.sofiss:

    1) I just check in your site and I don’t see it in a lower position. When you bold the text it just make it strong. It’s normal to do that.

    2) You can add the following css in “Appearance => Theme Options => Custom CSS” box to make your image center in tablepress table.

    .tablepress img {
        display: block;
        margin: 0 auto;
        text-align: center;
    }
    in reply to: Header image visibility #41398
    Sakin
    Keymaster

    @Edward: I just check in your site from iPhone and I don’t see any issue. The header is fixed. So, when you scroll down the header come down as well. So, when you scroll up, it will not block your header.

    in reply to: Submenu dislocation #41397
    Sakin
    Keymaster

    @Edward: Can you post in your site URL so that I can check in. Also let me know in which browser you are facing this problem.

    in reply to: Empty line after graphic not possible #41396
    Sakin
    Keymaster

    @Michaela: Your mapmaker doesn’t have any padding or margin to for spaces. So, you can add the following css in “Appearance => Theme Options => Custom CSS” box.

    .mapsmarker {
        padding-bottom: 15px;
    }
    in reply to: Image caption on featured image on frontpage #41395
    Sakin
    Keymaster

    Hello André,

    Can you post in your site URL so that I can check what is happening. But I guess, you are using “Excerpt/Blog Display” setting from “Appearance => Theme Options => Layout Options => Content Layout”. This setting will just show the featured image and the excerpt text.

    So, if you want to show the content and caption image like the post. Then you need to go to “Appearance => Theme Options => Layout Options => Content Layout” and select “Full Content Display”. This will show your whole content in frontpage. In this mode you can break the content using more tag <!--more-->

    Regards,
    Sakin

    in reply to: Add space between titles #41394
    Sakin
    Keymaster

    @kalatos: I don’t get it what you mean. Can you share your site URL and then explain. The screenshot that you have added in is showing the browser tab title, which takes you page title that you have added in.

    in reply to: How to disable comments on a page #41393
    Sakin
    Keymaster

    @keychange: You need to edit all your current pages and post and then un-check Allow Comment as show in this screenshot http://www.pinterest.com/pin/548594798329843253/.

    If you are using Pro Version, there you have additional Comment Options from where you can disable comment at once.

    Sakin
    Keymaster

    @ToddWilliam: I already told you that there is plugin which is calling that image. Ok I found it’s the plugin “Add Twitter, Facebook Like, Google plus one Social share”.

    in reply to: My contact form does not work, please help #41384
    Sakin
    Keymaster

    Hi Saul,

    Thanks for the access. There was issue with your WordPress Address (URL) in “Settings => General” where you have added it as http://redanconsults.com/wp and then I change it to http://redanconsults.com and it’s working fine.

    Regards,
    Sakin

    in reply to: How do I move Social Links to top? #41368
    Sakin
    Keymaster

    Hi Vince,

    To move the social icon from footer:
    1. First, you need to disable social icon from Footer. For that go to “Appearance => Theme Options => Social Links”, check in “Disable Social Links in Footer” and save changes.
    2. Then go to “Appearance => Widgets” and then drag and drop “Catch Box Social Widget” widget to Header Right Sidebar.

    Regards,
    Sakin

    in reply to: Menu width #41367
    Sakin
    Keymaster

    Hi Simon,

    For 1 and 2 points related to menu and spaces between menu.
    For Header Menu: I see that you are using Primary Menu. To make it like footer menu, you need to select that menu location as Secondary Menu from “Appearance => Menu => Manage Locations”. Then you can hide your primary menu from “Appearance => Theme Options => Header Options”, check in “Disable Header Right Sidebar” and save changes. You can see in our demo page, http://catchthemes.com/demo/catch-kathmandu/ . The Header Top Right menu is Primary Menu and the Header Bottom menu is Secondary Menu.

    For 3rd one: you can add the following css in “Appearance => Theme Options => Custom CSS” box.

    @media screen and (min-width: 961px) {	
        #main-slider .entry-container {
            width: 400px;
        }
    }

    Regards,
    Sakin

Viewing 20 posts - 6,861 through 6,880 (of 14,497 total)