Forum Replies Created

Viewing 20 posts - 6,681 through 6,700 (of 14,497 total)
  • Author
    Posts
  • 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; }

    in reply to: Header widget area #42290
    Sakin
    Keymaster

    @Yuliya Gaznyuk: Please use the proper support forum. You are asking Catch Mustang theme support question in Catch Box Pro theme support forum. From next time, please post in proper support forum.

    To make your social icon in header always color, you need to add the following css in “Appearance => Theme Options => Custom CSS” box.

    #sidebar-header ul.social-profile li.you-tube a {
        background-position: -87px -43px;
    }
    #sidebar-header ul.social-profile li.vkontakte a {
        background-position: -903px -43px;
    }
    in reply to: Header widget area #42289
    Sakin
    Keymaster

    @cmchugh6528: Yes, Catch Box Pro has Header Right Sidebar where you can add any widget as per your need. It’s the general widget area. See more details about Catch Box Pro theme at http://catchthemes.com/theme-instructions/catch-box-pro/

    in reply to: Cannot change hover-background colour of dropdown menu #42288
    Sakin
    Keymaster

    @YogaHH: You can change the color code in following CSS and then add it in “Appearance => Theme Options => Custom CSS” box. In the following css I have added background color code as #ff for white and color #000 for text color black.

    #fixed-header-top ul.menu ul li a:hover {
    	background: none #fff;
    	color: #000;
    }
    in reply to: Google Chrome Compatibility? #42284
    Sakin
    Keymaster

    @Signal512: That’s nice 🙂

    in reply to: Adding Social Media Icons to Header #42283
    Sakin
    Keymaster

    @runnerchick081: Thanks for your appreciation.

    in reply to: Various questions #42282
    Sakin
    Keymaster

    @egnalc: Sorry I don’t get it your bugs. Why do you need BlackStudio Tiny Mice plugin to add hyperlink in text widget. You can just add hyperlink code in text widgets. Maybe this plugin is conflicting. So try disabling it and then you can add HTML link code in your text widgets:
    Here is the format
    <a href="url">Link text</a>
    For Example to create catch themes link. the code will be
    <a href="http://catchthemes.com" title="Catch Themes">Catch Theme</a>

    For more about hyperlink, you can see this tutorial http://www.w3schools.com/html/html_links.asp

    About the header logo, it’s flexible. You can add any height as per your need and for width it’s maximum in 978px. If you see our demo page http://catchthemes.com/demo/catch-mustang/. We have used the logo size of 286px width and 79px height.

    in reply to: Cannot Reach Blog Page #42246
    Sakin
    Keymaster

    Hello Jason,

    This is server level issue and you need to contact your hosting server support.

    Regards,
    Sakin

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