Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@jblack6572: I check in your site and see that you have custom css in two places. One from our theme “Appearance => Theme Options => Custom CSS” and another from other plugin. Can you check in if you have Jetpack plugin custom css enabled or any other plugin doing that . The following css is not from our custom css, which is causing issue.
@media screen and (max-width: 1280px){.header-sidebar .widget ul.menu a{padding:0 10px}#hgroup-wrap img{max-width:300px}}@media screen and (max-width: 1152px){#hgroup-wrap img{max-width:200px}}.site{margin-top:0}Sakin
Keymaster@borgny.hovland: Yes, you can upgrade to Simple Catch Pro and you will not loose your blog and content. There will only be few design elements additional and also lot of additional features that you can use. For more about Simple Catch Pro theme you can check out theme instructions page at http://catchthemes.com/theme-instructions/simple-catch-pro/
Sakin
Keymaster@gregwostrel_creates: For that you can either build child theme and do custom links or you need simply upgrade to Catch Responsive Pro where you have option to choose Slider Type as “Featured Image Slider”, where you can upload your image, link and everything as per your need. Fore more you can check out theme instructions of Catch Responsive Pro at http://catchthemes.com/theme-instructions/catch-responsive-pro/
Sakin
Keymaster@Dona: That is because of your large image. You should be adding that image as background not as long large image.
Sakin
Keymaster@kazcchi: Ok you can add the following css in “Appearance => Theme Options => Custom CSS” box:
.hentry, .no-results, #content .error404 { background-color: transparent; }April 12, 2015 at 8:53 am in reply to: Error in Hello World post with fresh installed WordPress and Theme #55606Sakin
Keymaster@Jürgen: Ok will need to check in detail. Thanks for your report.
Sakin
Keymaster@allison: Thanks for your appreciation and if you like Catch Box theme and support than you can help us by providing valuable review and rating at https://wordpress.org/support/view/theme-reviews/catch-box?rate=5#postform
Sakin
Keymaster@Guillaume: You shouldn’t edit any core theme files like style.css, index.php, functions.php and so on, inside ‘catch-kathmandu-pro’ theme directory. As these files will be reverted back to original when you update your theme.
So, to edit css, you can either add it in “Appearance => Theme Options => Custom CSS” box or build child theme and add it in child theme style.css
So, you can add the following css in “Appearance => Theme Options => Custom CSS” box:
#primary { width: 750px; } #secondary { width: 380px; } @media screen and (max-width: 1344px) { #primary { width: 700px; } #secondary { width: 380px; } } @media screen and (max-width: 1280px) { #primary { width: 620px; } #secondary { width: 360px; } } @media screen and (max-width: 1152px) { #primary { width: 540px; } #secondary { width: 340px; } } @media screen and (max-width: 1024px) { #primary { width: 480px; } #secondary { width: 340px; } } @media screen and (max-width: 960px) { #primary, #secondary { width: 100%; } }Sakin
Keymaster@Kim: Ok add the following css in “Appearance => Theme Options => Custom CSS” box:
.blog #content .hentry,.archive #content .hentry { padding-top: 0; }Sakin
Keymaster@oleymedia: Ok then just upload featured image of square 190px by 190px then it will load square. I has to be less than Width: 350px and Height: 197px as your featured image that it will load the image that you have uploaded.
Sakin
Keymaster@allison: Actually your custom css should be as below:
@media screen and (min-width: 961px) { .right-sidebar #primary { width: 72%; } .right-sidebar #secondary { width: 25%; } }Sakin
Keymaster@diths802: In simple catch theme, you will find it in “Appearance => Theme Options => Featured Post Slider”. Check this screenshot http://awesomescreenshot.com/0e14t9jk21
Sakin
Keymaster@jblack6572: You can replace your old css with the following css:
@media screen and (max-width: 1280px) { .header-sidebar .widget ul.menu a { padding: 0 10px; } #hgroup-wrap img { max-width: 250px; } } @media screen and (max-width: 1152px) { .header-sidebar .widget ul.menu a { padding: 0 6px; } #hgroup-wrap img { max-width: 180px; } }Sakin
Keymaster@Guillaume: You can add Google Font plugin and then add that font.
Sakin
Keymaster@keithwoolford: If you are using default page menu than your home will be automatically added in your menu. But you can build custom menu from “Appearance => Menu” and add menu items as per your need and then select menu location from “Appearance => Menus => Manage Locations”. Check this http://catchthemes.com/blog/custom-menus-wordpress-themes/
Sakin
Keymaster@Kim: Sorry there is no option like this. If you want this then you need to build child theme and do the custom coding.
Sakin
Keymaster@harish: It is displaying fine in my mobile devices. Can you let me know what exactly is not working fine then I can check in. I see minor issue with your image and text that you have added in table which is not responsive. For that why don’t you use “Featured Content”. Just go to “Appearance => Theme Options => Featured Content”, in Featured Settings, you can choose enable and position options and so on and then in Featured Content options you can add in your featured content.
Sakin
Keymaster@kevin:
1. First you need to upload your logo from “Appearance => Theme Options => Header Options”, chick on “Custom Header: Logo & Site Details”, then upload logo image of size at least 1140px width. Then disable header right sidebar from “Appearance => Theme Options => Header Right Sidebar Options.
2. Then add the following css in “Appearance => Theme Options => Custom CSS” box to remove all white spaces around your uploaded logo.
#hgroup-wrap.container, #site-logo, #hgroup { padding: 0; }
3. Then add the following css in “Appearance => Theme Options => Custom CSS” box to add text above image.#hgroup-wrap { position: relative; } #hgroup.with-logo { left: 5%; position: absolute; top: 17%; }Sakin
Keymaster@Johan: Sorry we don’t track our users so I don’t have any link to it.
-
AuthorPosts
