Forum Replies Created

Viewing 20 posts - 2,301 through 2,320 (of 14,501 total)
  • Author
    Posts
  • in reply to: two vidgets at header right sidebar in one line #66732
    Sakin
    Keymaster

    @Vitaliy: try adding in the following css in “Appearance => Theme Options => Custom CSS”

    #header-right .widget {
        clear: none;
        display: inline-block;
        float: left;
        margin-left: 15px;
    }
    in reply to: Show Comments Below Posts #66731
    Sakin
    Keymaster

    @rajaseeku: There is comment below the post. Sorry I don’t get it what you mean. Can you let me know our issue in reference with your site URL.

    in reply to: Enter custom CSS #66730
    Sakin
    Keymaster

    Hello Christiane,

    Sorry, I don’t get it what you mean. Your css will be valid only for the screen resolution less then 601px. So, if you want that only in large screen. then you need to change your
    @media screen and (max-width: 600px) {

    to

    @media screen and (min-width: 1024px) {

    here we change from max width to minimum width and then change 1024px to width you want.

    in reply to: Right Header Image Alignment #66729
    Sakin
    Keymaster

    @Kim: Maybe try following css:

    #header-content .wrapper { position: relative; }
    #sidebar-header-right { position: absolute; top: 0; right: 0; }
    in reply to: Question: Changing background image as day/night mode? #66728
    Sakin
    Keymaster

    @Delle: Sorry this belongs to plugin and time schedule. So, I hope there is plugin for this, try searching for plugin and if you don’t find it then you need to hire customizer to develop plugin for you.

    in reply to: Pro upgrade questions #66727
    Sakin
    Keymaster

    @prius4f: Not sure about the IP Address. What is your IP address? As we have blocked few IP address that have posted in spam support comment. If your IP is static then it shouldn’t be problem.

    Free and Premium themes are totally different. Most of the top theme companies use annual renewal and only new theme companies uses free updates. So, it depends on company to company.

    Sorry for the trouble.

    in reply to: update 4.2 catch box #66711
    Sakin
    Keymaster

    @marcodimi: No. If you are just doing fresh install then you can simply download theme zip file from your account http://catchthemes.com/my-account and update it from “Appearance => Themes => Add New => Uploads”. But if you want to update your old version of theme, then you need to activate Catch Updater plugin. See the theme instructions page for more details at http://catchthemes.com/theme-instructions/catch-box-pro/

    in reply to: Image Borders ins Catch Responsive Pro #66665
    Sakin
    Keymaster

    @Mark: Sorry I am bit confused in which image you are trying to add border. Can you post in your site URL and explain or maybe share screenshot of what you want.

    in reply to: Logo position #66664
    Sakin
    Keymaster

    @flp2001: Can you add screenshot showing what you want. Then I can check in. I am bit confused as fixed hearer logo is same in your reference site as well. the the logo is also about similar size.

    in reply to: Make titles larger via css full featured content #66662
    Sakin
    Keymaster

    @Paul: Ok I got it, for that you need to change the font size in the following css as per your need and then add it in “Appearance => Theme Options => Custom CSS” box:

    @media screen and (min-width: 768px) {
        #featured-content .entry-title { font-size: 24px; }
    }
    in reply to: promotional headline text #66660
    Sakin
    Keymaster

    @Mary: Thanks for your appreciation. If you like my support and theme then please support by providing your valuable review and rating at https://wordpress.org/support/view/theme-reviews/catch-kathmandu?rate=5#postform

    in reply to: Mobile menus missing #66658
    Sakin
    Keymaster

    @Jules: Sorry, I don’t get it what you mean. I can view your view in Desktop and view Primary and Secondary Menu. Then in mobile also I can see that with mobile menu.

    in reply to: change the width of the full theme #66650
    Sakin
    Keymaster

    @David: Thanks for your appreciation 🙂 You too have a nice day.

    in reply to: Cannot Update New Theme #66649
    Sakin
    Keymaster

    @Todd: If you are trying to update from your WordPress Dashboard then first you need to install Catch Updater plugin http://catchthemes.com/wp-plugins/catch-updater/ from “Plugins => Add New => Uploads”. Then you can download theme from your account at http://catchthemes.com/my-account and upload new version from “Appearance => Themes => Add New => Uploads. See the theme instruction at http://catchthemes.com/theme-instructions/catch-responsive-pro/

    in reply to: Problem with PageSlider on the main page #66648
    Sakin
    Keymaster

    @Delle: Thanks for the cooperation. I found the issue. It was conflicting with “SiteOrigin Widgets Bundle” plugin “Slider widget” module. I have off Slider Widget module and your slider is working fine.

    in reply to: Logo position #66633
    Sakin
    Keymaster

    @flp2001: They are using Full Frame Pro version where you have option to disable header toggle from “Appearance => Customize => Theme Options => Fixed Header Top Options”. Then added the following css:

    #site-branding,
    #site-header {
        text-align: center;
        width: 100%;
    }
    #site-logo {
        display: block;
        float: none;
        margin: 0 auto;
    }

    But you are using free version.

    in reply to: change the width of the full theme #66632
    Sakin
    Keymaster

    @David: ok then replace the previous css with the following css:

    @media screen and (min-width: 884px) {
        .site {
            max-width: 884px;
            width: 100%;
        }
        #main {
            padding: 20px;
            width: 80%;
        }
        .sidebar-primary {
            padding: 20px;
            width: 20%;
        }
    }
    in reply to: Logo position #66630
    Sakin
    Keymaster

    @flp2001: for top of the page, you have small logo icon image.

    in reply to: Enlarging the Logo #66629
    Sakin
    Keymaster

    @Craig: The logo icon that you have added is too large. See this http://vps153982.ovh.net/wp-content/uploads/2015/05/SBS-Logo-for-Inside-Marine.jpg. This is not good for site loading.

    So, upload image smaller logo icon image from “Appearance => Customize => Theme Options => Fixed Header Top Options”. Then you can increase the max height, right now it’s only 44px. 2x mean 88px. Add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:
    #logo-icon img { max-height: 88px; }

    in reply to: promotion button – hover – change FRAME colour #66627
    Sakin
    Keymaster

    @Gudrun: Sorry for that. OK to change that border color on hover, you need to change the color code as per your need in the following css and then add it in “Appearance => Customize => Theme Options => Custom CSS Options” box:
    #promotion-message .right a:hover { border-color: #666; }

Viewing 20 posts - 2,301 through 2,320 (of 14,501 total)