Forum Replies Created

Viewing 20 posts - 4,601 through 4,620 (of 14,509 total)
  • Author
    Posts
  • in reply to: So much empty space! #53557
    Sakin
    Keymaster

    @peenie92: Ok you can change the margin top value in the following css as per your need and then add it in “Appearance => Theme Options => Custom CSS” box:

    /* Margin above Logo */
    #header .logo-wrap { margin-top: 54px; }
    /* Margin above Social Icons */
    #header .social-search { margin-top: 40px; }
    /* Margin above Menu */
    #header #mainmenu { margin-top: 40px; }
    in reply to: Skupe Social button #53556
    Sakin
    Keymaster

    @Fuchur: Nice. But we will be adding it soon in new version update.

    in reply to: duplicate image #53553
    Sakin
    Keymaster

    @Claudio: As one image is the Featured Image that you have added in your page and another one is the the image inside your page content. So, you can either remove the page image or the featured image in your page.

    Or you can add the following css in “Appearance => Theme Options => Custom CSS” to hide that image in your page.
    #featured-content .entry-container .wp-caption { display: none; }

    in reply to: duplicate image #53540
    Sakin
    Keymaster

    @Claudio: Sorry I don’t understand it. Can you explain in reference with your site URL?

    in reply to: Keyword and Category Tags #53539
    Sakin
    Keymaster

    @6figurefamily: You can add the following css in “Appearance => Theme Options => Custom CSS” box:

    footer .entry-meta { display: none; }

    in reply to: Navigation Slider Prev and Next #53531
    Sakin
    Keymaster

    @msyarif: Sorry my question where did you see the top image with arrow on middle left and right of slider. Are you trying to make that or you have seen it in our site.

    in reply to: Navigation Slider Prev and Next #53518
    Sakin
    Keymaster

    @msyarif: It’s strange why you have different arrow. Can you send me your site URL so that I can check in.

    in reply to: Slider & Header only on certain pages #53513
    Sakin
    Keymaster

    @Edward: For slider there is not option like specific pages. The options are to Enable Slider either only on Homepage or on Entire site.

    But yes, you can disable Header Image in particular page/posts. For that you can edit those page/post and below you page/post editor you will see “Full Frame Options” metabox, where you can click on “Header Featured Image Options”, check “Disable” and then update your page/post.

    in reply to: Right sidebar width #53512
    Sakin
    Keymaster

    @Melissa: It let’s you add url. For example, I will add in Catch Themes as catchthemes.com . It’s working fine.

    in reply to: Custom Social Icon Hover and Table Width #53490
    Sakin
    Keymaster

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

    .site .widget_catchbase_social_icons a:hover {
    	text-decoration: none;
    }
    .site .widget_catchbase_social_icons .icon-hover,
    .site .widget_catchbase_social_icons .has-hover:hover .icon-static {
    	display: none;
    }
    .site .widget_catchbase_social_icons .has-hover:hover .icon-hover {
    	display: inline-block;
    	text-decoration: none;
    	border: none;
    }

    2. For that you need to edit that page and at the bottom of our content editor of that page, you will see “Catchbase Options” meta box, from where you can change layout to “No Sidebar (Full Width) and update page.

    in reply to: Site Title and Tag Line #53484
    Sakin
    Keymaster

    @tygood36: There is no option to do that. If you just show that then it will be long header that shows above your site. This theme is not design to do that. Maybe you want to try in Adventurous theme or Catch Flames theme.

    in reply to: Featured Slider doesn't slide #53456
    Sakin
    Keymaster

    @boardwalk: Thanks for finding issue. It’s compatibility issue with Portfolio Slideshow Pro plugin

    in reply to: Featured Slider #53441
    Sakin
    Keymaster

    @Nick: Yes, it’s responsive. Can you share your site URL so that I can check in. You can check our demo URL with your mobile device at http://catchthemes.com/demo/catch-kathmandu/

    in reply to: Add a border around my posts on the home page #53438
    Sakin
    Keymaster

    @Keith: Ok then ignore all previous uss and just add the following css to add border in all posts and post in homepage.
    #content .hentry { border: 2px solid #7d1515; }

    Then to reduce the space between widget, you can remove margin bottom and paggind bottom by adding the following css:

    #secondary .widget {
        margin-bottom: 0;
        padding-bottom: 0;
    }
    in reply to: Upgrade now theme is broken #53425
    Sakin
    Keymaster

    @Matthew: Thanks will check in details

    in reply to: Skupe Social button #53420
    Sakin
    Keymaster

    @Fuchur: Your code look good. After you update the code. Did you change any value in Customizer social icons so that it clears the transient cache.

    We are in the process of adding in the theme in next version update. We are in the process of adding two one for Skype Call and another for skype call my number. Thanks 🙂

    in reply to: So much empty space! #53419
    Sakin
    Keymaster

    @peenie92: First of all your logo image http://www.ifishanywhere.com/wp-content/uploads/2015/03/15225_iFishanywhere_LOGO_4-e1426460259872.png has lot of bank space above and below. So, you need to edit that logo and check back.

    in reply to: Upgrade now theme is broken #53417
    Sakin
    Keymaster

    @Matthew: Can you let me know what’s broken. Also after upgrade don’t forget to clear your Cache from W3 total Cache plugin settings and check your custom css.If you want assistance in upgrade installation then I can do that for you. There will be few item you might need to reassign back like custom menu and so on. See this http://devotepress.com/wordpress-writing-editing/upgrade-premium-version-wordpress-themes-eg-adventurous-pro/

    I will email you just in case you need help in upgrade setup then I can do that smoothly.

    in reply to: how to remove title and Excerpt from post feature slider #53391
    Sakin
    Keymaster

    @Stephanie: You can add the following css in “Appearance => Theme Options => Custom CSS” box to hide the Featured Post Slider title and excerpt text.
    #main-slider .entry-container { display: none; }

    But if you choose Featured Image Slider from “Appearance => Theme Options => Featured Slider => Slider Options => Select Slider Type” then you can use upload image and link as per your need. If you don’t want title and content then you lave that empty.

    in reply to: Site Title and Tag Line #53390
    Sakin
    Keymaster

    @llosongco: Sorry I don’t get it what you mean. Can you explain in reference with your site URL.

Viewing 20 posts - 4,601 through 4,620 (of 14,509 total)