Catch Themes
Forum Replies Created
-
Why don’t you just use css to hide it.
.featured-text {
display: none;
}Regards,
SakinSorry there is not option for the page at this point. Only post ID. We are planning to come up with all these advance features in future.
Forum: Themes and Templates
In reply to: [Theme simple catch] Homepage slider to link to page not postNo we haven’t added this feature. Maybe in future updates…
Just for for information don’t edit style.css or modify any core theme file. As when there is new update your edits will be gone. So, if you want to modify css then you can simply add the additional css through “Custom CSS” box in Theme Options under Appearance tab in your WordPress Dashboard.
Forum: Themes and Templates
In reply to: [Simple Catch] [Theme: Simple Catch] How to remove page title?Yes there is Custom CSS box in Theme Option when you can add in the css to hide it.
Forum: Themes and Templates
In reply to: [Catch Box] [Theme: Catch Box] Slider width too bigHi SB,
You need to update this parameter in function.php
add_image_size( ‘featured-slider’, 980, 400, true ); // Used for featured posts if a large-feature doesn’t exist
After that use the Thumbnail Regenerate plugin to regenerate the thumbnail. Then update your slider. It’s done.
Regards,
SakinIt’s doesn’t support custom post type. It just support post ID. For that you need to customize the function catchbox_sliders() in fucntion.php
Yes that is the option. You need to check Exclude Slider post from Home page posts in Featured Slider option under Appearance Tab.
Forum: Themes and Templates
In reply to: [Catch Box] [Theme: Catch Box]I think there must be conflict with the plugin. Can you check in my disabling comments.
Also can you tell me if there is any customization you have done in the coding.
Forum: Themes and Templates
In reply to: Want to edit text in Comment Boxsee this and use the hooks.
Forum: Themes and Templates
In reply to: [Catch Box] [Theme: Catch Box] Menu issues after theme updateHi Perri,
This issue has been fixed. You just need to update your theme to latest version. Currently Catch Box is version 1.4 but you are using Version 1.1.3.2.
Please update and refresh your browser and your problem will be fixed.
Regards,
SakinForum: Themes and Templates
In reply to: [Simple Catch] [Theme: Simple Catch] Version UpdateSimple Catch Version 1.4.1 is out now for download.
http://wordpress.org/extend/themes/download/simple-catch.1.4.1.zip
Change Log:
* Fixing Color OptionsForum: Themes and Templates
In reply to: [Catch Box] [Theme: Catch Box] Version UpdateCatch Box Version 1.4 is out now for download.
http://wordpress.org/extend/themes/download/catch-box.1.4.zip
Change Log for 1.4 is as below:
* Fixed Slider Initialization
* Added Option to Disable Header Search in Theme Option Panel
* Added Info bar in Theme Option Panel
* Change the license to GPL 2Hi wapeddell,
You need to build the child theme and customize the simplecatch_sliders function.
Regards,
SakinForum: Themes and Templates
In reply to: Catch Box Theme- how do you change the size of header imageHi MCnewBiz,
You don’t need to edit or customize any code. Just use the latest version of Catch Box .
Regards,
Sakin