Forum Replies Created

Viewing 20 posts - 6,681 through 6,700 (of 14,504 total)
  • Author
    Posts
  • Sakin
    Keymaster

    Hello Tanja,

    Which version of Catch Evolution Pro theme are you using it. As Email social icon was added in version 2.4. You can simply go to “Appearance => Theme Options => Social Links” and add your email address in Email and save changes.

    Regards,
    Sakin

    in reply to: Font for entry-title not according to CSS #42363
    Sakin
    Keymaster

    @YogaHH: Yes, it’s because of different layout. You can add the following css in “Appearance => Theme Options => Custom CSS” box.

    @media screen and (min-width: 961px) {	
    	.no-sidebar .entry-title,
    	.error404 .entry-title {
    		font-size: 26px;
    		line-height: 1.5em;
    	}
    }
    in reply to: White Line Under Header in Firefox for Mac #42362
    Sakin
    Keymaster

    @Dux89: Please post in your site URL for detail debug. For now, can you add the following css in “Appearance => Theme Options => Custom CSS” box and check in:
    #header-image a { line-height: 0; }

    in reply to: Remove Author Meta #42361
    Sakin
    Keymaster

    @Cybersnaby: You can replace your css with the following:
    .entry-meta .by-author { display: none; }

    in reply to: "Follow blog by email" Button? #42360
    Sakin
    Keymaster

    @Ina: Such features are not available in Theme. It’s from the plugin. So, can you show me the URL where you see that or screenshot of what you want. Then I will be able to suggest you the plugin.

    in reply to: margin #42359
    Sakin
    Keymaster

    @toni: It’s a full width theme so it will be difficult. Maybe you can share your screenshot design of what you want then I might be able to work around.

    in reply to: Background image behind site-title #42358
    Sakin
    Keymaster

    @Mrcuss: Send me your site URL and the Image URL and then I will check in.

    in reply to: Remove page title on homepage only #42322
    Sakin
    Keymaster

    @Cybersnaby: Nice 🙂 Thanks for your appreciation

    in reply to: Chosen Sidebar Not Being Applied to Page #42321
    Sakin
    Keymaster

    Hi Arisnel,

    I see that you have W3 Total Cache plugin installed. So, you might be seeing different due to cache. So, go the W3 total Cache plugin settings page and clear the cache and then refresh your browser and check in.

    Regards,
    Sakin

    in reply to: Remove page title on homepage only #42319
    Sakin
    Keymaster

    @Cybersnaby: then we have to trial. Let’s try the following css then.
    .home #primary .entry-title { display: none; }

    in reply to: Remove page title on homepage only #42317
    Sakin
    Keymaster

    @Cybersnaby: Post in your site URL and then I will be able to check in details.

    in reply to: how to change colors #42315
    Sakin
    Keymaster

    @Wilfried: There is color picker at “Appearance => Theme Options => Color Options”

    1 & 2) Homepage Headline background color has a solid #21759b color. To change this, go to “Appearance => Theme Options => Color Options => Site Color Options”, change the color code in “Homepage Headline Background Color” to change the Background color and change the color code in “Homepage Headline Color” to change the text color. Then save changes.

    3. We will be adding this option in next version update. For now 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.

    /* Button Background, Border, Text Color */
    #homepage-message .right-section a {
        background-color: #9bc23c;
        border-color: #fff;
        color: #fff;
    }
    /* Button Hover Background */
    #homepage-message .right-section a:hover {
        background-color: #87ae28;
    }

    4. To change the footer background color, go to “Appearance => Theme Options => Color Options => Site Color Options”, change the color code in “Footer Background Color” and save changes.

    in reply to: Center Adsense banner in header #42313
    Sakin
    Keymaster

    @phoenix: You can deactivate Jetpack mobile theme module. As Catch Box Theme is responsive theme and it will show nice in mobile devices as well. Sorry we don’t know the options in Jetpack mobile theme.

    Sakin
    Keymaster

    Hi Anne-Pia Hansen,

    Yes nice way to do that. Cheers 🙂

    Regards,
    Sakin

    in reply to: Remove page title on homepage only #42298
    Sakin
    Keymaster

    @Cybersnaby: Then replace previous css I gave you with the following css.
    .home .primary .entry-title { display: none; }

    in reply to: Chosen Sidebar Not Being Applied to Page #42297
    Sakin
    Keymaster

    Hello Arisnel,

    Can you check both of your pages “My Ads” and “Ads”. Both of these pages are showing same sidebar. So, I don’t get it what is the issue.

    Regards,
    Sakin

    in reply to: Slide black band and message "Nothing Found" #42294
    Sakin
    Keymaster

    @fabger: You can check our theme instruction page at http://catchthemes.com/theme-instructions/catch-everest/, where you can see the ideal size of the featured post slider is Width: 1140px and Height: 450px, So, if you upload the featured image of exactly this size or larger then this, then it will automatically crop to this size. But if you upload the the smaller size then it will show the image as it is.

    please share your site URL so that I can check in how you got Noting Found error. I think you don’t have any post in your site that is why it is showing that error in your homepage. So, either you need to add in new posts so that it will show the latest posts. Or if you don’t what to show the latest post in your homepage then go to “Appearance => Theme Options => Homepage Settings => Homepage / Frontpage Settings” and then un-check Enable Latest Posts.

    in reply to: Issue with website logo #42293
    Sakin
    Keymaster

    Hello Lukasz,

    The main issue found in your site it that you have directly edits style.css in ‘catch-box’ theme directory. You shouldn’t not add or edit any files inside ‘catch-box’ theme directory all your changes will be reverted back to original when you update or upgrade the theme. So, the best option to add css will be either from “Appearance => Theme Options => Custom CSS” box or by building child theme and adding it in your child theme style.css

    Also your css changes has effect the responsive design of your site. We cannot see log in small screens. So, first restore the original style.css file.

    For padding you can add the following css:

    #header-content {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    For title position as per your style.

    #site-title {
        top: 34%;
    }
    Sakin
    Keymaster

    @Tekstiltrold: For your page color issue, it’s from the table. So, you can add the following css in “Appearance => Theme Options => Custom CSS” box.
    .entry-content table { float: none; }

    Sorry I don’t have plugin recommendation. But you can search for responsive column or responsive table plugin at http://wordpress.org/plugins/

    in reply to: margin #42291
    Sakin
    Keymaster

    @toni: I don’t get it why you want to add margin in your website. You can add the following css in “Appearance => Theme Options => Custom CSS box that add margin 20px in left and right of your site.
    .site { margin: 0 20px; }

Viewing 20 posts - 6,681 through 6,700 (of 14,504 total)