Forum Replies Created

Viewing 20 posts - 4,481 through 4,500 (of 14,509 total)
  • Author
    Posts
  • in reply to: Gradient page background instead of solid color #54219
    Sakin
    Keymaster

    @kyle: Yes, thanks 🙂

    Sakin
    Keymaster

    @Laura Pio: looks like it’s issue in older version of iPhone as I don’t have issue in my iPhone. So try adding in the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:

    @media screen and (max-width: 319px) { #logo-icon { width: 55%; } }

    Did you wait for site to load fully and click on menu.

    in reply to: Slider Image Text #54215
    Sakin
    Keymaster

    @allene1218: That is called “Featured Page Slider” and you can add your own slider image, text and content. For that first you need to create page and add in Featured image in your page. Then go to “Appearance => Customize => Featured Slider Options => Featured Slider Type” and select “Featured Page Slider” and then you can just select the pages where you have added in featured image. Now, it will display you page title, content and featured image.

    If you want to disable the slider completely then go to “”Appearance => Customize => Featured Slider Options => Featured Slider Settings” and in Enable Slider on, you need to choose “Disabled” and save change.

    But if you just want to hide the text in the slider, then you can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:
    #feature-slider .entry-container { display: none; }

    in reply to: Remove page and sidebar on home page #54214
    Sakin
    Keymaster

    @Mac: The URL you have posted in is not using Catch Responsive theme so bit confused on css to give. But if you want to remove the content are in Homepage then you should be adding the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:
    .home .site-content { display: none; }

    in reply to: duplicate image #54211
    Sakin
    Keymaster

    @Claudio: Yes for that you need to create pt_BR.po and pt_BR.mo files using http://poedit.net/ free software. I have compile file for you and I will email you.

    in reply to: Fixed/Sticky Menu and Transparency/Opacity #54210
    Sakin
    Keymaster

    @nakulsachdeva: I was confused as you used Catch Everest Pro support forum for Full Frame Free theme. Full Frame Free theme support forum is that http://catchthemes.com/support-forum/forum/full-frame-free/

    That disable Toggle option is there in Pro version, you can see the list of additional features at theme instructions for pro version at http://catchthemes.com/theme-instructions/full-frame-pro/

    But in free version, you can disable that toggle button and show header fixed only for big screens with resolution above 1100px. For that you can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:

    @media screen and (min-width: 1101px) {
        .site { padding-top: 178px; }
        #feature-slider, #header-featured-image { margin-top: 0; }
        .site #masthead { display: block; opacity: 1 !important; }
        #header-toggle { display: none; }
    }
    in reply to: Removal of White Space Above Header #54168
    Sakin
    Keymaster

    then post in your screenshot and image URL. So, that I can check that image. You can post both image and screenshot in any photo sharing site and post in URL here.

    in reply to: Adventurous Pro NOT mobile friendly #54165
    Sakin
    Keymaster

    @Phil: That’s your tablepress plugin issue not theme issue. That table works fine till Small table but has issue from iPhone and below resolution. You can check it in http://mattkersley.com/responsive/. Once you remove that table it will work fine. Please post in that tablepress support forum to fix responsive design.

    in reply to: Conflict with Table of Contents Plus plugin? #54164
    Sakin
    Keymaster

    @Seper: That’s nice 🙂

    in reply to: Removal of White Space Above Header #54163
    Sakin
    Keymaster

    Post in your site URL and let me know where exactly you want to add in background image. You can also send me your image URL. Then I will compile CSS for you.

    in reply to: Indvidual Header Featured Image #54162
    Sakin
    Keymaster

    @Helle Naia: In Full Frame pro, you can just go to “Appearance => Customize => Theme Options => Fixed Header Top Options” and check option “Check to disable Header Toggle” and save changes. See this instructions http://catchthemes.com/theme-instructions/full-frame-pro/#disable-header-toggle

    Sakin
    Keymaster

    @Laura Pio:
    1. We have just added “Disable Fixed Header toggle” in Full Frame pro theme. So, when you do that it will remove menu toggle and will disable header always on top.
    Ok to hide that calender icon and all. You can add following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:

    .home .archive-post-wrap .entry-header, 
    .home .archive-post-wrap .entry-footer {
        display: none; 
    }

    2. You website is too heavy. Like you have background image of size 1.2MB, it is more than homepage size of most of the website. That is why you have issue with your mobile devices. As the menu works only after the site loads properly. So, I suggest you to remove that heavy background.

    3. Sorry I don’t understand b and c

    4. Security alert. I don’t see this.

    in reply to: Featured Content Option #54159
    Sakin
    Keymaster

    @mbedell58: This is Catch Base theme support forum. For Adventurous theme, please use this forum http://catchthemes.com/support-forum/forum/adventurous-free/

    In Adventurous Theme, you need to go to “Appearance => Theme Options => Featured Content => Featured Content Options” and then upload image, title, content and link as per your need. For more check out theme instructions page at http://catchthemes.com/theme-instructions/adventurous

    in reply to: duplicate image #54153
    Sakin
    Keymaster

    @Claudio: For language translation you need to create .po and .mo files in our theme language folder. Catch Base theme is translation ready and currently translated in Swedish language only. We are in the process of add in French language soon and working on with one of our french theme user. So, in which language are you trying to translate it.

    To translate the theme, you need to download free software from http://poedit.net/ and create your language file. Let me know it and then I will email you to help in translation. After translation is completed we will add language in core theme.

    to hide the author, you can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box.
    .entry-meta .byline { display: none; }

    in reply to: Adventurous Pro NOT mobile friendly #54149
    Sakin
    Keymaster

    @Phil: Who said that to you. Look at the Google Test for Mobile Friendly for your site and you will get “Awesome! This page is mobile-friendly.” Check this out https://www.google.com/webmasters/tools/mobile-friendly/?url=http%3A%2F%2Fwww.broomyshaw.co.uk%2F

    in reply to: Homepage Message Background Color #54148
    Sakin
    Keymaster

    @Baizurah: You don’t need to add in Custom CSS in Catch Kathmandu Pro theme to change the Homepage Headline Background Color. Just go to “Appearance => Theme Options => Color Options => Homepage Headline Color Options” and change “Background Color” and save changes.

    in reply to: Contact Form 7 mobile form #54146
    Sakin
    Keymaster

    @Lisa: Sorry there is no way to use different form for mobile devices but yes, you need to add in css for mobile version. So, you need to wrap each element with span or div wrapper and add the css for less then 960px:

    @media screen and (max-width: 960px) {	
    
    }
    in reply to: Fixed/Sticky Menu and Transparency/Opacity #54145
    Sakin
    Keymaster

    @nakulsachdeva: sorry your site link is not working. Please check in. I am bit confused as Catch Everest Pro doesn’t have that option.

    in reply to: Size Featured Image in Default Layout (Content) #54144
    Sakin
    Keymaster

    @Sven: Thanks for your appreciation 🙂

    in reply to: Double images in Featured Content #54095
    Sakin
    Keymaster

    @Sascha: You have two images as you have added in Featured Image in you page and also have first image starting your page. Featured Page Content will take the content including image from your page before more tag <!--more-->. So, you can remove any of the image or add the following css in “Appearance => Customize => Theme Options => Custom CSS Options”
    #featured-content .featured-homepage-image { display: none; }

Viewing 20 posts - 4,481 through 4,500 (of 14,509 total)