Forum Replies Created

Viewing 20 posts - 7,161 through 7,180 (of 14,494 total)
  • Author
    Posts
  • in reply to: add imagebackground #36042
    Sakin
    Keymaster

    @ashrafashraf: Just go to “Appearance => Background” and upload your background image.

    in reply to: Add Blog Title to Archives #36041
    Sakin
    Keymaster

    @Bouncedancer: Yes adding lot of widgets will be confusing and also will make the WordPress heavy. That is why we have plugins to add extra features that you all need.

    Sakin
    Keymaster

    @Kim: It’s not working for you as you are in Catch Everest Support forum and trying to implement the css code of Catch Everest theme.

    From next time, please use Catch Box Pro support forum

    For Catch Box Pro theme, you can add the following css in “Appearance => Theme Options => Custom CSS” box to hide it.
    #content nav { display: none; }

    in reply to: REMOVE THE padding #35995
    Sakin
    Keymaster
    in reply to: REMOVE THE padding #35993
    Sakin
    Keymaster

    @ashrafashraf: those are the footer widgets added from “Appearance => Widgets” to footer area one, footer area two and so on.

    in reply to: REMOVE THE padding #35989
    Sakin
    Keymaster

    @ashrafashraf: You cannot make it one block with CSS. You need to work on structure and for this you might need to hire developer.

    in reply to: add image #35986
    Sakin
    Keymaster

    @ashrafashraf: Please don’t add same question is two places, it makes me totally confused and I might have to delete your post in that case. I have already replied about the footer content in http://catchthemes.com/support-forum/topic/remove-the-padding/

    in reply to: REMOVE THE padding #35984
    Sakin
    Keymaster

    @ashrafashraf: You can add the following css in “Appearance => Theme Options => Custom CSS” box.
    .hentry { margin-bottom: 0; }

    in reply to: add image #35981
    Sakin
    Keymaster

    @ashrafashraf: It is showing same as in the image. So, what is the issue? I don’t get it.

    in reply to: slider center #35955
    Sakin
    Keymaster

    @ashrafashraf: I told you, it’s not our css and I don’t now how they have coded. Look at the site. There is some issue with the following css form the slider
    .des{transform: scale(2) rotate(0.1deg);}

    For more, you need to contact slider support not theme support.

    in reply to: slider center #35949
    Sakin
    Keymaster

    @ashrafashraf: Sorry I don’t know about that. As that is not our slider. Please check in the code carefully and the css effects.

    in reply to: slider center #35946
    Sakin
    Keymaster

    @ashrafashraf: Ok then you can add the following css in “Appearnace => Theme Options => Custom CSS” box.

    #slider.new-slider {
        background-color: transparent;
        border: none;
    }
    in reply to: slider center #35938
    Sakin
    Keymaster

    @ashrafashraf: Then it will as below:

    function catchbox_child_easingsliderlite() {
    	/* Loads slider only in page ID 42*/
    	if ( is_page(60) ) {
    		echo '<div class="new-slider slider-fullwidth" id="slider">';
    		echo do_shortcode( '[easingsliderpro id="1"]' );
    		echo '</div><!-- #slider -->';
    	}
    }
    add_action( 'catchbox_before_primary', 'catchbox_child_easingsliderlite', 15 );
    in reply to: slider center #35936
    Sakin
    Keymaster

    @ashrafashraf: How did you add that slider? I mean where did you add in. You can add just there only. See the code above which clearly shows where to add in.

    in reply to: slider center #35932
    Sakin
    Keymaster

    @ashrafashraf: For this you need to wrap your slider code in between the following wrapper. For example:

    <div class="new-slider slider-fullwidth" id="slider">
    <!-- Add Your Slider Code Below  -->
    </div>
    in reply to: wider post fields and thicker font on menu bars #35927
    Sakin
    Keymaster

    Hello Anne-Pia Hansen,

    Thanks you got all sorted out. Yes, this zoom functions is confusing sometimes.

    Regards,
    Sakin

    in reply to: Margins on mobile devices #35926
    Sakin
    Keymaster

    @Farmaciola: Thanks you found it.

    in reply to: slider center #35925
    Sakin
    Keymaster

    @A.J.: I will not be able to check in without your site URL where you have this issue. Looks like you are trying to use different slider.

    in reply to: Text Widget with internal link #35920
    Sakin
    Keymaster

    @Michaela: Text widget takes HTML hyperlinks. So, you can just add it. For example, if you want to add in the text widget to Catch Themes. It will be like below:

    This is widget text and below in the link to Catch Themes
    <a href="http://catchthemes.com" title="Catch Themes" target="_blank">CatchThemes</a>

    For more check out HTML link tutorial

    in reply to: wider post fields and thicker font on menu bars #35919
    Sakin
    Keymaster

    Hello Anne-Pia Hansen,

    I am totally confused now as I just check in both of your site http://tekstiltrolden.dk/ and http://garnmasken.dk/ which uses same width. I check in CSS and also used Ruler to check in width, there is not even 1% of deviation.

    Regards,
    Sakin

Viewing 20 posts - 7,161 through 7,180 (of 14,494 total)