Forum Replies Created

Viewing 20 posts - 3,421 through 3,440 (of 14,509 total)
  • Author
    Posts
  • in reply to: Menus Stopped Working on Mobile Browsers #59383
    Sakin
    Keymaster

    @Orlando: Ok or UberMenu, you can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:

    @media screen and (max-width: 990px) {	
        .mobile-menu-anchor { display: none; }
        .nav-primary { display: block; } 
    
    }
    in reply to: Slider image sizing #59382
    Sakin
    Keymaster

    @Crusoe: Please post in your site URL so that I can check in what’s happening. If you are using Page/Post/Category slider. Then after you change the theme, you need to regenerate the thumbnail using Regenerate Thumbnail plugin https://wordpress.org/plugins/regenerate-thumbnails

    in reply to: Mobile Menu Icon opens a page #59377
    Sakin
    Keymaster

    @HallMarc: Thanks. Yes, we are having hard time in Nepal. But we are working hard.

    That’s great that you found css. Can you post in what you did so that it will be helpful for others.

    in reply to: Problem with Chinese permalink #59374
    Sakin
    Keymaster

    @Cedric: That’s nice, you can solve the issue and also pointed out the solution. This will be very useful for all the Chinese users.

    in reply to: Change focus & hover colour menu #59373
    Sakin
    Keymaster

    @oliviernouhi: Sorry, we only support theme developed by us. You can check our themes at http://catchthemes.com/themes/

    in reply to: skype #59372
    Sakin
    Keymaster

    @marcodimi: That skype and social links will be displayed by using “CT: Social Icons” widget to your sidebar from “Appearance => Widgets”

    in reply to: Hide Post Tags #59371
    Sakin
    Keymaster

    @Phil: To hide the tags then you need to post the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:
    .entry-footer .tags-links { display: none; }

    But if you want to hide both tags and category then it will be as below:
    .entry-footer { display: none; }

    in reply to: Update theme #59370
    Sakin
    Keymaster

    @roderick: Update process is mentioned in Theme Instructions page at http://catchthemes.com/theme-instructions/catch-responsive-pro/#updating

    in reply to: Remove Search Box #59369
    Sakin
    Keymaster

    @easychoice: You can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:
    .sidebar-header-right { display: none; }

    in reply to: Settings for Home and Blog pages #59253
    Sakin
    Keymaster

    @Mary Beth: I check in your site and also click on link and it’s working fine. Can you check your site. Also 400 Bad Requests error is not the theme issue, it’s your server issue and if you get error like this then you need to post in your website server support.

    in reply to: SEO Title #59252
    Sakin
    Keymaster

    @j17dascoli: That the cache of Facebook. You can check your new open graph data from https://developers.facebook.com/tools/debug . Add in your site URL and click on “Debug”, after that click on “Fetch new scrape information” and check in. This will show the exact data that facebook will take when they refresh the cache.

    in reply to: Site logo image size #59251
    Sakin
    Keymaster

    @curlyrenee: You can change the max-height in the following css and then add it in “Appearance => Theme Options => Custom CSS” box. Width is auto and depends on the height of your logo.
    #site-logo img { max-height: 41px; }

    in reply to: Make content page transparent #59250
    Sakin
    Keymaster

    @Daphne: If you want to make transparent for overall site then you can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:
    .site-content { background-color: transparent; }

    But if you want to do that only in specific page, then first you need to note down that page ID. To find the page ID you can use our plugin http://wordpress.org/plugins/catch-ids/ and the use the css like below, where 7 is the page ID, you can change the 7 to your own page ID.
    .page-id-7 .site-content { background-color: transparent; }

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

    @Yuna: Yes, thanks for your appreciation. You can post your 5 stars review at https://wordpress.org/support/view/theme-reviews/adventurous?rate=5#postform

    in reply to: [V4.3] Homepage – Headline & featured content #59248
    Sakin
    Keymaster

    @Brice: Strange, it’s working fine when I check in our server. Can you post in your site URL?

    Ok try the following:
    1. For Promotion Headline
    — Go to “Appearance => Theme Options => Promotion Headline Options”
    — Then try changing value in “Enable Promotion Headline on” and check in

    2. For Feature Content:
    — Go to “Appearance => Theme Options => Featured Content => Featured Content Options”
    — Then try changing value in “Enable Content” and check in

    If this doesn’t work then let me know it. I will email you.

    in reply to: Enter custom CSS #59247
    Sakin
    Keymaster

    @helpme: Those are link, if you want to change the link color, then you can add the following css:
    a { color: #ddcdad; }

    To change the description from below to above, you need to build child theme, for child theme refer to http://catchthemes.com/blog/create-child-theme-wordpress/ and then copy archive.php file to your child theme and move the following code below h1

    <?php
    	// Show an optional term description.
    	$term_description = term_description();
    	if ( ! empty( $term_description ) ) :
    		printf( '<div class="taxonomy-description">%s</div>', $term_description );
    	endif;
    ?>
    in reply to: Featured slider image customization #59240
    Sakin
    Keymaster

    @alphaxyz: Sorry it cannot be done that easy as there is no option to add in, we need to first add option in theme customizer then again we need to code that. Sorry, I will not be able to give support at this level.

    in reply to: undefined function qtrans_convertURL #59212
    Sakin
    Keymaster

    @Josef: We will be adding this in new version update. Plugin compatible comes up after users finds problem. Thanks 🙂

    Sakin
    Keymaster

    @Yuna: Oh! I didn’t knew that you are developer. Cool, great work 🙂

    in reply to: Logo/widgets in Header #59210
    Sakin
    Keymaster

    @Vivien: But, that space is control by the padding-left. So, you need to increase padding if you want to increase the space.

Viewing 20 posts - 3,421 through 3,440 (of 14,509 total)