Forum Replies Created

Viewing 20 posts - 1,921 through 1,940 (of 14,500 total)
  • Author
    Posts
  • 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: Slow backend #78022
    Sakin
    Keymaster

    @knudkp: Backend with theme customizer is slow. But this slow will happen only in “Appearance => Customize”. Other section should be fine.

    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.

    in reply to: Random post on home page #78010
    Sakin
    Keymaster

    @Cricket: We don’t have that feature. For that you need to build child theme and edit query in your child theme functions.php file. For child theme refer to http://catchthemes.com/blog/create-child-theme-wordpress/ and for random post, I found this https://wordpress.org/support/topic/how-can-i-show-random-posts-at-the-homepage

    in reply to: WordPress is showing update to 1.1 available #78009
    Sakin
    Keymaster

    @Ingo: Can you post in your site URL and then I can check in.

    in reply to: white space below the slider and 3 headers #78008
    Sakin
    Keymaster

    @jennifersimsdesign-com-au: You can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:
    #feature-slider { padding-bottom: 0; }

    in reply to: Colour of Header and Footer #78007
    Sakin
    Keymaster

    @eirini: From next time, please post in your site URL so that I check in and send you custom css. For now, I assume you are using default header and footer. Also note that we have Color Options in Catch Flames Pro theme in Theme Options, from which you can easily change color as per your need.

    For now, you can try adding in the following css in “Appearance => Theme Options => Custom CSS” box:

    /* For Header Background Color  */
    #branding { background-color: #99ccff; }
    /* For Footer Background Color  */
    #site-generator { background-color: #99ccff; }
    in reply to: Suddenly today two new lines appears #78006
    Sakin
    Keymaster

    @knudkp: Thanks for your appreciation…

    in reply to: Landing Page #77957
    Sakin
    Keymaster

    @Mark: Thant’s nice. Thanks 🙂

    in reply to: Featured post slider not moving #77956
    Sakin
    Keymaster

    @Michaela: Looks like W3 total cache plugin issue. Can you go to “Performance => General Settings => Minify” and uncheck js minification. After that please empty cache and check in.

    in reply to: Page content and sidebar width #77955
    Sakin
    Keymaster

    @Michaela: That’s nice…

    in reply to: Issue on the header part #77954
    Sakin
    Keymaster

    @kalatos:
    1. To show full content in blog, you need to go to “Appearance => Theme Options => Layout Options” and in “Content Layout”, you need to check “Full Content Display” and then save it.

    2. I see that you have Gallery Slideshow and looks like it’s script issue. So, for this I suggest you to ask in NexGen gallery plugin support. Are you sure you add in same shortcode. As when I check in your main page, you have different script.

    in reply to: Customize submit button #77948
    Sakin
    Keymaster

    @Alvin: That’s great. Cheers 🙂

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

    @eirini: Which theme are you using it? We recommend WPML plugin or Polylang plugin and you can see the list of theme with WPML plugin ready at http://catchthemes.com/themes/category/wpml-ready/

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