Forum Replies Created

Viewing 20 posts - 8,961 through 8,980 (of 14,494 total)
  • Author
    Posts
  • in reply to: Turn off left and right arrows on Slider #19628
    Sakin
    Keymaster

    @rbrt_bene: Thanks you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #controllers { display: none; }

    in reply to: Turn off left and right arrows on Slider #19619
    Sakin
    Keymaster

    @rbrt_bene: I need your site URL.

    in reply to: Featured Post Slider dosn't work #19617
    Sakin
    Keymaster

    @phillipb007: Exclude from homepage will just exclude slider post from homepage. You can either just hide it with custom css or build child theme and change the code in your child theme functions.php file. Can you send me your site URL?

    in reply to: Change header/tagline font size in mobile devices #19616
    Sakin
    Keymaster

    @John: You can check here mattkersley.com/responsive

    in reply to: Weird menu on mobile #19615
    Sakin
    Keymaster

    @Cybersnaby: It’s when you view your homapage, the top menu doesn’t have home so it is just showing Menu and for the menu menu it’s showing Home.

    in reply to: Change lanuage into german #19614
    Sakin
    Keymaster

    @Detlef: Can you send me that language file and then I will add it in core so that it will help you in updating.

    in reply to: Weird menu on mobile #19607
    Sakin
    Keymaster

    @Cybersnaby: It’s a responsive design and while changing the menu color the mobile memu color haven’t been changed. So, to match with your color you can add the following CSS in “Appearance => theme Options => Custom CSS” box.

    .sb-holder {
        background-color: #ccc;
    }
    .sb-selector:link, 
    .sb-selector:visited, 
    .sb-selector:hover {
        color: #404040;
    }
    .sb-options a:link, .sb-options a:visited {
        color: #404040;
    }
    .sb-options a:hover,
    .sb-options a:focus,
    .sb-options a.sb-focus {
        background-color: #ccc;
    	color: #404040;
    }
    in reply to: Regarding theme installation #19606
    Sakin
    Keymaster

    @suchi: Once you install new theme. Your plugins will be as it is. But you might need to do few settings in Theme Options panel and widgets.

    in reply to: Change number of featured content columns #19604
    Sakin
    Keymaster

    @Micha: You can simply upgrade to Catch Everest Pro and you will have option to choose 4th column. For Free version, you need to build child theme and do the customization. It’s bit complicated so better hire a customizer at http://catchthemes.com/hire-customizer/. But if you want to try it then build child theme and create functions.php file and copy function catcheverest_homepage_featured_content() from catcheverest-functions.php and edit

    if ( $i % 3 == 1  || $i == 1 ) {
    						$classes = "post hentry first"; 
    					} 

    to

    if ( $i % 4 == 1  || $i == 1 ) {
    						$classes = "post hentry first"; 
    					} 
    in reply to: tinynav not visible #19598
    Sakin
    Keymaster

    @mpiontek: Look like there is conflict with your plugin. So, try disabling plugin one by one and check in.

    in reply to: Change header/tagline font size in mobile devices #19597
    Sakin
    Keymaster

    @John: It depends on the mobile screen. You can change the size and add it in “Appearance => Theme Options => Custom CSS” box.

    /* For Mobile Screen upto 768px */
    @media screen and (max-width: 768px) {
    #site-title {
        font-size: 36px;
        line-height: 46px;
    }
    #site-description {
        font-size: 14px;
        line-height: 1.62em;
    }
    }
    in reply to: Hyperlink on the featured contents #19596
    Sakin
    Keymaster

    @yoshimi233: Go to “Appearnace => Theme Options => Homepage Settings => Homepage / Featured Content Options”.
    In Homepage featured content you will see “Link URL” where you can add link. And if you want to add it in Homepage featured content “Content Section”, then you can add HTML links like below:
    <a href="http://catchthemes.com" title="Catch Themes">Catch Themes</a> Hello.

    in reply to: Error Publishing New Pages #19595
    Sakin
    Keymaster

    @nnicholson1: Try disabling plugin one by one and check. Don’t add in. You can try deleting this page and create new one. As this is not a theme issue.

    in reply to: Change lanuage into german #19594
    Sakin
    Keymaster

    @Detlef: Ok I will email you the text file and you can send me back the translation.

    in reply to: Menu Bar – Center, Justify & Recolor #19593
    Sakin
    Keymaster

    @hipandhealthykids: Here goes the css.

    /* For Active Menu */
    #header #mainmenu ul li.current-menu-item a, 
    #header #mainmenu ul li.current-menu-parent a, 
    #header #mainmenu ul li.current_page_item a, 
    #header #mainmenu ul li.current_page_ancestor a {
        background-color: #444;
        color: #fff;
    }
    /* Sub-menu Hover Color */
    #header #mainmenu ul li ul li a:hover, 
    #header #mainmenu ul li ul li:hover > a {
    	background-color:#333;
    	color:#fff;
    }

    For more customization please use hire a customizer http://catchthemes.com/hire-customizer/

    in reply to: Menu Bar – Center, Justify & Recolor #19581
    Sakin
    Keymaster

    @hipandhealthykids: Here goes the css for hover.
    #header #mainmenu ul li:hover > a { background-color: #444; color: #fff; }

    in reply to: Change Font Color under Slider #19576
    Sakin
    Keymaster

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

    .featured-text { color: #000; }
    .featured-text a.readmore { #000; }
    in reply to: Show path #19575
    Sakin
    Keymaster

    @Micha: Can you try adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #header-menu .menu .current-page-ancestor > a { background-color: #000; }

    in reply to: Move Site Description under Logo #19573
    Sakin
    Keymaster

    @hipandhealthykids: You can decrease the margin top of the menu. Adjust as per you need and add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #header #mainmenu { margin-top: 40px; }

    in reply to: Header Background Changing from Screen to Screen #19572
    Sakin
    Keymaster

    @hipandhealthykids: background-image css will not take other properties, only background will take all the other properties.

    Also about the images, your site couldn’t fine one image. That is http://www.hipandhealthykid.com/wp-content/uploads/2014/HHKWallpaperOtherPages.png and it can only fine http://www.hipandhealthykid.com/wp-content/uploads/2014/HHKWallpaper.png . So, check your image url and add it properly.

Viewing 20 posts - 8,961 through 8,980 (of 14,494 total)