Forum Replies Created

Viewing 20 posts - 1,921 through 1,940 (of 14,491 total)
  • Author
    Posts
  • in reply to: Changing display on header #78068
    Sakin
    Keymaster

    @EricT: That image is positioned like that. So, once you add that padding top, make your you reduce the padding-top and padding-bottom. As per our previous css, we added in padding top 10px. So, reduce 5px top and 5px bottom in the following css and then add it in “Appearance => Customize => Theme Options => Custom CSS Options” box:

    @media screen and (max-width: 990px) {	
    	#masthead { padding-top: 94px; padding-bottom: 50px;
    }
    in reply to: Slider images moving down #78067
    Sakin
    Keymaster

    @lrdgsn: I just check in your site and see that you are not using our theme. So, we are not sure what is the issue. We only support theme by us, that is Catch Themes.

    in reply to: How to remove white space below the header #78066
    Sakin
    Keymaster

    @eirini: Thanks for your appreciation and if you like my support and Catch Flames theme then please support by providing your valuable review at https://wordpress.org/support/view/theme-reviews/catch-base?rate=5#postform

    Thanks 🙂

    in reply to: Slider Images #78051
    Sakin
    Keymaster

    @Cathy: It depends on the Slider Type you choose. The recommended side as per our design is Width: 978px and Height: 375px which has been mentioned in our theme instructions page at http://catchthemes.com/theme-instructions/catch-mustang/. But if you select slider type as “Featured Image Slider”, then you can upload image with the size you need.

    in reply to: Increase width of page to fit full screen #78050
    Sakin
    Keymaster

    @Alexander: If you just want Full Width layout then you can go to “Appearance => Customize => Theme Options => Layout Options” and in “Default Layout” you need to select “No Sidebar, Full Width”, also you can edit this layout in individual page and post using Catch Adaptive Options metabox layout options.

    But if this full width is not enough, then you need to increase wrapper, for that you can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:

    .wrapper { width: 100%; }

    in reply to: Catch Kathmandu Free – html in tags/category description #78049
    Sakin
    Keymaster

    @crazyjunx: Can you post in your site URL and let me know what are you trying to do then I can check in and suggest you the solution.

    in reply to: Changing display on header #78048
    Sakin
    Keymaster

    @EricT: For that, you can simply add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:
    .site-title { padding-top: 10px; }

    in reply to: Removing arrows when only using 1 image for Image Slider #78047
    Sakin
    Keymaster

    @tomoyoma: Thanks for your appreciation. Have a nice weekend 🙂

    in reply to: How to remove white space below the header #78046
    Sakin
    Keymaster

    @eirini: Detail color options are there only in Catch Flames Pro version. For free version, you need to do it manually. To change the Tagline color, you can change the color code in the following css as per your need and then add it in “Appearance => Theme Options => Custom CSS” box:
    #site-description { color: #7a7a7a; }

    in reply to: Translating catch flames theme #78032
    Sakin
    Keymaster

    @eirini: Sorry I also don’t know much about multi-language. So, you might want to ask in Polylang Support forum.

    in reply to: How to remove white space below the header #78031
    Sakin
    Keymaster

    @eirini: Just add the following css in “Appearance =>Theme Options => Custom CSS” box:
    #branding, #colophon, #site-generator { background-color: transparent; }

    in reply to: Headings Font Size option (for slider) #78028
    Sakin
    Keymaster

    @Tomáš: It’s because of your custom css. So, replace the following css:

    @media screen and (min-width: 961px) {
    }
    @media screen and (min-width: 961px) {
        #main-slider .entry-header .entry-title { font-size: 35px; background: rgba(64, 64, 64, .5); }
        #main-slider .entry-content { font-size: 20px; background: rgba(64, 64, 64, .5); }
    }

    with:

    @media screen and (min-width: 961px) {
        #main-slider .entry-header .entry-title { font-size: 35px; }
        #main-slider .entry-content { font-size: 20px; }
    }
    #main-slider .entry-header .entry-title,
    #main-slider .entry-content { background: rgba(64, 64, 64, .5); }
    in reply to: Removing arrows when only using 1 image for Image Slider #78025
    Sakin
    Keymaster

    @tomoyoma: I see that you have no featured slider but slider is still on. So, if you don’t need slider then go to “Appearance => Theme Options => Featured Post Slider” and heck in. Otherwise, you can add the following css in “Appearance => Theme Options => Custom CSS” box:
    #slider { display: none; }

    in reply to: Scroll Down To A Post #78023
    Sakin
    Keymaster

    In Catch Flames Pro theme, you can add the following script with <script> tag like following in “Appearance => Theme Options => Webmaster Tools => Header and Footer Codes => Code to display on Header” box:

    <script>
    	$(function() {
    	  $('a[href*=#]:not([href=#])').click(function() {
    	    if (location.pathname.replace(/^\//,'') == this.pathname.replace(/^\//,'') && location.hostname == this.hostname) {
    
    	      var target = $(this.hash);
    	      target = target.length ? target : $('[name=' + this.hash.slice(1) +']');
    	      if (target.length) {
    	        $('html,body').animate({
    	          scrollTop: target.offset().top
    	        }, 1000);
    	        return false;
    	      }
    	    }
    	  });
    	});
    </script>
    in reply to: CSS dont work #78021
    Sakin
    Keymaster

    @RimFrost: You need to post URL of the post where your css is not working and which CSS is not working, then I can check in and suggest you.

    in reply to: Change order of menu in mobile #78020
    Sakin
    Keymaster

    @Paul: We will be updating this menu js soon. For now, you can check the ling height and reduce the height. So, change the line height as per your need in the following css and then add it in “Appearance => Theme Options => Custom CSS” box:

    .sidr ul li { line-height: 48px; }
    .sidr ul li:hover, .sidr ul li.active, .sidr ul li.sidr-class-active {
    	line-height: 49px;
    }
    in reply to: Show Comments Below Posts #78018
    Sakin
    Keymaster

    @kashif: I can see comment box in your post. See this posts http://www.pinkvirgin.com/make-him-reciprocate/. Did you refresh your browser and check in.

    in reply to: Adventurous pro logo size #78017
    Sakin
    Keymaster

    @Alvin: yes, it is controlled by css. Normal logo max height is 41px and when you scroll down and for fixed logo, it’s 32px. You can change the height in the following css as per your need and then add it in “Appearance => Customize => Theme Options => Custom CSS” box:

    #site-logo img { max-height: 41px; }
    #masthead.fixed-header #site-logo img { max-height: 32px; }
    in reply to: WordPress is showing update to 1.1 available #78016
    Sakin
    Keymaster

    @birdpuk: We have released new version today, which fixed this update notifier. There was issue in path.

    in reply to: Multilanguage header logo (one logo by language) #78015
    Sakin
    Keymaster

    @florence.vanacker: There is no option to do that from option. But you can try changing it from custom css.

Viewing 20 posts - 1,921 through 1,940 (of 14,491 total)