Forum Replies Created

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

    @mpetric: You custom css in including site description will be like this. This will change the design only for screen size with minimum width 961px.

    @media screen and (min-width: 961px) {
    #header-content { position: relative; }
    #header-content .widget_simplecatch_social_widget { position: absolute; bottom: 0; right: 0; margin: 0; }
    #site-description { padding-top: 75px; }

    To check more, I need your site URL.

    in reply to: Social buttons #19230
    Sakin
    Keymaster

    @mpetric: To move the site description, go to “Appearance => Theme Options => Header Options” and then check on “Move Site Title and Description”.

    Yes, the css will affect the responsive design. So, I am giving you the way to chnage only for larger screens with minimum width 961px. Just add in the following CSS in “Appearance => Theme Options => Custom CSS” box.

    @media screen and (min-width: 961px) {
    #header-content { position: relative; }
    #header-content .widget_simplecatch_social_widget { position: absolute; bottom: 0; right: 0; margin: 0; }
    }
    in reply to: White space around logo and under slider #19228
    Sakin
    Keymaster

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

    #site-logo, #header-right { padding-top: 2px; }
    #hgroup-wrap { padding-bottom: 2px; }
    #homepage-message { margin-top: 0; }
    in reply to: Menu Space #19213
    Sakin
    Keymaster

    @blackkeys: I don’t think you can put that link form Contact form 7, why don’t you ask in plugin support forum. You can also check in other plugins.

    in reply to: line under primary menu #19206
    Sakin
    Keymaster

    @mark: You can simply add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #access ul li { border-bottom: none; }

    in reply to: Post at home page #19205
    Sakin
    Keymaster

    @mirale: Do you mean that you don’t want latest post to be displayed in Homepage and you want static page content. Then you can go to “Settings => Readings” and in “Front page displays” select “A static page (select below)” and select the page that you want to show in homepage.

    in reply to: Position headlind blog #19204
    Sakin
    Keymaster

    @Walter: Sorry I don’t understand your request. Can you explain in reference to your site URL?

    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;
    }
Viewing 20 posts - 9,101 through 9,120 (of 14,504 total)