Forum Replies Created

Viewing 20 posts - 2,121 through 2,140 (of 14,501 total)
  • Author
    Posts
  • in reply to: Space between site-title and site-description #67605
    Sakin
    Keymaster

    @Guillaume: Ok I cannot check in with your css. You need to make site Live. You can publish test site or live site and let me know it.

    in reply to: Lost Featured Photo for Posts on Homepage #67603
    Sakin
    Keymaster

    @photoframd: Hum… This is strange. Pro version should work exactly like free version. Can you go to “Appearance => Customize => Theme Options => Layout Options” and then check in “Archive Content Layout”.

    Also post in your site URL and explain where was the issue which is not showing now.

    in reply to: ①Header height, ②featured slider color, 3gray line #67601
    Sakin
    Keymaster

    @Kenta: Sorry I don’t understand your request. What do you mean by reduce header right. Are you trying to reduce space, height, font or width.

    in reply to: Space between site-title and site-description #67600
    Sakin
    Keymaster

    @Guillaume: What have you added in custom css. If you don’t want space between, then remove the previous css that I gave you and add the following:
    #site-title { line-height: 1; }

    in reply to: Titles only on mobile #67598
    Sakin
    Keymaster

    @Nonno: Thanks for your appreciation. Please support us my providing your valuable review and rating at https://wordpress.org/support/view/theme-reviews/catch-responsive?rate=5#postform.

    Thanks 🙂

    in reply to: Space between site-title and site-description #67597
    Sakin
    Keymaster

    @Guillaume: Please post in your site URL and then I can check in.

    in reply to: Titles only on mobile #67565
    Sakin
    Keymaster

    @Nonno: Sorry there is missing dot, please update css as below:

    @media screen and (max-width: 767px) {
        .entry-summary { display: none; }
    }
    in reply to: change menu font/size #67553
    Sakin
    Keymaster

    @Ruthy: There is no font option in Catch Responsive Free theme. There is only in pro version. You can search for font plugin in http://wordpress.org/plugins

    in reply to: larger featured image #67552
    Sakin
    Keymaster

    @shaun.smudger.smith: Oh you want to remove background in posts as well. Then replace the previous css
    #content .type-page { background-color: transparent; }
    With the following css:
    #content .hentry { background-color: transparent; }

    in reply to: Titles only on mobile #67551
    Sakin
    Keymaster

    @Nonno: YOu can try adding in the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:

    @media screen and (max-width: 767px) {
        entry-summary { display: none; }
    }
    in reply to: Menu Missing From Mobile Devices #67550
    Sakin
    Keymaster

    @muddergrad: Not sure how that plugin is interacting. You need to contact that plugin author to fix the js conflict issue. Can you try other plugin instead. As you can see that plugin is not good rated https://wordpress.org/support/view/plugin-reviews/easy-adsense-lite and also not updated to WordPress version 4.3.1. It’s compatible only till WordPress version 4.1.8.

    When I search in plugin directory, I see “Adsense Explosion” and “AJAX Plugin for AdSense” plugins are compatible to WordPress version 4.3.1.

    in reply to: Strange behavior of Feature Post Slider #67548
    Sakin
    Keymaster

    @PierreSG: Catch Everest Free version is not compatible to multilanguage plugin like Polylang or WPML, only pro version is compatible to Polylang and WPML plugin. For free version, first build child theme (for child theme refer to http://catchthemes.com/blog/create-child-theme-wordpress/ ) and then add the following code in your child theme functions.php file.

    if ( ! function_exists( 'catcheverest_wpml_invalidcache' ) ) :
    /**
     * Template for Clearing WPML Invalid Cache
     *
     * To override this in a child theme
     * simply create your own catcheverest_wpml_invalidcache(), and that function will be used instead.
     *
     * @since Catch Everest Pro 2.0
     */
    function catcheverest_wpml_invalidcache() {
    	delete_transient( 'catcheverest_post_sliders' );
    	delete_transient( 'catcheverest_homepage_featured_content' );
    	delete_transient( 'catcheverest_homepage_headline' );
    	delete_transient( 'catcheverest_footer_content_new' ); // Footer Content New
    
    } // catcheverest_wpml_invalidcache
    endif;
    
    add_action( 'after_setup_theme', 'catcheverest_wpml_invalidcache' );
    in reply to: larger featured image #67531
    Sakin
    Keymaster

    yes delete cache is same. In some plugin it will have option as Empty Cache, some have Delete Cache and some have “Clear Cache”. All means same.

    in reply to: Content jumps 91px when flipping over to fixed top menu #67529
    Sakin
    Keymaster

    @Haydie: After adding this CSS, we have footer footer over content issue. See this screenshot https://www.dropbox.com/s/jkx3jqvieb6d345/Screenshot%202015-09-25%2021.31.11.png?dl=0

    in reply to: Different header images in each page #67528
    Sakin
    Keymaster

    @jmb-travel: Yes, you can do that from Adventurous Pro theme. For that, you need to go to “Appearance => Theme Options => Header Featured Image Options” and in ”
    Enable Featured Header Image”, you need to select option “Entire Site, Page/Post Featured Image”. After you choose this, the featured image of page/post will replace the default header image.

    in reply to: Using different image for Featured image and post preview #67527
    Sakin
    Keymaster

    @jmb-travel: Yes, you can do that from Adventurous Pro theme. For that, you need to go to “Appearance => Theme Options => Header Featured Image Options” and in ”
    Enable Featured Header Image”, you need to select option “Entire Site, Page/Post Featured Image”. After you choose this, the featured image of page/post will replace the default header image.

    in reply to: Reduce header space between logo and main menu #67526
    Sakin
    Keymaster

    @cherylebernard: I am bit confused with your site.
    First, I see that you have empty menu in Primary Menu and you have items only in Secondary Menu.
    Second, I see that you have added logo as Header Image. So, try adding logo from “Appearance => Customize => Site Identity”

    Then, please remove following css from your Custom CSS box:
    #masthead { padding-top: -200px; padding-bottom: -200px; }

    And then add the following css in your Custom CSS box:

    .sidebar-header-right { display: none; }
    #masthead { padding: 0; }
    .mobile-menu-anchor a.genericon-menu, 
    .mobile-menu-anchor a.genericon-menu:hover {
        color: #ddd;
    }
    in reply to: Schema.org #67525
    Sakin
    Keymaster

    @jmb-travel: It’s not that easy for us. We need to check in all and make it compatible. So, we are researching about it.

    in reply to: larger featured image #67524
    Sakin
    Keymaster

    @shaun.smudger.smith: Yes, try clearing your cache after you make any settings changes. I don’t see any content in your blog page.

    in reply to: Lines Around Cards #67523
    Sakin
    Keymaster

    @PSGClarity: Yes, you can add the following css in “Appearance => Theme Options => Custom CSS” box to make your social icons color

    .social-profile ul li.facebook a { background-position: 0 -44px; }
    .social-profile ul li.twitter a { background-position: -44px -44px; }
    .social-profile ul li.google-plus a { background-position: -528px -44px; }
    .social-profile ul li.linkedin a { background-position: -176px -44px; }
    .social-profile ul li.pinterest a { background-position: -484px -44px; }
    .social-profile ul li.you-tube a { background-position: -132px -44px; }
    .social-profile ul li.rss a { background-position: -88px -44px; }
    .social-profile ul li.slideshare a { background-position: -660px -44px; }
    .social-profile ul li.email a { background-position: -837px -44px; }
Viewing 20 posts - 2,121 through 2,140 (of 14,501 total)