Forum Replies Created

Viewing 20 posts - 9,101 through 9,120 (of 14,497 total)
  • Author
    Posts
  • in reply to: Social buttons #19203
    Sakin
    Keymaster

    @mpetric: If your site is offline then can you send me the screenshot design image URL. So, that I can see what you want.

    in reply to: Remove "posted on" #19194
    Sakin
    Keymaster

    @Richard: Please post in Site URL to get accurate support. Now, I just assumed that you are using Catch Evolution Pro Theme with default settings. Now, to hide the text posted on by and in that shows in the post, you can simply add in the following CSS in “Appearance => Theme Options => Custom CSS” box.
    .entry-meta { display: none; }

    in reply to: Layout bug with Jetpack Contact Form and Comments #19184
    Sakin
    Keymaster

    @Olivier: Sorry I cannot say that as this is plugin update so i think by coming Monday.

    in reply to: Removing custom slider from pages #19183
    Sakin
    Keymaster

    @jp_grennier: Can you try this

    <?php
    // Removing the Default Slider
    function unhook_catcheverest_functions() {
    
    	remove_action( 'catcheverest_before_main', 'catcheverest_slider_display', 10 );
    }
    add_action( 'init', 'unhook_catcheverest_functions' );
    
    // Adding New Slider Code
    function catcheverest_child_slider() {
    	if ( is_home() ) {	
    	echo '<div id="main-slider" class="container">';
    		//Add in your code in betwwen this bracket
    		echo do_shortcode( '[SlideDeck2 id=281 ress=1]' );
    	echo '</div>';
    	}
    }
    add_action( 'catcheverest_before_main', 'catcheverest_child_slider', 10 );
    in reply to: Footer Color #19181
    Sakin
    Keymaster

    @markpysher: Cool you solved it yourself. For any custom css please add either in “Appearance => Theme Options => Custom CSS” or by building child theme. Don’t edit any core theme files such as style.css, index.php, functions.php and so on. As these core file will reverted back to original when you update the theme.

    in reply to: font family options #19170
    Sakin
    Keymaster

    @mark: Thanks for point out the duplication. That is just a duplication of code. The second one will only work for now as when you change in First One, the duplicate second one code will be working at last and it will revert the first one.

    Thanks a lot. We will remove that in next version update.

    in reply to: Submenu width and wiget background #19169
    Sakin
    Keymaster

    @Kindbodesign: You can simply add the following CSS in “Appearance => Theme Options => Custom CSS”

    #header-menu ul.menu ul { width: 200px; }
    #header-menu ul.menu ul a { width: 180px; }
    in reply to: Broken messed up pages #19168
    Sakin
    Keymaster

    @k.capelli: It’s ok. Have a nice day.

    in reply to: background image for the Title and Foot page #19167
    Sakin
    Keymaster

    @Olivier: Oh sorry you are using Catch Evolution Pro theme. Then the css will be as below:

    #branding {
        background: url("http://vandenbilcke.net/images/branding-bg.jpg") repeat scroll 0 0 transparent;
    }
    #site-generator {
        background: url("http://vandenbilcke.net/images/footer-bg.jpg") repeat scroll 0 0 transparent;
    }
    in reply to: Big problem #19158
    Sakin
    Keymaster

    @ashrafashraf: We can only give you free support for basic CSS and Settings. But customization you can hire customizer from http://catchthemes.com/hire-customizer/

    in reply to: Remove Space #19157
    Sakin
    Keymaster

    @impresnet: It’s difficult to check in IE8. So, we generally support IE9 and above. Can you try adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #branding #site-logo img { width: auto; }

    From where you are testing IE8.

    in reply to: Big problem #19153
    Sakin
    Keymaster

    @ashrafashraf: You can try in Catch Evolution Free first and check in. If that fits and need extra features then you can upgrade to Catch Evolution Pro version. Download the free version from http://catchthemes.com/themes/catch-evolution/

    in reply to: background image for the Title and Foot page #19152
    Sakin
    Keymaster

    @Olivier: I cannot view your site but when I add the following CSS. It’s working fine for me.

    #header-bg {
        background: url("http://vandenbilcke.net/images/branding-bg.jpg") repeat scroll 0 0 transparent;
    }
    #site-generator {
        background: url("http://vandenbilcke.net/images/footer-bg.jpg") repeat scroll 0 0 transparent;
    }
    in reply to: Doesnt open in iPhone, iPad and another mobile devices. #19149
    Sakin
    Keymaster

    @emin90: You can ask for quote with tweaky. Use this form http://catchthemes.com/hire-customizer/

    in reply to: Big problem #19148
    Sakin
    Keymaster

    @ashrafashraf: For 3 columns layout you can use Catch Evolution Pro http://catchthemes.com/themes/catch-evolution-pro/ . See the detail instruction at http://catchthemes.com/theme-instructions/catch-evolution-pro/

    in reply to: Problem with text alignment in columns #19147
    Sakin
    Keymaster

    @Richard: You can simply add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    .entry-content td { border-top: none; }

    in reply to: Broken messed up pages #19146
    Sakin
    Keymaster

    @k.capelli: Yes but it’s showing fine on my side. Can you clear you Cache from W3 Total Cache and then refresh your browser and check in.

    in reply to: Customized link url for photos in Catch Everest. #19142
    Sakin
    Keymaster

    @natoulie: You can login to your WordPress Dashboard and then go to “Media => Library”. Then click on edit for which image you want to edit it. You can just change the media Title, Caption and Alternative Text. You cannot change the media URL from here. To change the media file name such as cazual-e1389302561355.gif to cazual.gif, you need to edit in you computer and upload it.

    in reply to: Hover Background Color of Nav #19141
    Sakin
    Keymaster

    @markpysher: It would have been great if you have shared your site URL. So, that I can check in and send your the custom css. Now, I assumed that you are using Catch Everest Pro default menu and trying to make the background color of the hover menu a 50% transparent grey. But the 50% transparency will not be seen if there is black background. You can add the following CSS in “Apeparance => Theme Options => Custom CSS” box

    #header-menu ul.menu li:hover > a,
    #header-menu ul.menu a:focus {
    	background-color: #cccccc; /* Solid background for old browsers */
    	background: rgba(204, 204, 204, 0.5);
    }
    in reply to: Thumbnail when sharing page to Facebook #19140
    Sakin
    Keymaster

    @iuchewie: But when I share your post, I see summer slam image. Did you just install jetpack plugin. Look like it has been solve. Check it out here https://developers.facebook.com/tools/debug/og/object?q=http%3A%2F%2Fwww.ktcdigital.com%2Fbeta2%2F%3Fp%3D36

Viewing 20 posts - 9,101 through 9,120 (of 14,497 total)