Forum Replies Created

Viewing 20 posts - 10,001 through 10,020 (of 14,504 total)
  • Author
    Posts
  • in reply to: Font size #16385
    Sakin
    Keymaster

    @Joaozinho: In your text editor in text mode.
    <span style="font-size: 14px">Your Text</span>

    in reply to: Font size #16384
    Sakin
    Keymaster

    @Joaozinho: In your text editor in text mode.
    Your Text

    in reply to: Banner & Menu Width #16383
    Sakin
    Keymaster

    @James: You can try adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.

    #header-image,
    #header-menu {
    	margin: 0 auto;
    	width: 1190px;
    }
    
    @media screen and (max-width: 1224px) {
    	#header-image,
    	#header-menu {
    		width: 1024px;
    	}
    }
    @media screen and (max-width: 1060px) {		
    	#header-image,
    	#header-menu {
    		width: 900px;
    	}
    }
    @media only screen 
    and (min-device-width : 768px) 
    and (max-device-width : 1024px) 
    and (orientation : landscape) {
    	#header-image,
    	#header-menu {
    		width: 960px;
    	}
    }
    @media screen and (max-width: 960px) {	
    	#header-image,
    	#header-menu {
    		width: 700px;
    	}
    }
    @media screen and (max-width: 767px) {
    	#header-image,
    	#header-menu {
    		width: 380px;
    	}	
    }
    @media only screen 
    and (min-width: 480px) 
    and (max-width: 767px) {
    	#header-image,
    	#header-menu {
    		width: 440px;
    	}
    }
    @media screen and (max-width: 479px) {
    	#header-image,
    	#header-menu {
    		width: 300px;
    	}	
    }
    @media screen and (max-width: 320px) {
    	#header-image,
    	#header-menu {
    		width: 95%;
    	}	
    }
    in reply to: updating to new version #16381
    Sakin
    Keymaster

    @jansylte: that is your hosting not with us. If you want to download the theme then you can go to your account at http://catchthemes.com/my-account/ and download it.

    If you want to setup your site http://www.jansylteimages.com/. Then it looks like you have purchased bluehost hosting account. Now you need to install WordPress and then only install our theme.

    Bluehost also have one click WordPress installation. Please contact bluehost for this.

    in reply to: Buying #16379
    Sakin
    Keymaster

    yes

    in reply to: updating to new version #16378
    Sakin
    Keymaster

    @jansylte: I just check in your account and it’s working fine. Isn’t your username: jansylte

    in reply to: updating to new version #16376
    Sakin
    Keymaster

    @jansylte: Can you check now.

    in reply to: Buying #16368
    Sakin
    Keymaster

    @ashrafashraf: For Arab language please use Catch Box Pro theme

    in reply to: Jetpack 'like' Button And catch theme Java Script #16367
    Sakin
    Keymaster

    @jennyebermann: Thanks for the access and I have fixed it. The issue was with the with the js of custom social icons. In custom social icon image url, you need to add image uploaded in your own domain. This script cannot take image from other site due to security reason. So, I upload the same image by add image and save it. Now, it works fine.

    in reply to: Jetpack 'like' Button And catch theme Java Script #16364
    Sakin
    Keymaster

    @jennyebermann: I need to check in our site to check details about the issue. So, I will email you personally.

    in reply to: Unable to have Catch Box in French #16360
    Sakin
    Keymaster

    @dhd: Check you installation configuration as the Catch Box Theme should work in French language and many of our users are using it. Did you add the configuration as per the instruction http://codex.wordpress.org/Installing_WordPress_in_Your_Language

    in reply to: Buying #16359
    Sakin
    Keymaster

    @ashrafashraf: When you buy in our Pro version. You will have slider option to choose from “Image Slider / Page Slider / Post Slider / Category Slider”.

    Check out the theme instruction at http://catchthemes.com/theme-instructions/catch-everest-pro/

    See this for how Featured Image Slider theme option panel looks like http://www.pinterest.com/pin/548594798329509357/

    in reply to: Widget background and text color change. #16356
    Sakin
    Keymaster

    Hello Robert,

    When I check in your site. It looks like you have already change the font from Theme Options panel to Verdana. Which is overwriting the css I have you. Following is the more powerful css. But I recommend you to change to default for heading in Theme Options first.

    #primary .entry-header .entry-title { font-family: optima, sans-serif; }

    Regards,
    Sakin

    in reply to: Upgrading to 2.0 #16355
    Sakin
    Keymaster

    @propresenter geek: Sorry, please check now. If you have any issue with your account then you can contact our sales and account directly at http://catchthemes.com/contact-us/

    in reply to: Customisation Tweaks #16348
    Sakin
    Keymaster

    @EveryHome: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    .hentry { border: 2px solid #454545; }

    in reply to: latest update #16347
    Sakin
    Keymaster

    @beerstouts: Thanks for the access and I just deactivate the plugin “Assets Minify”. Now, your site look fine.

    in reply to: Widget background and text color change. #16346
    Sakin
    Keymaster

    @rbrt_bene: You can add the following CSS
    .entry-header .entry-title { font-family: optima, sans-serif; }

    Nice you started translation. Great Work 🙂

    Why you need Jetpack image widget when you have our Advertisement widget where you can add your image.

    in reply to: latest update #16343
    Sakin
    Keymaster

    @beerstouts: I will need your site access to check your settings. I will email you personally.

    in reply to: Widget background and text color change. #16336
    Sakin
    Keymaster

    @rbrt_bene: Add the following CSS for Advertisement widget
    #secondary .widget.widget_catcheverest_adspace_widget img { display: block; }

    How did you translate the theme, you can translate from http://www.poedit.net/ software and create your own .mo and .po files.

    Can you tell me how you change the headings font family.

    in reply to: Adding description to a category! #16333
    Sakin
    Keymaster

    @Greenmunchies: You can add the following code in child theme archive.php

    if ( is_category() ) {
    	echo category_description( $category_id );
    }

    which should be pasted just after the following Code

    if ( function_exists( 'simplecatch_display_div' ) ) {
    	$themeoption_layout = simplecatch_display_div();
    }
Viewing 20 posts - 10,001 through 10,020 (of 14,504 total)