Forum Replies Created

Viewing 20 posts - 6,301 through 6,320 (of 14,497 total)
  • Author
    Posts
  • in reply to: Borders around pictures #44678
    Sakin
    Keymaster

    @Kim: Sorry but I don’t see lines around images in your sidebar. I only see lines below sidebar title and sidebar widgets area. Can you explain please.

    in reply to: Woocommerce Cart -> Mobile Layout #44676
    Sakin
    Keymaster

    @Raphael: Your site cannot be accessed to check in. Can you check your site URL and let me know it.

    in reply to: remove space on top of website #44674
    Sakin
    Keymaster

    Hi Esther,

    Thanks. Yes, we like to make best use of our both free and pro theme. Please provide review for Catch Evolution Free theme at https://wordpress.org/support/view/theme-reviews/catch-evolution

    Thanks
    Sakin

    in reply to: adding more space between the header image and featured content #44673
    Sakin
    Keymaster

    @Danielle: You can add the following css in “Appearance => Theme Options => Custom CSS” box to hide the page title.
    #main .entry-header { display: none; }

    Your site title and tagline is same with move up and down. I think you already fixed this.

    in reply to: width question #44542
    Sakin
    Keymaster

    @mindiapolis: Sorry but when there is support that we cannot give it properly we recommend it. As our free service is not dedicate and advance. So, wanted to give you option.

    About the footer Areas text, I have already suggested previously. Then when you use Footer Area one and Footer Area two then it will be divided into 50% each. So to make the full width, you need to move your Social Widget from Footer Area Four to Footer Area one below your text widget.

    Then after moving the social icon and your text widget to same Footer Area One then you can add the following css in “Appearance => Theme Options => Custom CSS” to make your social icon to the right under the text.
    #footer-sidebar .widget_adventurous_social_widget { float: right; }

    in reply to: Lines above posts #44540
    Sakin
    Keymaster

    @Kim: sorry there is no option to get the formatting when you have excerpt mode. You need to change the full content mode as suggested above.

    in reply to: Remove Link from featured content image #44535
    Sakin
    Keymaster

    @Heinz: Thanks I was misunderstanding you. Yes, there was default #link where there in no link in “Homepage Featured Content Options”. For now, I have just fixed it in your core theme and we will fix this in new version update.

    in reply to: width question #44534
    Sakin
    Keymaster

    @mindiapolis: To make your homepage content with 100% and sidebar below, then you can add the following css in “Appearance => Theme Options => Custom CSS” box.
    .home #primary { width: 100%; }

    You contact info and all looks confusing and bit out of regular support, so I suggest you to hire customizer http://catchthemes.com/hire-customizer/ and work on it.

    in reply to: Meetup in Social links #44532
    Sakin
    Keymaster

    @Frank: thanks we found that it is conflicting with xing social Icon. We will fix this in next version update. So, for now you can hide the meetup icon by adding in the following css in “Appearance => Theme Options => Custom CSS” box.
    .social-profile ul li.meetup { display: none; }

    in reply to: Viewing photos with caption on mobile devices #44531
    Sakin
    Keymaster

    @Patrice: Thanks. I just clear the cache from your W3 Total Cache settings and then refresh my iPhone and it’s working fine.

    Sakin
    Keymaster

    Oh you are using WordPress 3.3.1 where as the header feature was added only from version 3.4 so it will not work. See this http://codex.wordpress.org/Custom_Headers. So, you need to update your WordPress.

    Sakin
    Keymaster

    @Matthew: I mean can you go to “Appearance => Header” and uplaod it. If this work then it should be fine. If not then there must be some issue with the server. I will contact you though email so that I can check in details.

    Sakin
    Keymaster

    @Matthew: Maybe some issue with your server. It strange that you cannot go to “Appearance => Theme Options => Header Options => Custom Header: Logo & Site Details”. Then how about “Appearance => Header” as that link leads to Header. So, if this works then you can do it from here.

    in reply to: Remove Link from featured content image #44516
    Sakin
    Keymaster

    @Heinz: Ok I will email you and then I will check in your server. It’s complicated when you have cache installed.

    in reply to: Confused about static page #44515
    Sakin
    Keymaster

    @RaineHollister: Sorry that social icon is not from our theme. So, we don’t have control of it. How did you added in? Did you added through plugin then you need to ask in that plugin support forum.

    Sakin
    Keymaster

    @Matthew: Are you able to upload them image from “Media => Add New”?

    in reply to: Create Post Archive Page – best method? #44510
    Sakin
    Keymaster

    @macwebster: WordPress.com shortcode will not work in WordPress.org. These two are different. Some of the featured and shortcode used in WordPress.com can be achieved by activating Jetpack plugin http://jetpack.me/. So check that.

    For building your own archive page template. You need to build child theme and then edit the functions as per your need there. For child theme, check out http://catchthemes.com/blog/create-child-theme-wordpress/

    in reply to: Change sidebar width? #44509
    Sakin
    Keymaster

    @Amanda Hutcheson: Please post in your site URL and the width that you want. Then I can send your the css.

    Note: you shouldn’t edit any core theme files inside ‘simple-catch’ theme directory. This means you shouldn’t edit style.css as all these edits will be reverted back to original when you update or upgrade the theme. So, the option to edit css is either from “Appearance => Theme Options => Custom CSS” box or by building chile theme and adding your custom css in child theme style.css

    in reply to: width question #44508
    Sakin
    Keymaster

    @mindiapolis: For menu, you can add the following css in “Appearance => Theme Options => Custom CSS” box.

    #header-right .widget ul.menu ul.sub-menu {
        padding-bottom: 0;
        padding-top: 0;
    }
    #header-right .widget ul.menu ul.sub-menu li a {
        padding: 5px;
    }
    in reply to: Header white space #44506
    Sakin
    Keymaster

    @Court: You can adjust the padding-top and padding-bottom in the following css as per your need and then add it in “Appearance => Theme Options => Custom CSS” box.

    #header-content {
        padding-top: 25px;
        padding-bottom: 25px;
    }
Viewing 20 posts - 6,301 through 6,320 (of 14,497 total)