Forum Replies Created

Viewing 20 posts - 4,361 through 4,380 (of 14,497 total)
  • Author
    Posts
  • in reply to: Featured Slider Question #54756
    Sakin
    Keymaster

    @delboorman: post in your site URL so that I can check and will send you css to hide it.

    Sakin
    Keymaster

    @Michael: This is not theme issue. So, you might want to check with your server. There are chances of:
    1. Your WordPress update issue so you might want to reload it. So, go to “Dashboard => Updates” and then click on “Re-install Now”
    2. Then if this doesn’t solve then try disabling plugin one by one as there might be plugin conflict.

    in reply to: Change background color of title on homepage #54753
    Sakin
    Keymaster

    @Gunter: Custom CSS will not make your site done. It’s just design change and no coding. So, if you have edited core theme files or any plugin update then this might be issue.

    So, if you have FTP/Control panel access then try changing the name of plugin folder so it reset all plugin.

    in reply to: alignment page #54752
    Sakin
    Keymaster

    @Andrea: Woohoo you solve it yourself. That’s nice and thanks for sharing 🙂

    in reply to: Changing Font Sizes #54751
    Sakin
    Keymaster

    @Justyna: You are using Catch Everest Pro theme and posting it in Catch Base Theme Support forum that is why the above css is not working. For Catch Everest Pro theme support forum, please use http://catchthemes.com/support-forum/forum/catch-everest-pro-premium/

    For now, I will answer it here. For Catch Everest Pro font size you can use the following css:

    @media screen and (min-width: 990px) {
        /* Content/default body font size */
        body, button, input, select, textarea { 
            font-size: 15px; 
        }
        /* H1 to h6 heading font size */
        .entry-content h1 {
    	font-size: 30px;
        }
        .entry-content h2 {
    	font-size: 28px;
        }
        .entry-content h3 {
    	font-size: 24px;
        }
        .entry-content h4 {
    	font-size: 20px;
        }
        .entry-content h5 {
    	font-size: 18px;
        }
        .entry-content h6 {
    	font-size: 16px;
        }
        /* Page title, promotion headline, featured content headline sizes */
        .entry-title, #promotion-message h2, #featured-content #featured-heading {
            font-size: 30px;
        }
    }
    in reply to: Changing Polylang switcher widget display #54750
    Sakin
    Keymaster

    @Steve: that’s nice 🙂

    in reply to: Questions theme #54713
    Sakin
    Keymaster

    @chochonet:
    1. Color of menu and sub-menu can be changes easily from “Appearance => Customize => Color Options”. But in free version, you need to add in manually using custom css or child theme style.css. For free version, let me know which color are you trying to change it.

    2. For space above menu, you can adjust the padding in the following css and then add it in “Appearance => Customize => Theme Options => Custom CSS Options”
    #masthead { padding: 20px 0; }

    in reply to: logo size & static front page #54712
    Sakin
    Keymaster

    @JWBeach: I see that you have changes style.css and edit the height of it which is causing script issue. Can you restore the height of logo in your style.css and it should work fine.

    in reply to: Remove Search Box #54711
    Sakin
    Keymaster

    @eb713: Can you post in your site URL? In Catch Responsive Free version, you can just add the following css to remove only search from Header Right.
    #header-right-search { display: none; }

    in reply to: Post Titles Disappeared #54710
    Sakin
    Keymaster

    @Klaas: You can add the following css instead:
    .entry-header .entry-title { line-height: 1.3; }

    in reply to: carrousel #54697
    Sakin
    Keymaster

    @Andybee: As we don’t have “carousel” in menu in our theme. Maybe it’s from plugin.

    in reply to: carrousel #54695
    Sakin
    Keymaster

    @Andybee: We don’t have menu option called carousel. can you upload screenshot in your site or any photosharing site and share screenshot URL. It’s so confusing.

    in reply to: Logo Not aligned when not in full screen #54694
    Sakin
    Keymaster

    @jblack6572: Try adding in the following css in “Appearance => Theme Options => Custom CSS” box:

    @media screen and (max-width: 1280px) {
        .header-sidebar .widget ul.menu a { padding: 0 10px; }
        #hgroup-wrap img { max-width: 300px; }
    }
    @media screen and (max-width: 1152px) {
        #hgroup-wrap img { max-width: 200px; }
    }
    in reply to: writing posted across the top #54692
    Sakin
    Keymaster

    @TeeJayH: I don’t get it what you mean. Can you post in your site URL and explain, so that I can check in what you mean.

    in reply to: carrousel #54691
    Sakin
    Keymaster

    @Andybee: Now I am confused. Can you post in your site URL and let me know what are you trying to change it.

    in reply to: Footer #54690
    Sakin
    Keymaster

    @eb713: Footer Editor Options is there only in Catch Responsive Pro version. But for the free theme, you need to create child theme and edit the functions in your chid theme.

    Sakin
    Keymaster

    @Laura Pio: Did you check our blog post about child theme at http://catchthemes.com/blog/create-child-theme-wordpress/

    thanks and you too have a great Sunday 🙂

    in reply to: Post Titles Disappeared #54685
    Sakin
    Keymaster

    @Klaas: It’s because you have the following css in your Custom CSS box. Remove it and it will be fine.

    body {
    line-height: 21px !important;
    }
    in reply to: Change background color of title on homepage #54684
    Sakin
    Keymaster

    @Gunter: Thanks for your appreciation and if you like Catch Kathmandu Theme then please support it by providing your valuable review and rating at https://wordpress.org/support/view/theme-reviews/catch-kathmandu?rate=5#postform

    in reply to: carrousel #54682
    Sakin
    Keymaster

    @Andybee: So, you are talking about the Featured Page Slider. For that follow the step below:

    @Andybee
    :
    1. First create page and add in featured image in your page. For featured image check out http://catchthemes.com/blog/videos-blog/video-series-adding-featured-image-wordpress-postpage/

    2. Go to “Appearance => Customize => Featured Slider Options”.

    3. Now, in “Featured Slider Type”, just select “Featured Page Slider” from Select Slider Type. Then add in pages you have created.

    4. Finally, in “Featured Slider Settings”, just select option where to want to display from “Enable Slider on” and “Save & Publish”

Viewing 20 posts - 4,361 through 4,380 (of 14,497 total)