Forum Replies Created

Viewing 20 posts - 8,801 through 8,820 (of 14,497 total)
  • Author
    Posts
  • in reply to: Social Links at the bottom of posts #20159
    Sakin
    Keymaster

    @spotlessdalmatian: Yes, there is one plugin name “Simple Share Buttons Adder” and the script from Sharethis.com . This is not added by us so I don’t know where you have added it.

    in reply to: Add Meta Slider to Front Page in Child Theme #20158
    Sakin
    Keymaster

    @Websiteguy: You can then either copy the header.php fine in your child theme and add the code in the position that you want or just create functions.php file in your child theme and add the following code:

    <?php
    function catcheverest_child_metaslider() {
    	
    	 echo do_shortcode("[metaslider id=1336]");
    	 
    }
    add_action( 'catcheverest_before_main', 'catcheverest_child_metaslider', 10 );
    in reply to: right allign some menu items #20157
    Sakin
    Keymaster

    @pemca: Wow, I didn’t knew that you are so good at CSS and inspect element. Congrats 🙂

    in reply to: right allign some menu items #20144
    Sakin
    Keymaster

    @pemca: Sorry this option is not there. You need to hire customizer and work on it.

    in reply to: Social Links at the bottom of posts #20143
    Sakin
    Keymaster

    @spotlessdalmatian: Either you are using 2 different social plugins or 2 different social code. Both the button are not from our theme. If you see our demo page http://catchthemes.com/demo/catch-box, you will see in the footer, the social icon that comes with our theme. Please check your plugins.

    in reply to: Slider arrows interfere with drop-down menus #20141
    Sakin
    Keymaster

    @CRICKETBIRD: Can you post in your site URL so that I can check in?

    in reply to: Page width #20140
    Sakin
    Keymaster

    @EirikurVa: That is responsive design theme and it is not recommended to increase the width. For larger width you can use Catch Evolution and Catch Kathmandu pro theme.

    If you want to increase to Catch Box Pro theme then you need to consider hiring customizer to work for you.

    I will check in, can you post in your site URL and let me know the width that you want to increase to.

    in reply to: Add Meta Slider to Front Page in Child Theme #20138
    Sakin
    Keymaster

    @Websiteguy: I see that you have use Catch Everest Free theme but have hide “Theme: Catch Everest” from your footer. Please add it back as this is the only reason we provide free theme and free support. If you want to edit “Footer Text” then you can upgrade to Catch Everest Pro theme and edit the footer text from “Appearance => Theme Options => Footer Editor”.

    Are you trying to Meta Slider a plugin code. Then you need to build child theme and then add it through your child theme functions.php file using action hook catcheverest_before_main

    in reply to: Home Tab in Nav Bar Disappeared #20133
    Sakin
    Keymaster

    @Lucia: I have uploaded screenshot. See this http://www.pinterest.com/pin/548594798331207092/

    in reply to: Everest Pro Theme has no mobile menu #20127
    Sakin
    Keymaster

    @Peyton: We also use W3TotalCache plugin. It’s really good but we need to configure as per your server. So, consult with your hosting provider for W3TotalCache plugin recommended settings.

    in reply to: Home Tab in Nav Bar Disappeared #20116
    Sakin
    Keymaster

    @Lucia: For navigation please use Custom Menus from “Appearance => Menus” and then you need to assign location to your custom menu from “Appearance => Menus => Manage Location”. In your custom menu, you can add home from “Pages” tab in “Appearance => Menus”, in pages box you can click on View All and it will show you the home at the top. Just select home and click on “Add to Menu”. For more details about custom menu. Check out http://catchthemes.com/blog/custom-menus-wordpress-themes/

    in reply to: How to have title only posts #20111
    Sakin
    Keymaster

    @duozhang1992: This will be bit technical and you might need to hire customizer to work for you. First you need to build child theme and then copy content.php file in our child theme. Then edit the code by adding the condition is_front_page().

    But if you just want to hide it for the user then you can simply hide the content section in your front page by adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.
    .blog .post .entry-content, .blog .post .entry-meta { display: none; }

    in reply to: Page title and responsive menu problem #20109
    Sakin
    Keymaster

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

    .page-title {
        color: #444;
        font-family: Arial,sans-serif;
        font-size: 34px;
        font-weight: bold;
        line-height: 45px;
    }
    @media screen and (max-width: 767px) {
    	.page-title { 
    		font-size: 19px;
    		line-height: 25px;
    	}
    }
    @media screen and (max-width: 319px) {
    	.page-title { 
    		font-size: 18px;
    		line-height: 22px;
    	}
    }

    2. For that, you need to go to “Appearance => Menus” and then create custom menu. Then you need to assign that menu from “Appearance => Menus => Manage Locations”.

    So, for the menu item that you don’t want to link with, like for Band and Media. You need to add that menu item as links. In that custom link field, in URL just add # and in Link Text you can add the text to menu and wrap with span code like this <span onClick="return true">Band</span>, then click on “Add To Menu”. This will add that Prent Drop menu in your menu. Then after adding it, if you don’t want that # as well then you can delete that # from URL and Click on Save Menu.

    in reply to: Hide Parts of Theme Options #20107
    Sakin
    Keymaster

    @s-design: Sorry we don’t have that options. You can grant wither full access or no access.

    in reply to: How to have title only posts #20105
    Sakin
    Keymaster

    @duozhang1992: Sorry I am bit confused about your question. Where do you want to show post titles only. You can use “Recent Posts” widget to show post title only in your sidebar from “Appearance => Widgets”

    in reply to: Change fontsize in footer area one #20104
    Sakin
    Keymaster

    @Sebastian: I give you the upper CSS without !media screen for default font size. Then if you want to change only for specific or various screensizes then you need to add that font css in those media screen as well.

    in reply to: Featured Slider Not Working #20102
    Sakin
    Keymaster

    @tigerrag: I just check in your site and your slider is working fine.

    in reply to: Remove Catch Everest Footer? #20101
    Sakin
    Keymaster

    @Lucas: What is your issue? Can you explain with reference to your site URL? So, that I can check your site and give you the suggestions.

    Sakin
    Keymaster

    @Matthew: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #sidebar-header-top { padding-top: 10px; }

    in reply to: Change menu colors? #20086
    Sakin
    Keymaster

    In your custom css box, you will find the following CSS:

    /* For menu bar color – hover color */
    #header-menu ul.menu li:hover > a,
    #header-menu ul.menu a:focus {
    	background-color: #0E6735;
    }

    Replace with the following

    /* For menu bar color – hover color */
    #header-menu ul.menu li:hover > a,
    #header-menu ul.menu a:focus {
    	background-color: #0E6735;
    	color: #fff;
    }
Viewing 20 posts - 8,801 through 8,820 (of 14,497 total)