Forum Replies Created

Viewing 20 posts - 7,521 through 7,540 (of 14,504 total)
  • Author
    Posts
  • in reply to: how to change background opacity? #31232
    Sakin
    Keymaster

    @Ryan415: You can add the following css.

    /* For Transparent Background */
    .home #main { background-color: transparent; }
    /* For Center Image */
    #featured-post .wp-post-image { margin: 0 auto; }
    in reply to: Center Logo above Header Image #31168
    Sakin
    Keymaster

    @Navid: Not sure if the screenshot will help. Yes you can send me and I will try it.

    in reply to: Move slider images below content #31167
    Sakin
    Keymaster

    @Navid: This is high level of customization and sorry for this you need to hire customizer or use our premium support membership http://catchthemes.com/membership/

    in reply to: Basic Catch Box Pro Instructions? #31165
    Sakin
    Keymaster

    @AKMARK5000:
    1. Yes there is theme instructions page at http://catchthemes.com/theme-instructions/catch-box-pro/

    2) Ok I will explain Font Size option.
    2.1 Default Font Size and Default Line height is for overall site which doesn’t have specific size setup
    2.2 Site Title Font Size and Site Title Line Height is for your site title set in “Settings => Reading” that shows in you header
    2.3 Site Description Font Size and Site Description Line Height is for your site tagline set in “Settings => Reading” that shows in you header below site title
    2.4 H1 Font Size: For for all the H1 tags in your page/post content
    2.5 Content Font Size for all the content in your page/post

    3) Sorry you cannot upload custom font. You need to use plugin for this. I found this plugin. You can check in http://wordpress.org/plugins/use-any-font/

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

    @phoenix: Can you try adding in the following css in “Appearance => Theme Options => Custom CSS” box.

    #sidebar-header-top .widget {
        display: block;
        float: none;
        margin: 0 auto;
        text-align: center;
    }
    #sidebar-header-top .widget .textwidget {
        text-align: center;
        display: block;
    }
    in reply to: Enable Zooming in Child Theme #31152
    Sakin
    Keymaster

    @Websiteguy: That’s nice and clever work. Cheers 🙂

    in reply to: Backoffice very slowly with Pro version Kathmandu #31147
    Sakin
    Keymaster

    @Scholz: Thanks. I got email reply. I will check it now.

    in reply to: Backoffice very slowly with Pro version Kathmandu #31137
    Sakin
    Keymaster

    @Scholz: I have just emailed you. You can send me details there.

    in reply to: Backoffice very slowly with Pro version Kathmandu #31136
    Sakin
    Keymaster

    @Romuald: I send you email in your email address that you have registered with but you didn’t reply me. If you want me to send in different address then let me know it.

    wordpress[at]catchthemes[dot]com is noreply email address. So, you will not be able to send email in this address. Don’t send in this email address.

    in reply to: add gallery #31057
    Sakin
    Keymaster

    @ashrafashraf: try this
    #slider-wrap .featured-text { font-size: 16px; }

    in reply to: Backoffice very slowly with Pro version Kathmandu #31056
    Sakin
    Keymaster

    @Romuald: Can you reply me in the email that I have send you. Also in your capture.jpg, can you expand all element so that I can see where it is talking load time more. Again I also tested with Firebug and same here.

    in reply to: link button not working #31052
    Sakin
    Keymaster

    @mergelane: Our theme doesn’t control editor. So, for these type of issue, try posting in WordPres.org support forum. Also try disabling plugin one by one and test it. This is most probably one of your plugin conflicting with WordPress.

    in reply to: Logo above sidebar #31050
    Sakin
    Keymaster

    @iceman027: Then you can remove your Header logo from “Appearance => Header” and then add your logo image in Sidebar using “Catch Box Adspace Widget” or any image widget.

    in reply to: add double lines to menu #31049
    Sakin
    Keymaster

    If you want to add in the border all around the perfect css will be as below:
    #homepage-message { border: 1px solid #Fcf9b1; }

    If you want border in whole area then your css will be like this
    .site { border: 1px solid #FCD9B1; }
    Now: once you have border around the page, you don’t need left and right border in your menu, homepage message, footer and so on. So, you css for those elements can be as below:
    #header-menu, #homepage-message, #colophon { border-top: 1px solid #Fcf9b1; border-bottom: 1px solid #Fcf9b1; }

    in reply to: Image alignment with text #31047
    Sakin
    Keymaster

    @mark: That great that you build child theme and added css. Nice 🙂

    in reply to: Slider malfunction? #31043
    Sakin
    Keymaster

    @stephandrei: Can you send me your site URL and the screenshot of issue in Chrome browser as when I check in our demo page in Chrome, it’s working perfect.

    in reply to: Move slider images below content #31041
    Sakin
    Keymaster

    @Navid: That is only possible by building child theme. It’s bit technical and if you know the details then I can suggest you the steps. But by default there is no option to do that.

    in reply to: Center Logo above Header Image #31040
    Sakin
    Keymaster

    @Navid: If you don’t use header right widget then yes we can center it. Send me your site URL and then I will get Custom CSS for you.

    in reply to: menu length #31039
    Sakin
    Keymaster

    @medicsontheball: It’s ok. Glad that you found the solution and thanks for posting it back.

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

    @phoenix: Sorry I need to check in your site and then I can provide your the custom css. Please add in your site URL.

Viewing 20 posts - 7,521 through 7,540 (of 14,504 total)