Forum Replies Created

Viewing 20 posts - 3,061 through 3,080 (of 14,509 total)
  • Author
    Posts
  • in reply to: different header image on blogs #60973
    Sakin
    Keymaster

    @roche5000: Thanks for your appreciation 🙂

    If you like my support and Simple Catch theme then please support it by providing your valuable review and rating at https://wordpress.org/support/view/theme-reviews/simple-catch?rate=5#postform

    in reply to: Spanish translation? #60972
    Sakin
    Keymaster

    @ehlersdanlosvascular: Ok I will email it now

    in reply to: two vidgets at header right sidebar in one line #60950
    Sakin
    Keymaster

    @Vitaliy: Your site need to be online for me to check in and give you custom css. I cannot give it on site which is not live. Sorry for that. Let me know it once you ahve yous site or testing site live.

    in reply to: Spanish translation? #60949
    Sakin
    Keymaster

    @ehlersdanlosvascular: There is no one to contribute spanish language. If you like to help then I can email you details and also do initial translation. You need to create es_ES.po and es_ES.mo files using free poedit software from http://poedit.net/. Once you complete then translation, we will add that file in languages folder of that theme so that you can use it in Spanish language.

    in reply to: Change the width #60948
    Sakin
    Keymaster

    @sn00kie: Your page width is 1200px only. I guess, we mean to make your content No Sidebar, Full Width, that option is there only in pro version. For free version, you need to add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:

    .no-sidebar.content-width #main {
        width: 100%;
    }
    in reply to: Catch-updater installation #60947
    Sakin
    Keymaster

    @Ken: Sorry I am but confused. I think you are trying to update Catch Everest Pro theme from your WordPress Dashboard. For, that you need to install Catch Updater Plugin first. So, download the catch Updater plugin from http://catchthemes.com/wp-plugins/catch-updater/ and then install it from “Plugins => Add New => Uploads” and then active that plugin.

    Then you can download new version of Catch Everest Pro theme from your account at http://catchthemes.com/my-account and then upload it from “Appearance => Themes => Add New => Upload Theme”

    in reply to: disable search in catch base #60946
    Sakin
    Keymaster

    @annebelle: That disable search option is only there in Pro version. So, in Free version, you can either hide it from custom css. For that you can just add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:

    #search-toggle {
        display: none;
    }

    Or you can build child theme and then copy catchbase_primary_menu() to your child theme functions.php file and then remove the code

    <div id="search-toggle" class="genericon">
        <a class="screen-reader-text" href="#search-container"><?php _e( 'Search', 'catchbase' ); ?></a>
    </div>
    
    <div id="search-container" class="displaynone">
        <?php get_Search_form(); ?>
    </div>
    Sakin
    Keymaster

    @fcexclusive: It is showing fine in my iPad and mobile devices. Have you clear your cache from “W3 Total Cache” plugin settings. Please clear it and refresh your browser to check in.

    The only issue I see is the color mobile menu anchor. So, you can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box or in your child theme style.css file to change the color:

    #masthead .mobile-menu-anchor a.genericon-menu, 
    #masthead .mobile-menu-anchor a.genericon-menu:hover {
        color: #f5e7ad;
        text-decoration: none;
    }
    in reply to: custom title on the top of the page #60921
    Sakin
    Keymaster

    @Mikhail: only one H1 per page is old. It was only valid for HTML4.

    In HTML5, you can have more then one H1 tag. That was issue only when you use HTML4 tags. In HTML5, H1 tag per article tag is good for SEO and we have carefully designed H1 tags with special attention on header tag and headings

    Catch Responsive Pro theme is build in HTML5, CSS3 and Responsive design. So, H1 is better for SEO then H2.

    You can also check this Video http://www.youtube.com/watch?v=GIn5qJKU8VM by Google software engineer Matt Cutts, who clearly states that you can use multiple H1 but don’t over do it. Also use h1 specific to heading and header tags.

    You can also check this article URL http://html5doctor.com/html5-seo-search-engine-optimisation/

    in reply to: How to make classic view default on mobile device #60897
    Sakin
    Keymaster

    @Cesar R: It’s not the setting of the theme and also it’s not the setting from your Safari. It’s setting from your web hosting server, where you have setup mobile subdomain for your mobile users. So, you can contact your Website hosting server and tell them to remove mobile subdomain http://mobile.chess-instructor.com/

    Sakin
    Keymaster

    @neerajmpv: Sorry, you are not using any of our theme for support. We only support theme developed by us. Please contact your theme author support.

    in reply to: How to add shortcode in home page before footer #60895
    Sakin
    Keymaster

    @harish: I don’t see that you have added in any static front page, which I recommend you to change from “Settings => Reading” and also don’t forget to uncheck option “Disable Latest Posts” from “Appearance => Theme Options => Homepage/Frontpage Settings”

    in reply to: Featured content image size #60894
    Sakin
    Keymaster

    @Jonathan: After you change the and regerate thumbnail. Did you clear your cache from WP Super Cache settings. Please do that as this plugin create cache of your site.

    in reply to: Primary Sidebar showing below content #60893
    Sakin
    Keymaster

    @Tazzipoo: Did you refresh and check in your site. As when I check in your site from my laptop, sidebar is showing at the right of the content.

    Yes, it’s not about the code to change the color that is effecting your site. It the mistake of the code that is effecting. There shouldn’t be extra code like below, which was found it that code. So, I have corrected that css for you.
    };

    in reply to: Gallery images – increase number #60892
    Sakin
    Keymaster

    @Cybersnaby: Yes, sure I have email you. You can reply me there.

    in reply to: Blank Home Page #60891
    Sakin
    Keymaster

    @rojtalbot: Looks like you have static front page as “Contact Us” page, I recommend you to create new home page describing your site detail and then set that page as static front page. This will be good for SEO and then you can add the following css to hide it for user to view it.
    .home #main { display: none; }

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

    @Mikhail: I recommend you to try “WordPress SEO by Yoast” and then under your page/post editor, you will see “WordPress SEO by Yoast” meta box, where you can add in SEO title.

    in reply to: full with for single post #60888
    Sakin
    Keymaster

    @skyoung:

    1. Actually Full Width, No Sidebar layout is only there in pro version. For free version, you need to select layout as “No Sidebar ( Content Width )” from “Appearance => Customize => Theme Options => Layout Options => Default Layout”. Then you need to add the following css in “Appearance => Theme Options => Custom CSS Options” box:

    .no-sidebar.content-width #main {
        width: 100%;
    }
    
    @media screen and (min-width: 991px) {	
    .no-sidebar.excerpt-image-left .has-post-thumbnail .archive-post-wrap .featured-image {
        width: 20%;
    }
    .no-sidebar.excerpt-image-left .has-post-thumbnail .archive-post-wrap .entry-container {
        width: 79%;
    }
    }

    2. To make your homepage with sidebar, you have to have homepage as “A static page”. You can do that from “Appearance => Customize => Static Front Page”. Check in “A static page” and select the page you want to show as homepage. Then edit that page and then you will see “Catchresponsive Options” below you page editor and then from Layout Options, you need to select “Content, Primary Sidebar” and update that page.

    in reply to: Archive and Calendar widget appearance #60887
    Sakin
    Keymaster

    @Michaela: Yes, if you want to make it like link then you need to create page and add archive. For that, you need to add in archive in page with plugin.

    in reply to: Search results page #60886
    Sakin
    Keymaster

    @effess:
    1. You can add the following css:

    #primary .entry-header .entry-title, 
    #primary .page-header .page-title {
        font-family: 
        font-family: "Playfair Display", sans-serif;
    }

    2. Search Result page take the layout from “Appearance => Theme Options => Layout Options => Sidebar Layout Options”.

Viewing 20 posts - 3,061 through 3,080 (of 14,509 total)