Forum Replies Created

Viewing 20 posts - 12,281 through 12,300 (of 14,504 total)
  • Author
    Posts
  • in reply to: Widget links hover color? #9048
    Sakin
    Keymaster

    @arilab: Sorry screenshot URL missing. But yes I tack back to email as I see that you are talking widgets link hover color. You can just change the color code and add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    .widget-area .widget a:hover { color: #0088cc; }

    in reply to: Reposition logo and website title? #9045
    Sakin
    Keymaster

    @dt2791: The best option is to make the logo image with the Site Title and Tagline. So, it will be single image. Then you can just hide the header text from “Appearance => Header”.

    The another option will be to add in the following CSS in “Appearance => Theme Options => Custom CSS” box.

    #branding hgroup {
        height: 1%;
        overflow: hidden;
    }
    #site-logo, #site-details {
        display: inline-block;
        float: left;
        margin-right: 2%;
    }
    in reply to: How to remove some things #9043
    Sakin
    Keymaster

    @impresnet: New version of Theme. But all our Free theme is hosted in WordPress.org and they control the version update for quality reason.

    in reply to: Featured Image on Post Page #9030
    Sakin
    Keymaster

    @betgriff: That option is only there in Catch Everest Pro theme. But for now, since you are using Catch Everest Free theme. You can add the following CSS in “Appearance => Theme Options => Custom CSS” box to hide the image.
    .single .featured-image { display: none; }

    in reply to: Submenu height #9029
    Sakin
    Keymaster

    @b.grangeia: you can just change the line height as per you need and add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    @media screen and (min-width: 1060px) { 
    #header-menu ul.menu ul a {
        line-height: 23px;
    }
    }
    in reply to: Widget links hover color? #9028
    Sakin
    Keymaster

    @arilab: Yes, can you share with me your screenshot so that I know what you mean.
    No we don’t have any plan to add define colors for a print css at this stage.

    in reply to: Fixing height of input fields #9026
    Sakin
    Keymaster

    @rxcosta: You can just adjust the height and add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    input[type="text"], input[type="password"], input[type="email"] {
        height: 20px;
    }
    in reply to: Menu not central #9020
    Sakin
    Keymaster

    @Royal Vic: It looks like you have change the default menu div that is missing. There is missing div wrapper “menu-header-container”. That is why it is giving you the issue. Just restore your header.php file and it will be fine.

    in reply to: Text wrap issue #9019
    Sakin
    Keymaster

    @m.ohare.lyons: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    .home #content .post .col8 {
        width: auto;
    }
    in reply to: Catch Box Pro Header and Forum Question #8997
    Sakin
    Keymaster

    @amberfm: You can just upload the larder header image of width 1000px from “Appearance => Header” and then fo to “Appearance => Theme Options => Header Options”. Then add all header top margin, right margin, bottom margin and left margin to 0.

    This theme only suports either 1 column or 2 column. For homepage layout settings “Go to Appearance => Theme Options => Default Layout”

    in reply to: Animate Menu #8996
    Sakin
    Keymaster

    @Samson81: This is css menu. So, you will not get the effect. For effect you need to install plugin or add Superfish Menu. If you got plugin that it will be great. Adding manually is bit complicated. See this http://wp.tutsplus.com/tutorials/widgets/integrating-superfish-menu-into-a-template/

    in reply to: Adding an extra box #8995
    Sakin
    Keymaster

    @acanthuroid: you site is not live yet. I need to see. I don’t know what you have added in.

    in reply to: CATCH EVEREST #8985
    Sakin
    Keymaster

    @ianroach: Please post it in Catch Everest Pro forum. You can change the color through Color Options. Go to “Appearance => Theme Options => Color Options” and change the color as per you need.

    in reply to: Post page not formatted & slider not showing #8984
    Sakin
    Keymaster

    @trentbuzz: If you want just as above site then why don’t you use Simple Catch Pro theme. This theme is different and canot be made same. These two are totally different theme and cannot be compared.

    in reply to: Featured Video plugin #8983
    Sakin
    Keymaster

    @karinschultz: Yes if you select option sidebar one. Then optional sidebar one will display on that page. So, just add all the widgets needed for that page in Optional Sidebar one.

    in reply to: Add photo album #8982
    Sakin
    Keymaster

    @Maeyke: For example you have unnecessary code like below above “Verslag vanuit Bangkok”

    <header class="entry-header">
    	<h1 class="entry-title"><a rel="bookmark" title="Permalink to " href="http://2opreis.net/2013/05/13/bangkok-2/"></a></h1>
    	<div class="entry-meta">
    		<span class="on-date">Posted on <a rel="bookmark" title="22:20" href="http://2opreis.net/2013/05/13/bangkok-2/"><time datetime="2013-05-13T22:20:57+00:00" class="entry-date">13 mei 2013</time></a></span><span class="by-author"> by <span class="author vcard"><a rel="author" title="View all posts by admin" href="http://2opreis.net/author/admin/" class="url fn n">admin</a></span></span>
      	</div><!-- .entry-meta -->
    </header>
    in reply to: Footer 3 columns with thumbnails? #8979
    Sakin
    Keymaster

    @paulinepkehoe: It’s ok. It happens sometime. 🙂

    in reply to: add media button #8968
    Sakin
    Keymaster

    @markspend1: This is not a theme related issue. Check your server or it must be conflicting with plugin. So, Just deactivate plugins and check it.

    in reply to: Post page not formatted & slider not showing #8966
    Sakin
    Keymaster

    @trentbuzz: The excerpt mode display the excerpt text only. But if you want to split content using the Full Content mode. Then check back to full content mode and then split the content using “The More Tag” See this http://en.support.wordpress.com/splitting-content/more-tag/

    in reply to: Featured Video plugin #8965
    Sakin
    Keymaster

    @karinschultz: I don’t get in. You can add multiple of widget is the sidebar.

Viewing 20 posts - 12,281 through 12,300 (of 14,504 total)