Forum Replies Created

Viewing 20 posts - 2,941 through 2,960 (of 14,509 total)
  • Author
    Posts
  • in reply to: header height and menu blocks #61501
    Sakin
    Keymaster

    @Cattext:
    1. Yes, it’s same with Header Featured Image. If you look at your page http://www.marktmonitor.com/nieuw/. You have featured header image size of 1600px by 400px. Check this image, you have uploaded http://www.marktmonitor.com/nieuw/wp-content/uploads/2015/07/cropped-3.-MarktMonitor-Voor-toekomstgericht-onderzoek.jpg. So, if you want it to be 1600px by 300px, then first make your image of that size and then upload it as featured image in that page/post. Then go to “Appearance => Theme Options => Header Featured Image Options => Page/Post Featured Image Size” and check in “Full Image”. This will load the original image that you have uploaded without any cropping.

    2. For that color in menu, you can add the following css in “Appearance => Theme Options => Custom CSS” box:

    #header-right .widget .menu a {
        padding: 5px 10px;
        margin-bottom: 15px;
    }
    .fixed-header #header-right .widget li > a {
        padding-bottom: 5px;
        margin-bottom: 5px;    
    }
    #header-right .widget ul.menu ul li a {
        margin-bottom: 0; 
    }
    #header-right .widget ul.menu li:hover > a, 
    #header-right .widget ul.menu a:focus, 
    #header-right .widget ul.menu .current-menu-item > a, 
    #header-right .widget ul.menu .current-menu-ancestor > a, 
    #header-right .widget ul.menu .current_page_item > a, 
    #header-right .widget ul.menu .current_page_ancestor > a {
        background-color: #d31b3a;
        color: #fff;
    }
    in reply to: Slider not working after update #61500
    Sakin
    Keymaster

    @andimorton: That error is from “WP Featherlight” plugin. So, can you disable that plugin, refresh your browser and check in. When I check in your site, it’s plugin conflict.

    in reply to: Make featured content larger #61499
    Sakin
    Keymaster

    @amyfanton: Thanks a lot for your appreciation and offer. But I am busy throughout July and August. Themes and Support make me fully busy. We are working on Studio Pro and E-commerce Pro themes.

    in reply to: Post listing Missing in Blog Archive #61498
    Sakin
    Keymaster

    @amyfanton: For that, you can go to “Appearance => Widgets”, then drag and drop “Recent Posts” widgets, which will show you the list of recent posts.

    in reply to: Layout without side bar on tablet #61497
    Sakin
    Keymaster

    @Christine: From which tablet you are check it. Please post in your site URL and the tablet details. As we have checked in iPad it works fine. Once you post in your site URL and tablet details, I will check in @media screen css.

    in reply to: Single Page Background Colour #61485
    Sakin
    Keymaster

    @dancingblu: Thanks for your appreciation.

    in reply to: mobile menu disappearing #61484
    Sakin
    Keymaster

    @mityo: This mean if you have added/edited any file inside ‘catch-evolution’ directory, then when you update or upgrade the theme, you additional files and edits will be removed.

    in reply to: How to create a distraction free landing page? #61482
    Sakin
    Keymaster

    @Michaela: You can remove breadcrumb from that page by adding in the following css:
    .page-id-5384 #breadcrumbs { display: none; }

    in reply to: Top header fixed navigation bar misbehaving #61481
    Sakin
    Keymaster

    @Paul: Did you check in your cache and minified plugin. Next, is you are using old version of Catch Flames Pro. So, try updating to latest version. See the change log http://catchthemes.com/changelogs/catch-flames-pro-theme/

    in reply to: "Home" at the bottom of homepage #61475
    Sakin
    Keymaster

    @Michaela: Sorry, there was slight mistake in above css. So, replace that with the following css:

    .home #content-sidebar-wrap { display: none; }

    in reply to: Semi Transparent Backgrounds for Content #61473
    Sakin
    Keymaster

    @Gregory: I check in your site but I don’t see css for #featured-content

    in reply to: blog post link not working on home page #61471
    Sakin
    Keymaster

    @roche5000: You can add the following css:

    .post-by li:last-child { display: none; }

    in reply to: Mobile Menu Not Working #61468
    Sakin
    Keymaster

    @Jorge Rodriguez: When I check in from my mobile, I am able to click on menu and go to pages.

    in reply to: Bullet point issue #61467
    Sakin
    Keymaster

    @Michaela: It’s because of your image on the left. Either remove that or make that image align right and it will work fine.

    in reply to: Images in content page area – slider? #61466
    Sakin
    Keymaster

    @Dolomie: To remove that single post image, you need to go to “Appearance => Customize => Theme Options => Layout Options => Single Page/Post Image Layout” and select “Disabled”.

    in reply to: Putting Promotion headline below Featured Content #61464
    Sakin
    Keymaster

    @Hair Bear:
    1. You can reduce the padding in the following css as per your need and then add it in “Appearance => Theme Options => Custom CSS” box:
    #homepage-message { padding: 30px 0; }

    2. I don’t see the gap

    3. To add image in your promotion headline box. You can add image html code. Check this http://www.w3schools.com/html/html_images.asp

    in reply to: Changing the width of Content and Sidebar #61463
    Sakin
    Keymaster

    @Yuna: We have partner company who does paid customization. You can fill up the form at http://catchthemes.com/hire-customizer/

    But if you are looking for long term development work then I can email you.

    in reply to: Menu Height & Home Page Removal #61462
    Sakin
    Keymaster

    @Hair Bear: Yes, you can add image as your background. For example:

    #masthead {
        background: transparent url("http://www.seanofthecongo.co.uk/wp/wp-content/uploads/2015/06/1-shags-oil.jpg") repeat scroll 0 0;
    }
    in reply to: Breadcrumbs on Catch Box Pro #61453
    Sakin
    Keymaster

    @Harry: Sorry there is no option for that. Every theme has different element. I have noted down and we might release it in future updates.

    in reply to: Slider #61447
    Sakin
    Keymaster

    @Simon: In your site, you have different length of text and that is causing shifting in height. I see that you have split content using more tag <!--more--> in your page. So, you have to be careful about the amount of text that you want to display. If you keep excerpt text length in all slider page then it will fix the issue. Otherwise, you can try adding in the following css in “Appearance => Theme Options => Custom CSS” box:

    #slider-wrap .featured-text { min-height: 75px; }

Viewing 20 posts - 2,941 through 2,960 (of 14,509 total)