Catch Themes
Forum Replies Created
-
Forum: Themes and Templates
In reply to: How to optimize Catch Box to mobile?Hi Groovtbowtie,
You can send us your suggestion for improvement. We have a simple iPhone version.
Thanks.
Forum: Themes and Templates
In reply to: [Simple Catch] [Theme: Simple Catch] Version UpdateSimple Catch Version 1.3.1 is out now for downloads.
* Added option to show post from only selected category in homepage
* Added Option to Enable and Disable header logo, site title and site description.but don’t you think there is problem in your blog section. You can see in your blog section you footer is fixed position always at the bottom. So, it looks quite odd. But it’s your call.
Thanks.
but again that will create problem if you keep the position fixed when there is long text. To create the position absolute we need supporting relative div.
This is not particular to theme issues. As this is the design issue which our theme doesn’t support. Ihttp://wordpress.org/support/topic/theme-simple-catch-how-to-make-the-footer-stick-at-the-bottom-of-the-page?replies=8f you give them minimum height then depending on the screen resolution, in some screen it will look fine and in other it will still be in the middle.
But looking at your design and css you have added. Just replace the inline css you have added as
#main {
height: auto !important;
min-height: 100%;
}
to
#main {
height: auto !important;
min-height: 43%;
}I just visited your site and saw that you have add this in your inline css
#main {
height: auto !important;
margin: 0 auto -500px;
min-height: 100%;
}
You should remove the margin section. That is creating the problem.Hi Squashai,
Can you send me the link. I will check it and let you know the perfect answer.
Regards,
Sakinyou need to ask in different forum. This is only related to Simple Catch Theme. You can try Google Font or Font Face.
Forum: Themes and Templates
In reply to: catch box child theme not working "cheatin uh"Can you send me the link where there is problem in the image
You can add the css in Theme Options -> Custom CSS Styles.
#header #mainmenu {
font-family: sans-serif; /* Add in the font name */
}Forum: Themes and Templates
In reply to: [Catch Box] [Theme: Catch Box] change menu colorHi Raby and Nathlie,
I don’t recommend you to make change on the core theme file like style.css . All these changes will be overwritten once you upgrade your theme.
There is two alternative to this:
- Either you can add the CSS code in “Custom CSS Styles” box which you will see it in the Theme Option Page under Appearance Menu
- Or you can create the child theme and update there (http://codex.wordpress.org/Child_Themes)
Regards,
SakinHI Websmythe,
You need to upgrade your WordPress.
Regards,
SakinHi Websmythe,
Can you send us message from http://catchthemes.com with the screenshot and details and then I will repose details on there.
Regards,
SakinForum: Themes and Templates
In reply to: [Simple Catch] [Theme: Simple Catch] Problem customizing menusHi Marketermatt,
Yes Simple Catch Theme supports Custom Menus. As per the Sanjiv says, you need to select the menu as the primary menu.
Regards,
SakinForum: Themes and Templates
In reply to: Catch box slider problem ChromeHi Krunoslav,
It’s just a loading issue. This theme adjust the height auto to the images and content you have. That is why when you first load the site, if the images are not loaded due to internet speed then it will be small and it will increase to auto. No need to do next and previous.
If you have problem then you have set the fixed height in css option in theme option.
Regards,
Sakin