Forum Replies Created

Viewing 20 posts - 8,441 through 8,460 (of 14,508 total)
  • Author
    Posts
  • in reply to: Changing Theme color #21546
    Sakin
    Keymaster

    @yoshimura55: There seems to be little bug in color option and we will be launching the fix in new update in few days.

    For now, you can change the color code as per your need and add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    /* Secondary Menu Background & Text Color */
    #secondary-menu { background-color: #2581aa; }
    #secondary-menu ul.menu a { color: #fff; }
    /* Secondary Menu Hover Background & Text Color */
    #secondary-menu ul.menu li:hover > a, #secondary-menu ul.menu a:focus, #secondary-menu .menu .current-menu-item > a, #secondary-menu .menu .current-menu-ancestor > a, #secondary-menu .menu .current_page_item > a, #secondary-menu .menu .current_page_ancestor > a { background-color: #1b5F7d ; color: #fff; }
    /* Secondary Sub-Menu Background & Text Color */
    #secondary-menu ul.menu ul a { background-color: #2581aa; color: #fff; }
    in reply to: Is There Any Three Column Exclusive WordPress Theme? #21522
    Sakin
    Keymaster

    @Abrar Mohi Shafee: We have Catch Evolution Pro theme which have the ability to user Three Columns Layout. See the demo of three columns.
    http://catchthemes.com/demo/catch-evolution/three-columns-layout-wordpress-themes/
    http://catchthemes.com/demo/catch-evolution/three-columns-layout-wordpress-themes-2/

    in reply to: H1 – Catch box pro #21521
    Sakin
    Keymaster

    @vkortleve: If you want to completely remove it from the code then you need to build child theme and then copy ‘content-page.php’ file in your child theme and remove the following code.

    <header class="entry-header">
        <h1 class="entry-title"><a href="<?php the_permalink(); ?>" title="<?php printf( esc_attr__( 'Permalink to %s', 'catchbox' ), the_title_attribute( 'echo=0' ) ); ?>" rel="bookmark"><?php the_title(); ?></a></h1>
    </header><!-- .entry-header -->

    But if you just want to hide it from visitors, then you can simply add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    .page #primary .entry-header { display: none; }

    in reply to: Display Problems on Mobile Device #21518
    Sakin
    Keymaster

    @talkleft: Oh I got the issue that you are facing. You don’t need to add the above css. Just remove that. I see that you have activated “Jetpack” plugin “Mobile Theme” module. Just go to Jetpack from your WordPress dashbaord and then Deactive “Mobile Theme” module.

    in reply to: Android Browser Issues #21517
    Sakin
    Keymaster

    @Nancy: What happens when you add the second one.

    #sidebar-header-right  .widget_catchevolution_social_search_widget #social-search #s {
        display: block;
        width: 1px;
    }
    #sidebar-header-right  .widget_catchevolution_social_search_widget #social-search #s:focus {
    	width: 196px;
    }
    in reply to: Android Browser Issues #21456
    Sakin
    Keymaster

    @Nancy: First try the following css.

    #sidebar-header-right  .widget_catchevolution_social_search_widget #social-search #s {
        display: block;
    }

    If it doesn’t work then remove it and add the following

    #sidebar-header-right  .widget_catchevolution_social_search_widget #social-search #s {
        display: block;
        width: 0;
    }
    #sidebar-header-right  .widget_catchevolution_social_search_widget #social-search #s:focus {
    	width: 196px;
    }
    Sakin
    Keymaster

    @Bouncedancer: You can upload screenshot in any photo sharing site and paste the URL here. We use Pinterest for Screenshots http://www.pinterest.com/catchthemes/

    in reply to: Footer widget #21437
    Sakin
    Keymaster

    @Bouncedancer: To check that I need to see your site and check in the issue. Please post it in your site URL.

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

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

    in reply to: Android Browser Issues #21430
    Sakin
    Keymaster

    @Nancy: Can you try the following then.

    #sidebar-header-right  .widget_catchevolution_social_search_widget #social-search #s {
        display: block;
        width: 1px;
    }
    in reply to: Qtranslate and featured slider #21421
    Sakin
    Keymaster

    @donestefano71: Thanks for the info I will add function to reset all the transit needed using the condition inside the functions like this

    if ( function_exists( 'qtrans_convertURL' ) ) {
    	delete_transient( 'catcheverest_image_sliders' );
    }

    So, I hope the upcoming version 1.7 will fix your issues. We are testing and will be live in few days.

    in reply to: Android Browser Issues #21420
    Sakin
    Keymaster

    @Nancy: Don’t have that browser to test. You can try adding in the following CSS.

    #sidebar-header-right .widget_catchevolution_social_search_widget .social-profile {
        display: block;
        width: 90px;
    }
    in reply to: Theme in IE #21418
    Sakin
    Keymaster

    @Betty: I think you are checking it in IE8, our theme supports only from IE9 onwards. IE8 is very old to give support. If you are searching for IE8 issues then see this http://catchthemes.com/support-forum/topic/site-not-working-in-internet-explorer-8/

    in reply to: Changing Home Images #21417
    Sakin
    Keymaster

    @Caitlin: It must be cache what took some time to change your site details. It will take a bit time to crawl and fix it. Also I recommend using “WordPress SEO by Yoast” plugin for Search Engine Optimization and also for Facebook Open Graph. For Facebook Open Graph, you can test your site at https://developers.facebook.com/tools/debug/

    in reply to: Is this theme WPML compatible? #21415
    Sakin
    Keymaster

    @t3seo: WPML means WordPress Multi-Language Support which mean translation ready. We didn’t mean WPML plugin. We have seen people using this plugin with our theme with few tweaks.

    in reply to: Qtranslate and featured slider #21414
    Sakin
    Keymaster

    @Robson: We will be updating the theme to support qTranslate custom links. Let me know if you need any other things to be added for qTranslate. For slider, the code will be like this https://gist.github.com/catchthemes/9565356

    in reply to: Qtranslate and featured slider #21404
    Sakin
    Keymaster

    @Robson: I am also searching for solution. As we haven’t work with this plugin. If you get any answer from their forum then do let me know. I will also post in details, if I find anything.

    in reply to: Site not working in Internet Explorer 8 #21402
    Sakin
    Keymaster

    @sticksoutfitter: ok I am testing your site now.
    IE10 and IE11: Looks great
    IE9: Everything works good just in search box you will loose placeholder. This is not an issue. As people still can type in and search.

    IE8 is too old browser. We don’t support IE8 and even WordPress theme guideline doesn’t support IE8. You can try any WordPress default theme. Same issues.

    But I have one solution for you which will make your site display properly in IE8 bit cannot be perfect as IE10 and 11. Just install this plugin https://wordpress.org/plugins/wp-ie-enhancer-and-modernizer/

    in reply to: mobile menu can't see #21399
    Sakin
    Keymaster

    @kissthegroom: Thanks for your appreciation. You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    .sb-selector:link, 
    .sb-selector:visited, 
    .sb-selector:hover {
        color: #757575;
        text-shadow: none;
    }
    .sb-options a:link, 
    .sb-options a:visited {
        color: #757575;
    }
    .sb-options a {
        border-bottom: 1px solid #E9E9E8;
    }
    .sb-options a:hover,
    .sb-options a:focus,
    .sb-options a.sb-focus {
        background-color: #E9E9E8;
    }
    in reply to: Problem minimization CSS #21359
    Sakin
    Keymaster

    @telexesposito: For that you need to ask plugin author support forum. Also if you check the plugin status, it is compatible up to WordPress version 3.3.2 and now we are already in WordPress version 3.8.1. See the plugin review http://wordpress.org/support/plugin/wp-minify

Viewing 20 posts - 8,441 through 8,460 (of 14,508 total)