Forum Replies Created

Viewing 20 posts - 4,921 through 4,940 (of 14,497 total)
  • Author
    Posts
  • in reply to: "Fix mobile usability issues" alert from Google #51931
    Sakin
    Keymaster

    @Consciousness: Yes please update to latest version 2.4.1 and also send me your site URL so that I can check what is the issue there.

    in reply to: Creating child theme from customised parent #51898
    Sakin
    Keymaster

    @Intergame: Yes you are right. Child theme is needed when you want to edit the theme in code level. Like customizing functions.php, page.php file and so on.

    in reply to: Video embedding #51897
    Sakin
    Keymaster

    @Will: Can you post in your site URL and let me know what are you trying to do it.

    in reply to: Background problem #51895
    Sakin
    Keymaster

    @Will: Background image in loading fine in iPhone6. But it’s really slow loading that is why first it shows #333333 background color and then only your background image. Why you are adding such as large image for your background. You background image size in 4.3MB which is very bad for website landing. You can reduce the height and width of the image.

    in reply to: Site Formatting on Tablet and in Windows #51894
    Sakin
    Keymaster

    @Kim:
    1. Since you have uppercase long menu. You have issue like that. You can add the following css in “Appearance => Theme Options => Custom CSS” box.

    @media screen and (max-width: 1280px) {
        #header-menu ul.menu a, 
        #footer-menu ul.menu a {
            padding: 0 10px;
        }
    }
    @media screen and (max-width: 1100px) {
        #header-menu ul.menu a, 
        #footer-menu ul.menu a {
            padding: 0 8px;
        }
    }
    @media screen and (max-width: 1000px) {	
        #header-menu ul.menu a, 
        #footer-menu ul.menu a {
            font-size: 13px;
        }
    }

    2. That is responsive design. When the container cannot fit in 3 columns, then it will become 2 columns and your left sidebar will be below.

    in reply to: Enlever la date et le nom sur les articles #51893
    Sakin
    Keymaster

    @omrani: Sorry I cannot check in without site being live.

    in reply to: Creating child theme from customised parent #51886
    Sakin
    Keymaster

    @Intergame: All changes you have made from Appearance except from Editor is good. So, don’t worry about it. You can just update.

    All the changes from “Appearance => Editor” or in adventurous folder is not safe. As when you update the theme, all the files inside adventurous folder will be reverted back to original.

    in reply to: Migrating from Catch Box Pro to Catch Everest Pro #51882
    Sakin
    Keymaster

    @luismarioochoa: Yes, you can do that.

    Here is details explanation.
    1. Featured Post Slider: If you choose featured post slider then you will be able to link to post.
    2. Featured Page Slider: If you choose featured page slider then you will be able to link to page.
    3. Featured Image Slider: You can upload image and add link to page or post or any URL you want.

    in reply to: Trouble with blog posts #51867
    Sakin
    Keymaster

    @Terrie: I couldn’t find that issue. When I click on your posts, it’s showing fine. Can you explain please.

    in reply to: Featured Post Slider #51866
    Sakin
    Keymaster

    @Lisa: Sorry there is no option to use different slider. You can use the same slider is entire site or homepage as per the option. To add different slider in your interior pages, you need to search for plugins.

    in reply to: No Header/Customization options? #51865
    Sakin
    Keymaster

    @geeroads: It shouldn’t be like that. Yes, after WordPress 4.1 custom header will load in Customizer. BUt you should be able to change that. Which version of WordPress Core and Theme are you using it. Can you send me your site URL as well.

    in reply to: Featured Image #51864
    Sakin
    Keymaster

    @CollegeCook: Full content doesn’t support featured image as unrelated. But if you really want then first you need to build child theme and then in your child theme functions.php file you need to copy function create_archive_content_image() from extras.php and replace
    if ( has_post_thumbnail() && 'full-content' != $featured_image ) {
    with the following
    if ( has_post_thumbnail() ) {

    in reply to: Web layout is totally different as mobile #51863
    Sakin
    Keymaster

    @serendipster: This is not from the theme. We have responsive view in mobile which you can check our demo at http://catchthemes.com/demo/catchbox/

    Look like you have some plugin with mobile theme. Check your plugin settings. Maybe Jetpack mobile module or something similar.

    in reply to: Page-Template Problem #51862
    Sakin
    Keymaster

    @mrichwncc: Thanks. Yes, Catch Box 3.4.2 is live now in WordPress.org which fixed this issue. Sorry for the trouble.

    in reply to: Migrating from Catch Box Pro to Catch Everest Pro #51861
    Sakin
    Keymaster

    @luismarioochoa: Yes, Page and Post slider uses the same. Post slider links to post where as page slider links to page.

    in reply to: Category only displays first 1-2 posts in Catch Everest (free) #51851
    Sakin
    Keymaster

    @FinnJackson: Yes, I told you. It is showing that extension has issue. We don’t have.

    in reply to: Category only displays first 1-2 posts in Catch Everest (free) #51849
    Sakin
    Keymaster

    @FinnJackson: Yes not sure why it’s not showing in your side. But I am sure it’s about your browser configuration and extensions.

    in reply to: Kodda menu #51844
    Sakin
    Keymaster

    @Helios-BP: Looks like Kodda Menu is premium plugin and is not available for download from WordPress.org. Can you ask in plugin author support forum about for the plugin instructions.

    in reply to: Migrating from Catch Box Pro to Catch Everest Pro #51843
    Sakin
    Keymaster

    @luismarioochoa:
    1. In Pro version, you have option to use “Featured Page Slider”. So, it will take featured image from page and link to page. Further, it also have option to use Featured Image Slider, which is an independent slider where you can upload image, link as per your need.
    2. It depends on where you want to move to. It has to be managed from Custom CSS
    3. The ideal size for images in Homepage Featured Content Options is Width: 390px
    and Height: 261px. You can upload image and link as per your need.

    Fore more details check out theme instructions page at http://catchthemes.com/theme-instructions/catch-everest-pro/

    in reply to: Category only displays first 1-2 posts in Catch Everest (free) #51842
    Sakin
    Keymaster

    @FinnJackson: Yes, can you disable that adblock plus and check in. As it’s showing fine in my Chrome version 40.0.2214.111

Viewing 20 posts - 4,921 through 4,940 (of 14,497 total)