Forum Replies Created

Viewing 20 posts - 3,001 through 3,020 (of 14,501 total)
  • Author
    Posts
  • in reply to: Set excerpt length by paragraph instead of word count #61132
    Sakin
    Keymaster

    @RevCT: Sorry there is no option to change that to paragraph. So, what you can do is change the “Archive Content Layout” to “Show Full Content (No Featured Image)” from “Appearance => Customize => Theme Options => Layout Options”. Then your site will show, Full Content. Then you can add in Image and content as per your need. You can split content using more tag <!--more-->. Just add more tag where you want to break content. For more about more tag, refer to http://devotepress.com/wordpress-writing-editing/how-to-split-content-using-the-more-tag-option/

    in reply to: Chicago Free Theme – social media icons in header? #61131
    Sakin
    Keymaster

    @ommmmaggie: Did you check in theme instructions page for social icons http://catchthemes.com/theme-instructions/chicago/#add-social-link . Please follow that and if you still cannot solve it then post in your site URL so that I can check in.

    in reply to: Child theme query #61130
    Sakin
    Keymaster

    @Intergame: Thanks for your appreciation and if you like my support and Adventurous theme then please support it by providing your valuable review and rating at https://wordpress.org/support/view/theme-reviews/adventurous?rate=5#postform

    in reply to: Featured Image Slider Stopped Working #61128
    Sakin
    Keymaster

    @svoelker: there is still conflict. Try deactivating other plugins one by one.

    in reply to: custom title on the top of the page #61127
    Sakin
    Keymaster

    @Mikhail: For site tile, you need to copy function catchresponsive_site_branding() from catchresponsive-custom-header.php file to your child theme functions.php file and edit it.

    Then for menu, it depends on which menu are you using. Then you can copy that function to your child theme functions.php file. All menus are in file catchresponsive-menus.php

    in reply to: Is there an about me widget or bio widget? #61126
    Sakin
    Keymaster

    @Amanda: Please post in your site URL and then I can check in. Your widget should display fine. It should show all.

    in reply to: Changing the width of Content and Sidebar #61125
    Sakin
    Keymaster

    @skendall: I adventurous pro theme, if you want Full Width content without sidebar then go to “Appearance => Theme Options => Layout Options => Sidebar Layout Options” and then select “No Sidebar, Full Width”.

    Then to hide the page titles, you can add the following css in “Appearance => Theme Options => Custom CSS” box:

    .page .entry-header { display: none; }

    Note: when you post in support question. Please post in your site URL so that I can check your site and understand your requirement.

    in reply to: Main Nav Font Size #61124
    Sakin
    Keymaster

    @Kim: which actual text are you taking about, if it’s general default text size then you can adjust it by adding in the following css in Custom CSS box:

    body, input, textarea {
        font-size: 15px;
        line-height: 1.62em;
    }
    in reply to: Remove descriptive text under Menu Bar #61123
    Sakin
    Keymaster

    @Albert: Do you mean photo in Gravatar is link with your email address. So, you first need to add in your email address in https://en.gravatar.com/ and then it will display it.

    in reply to: How to increase content area width? #61122
    Sakin
    Keymaster

    @SeekingEscape: Sorry I don’t get it what you want. It’s better if you have any decided width for your site. If it’s in percentage then you can just write simple css as:

    @media screen and (min-width: 981px) {	
        #primary {
            width: 75%;
        }
        #secondary {
            width: 23%;
        }
    }

    But if you have fixed width in px, then you need to add long responsive css as per the device width.

    in reply to: Place page title over featured image #61121
    Sakin
    Keymaster

    @heather: Sorry this is beyond by support and I guess you need to hire cutomizer to work on it.

    in reply to: Set Footer background color to transparent?? #61119
    Sakin
    Keymaster

    @Kev0192: ok then please replace previous css with the following css:
    #content, #main, #site-generator { background-color: transparent; }

    in reply to: mobile-menu: wrong sort order #61117
    Sakin
    Keymaster

    @bfischer: ok now I see that you have added in Custom Menu widget to your sidebar but you haven’t assign any menu as Primary menu. So, just go to “Appearance => Menus => Manage Locations” and then assign menu to Primary menu.

    As right now, mobile menu is taking default page menu where as your sidebar have custom menu.

    in reply to: Menu Height & Home Page Removal #61108
    Sakin
    Keymaster

    @Hair Bear: Sorry I cannot check in before theme gets live. Tell him to make test site live.

    in reply to: Breadcrumbs on Catch Box Pro #61107
    Sakin
    Keymaster

    @Harry: Looks like you had customize Catch Box Free theme, as we don’t have support for Breadcrumb in both free and pro version. We are adding it in next version update which will be released soon. It’s under final testing.

    For now, you can add the following code in functions.php file:

    if ( ! function_exists( 'catchbox_breadcrumb_display' ) ) :
    	/**
    	 * Display breadcrumb on header
    	 */
    	function catchbox_breadcrumb_display() {
    		if ( function_exists( 'yoast_breadcrumb' ) ) {
    			echo '<div class="breadcrumbs wpseoyoast">';
    				yoast_breadcrumb();
    			echo '</div><!-- .wpseoyoast -->';
    		}
    		elseif ( function_exists( 'bcn_display' ) ) {
    			echo '<div class="breadcrumbs breadcrumbnavxt" xmlns:v="http://rdf.data-vocabulary.org/#">';
    					bcn_display();
    			echo '</div><!-- .breadcrumbnavxt -->';	
    		}
    		
    	}
    endif; // catchbox_breadcrumb_display	
    add_action( 'catchbox_content', 'catchbox_breadcrumb_display', 20 );
    in reply to: simple catch archive #61079
    Sakin
    Keymaster

    @roche5000: Nice. Thanks 🙂

    in reply to: Page Load Wait #61078
    Sakin
    Keymaster

    @CJSwanepoel: Sorry no option to do that from Theme. You might want to try plugin like lazy loader and w3 total cache and son on.

    in reply to: file CSS #61077
    Sakin
    Keymaster

    @marcodimi: Check if there is minify and combine option in Wp Super Cache plugin or other plugin. Nothing much to do from theme.

    in reply to: slider #61076
    Sakin
    Keymaster

    @polack47: Sorry there is no option for that. You can just make that text to right from custom css. Maybe you can to try adding in the following css in “Appearance => Theme Options => Custom CSS” box:

    #main-slider .entry-container {
        right: 0;
    }
    in reply to: mobile menu disappearing #61075
    Sakin
    Keymaster

    @mityo: Have you customize any files/folder inside catch-evolution. If so then you need to revert that back. But if you haven’t change then, please check in your plugin. It might be plugin issue. So, try disabling plugin one by one. You need to have menu like this http://catchthemes.com/demo/catch-evolution/

    About the menu in two like, it because of your custom css padding left. Please find the following css in your custom css and remove it.

    #header-menu ul.menu {
        padding-left: 160px;
    }
Viewing 20 posts - 3,001 through 3,020 (of 14,501 total)