Forum Replies Created

Viewing 20 posts - 13,081 through 13,100 (of 14,500 total)
  • Author
    Posts
  • in reply to: Line Spacing + Featured Content Break #6442
    Sakin
    Keymaster

    Hello Claudia,

    1. Line Spacing
    a. There seems to be an extra
    more than I’d like after each paragraph. I only want one break and to me it looks like two.
    — This is not the
    but it’s the margin. We have set different margin as per the screen size. You can change the margin by adding the following CSS in “Custom CSS” box in Theme Options panel.

    @media screen and (min-width: 1190px) { p { margin-bottom: 40px; } }
    p { margin-bottom: 30px; }
    @media screen and (max-width: 1060px) { p { margin-bottom: 20px; } }

    b. The same can be said for the side bar. There is too much space between each widget, especially on top of the social media icon.
    — You can change the margin by adding the following CSS in “Custom CSS” box in Theme Options panel.

    @media screen and (min-width: 1190px) {
    .widget { margin-bottom: 50px; }
    .widget.widget_catcheverest_social_widget { margin-bottom: 40px; }
    }
    .widget { margin-bottom: 40px; }
    .widget.widget_catcheverest_social_widget { margin-bottom: 30px; }
    @media screen and (max-width: 1060px) {
    .widget { margin-bottom: 30px; }
    .widget.widget_catcheverest_social_widget { margin-bottom: 20px; }
    }

    2. Featured Content Break:
    — Just add the following CSS in “Custom CSS” box in Theme Options panel.

    #featured-post { border-bottom: 1px solid #E6E6E6; margin-bottom: 30px; }
    @media screen and (min-width: 1190px) { #featured-post { margin-bottom: 40px; }
    @media screen and (max-width: 1060px) { #featured-post { margin-bottom: 20px; } }

    in reply to: featured image gallery #6438
    Sakin
    Keymaster

    @chestnut1984: I am still not sure id I understand your question. If you want to add featured image in the pages or post then see this http://en.support.wordpress.com/featured-images/#setting-a-featured-image

    in reply to: Removing text area from slider #6436
    Sakin
    Keymaster

    @takac.agent: If you are using Catch Everest theme, then add the following CSS in “Custom CSS” box in Theme Options panel to hide the Featured Post Slider excerpt.
    #main-slider .entry-content { display: none; }

    in reply to: Upgrading to Catch Box Pro #6435
    Sakin
    Keymaster

    @Mickesan: You can just login and post your own topic http://catchthemes.com/support-forum/forum/catch-box-pro-premium/

    For changing the text color of menu items, just add the following css in “Custom CSS” box in Theme Options panel. Change the color code as per your need.
    #branding ul.menu a { color: #eeeeee; }

    in reply to: Change Slider Image and Text #6433
    Sakin
    Keymaster

    @ambassador1103: Catch Everest uses the Featured Post Slider which mean it will take the title, excerpt and featured image from post.

    I have cleared the question in this support thread. See this http://catchthemes.com/support-forum/topic/featured-post-slider-not-showing-up/

    in reply to: Catch everest for multilingual page #6432
    Sakin
    Keymaster

    @takac.agent: Can you contact qtranslate plugin support.

    in reply to: Couple Of Issues #6431
    Sakin
    Keymaster

    @Aneesh: Yes you can use it.

    in reply to: widget footer #6429
    Sakin
    Keymaster

    @Simona: Once you buy in the Pro version. You can just download the Pro version from your account in Catch Themes. Then you just upload the theme and activate it. You will only need to reassign menu if you have used custom menu, and custom header image.

    in reply to: Search bar version 2.0 #6428
    Sakin
    Keymaster

    @illibo: Did you refresh your browser and check it. I just check in your site and the Search box is working fine.

    in reply to: Border and content #6426
    Sakin
    Keymaster

    @@nirym: I have just emailed you reply me there.

    in reply to: Border and content #6424
    Sakin
    Keymaster

    @nirym: No it won’t do. What ever you have saved will be saved in your database. So, can you delete the theme and add in new and fresh theme, you will get back everything fine. It will only delete the changes what you have done in code theme files. But nothing will be gone from Theme Options panel.

    in reply to: Masking Domain – responsive lost #6422
    Sakin
    Keymaster

    @mattlambert I just check in and both the site are working fine as responsive.

    in reply to: no post ID's showing on Everest #6420
    Sakin
    Keymaster

    @jwilford1: Thanks and I hope you will like Catch Everest as well.

    in reply to: Share This Icons Gone from Homepage? #6419
    Sakin
    Keymaster

    @elh148: We will not be able to fix the plugin issues. Please ask in plugin forum. As we don’t know how that plugin is build. They will be able to send you the details and if we need to change any of our code then we will do that.

    in reply to: Couple Of Issues #6401
    Sakin
    Keymaster

    @Aneesh: Yes you can use it for unlimited site and in Pro version IE8 issue has been fixed.

    Sakin
    Keymaster

    @akire64: You can try adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.

    /* For Transparent background in Slider text */
    #main-slider .entry-title a, #main-slider .entry-content { background-color: transparent; }
    /* For Text to be center */
    #main-slider .entry-container { max-width: 100%; text-align: center; width: 100%; }

    in reply to: no post ID's showing on Everest #6377
    Sakin
    Keymaster

    @jwilford1: Install Catch IDs plugin http://wordpress.org/extend/plugins/catch-ids/ and it will show the Post IDs.

    in reply to: center logo on top with less white space on top and bottom #6376
    Sakin
    Keymaster

    @playX: Please don’t change directly on style.css and responsive.css. So, just reupload the original style.css and responsive.css . I mean just add the original files.

    Then follow the step:
    1. Upload the large header image through “Appearance => Header”
    2. Then disable Header Right Section through “Appearance => Theme Options => Header Right Section”. Check to disable and save it.
    3. Then add the following css in “Appearance => Theme Options => Custom CSS”
    #hgroup-wrap, #site-logo { padding: 0; }

    in reply to: Share This Icons Gone from Homepage? #6374
    Sakin
    Keymaster

    @elh148: I see in your site http://www.insideout7.com/ the social icons are there.

    in reply to: text description on the slider #6369
    Sakin
    Keymaster

    the Excerpt module will be under the post editor to create an excerpt for the post. If you do not see the Excerpt module, click the Screen Options tab near the top-right when writing or editing a post and make sure that “Excerpt” is checked.

    See this for details http://en.support.wordpress.com/splitting-content/excerpts/

Viewing 20 posts - 13,081 through 13,100 (of 14,500 total)