Forum Replies Created

Viewing 20 posts - 6,261 through 6,280 (of 14,497 total)
  • Author
    Posts
  • in reply to: Capitalise text in menu #44981
    Sakin
    Keymaster

    @BizQ: Did you refresh your site and check in. As I just check in your site and it’s working.

    in reply to: Capitalise text in menu #44974
    Sakin
    Keymaster

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

    #header-menu ul.menu a, 
    #footer-menu ul.menu a {
        text-transform: capitalize;
    }
    in reply to: Header white space #44943
    Sakin
    Keymaster

    Which hello bar are you talking about. I don’t think we have any hello bar in our theme. If you have added from plugin then you might want to get help from plugin support forum. Can you explain to me, please.

    in reply to: Homepage slider #44942
    Sakin
    Keymaster

    @lanretobi: It depends on the theme you are using. They might be same and different. In our new theme, Custom Header Image is the image that are in your header which is controlled main from “Appearance => Header” and also from “Appearance => Theme Options => Header Featured Image Options” to give you more control on where and how you want to display.

    Featured Image is the main image of you post, it can be used in your Slider, Archive/Blog page, and also as the main image that represent your post. Depending on the theme it might also show in the single post above your title.

    in reply to: Mobile menu… vanished #44941
    Sakin
    Keymaster

    @Bulldog_NH: Can you post in your site URL so that I can check in the issue. There might be conflict with your plugins. So, you can try disabling one by one to find the conflicting plugin.

    in reply to: Edit Field Text Box and Submit Button #44940
    Sakin
    Keymaster

    @Patrice: Can you try the following css:

    #main .css-event-form form .submit {
        background: none;
        border: none;
        padding: 0;
        text-shadow: none;
        width: 156px;
    }
    in reply to: delete button reviews? #44939
    Sakin
    Keymaster

    @mortean: No Problem. Glad that you are able to fix it. Have a nice weekend 🙂

    in reply to: Homepage slider #44932
    Sakin
    Keymaster

    @lanretobi: Featured Image is shown in page in Catch Everest Pro theme. I don’t get it what you mean. See this page has featured image http://catchthemes.com/demo/catch-everest/simple-page/

    in reply to: width question #44931
    Sakin
    Keymaster

    @mindiapolis: ok add the following css in “Appearance => Theme Options => Custom CSS” box.

    #site-generator {
        display: none;
    }
    #supplementary .widget {
        margin-bottom: 0;
    }
    in reply to: Custom CSS for 3 columns layout #44930
    Sakin
    Keymaster

    @fluegasknowhow: That is because of your custom css. Remove that and it will be fine. When adding css and changing the width you need to change in all the responsive width using media screens

    @media screen and (max-width: 1224px) {
    
    }

    See this https://developers.google.com/web/fundamentals/layouts/rwd-fundamentals/use-media-queries?hl=en

    in reply to: change hovering #44929
    Sakin
    Keymaster

    @Eric: For items inside recent post, you can add the following css.

    /* For default recent post links */
    .widget-area .widget_recent_entries.widget a {
    	background-color: #de0072;
    }
    /* For Hover */
    .widget-area .widget_recent_entries.widget a:hover {
    	background-color: #de0072;
    }
    in reply to: Need Some Minor Fixes #44928
    Sakin
    Keymaster

    @Daniel: It will be great, if you could add in missing questions.

    1. How do I get the logo centered with the social media icons in the bottom right hand corner?
    — This, I already gave you instruction for log center and for social media icon in bottom right hand. Go to “Appearance => Widgets” and add Social Widget to Header Right Sidebar. Then add the following css in “Appearance => Theme Options => Custom CSS” box.

    #header-right {
        float: right;
        margin-right: -11px;
        margin-top: -20px;
        padding: 0;
    }
    #hgroup-wrap {
        padding-bottom: 10px;
    }

    2. How do I eliminate the white space on the top and bottom of the page? I need the page to snap to the top and bottom.
    — I already gave you earlier and you have already fixed it.

    3. How do I set the footer up like they did in the website?
    — Footer, I see that you have changed a lot. Please first reset your footer. Then add Contact us text in “Footer Area One”, Ashley Waye in “Footer Area Two” and Social Widget in “Footer Area three”

    4. How do I get the page banners to be full width? Right now, they are the correct size but are automatically being cropped when uploaded.
    — This is already fixed.

    5. How do I change the overall font size of the site to be larger?
    — We don;t recommend to change the font size as it is set as per the screensize using responsive design.

    in reply to: Edit Field Text Box and Submit Button #44927
    Sakin
    Keymaster

    Hi Patrice,

    Sorry, I don’t see Submit Button. Can you send me URL.

    Regards,
    Sakin

    in reply to: How to reduce the white space at the top of the webpage #44926
    Sakin
    Keymaster

    @nac2311: You can add the following css in “Appearance => Theme Options => Custom CSS” box and it will be same like your old site.

    #sidebar-top { clear: none; }
    #sidebar-top .widget:last-child { margin-bottom: 0; }
    in reply to: mobile viewing #44925
    Sakin
    Keymaster

    @Danielle: Sorry this is responsive theme and it will change as per your screensize. So, we haven nothing to do with it except you want to remove the responsive design from “Appearance => Theme Options => Responsive Design”.

    in reply to: delete button reviews? #44924
    Sakin
    Keymaster

    @mortean: Sorry I don’t get it what you mean? Which section you want to remove it and has it been solved.

    in reply to: SEO homepage #44923
    Sakin
    Keymaster

    Hi Michaela,

    It’s already been answered in http://catchthemes.com/support-forum/topic/seo-for-homepage/

    Regards,
    Sakin

    in reply to: Featured Slider Issue #44922
    Sakin
    Keymaster

    @empamal4: I tried to contact you in your email kaileiii[at]empathyforanimals[dot]org. But it fails. Can you give me your correct email address where I can contact you.

    in reply to: How to disable the comments form? #44921
    Sakin
    Keymaster

    @Caducassau: Don’t that Facebook comment plugin has option to disable the default comment box. In Simple Catch Pro theme, there is no option to disable comment form theme options panel. For that you need to use WordPress Settings.
    1. For new post and pages, you can disable it from “Settings => Discussion” and then uncheck “Allow people to post comments on new articles” and “Allow link notifications from other blogs (pingbacks and trackbacks)” and save changes. See this screenshot http://www.pinterest.com/pin/548594798333127973/

    2. But for already published pages/posts, you need to edit those post and remove the the comment from your old post. You can do bulk editing as shown in this screenshot http://www.pinterest.com/pin/548594798333128024/ or you can manually edit single post like this screenshot http://www.pinterest.com/pin/548594798329843253/

    in reply to: Featured Slider Issue #44920
    Sakin
    Keymaster

    @empamal4: Sorry this is strange issue and I need to check in your site. So, I will personally email for detail support.

Viewing 20 posts - 6,261 through 6,280 (of 14,497 total)