Forum Replies Created

Viewing 20 posts - 7,181 through 7,200 (of 14,505 total)
  • Author
    Posts
  • 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

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

    @Bouncedancer: That is default “Archives” widgets from WordPress and we are not allowed to change anything. If you need different type of Archive, then you need to search for plugin at http://wordpress.org/plugins/

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

    Hello Anne-Pia Hansen,

    1. This theme is not designed to become wider, why don’t you try our other theme like Catch Evolution Pro, Catch Everest Pro, Catch Kathmandu Pro and Adventurous Pro. These are wider themes. Also can you let me know how much wider you want and if you make the content width wider then you need to reduce the sidebar with smaller. So, think about it and let me know it in details.

    2. I don’t understand this question. If you look at your post http://garnmasken.dk/oversaettelser/, there is one page title “Engelsk Oversættelser” and another you have added h1 tag in your content as “Oversættelser”. So, if you remove the content H1 tag then you won’t get 2 header.

    3. You can add the following css in “Appearance => Theme Options => Custom CSS” box to make your menu items bold.

    #branding #access,
    #access-secondary {
        font-weight: bold;
    }

    Regards,
    Sakin

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

    @Bouncedancer: Sorry I don’t understand what you mean. Can you explain in reference to your archives page URL.

    Blog will look like this: http://catchthemes.com/demo/catch-evolution/blog/
    Daily archives will look like this: http://catchthemes.com/demo/catch-evolution/2012/03/15/

    in reply to: add featured image #35861
    Sakin
    Keymaster

    Hi Linda,

    Featured image in post and page can only have one featured image.

    Regards,
    Sakin

    in reply to: Problem with sub menu #35763
    Sakin
    Keymaster

    Hi Maeve,

    Are you talking about Sub-menu not being able to click, this is due to the change is font sizes you have made. So, now you need to change the position as well. Just add the following css in “Appearance => Theme Options => Custom CSS” box.

    #header-menu ul.menu ul {
        top: 48px;
    }

    Regards,
    Sakin

    in reply to: Widget font size #35762
    Sakin
    Keymaster

    Hi Maeve,

    You can adjust the following css as per your need and then add it in “Appearance => Theme Options => Custom CSS” box.

    .widget ul li {
        font-size: 13px;
    }
    #secondary .widget.widget_nav_menu {
        background-color: #fff;
    }
    #secondary .widget.widget_nav_menu a {
        color: #1982d1;
    }

    Regards,
    Sakin

    in reply to: homepage_headline #35760
    Sakin
    Keymaster

    @wendy: It’s not the page. It’s the function that controls the homepage headlines. So, if you want to edit this then first you need to build child theme and create new functions.php file in your child theme and then copy function catchkathmandu_homepage_headline() from catchkathmandu-functions.php file and paste it in your child theme functions.php file. Then need to replace the following code
    if ( ( is_front_page() || ( is_home() && $page_for_posts != $page_id ) ) && ( empty( $disable_headline ) || empty( $disable_subheadline ) || empty( $disable_button ) ) ) {

    with the following
    if ( empty( $disable_headline ) || empty( $disable_subheadline ) || empty( $disable_button ) ) {

    This is bit technical. So, I hope you understand it.

    Regards,
    Sakin

    in reply to: header right image #35759
    Sakin
    Keymaster

    Hi Maeve,

    Height is also flexible. Depends on your need and design.

    Regards,
    Sakin

    in reply to: Padding #35758
    Sakin
    Keymaster

    Hi Maeve,

    Sorry was too sleepy 🙂

    Regards,
    Sakin

Viewing 20 posts - 7,181 through 7,200 (of 14,505 total)