Forum Replies Created

Viewing 20 posts - 1,241 through 1,260 (of 14,488 total)
  • Author
    Posts
  • in reply to: qTranslate-X strange behavior #90185
    Sakin
    Keymaster

    @pfms84: Yes, those multi-language plugin like qTranslate-X, Polylang and WPML are supported only in pro version.

    in reply to: , issues #90184
    Sakin
    Keymaster

    @knudkp: Sorry I don’t understand what you mean? Can you explain what are you trying to do it? Are you trying to change the color?

    in reply to: menu and submenu of Pro version not transparent #90180
    Sakin
    Keymaster

    @mupa: Yes, when you change color from “Color Options”, it will replace default color and it will will solid color. To make transparent color changes, you need to send us the color code and your site URL. Then we can check your site and send you custom css, so that you can add in your site.

    in reply to: Top menu bar disappears when opening site on mobile. #90179
    Sakin
    Keymaster

    @centaine: You shouldn’t add that CSS. You need to remove that css.

    in reply to: Full Width Disable Sidebar Template #90178
    Sakin
    Keymaster

    @slecarpe: Please post in your site URL and then I can check in.

    in reply to: White Space in between post title and post #90143
    Sakin
    Keymaster

    @gettheinsideright: Just add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:

    .home .entry-title { display: none; }
    .home #main { padding-top: 0; }
    in reply to: how to change background opacity? #89978
    Sakin
    Keymaster

    @c-o: Sorry this support forum is only for the sites that are using our themes.

    in reply to: "Customize" is not fully loading on 3 of 4 sites #89966
    Sakin
    Keymaster

    @mrichwncc: It was solved by re-installing the theme. So, if anyone else have this issue then send us your detail by filling this form at https://catchthemes.com/blog/customizer-not-working-wordpress-update/

    in reply to: "Customize" is not fully loading on 3 of 4 sites #89859
    Sakin
    Keymaster

    @mrichwncc: We need to check in your server to find out the issue. So, I will send you personal email. Please reply me there. Sorry for the trouble but we are not able to recreate issue in our server.

    in reply to: larger mobile menu symbols #89649
    Sakin
    Keymaster

    @mupa: You can increase the font size in the following css and then add it in “Appearance => Customize => Theme Options => Custom CSS Options” box:

    .genericon.genericon-menu { font-size: 20px; }

    in reply to: Footer Menu alignment, height and font size #89576
    Sakin
    Keymaster

    Hi Stephane,

    Ok for that you need to edit your custom css. Check out the css that I gave you earlier and then find the css:
    .nav-footer .catchresponsive-nav-menu a { font-size: 14px; }
    Replace this, css with the following css, where you have both font-size and line-height:
    .nav-footer .catchresponsive-nav-menu a { font-size: 14px; line-height: 46px; }

    Regards,
    Sakin

    in reply to: Second Blog Page #89575
    Sakin
    Keymaster

    @mybrokenjeep: For this, you can just create two pages,1. Front page and 2) Blog page from “Pages => Add New”.
    Then, you can assign that pages as Front Page and Posts Page. For that go to “Appearance => Customize => Static Front Page”, just check on “A static page” and then select the page.

    in reply to: narrow side width #89572
    Sakin
    Keymaster

    @Schroeder: Since you site in not live, I don’t know the width of your menu. So, I will not be able to give you the exact width. Now, I will give you css in percentage for content area and right sidebar. In the following css, you can change width: 1280px to your desire width and then add it in “Appearance => Customize => Theme Options => Custom CSS Options” box:

    @media screen and (min-width: 961px) {	
        .right-sidebar .site { width: 1280px; }
        .right-sidebar #primary { width: 63.6%; }
        .right-sidebar #secondary { width: 32.2%; }
    }
    in reply to: shrink header #89568
    Sakin
    Keymaster

    @shawzepe: Can you try replacing your log image to smaller as your logo it large and taking that space. If you don’t want to do that, then add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:

    @media screen and (min-width: 1101px) { 
        #masthead { padding-bottom: 40px; padding-top: 74px;
    }
    @media screen and (min-width: 1024px) {
        #site-branding, #site-logo, #site-header { padding-top: 10px; padding-bottom: 10px; }
        #masthead .sidebar-header { padding-bottom: 10px; }
    }
    in reply to: Footer Menu alignment, height and font size #89563
    Sakin
    Keymaster

    Hi Stephane,

    Yes sure. You can add the following css in “Appearance => Customize => Theme Options => Custom CSS Box”. In the following css, change the font-size as per your need to change the size of font.

    .nav-footer .catchresponsive-nav-menu a { font-size: 14px; }
    .nav-footer { text-align: center; }
    .nav-footer .catchresponsive-nav-menu li { float: none; }

    Regards,
    Sakin

    in reply to: larger mobile menu symbols #89562
    Sakin
    Keymaster

    @mupa: Yes, you can. Can you send me your site URL and the tentative height that you want for your menu symbol?

    in reply to: shrink header #89561
    Sakin
    Keymaster

    @shawzepe: What do you mean by that? Your header depends on your header image and header items. So, I am confused on what you want. Sorry, can you explain bit more.

    in reply to: Full Width Disable Sidebar Template #89466
    Sakin
    Keymaster

    @mare and @meinhard: Sorry for the trouble. We have fixed that issue in version 2.7.1. You can update it now and for change log refer to change log page at http://catchthemes.com/changelogs/catch-evolution-change-log/

    in reply to: Feature Request for editor-style.css #89033
    Sakin
    Keymaster

    @robertf: Yes, I got you. Will do that soon.

    in reply to: Feature Request for editor-style.css #88991
    Sakin
    Keymaster

    @robertf: Thanks Robertf, but some of our user requested that. As they need exactly same preview of the content in the live site. So, I am checking on best way to satisfy both.

Viewing 20 posts - 1,241 through 1,260 (of 14,488 total)