Forum Replies Created

Viewing 20 posts - 6,261 through 6,280 (of 14,505 total)
  • Author
    Posts
  • in reply to: Footer not showing #45079
    Sakin
    Keymaster

    @mariavandyke: I don’t see any of the footer code in your site. So, I assumed you have edited files inside ‘catch-box’ theme directory. Also you are using old version of Catch Box Theme. So, can you just update to Catch Box Version 3.0, which will restore all the edits files made in ‘catch-box’ theme directory and your footer will get back.

    in reply to: Confused about static page #45030
    Sakin
    Keymaster

    @RaineHollister: Your social icon widget, you have added margin 40px, remove that and it will be fine. I just check in your site and see the code for social icon is wrap by margin 40px:
    <p style="margin: 40px;"></p>

    You can add the following css in “Appearance => Theme Options => Custom CSS” box to remove posted in at the bottom of your pages.
    footer.entry-meta { display: none; }

    in reply to: Javascript MouseOver effect won't work #45026
    Sakin
    Keymaster

    @phan: Thanks for your appreciation but sorry this is not the part of theme for free support. You might need to consider hiring customizer.

    I will try to help you but will not guarantee it. Send me your site URL where you have added in so that I can check in.

    in reply to: Add Margin Space to Main Content Area #45025
    Sakin
    Keymaster

    @rojtalbot: Can you send me your site URL so that I can check in.

    in reply to: Change color of link #45024
    Sakin
    Keymaster

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

    #content input[type="submit"] {
        background-color: #000;
        border-color: #333;
        color: #7c7c7c;
    }
    in reply to: Mobile menu… vanished #45023
    Sakin
    Keymaster

    @Bulldog_NH: You can customize the copyright section only from Pro version where you will get Footer Editor Options and then you can edit/add text as per your need.

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

    @BizQ: Can you let me know where did you added that CSS. I couldn’t check in detail as your CSS in minify and combined. I check in your site and found that you have Capitalized in Large Screen but in small one it has Uppercase. So, I need to check in your responsive css. If you cannot find it then you can replace the previous css with the following CSS. Please make site you add it in “Appearance => Theme Options => Custom CSS” box.

    #masthead #header-menu ul.menu a, 
    #colophon #footer-menu ul.menu a {
        text-transform: capitalize;
    }
    in reply to: No page title in featured slider on home page #45021
    Sakin
    Keymaster

    @BizQ: Sorry I don’t get it what you mean. Can you explain in reference with your site URL. So, that I can check in and let you know about it.

    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.

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