Forum Replies Created

Viewing 20 posts - 5,281 through 5,300 (of 14,497 total)
  • Author
    Posts
  • in reply to: New Page #50319
    Sakin
    Keymaster

    @level7tech: I think you are confused with WordPress Page and Category. You homepage is showing latest posts which are in different categories. But the Recipes is just a static page. For Example: You can view your Humor category archive at http://www.whatiwant.xyz/?cat=8 and uncategorized category archive at http://www.whatiwant.xyz/?cat=1. You can create category like this and add post to those category.

    For category, read this http://en.support.wordpress.com/posts/categories/ and to add category in menu you can read this http://en.support.wordpress.com/category-pages/

    in reply to: Leanth of Image in Slider #50318
    Sakin
    Keymaster

    @luismarioochoa: Ok I have just emailed you. You can reply me there.

    in reply to: Leanth of Image in Slider #50315
    Sakin
    Keymaster

    You are replying from account @franci and not from @luismarioochoa.

    in reply to: Leanth of Image in Slider #50312
    Sakin
    Keymaster

    @Franca: If you want to remove Custom Menu and use old auto page menu. Then go to “Appearance => Menus => Manage Locations” and then in Primary Menu, you need to select the option — Select a Menu —. This will load the default menu.

    in reply to: Leanth of Image in Slider #50309
    Sakin
    Keymaster

    @luismarioochoa: I check in your site and see that you have lot of custom css. So, can you let me know what changes you ad in your child theme.
    1. To make search float at top, you can just add the following css in “Appearance => Theme Options => Custom CSS” box or in your child theme style.css

    #header-content { position: relative; }
    #sidebar-header-right { position: absolute; right: 0; top: 10px; }

    2. The recommended length of the image in the slider is Width: 644px to adjust as per the responsive design.

    3. For menu, I see that you have created custom menu from “Appearance => Menus”. Menu is same for Free and Pro version. After you create the page, you need to add those pages in your custom menu and save change. You can read this http://catchthemes.com/blog/custom-menus-wordpress-themes/

    in reply to: Title & tagline #50306
    Sakin
    Keymaster

    @Michael: To add logo, just go to “Appearance => Theme Options => Header Options” and then uncheck the option “Disable Header Logo”. Then upload the logo in “Logo url”.

    in reply to: New Page #50277
    Sakin
    Keymaster

    @level7tech: Sorry I don’t get it what you mean? Can you explain in reference with your site URL.

    in reply to: Title & tagline #50276
    Sakin
    Keymaster

    @Michael: Post in your site URL and explain please.

    in reply to: Featured slider full width #50275
    Sakin
    Keymaster

    @Els: You just need to upload the larger image and set it as featured image http://catchthemes.com/blog/videos-blog/video-series-adding-featured-image-wordpress-postpage/ . If you upload the larger image then it will automatically crop it. But if you upload smaller then it will load original image. In your case you have upload smaller image so it’s loading the image that you have uploaded. After you add new featured image, you need to change any value in theme options panel to clear the cache, otherwise it will take 24 hours to clear the cache automatically.

    in reply to: Default Layout Option #50264
    Sakin
    Keymaster

    @Jean-Paul: You can just change the width for large screen sizes. Following is the CSS for various screen sizes. You can change the width of Primary and Secondary as per your need. Right Sidebar is Secondary and Content is Primary. So, if you decrease the secondary by 10px then you should increase the primary by 10px. Then after editing, you can add the css in “Appearance => Theme Options => Custom CSS” box:

    /* For Screen Size above 941px */
    @media screen and (min-width: 941px) {
        .two-columns #primary { width: 540px; }
        .two-columns #secondary { width: 340px; }
    }
    /* For Screen Size above 1001px */
    @media screen and (min-width: 1001px) {
        .two-columns #primary { width: 600px; }
        .two-columns #secondary { width: 340px; }
    }	
    /* For Screen Size above 1101px */
    @media screen and (min-width: 1101px) {
        .two-columns #primary { width: 680px; }
        .two-columns #secondary { width: 340px; }
    }
    /* For Screen Size above 1153px */	
    @media screen and (min-width: 1153px) {
        .two-columns #primary { width: 740px; }
        .two-columns #secondary { width: 340px; }
    }
    /* For Screen Size above 1281px */	
    @media screen and (min-width: 1281px ) {
        .two-columns #primary { width: 750px; }
        .two-columns #secondary { width: 400px; }
    }
    in reply to: Pics near the title #50259
    Sakin
    Keymaster

    @fabger: You are try adding image to the Header Right Sidebar from “Appearance => Widgets”. You can use drag and drop “1. Catch Evolution Adspace Widget” widget to the Header Right Sidebar and add in the image.

    in reply to: Error Message #50258
    Sakin
    Keymaster

    @fangoch: Yes, we have found that issue in Catch Base Free version and have submitted the update to WordPress.org. Now, the theme review team will review it and will push it live soon.

    in reply to: Primary Sidebar Not Showing After Update #50257
    Sakin
    Keymaster

    @talkleft: I check in our server with Jetpack and I don’t see any issue with the sidebar. Maybe you have some Jetpack module which is not working fine. Can you activate and show me the issue so that I can check in.

    Sakin
    Keymaster

    @jamepompey: Theme is responsive but the your table in homepage is not responsive. It has lot of columns in table so it doesn’t fit. Can you try using Responsive Table plugin or responsive columns plugin and add in.

    Same with your product page, where your details has fixed width of 525px. So, it’s issue. That can be fixed by adding in max-width css. Just add the following css in “Appearance => Theme Options => Custom CSS”
    .single-product .product_info { max-width: 100%; }

    in reply to: Google Tag Manager #50241
    Sakin
    Keymaster

    @Navdit: Which theme are you using it? It depends on the theme that you are using. There must be Header and Footer Code Box, where you can insert scripts. You can also check out theme instruction page http://catchthemes.com/theme-instructions/.

    If you want these script to be manage using plugin then you can use our plugin http://catchthemes.com/wp-plugins/catch-web-tools/

    in reply to: Change colours of h1, h2 etc #50214
    Sakin
    Keymaster

    @reefadmin: Where are you trying to add bullet point?

    in reply to: Read more tag #50213
    Sakin
    Keymaster

    @TBM: There won’t me more tag on pages. You can split content on pages using Next Page pagination code <!--nextpage--> . Read this http://en.support.wordpress.com/splitting-content/nextpage/

    in reply to: Content area height #50212
    Sakin
    Keymaster

    @TBM: Not sure about this. You might want to search for plugin or javascript to do this. It’s not possible just by css.

    in reply to: Remove Theme Title from Footer #50211
    Sakin
    Keymaster

    @Navdit: Sorry, but removing the footer credit option is only there in Pro version where you will get Footer Editor option in your theme options panel. For more additional features in Pro version, check out http://catchthemes.com/theme-instructions/catch-box-pro/

    in reply to: Changing Colors Menu #50210
    Sakin
    Keymaster

    @Epheistos: Then add in the second part as well.

Viewing 20 posts - 5,281 through 5,300 (of 14,497 total)