Forum Replies Created

Viewing 20 posts - 1,981 through 2,000 (of 14,510 total)
  • Author
    Posts
  • in reply to: Mobile Sidebar go down over footer #68318
    Sakin
    Keymaster

    @Mattias: We are schedules to release the update today. Sorry for the trouble.

    in reply to: adjust width of feature content #68317
    Sakin
    Keymaster

    @Phuong: That is called responsive design. Each items in featured content will show in a row. If you still want to make it 3 then add the following css in “Appearance => Theme Options => Custom CSS” box:

    @media screen and (max-width: 540px) {
    	#featured-post .post {
    		width: 30.66%;
    		margin-left: 4%;
    	}		
    }
    in reply to: Widgets, Fonts, #68316
    Sakin
    Keymaster

    @luismarioochoa:
    1. You can change the color code and font size as per your need in the following css and then add it in “Appearance => Theme Options => Custom CSS” box:

    #text-13 .widget-title {
        color: #222;
        font-size: 16px;
    }

    2. You can add the following css “Appearance => Theme Options => Custom CSS” box:

    #text-13.widget {
        background-color: #fff;
    }
    #text-13 .widget-title,
    #text-13 .wppizza-cart {
        border-color: #f25e1e;
    }

    3. You can change the font size as per your need in the following css and then add it in “Appearance => Theme Options => Custom CSS” box:

    .entry-content .wppizza-article-info h2 {
        font-size: 24px;
    }

    4. You can add the following css “Appearance => Theme Options => Custom CSS” box:

    .page-header {
        border: none;
    }
    in reply to: Excerpt length is not working #68298
    Sakin
    Keymaster

    @George: That’s nice and thanks for your appreciation 🙂

    in reply to: Excerpt length is not working #68286
    Sakin
    Keymaster

    @George: You have install Jetpack plugin and activated “Mobile” module. You need to go to Jetpack settings and then disable mobile module.

    in reply to: Mobile Menu Covers up Header #68284
    Sakin
    Keymaster

    @David: For that you can remove margin and fix header image cover and menu background color. You can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:

    @media screen and (max-width: 990px) {	
        #header-featured-image { margin-top: 0; }
        #mobile-header-left-menu { background-color: #0a6587; }
    }
    in reply to: Space between page title and header image #68275
    Sakin
    Keymaster

    @Alvin: 🙂

    in reply to: A few questions for my site #68274
    Sakin
    Keymaster
    in reply to: Remove Search Box #68273
    Sakin
    Keymaster

    @npratt: I see that you are using Catch Box Pro theme and this support is for Catch Responsive Pro theme, so it is not working for you.

    For Catch Box Pro theme, you need to post it in http://catchthemes.com/support-forum/forum/catch-box-pro-premium/.

    To remove search box in Header Right from Catch Box Pro, you can go to “Appearance => Theme Options => Header Options”, check in “Disable Header Right Sidebar?” and save changes.

    in reply to: HELP–where did the templates directory go? #68272
    Sakin
    Keymaster

    @Jimtowner: You shouldn’t edit/add files inside theme directory catch-box. As all the files and folders will be reverted back to original when you update theme theme. This is done automatic by WordPress and we don’t have any control on it. So, we recommend you to build child theme and then add/edit files. In parent theme, you should only edit using Theme Options, Widgets and Menus.

    Building child theme is free of cost. You can read about it and download it from http://catchthemes.com/blog/create-child-theme-wordpress/

    in reply to: An easy one ofr you Sakin… #68269
    Sakin
    Keymaster

    @beatmaniaNZ: Sorry I don’t get it what crash your site. As menu is not supposed to do that. I just check in your site http://www.beatmania.co.nz/ and see that you are using Uber menu plugin for menu and not using our default menu. So, might be that plugin conflict. Try disabling that and then add in menu.

    If you are using default WordPress menu function, you can check this http://catchthemes.com/blog/videos-blog/video-series-creating-wordpress-custom-menus/ and http://catchthemes.com/blog/custom-menus-wordpress-themes/

    in reply to: A few questions for my site #68254
    Sakin
    Keymaster

    @Alexander:
    1. About the menu icon in mobile devices. From which mobile you too screenshot. Looking at your screenshot, it looks like there is issue with Genericon in your mobile browser. So, can you update theme to latest version. Catch Flames 3.1 which has updated Genericion script to version 3.3.
    2. After you install that plugin, you need to go to “Tools => Regen. Thumbnails” and then click on “Regenerate All Thumbnails”.
    5. Sorry no option for this.

    in reply to: Image under the menu on 2° Page #68251
    Sakin
    Keymaster

    @isabella: Yes, you can do that. For more detail information about additional featured in pro version, check out theme instructions page at http://catchthemes.com/theme-instructions/catch-everest-pro/

    in reply to: Font Size & Widget Background Color #68250
    Sakin
    Keymaster

    @luismarioochoa:
    1 Sorry, I don’t get it what you mean. Can you explain, which font and what you want to do with that.
    2. You can remove that border by adding following css in “Appearance => Theme Options => Custom CSS” box:
    .page-header { border: none; }
    3. Add the following css in “Appearance => Theme Options => Custom CSS” box:

    #text-13.widget { background-color: #fff; border: none; }
    #text-13.widget-title, #text-13.wppizza-cart { border-color: #f25e1e; color: #222; }
    in reply to: Coding after Continue Reading. #68249
    Sakin
    Keymaster

    @09Shan: Cheers 🙂

    in reply to: Change standard slider image #68247
    Sakin
    Keymaster

    @Sabrina1990: Sorry but we only support theme developed by us. So, try any theme from us at http://catchthemes.com/themes/

    in reply to: Mobile photos not displaying correctly #68246
    Sakin
    Keymaster

    @ehanks: The image area showing fine when I check in from my mobile devices. Maybe it’s your image and wordpress core issue. If so then you can try install plugin “Image Rotation Fixer”

    in reply to: Featured content title incorrect location #68244
    Sakin
    Keymaster

    @Keir: I see that you have changed the position of Featured Content Box, so there is issue. You can add the following css in “Appearance => Theme Options => Custom CSS” box:

    #featured-post { clear: both; }

    in reply to: how to disable reponsive design in Full Frame ? #68243
    Sakin
    Keymaster

    @Phuong: Sorry, disable responsive design option is there only in pro version.

    in reply to: remove log in line #68242
    Sakin
    Keymaster

    @Phuong: to hide leave a reply, you can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:
    .comment-reply-title { display: none; }

    But for You must be logged in to post a comment., I need to check in your site. So, post in your site URL

Viewing 20 posts - 1,981 through 2,000 (of 14,510 total)