Catch Themes
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Catch box resizing issuesHi Alan,
Then disregard the previous css and add the following css:
.entry-content img,
.comment-content img,
embed,
iframe,
object {
height: auto;
}Also you don’t need to install the css plugin. You have that option in Theme Option. There is custom CSS box.
Regards,
SakinForum: Themes and Templates
In reply to: [Catch Box] [Theme: Catch Box] Slider doesn't show any imagesHi helreg,
Thanks for your feedback. We have already add some in coming version 1.2. In this version, you can control the header images with different sizes and for menu on a mobile it is pull down.
Regards,
SakinForum: Themes and Templates
In reply to: [Catch Box] [Theme: Catch Box] Size of image in sliderHi helreg,
Any images added before activating Catch Box theme will not be re-sized as per the Catch Box sizes.
You need to regenerate the thumbnails for all the older images. You can do to automatically through this plugin Regenerate Thumbnails
If you want to edit individual images on how you want to show it in the slider then you can use this plugin Post Thumbnail Editor
Regards,
SakinHi Dexy182,
Can you post your site link here. So, that I can see it.
Regards,
SakinHi openroadrides,
You can check this plugin Post Thumbnail Editor to generate the thumbnail to control the image.
Regards,
SakinForum: Fixing WordPress
In reply to: Catch box resizing issuesHi Alan,
For image problem. Can you add the following css in custom css:
.entry-content img, .comment-content img { height: auto; }Also you can check the responsive design view on iphone Click Here
Regards,
SakinForum: Themes and Templates
In reply to: Catch Box Theme- how do you change the size of header imageHi moeFlim,
Please upgrade your theme to the latest version and it will be fixed.
See this http://wordpress.org/support/topic/theme-catch-box-version-update?replies=10Regards,
SakinForum: Themes and Templates
In reply to: [Simple Catch] [Theme: Simple Catch] Version UpdateSimple Catch Version 1.3.5.3 is out now for download.
http://wordpress.org/extend/themes/download/simple-catch.1.3.5.3.zip
Change Log:
* Fixed css for Title
* Fixed css for input fields in sidebar
* Fixing textdomain in theme option
* Replace wp_print_styles to wp_enqueue_scriptsForum: Themes and Templates
In reply to: [Catch Box] [Theme: Catch Box] Version UpdateCatch Box Version 1.1.3.2 is out now for download.
http://wordpress.org/extend/themes/download/catch-box.1.1.3.2.zip
Change Log:
* Fixed site title and heading font issue
* Fixed dark.css for dark color schemeForum: Themes and Templates
In reply to: [Simple Catch] [Theme: Simple Catch] Change Slider SizeHi Mwarner,
There is no option to change this at the movement but we will soon come up with this option in version update. We have noted down.
For now if you want to change then you have to edit your function.php and change the following code. In the following code 313 is the height of the image. You can change it to bigger height by changing 313 to 400 or so on.
add_image_size( ‘slider’, 976, 313, true); // uses on Featured Slider on Homepage HeaderBut I don’t recommend to change the core theme file. As this will get removed when we do our version update.
If you really need it then make the changes and keep it backup so when you update then theme. Don’t forget to keep back your changes.
Regards,
SakinForum: Themes and Templates
In reply to: [Theme: Simple Catch] Theme Options not working.Hi Daniel,
Please update to latest version http://wordpress.org/extend/themes/download/simple-catch.1.3.5.2.zip to fix your issue.
Regards,
SakinForum: Fixing WordPress
In reply to: Help Please Wysija Widget Input filed too longHi Dustin,
Add the following in your Custom Css box in Theme Option:
#sidebar .widget_wysija_cont input {
width: 282px;
}Regards,
SakinForum: Themes and Templates
In reply to: [Simple Catch] [Theme: Simple Catch] Version UpdateSimple Catch Version 1.3.5.2 is out now for download.
http://wordpress.org/extend/themes/download/simple-catch.1.3.5.2.zip
Change Log:
* Updated FAQ in Theme Options
* Fixed Theme Option Data Validation for html special character → in continue reading. This fixed the problem in the server where Theme Option was not being saved.
* Fixed Slider loading issue and display overlap
* Added un-minified version of JS as per GPL
* Updated simplecatch.pot fileForum: Themes and Templates
In reply to: [Catch Box] [Theme: Catch Box] Version UpdateCatch Box Version 1.1.3.1 is out now for download.
http://wordpress.org/extend/themes/download/catch-box.1.1.3.1.zip
Change Log:
* Fixed Slider loading issue and display overlap
* Added un-minified version of JS as per GPLHi Andrew,
This you can do it from Custom CSS in Theme Option. Don’t need plugin as well.
For example to change for facebook just add as below:
#header .social-search ul.social-profile li.facebook a {
background-position: 0 -43px;
}
For Twitter:
#header .social-search ul.social-profile li.twitter a {
background-position: -44px -43px;
}Regards,
Sakin