Forum Replies Created

Viewing 20 posts - 7,501 through 7,520 (of 14,494 total)
  • Author
    Posts
  • in reply to: Kathmandu Pro Color Settings Not Working #31439
    Sakin
    Keymaster

    @Laurie: I see that you have already change the color. Color options in your Theme Options panel should work fine. Right now, I only see blue color in your menu, which you can change it from “Appearance => Theme Options => Color Options => Menu Color Options”. You can either directly paste the color code #800000 or use the color picker and then click on Save changes.

    in reply to: Image Slider switches to default… #31437
    Sakin
    Keymaster

    @Arnie: I just check in your site and looks ok. I guess you already fixed. When you transfer your site from localhost to live server. You need to transfer your files as well as database. So, after you upload your database, you need to search, release and serialize your database. So, I recommend using this script when you transfer the site.

    in reply to: Header Right Sidebar and slider #31344
    Sakin
    Keymaster

    That’s nice. But I have come up with better css. Can you replace the previous css with the following.

    @media screen and (min-width: 961px) {	
    #header-right .widget { width: 540px; }
    }
    @media screen and (min-width: 1025px) {
    #header-right .widget { width: 600px; }	
    }
    @media screen and (min-width: 1153px) {
    #header-right .widget { width: 640px; }
    }
    in reply to: Header Right Sidebar and slider #31342
    Sakin
    Keymaster

    Hello Radek,

    It’s strange. It is showing in the screensize below 961px. Also I see that you image in slide is 640px. So, here goes the css for header sidebar size for screensize above 960px. Try adding in the following css in “Appearnace => Theme Options => Custom CSS” box.

    @media screen and (min-width: 961px) {	
    #header-right .widget { width: 640px; }
    }
    in reply to: Header Right Sidebar and slider #31336
    Sakin
    Keymaster

    Hello Radek,

    I just check in your site but there is only 3 dots in header right sidebar. The Slider is not loading at all.

    Regards,
    Sakin

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

    @Romuald: Can you send me your email address. As I didn’t get reply when I send you email in the email address that you register with us.

    Our theme doesn’t use any JSON. So, please check your plugins for that.

    in reply to: Linked Images as Featured Images #31332
    Sakin
    Keymaster

    @AKMARK5000: The code looks nice and you can add it in your child theme. No need to add any plugin for that. You should not edit any core theme files like functions.php, index.php, style.css and so in. As these files will be reverted back to original when you update the theme. That is why you need to build child theme and then create blank functions.php file and additional code only.

    Please check this post on How to create WordPress Child Theme

    in reply to: Disable Search Box? #31308
    Sakin
    Keymaster

    @AKMARK5000: Thanks. Yes there are lots of question which have already been answered. Cheers 🙂

    in reply to: Header Right Sidebar and slider #31307
    Sakin
    Keymaster

    @radeksalomon: Yes there is Header Right Sidebar. Where you can add your add widget to your Header Right Sidebar and it will be at right section to your logo. Can you send me your site URL?

    in reply to: how to change background opacity? #31283
    Sakin
    Keymaster

    Hi Ryan,

    For transparent then try the following css.
    .home #main { background: none transparent; }

    The one with the arrow cannot be made made brown if you want to make other transparent. As this is margin top of Homepage Message. You can remove that by adding the following css.
    #homepage-message { margin-top: 0; }

    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; }

Viewing 20 posts - 7,501 through 7,520 (of 14,494 total)