Forum Replies Created

Viewing 20 posts - 8,421 through 8,440 (of 14,497 total)
  • Author
    Posts
  • in reply to: Centering The Featured Image Of A Post #21586
    Sakin
    Keymaster

    @Polytechlegend: Can you post your site URL so that I can check in how you have added image and then suggest css accordingly.

    in reply to: Help! Can't Load mp3's on my Page. #21585
    Sakin
    Keymaster

    @Kevin: Sorry this is not theme related issue. It’s your server related issues. So please ask your Hosting server support. It’s memory issues.

    in reply to: Display Widgets in Sidebar on Image/Media Page #21584
    Sakin
    Keymaster

    @shuttergirl: Looks like there is issue with the sidebar.php file. Can you replace the code in sidebar.php file with the code in the following file.
    https://gist.githubusercontent.com/catchthemes/7e171641112940f05900/raw/4ab95c385025c49e4b5b9bd98e8531c3c99958ed/sidebar.php

    in reply to: Remove or change slider captions header and content #21555
    Sakin
    Keymaster

    @gailforder: I see that you have edited the core theme files and add the the image in the demo slider code. You shouldn’t edit any core theme files. If you edit core theme files, you edit will be overwritten when you update or upgrade your theme. So, you can do your customization through “Appearance => Theme Options” panel and Appearance Menu. Further, if you want to edit core theme files then you have to do by building child them.

    Catch Everest Free theme have option only to use Featured Post Slider. This slider is create to highlight your post. For more slider option you need to upgrade to pro version. See the theme instruction page of Catch Everest Free theme http://catchthemes.com/theme-instructions/catch-everest/, here is the text from theme instruction page.

    How to Add Featured Post Slider?
    Currently this theme only support Posts in the Featured Slider. To add Featured Slider, follow these basic steps:
    1. Go to “Appearance => Theme Options => Featured Post Slider” in your WordPress Dashboard
    2. To add Posts in the slider, click on Slider Options and simply insert the ID numbers for posts in the boxes, one post ID number in each box
    3. To change the slider effects and timing, go to Slider Effect Options which is just below Slider Options
    4. Click on Save button
    Note:
    * When you add the Post IDs, make sure your posts have Featured Images
    * If you are unable to find post IDs, please install Catch IDs Plugin to find the Post IDs

    in reply to: Windows 8.1 Tablet Menu Issues #21553
    Sakin
    Keymaster

    @Nancy: Yes you can add the following JS file in “Appearance => Theme Options => Webmaster Tools => Header and Footer Codes => Code to display on Footer”

    <script type="text/javascript">
    // Open menu on first tap on touch devices.
    jQuery(document).ready(function () {
    	jQuery(".menu-item").has("ul").children("a").attr("aria-haspopup", "true");
    });
    </script>
    in reply to: Display Widgets in Sidebar on Image/Media Page #21550
    Sakin
    Keymaster

    @shuttergirl: I am but confused so can you explain with your site URL

    in reply to: Category Archives: #21549
    Sakin
    Keymaster

    @mark: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box to hide that.
    .archive #primary .page-header { display: none; }

    in reply to: Shopping Cart Recommendations #21548
    Sakin
    Keymaster

    @sticksoutfitter: I recommend WooCommerce plugin but for this you need to upgrade to Catch Box Pro theme or other woocommerce compatible theme http://catchthemes.com/themes/category/woocommerce-ready/

    in reply to: How to add Header Text #21547
    Sakin
    Keymaster

    @sticksoutfitter: Sorry there is no option to do that. You might need to hire a customizer to customize it for you. As this can be achieved only by building child theme.

    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.

Viewing 20 posts - 8,421 through 8,440 (of 14,497 total)