Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@Iris: For code you can just download the theme and see the code http://wordpress.org/extend/themes/catch-box
About changing the footer text and removing powered by WordPress. For free theme it’s not a good practice to remove it. So, if you want to remove it then upgrade to pro theme where there is Footer Editor box to change the text http://catchthemes.com/themes/catch-box-pro/
To change the color of container you can add the following css in Custom Css box in theme options:
#main {
background-color: #fff;
}
Sakin
Keymaster@Trishah: It’s doesn’t matter which menu you created. Just you have to assign it in primary menu.
Sakin
Keymaster@EG_Bourne: I don’t what you mean here. Can you send me the screenshot of the issue. Also try changing theme to default WordPress theme to see if it’s theme specific theme or your WordPress installation.
Sakin
Keymaster@dinhhaidang: It’s not there is Theme. You need to create Archives.php. See this tutorial http://wp.tutsplus.com/tutorials/create-a-wordpress-archives-template-for-your-theme/. We will add it in future version update.
Sakin
Keymaster@klrouth: there are so many places you need to remove. Try the following css:
.post .post-thumb a,
.entry-content img {
border: none;
}
Sakin
Keymaster@ehde: Header logo shouldn’t be cropped. It will just show the image that you uploaded through header image URL in your theme options. But yes it will adjust as per the screensize to match responsive design. Send me the site url and screenshot of the issue.
Sakin
Keymaster@ehde: Menu can be arranged in any way you like. You can just build custom menu. Our theme supports custom menu. See this for detail instruction about custom menu http://en.support.wordpress.com/menus/ . With this you can just drag and drop and arrange it as per your wish.
Sakin
Keymaster@jessica: You question is not so clear. Can you send me your site URL and then screenshot of the issue. So, I can me clear about it and send you the instruction to fix it.
Sakin
Keymaster@unitedinterface: This is from the language file and for that you need open the language folder in the theme. Then edit the .po file through “poedit” software.
Sakin
Keymaster@rlsdesigns: For this you need to customize the catchbox_sliders() function. To do that you need to create Child theme and then edit catchbox_sliders() function and edit the following part for which you need to have knowledge of PHP coding:
'.get_the_post_thumbnail( $post->ID, 'featured-slider', array( 'title' => $title_attribute, 'alt' => $title_attribute, 'class' => 'pngfix' ) ).'
'
.the_title( '','', false ).' :
'.get_the_excerpt().'';
But if you want easy way out then there is good news that on Christmas, we recently released Catch Box Pro version where, it meets all your criteria. There is additional featured image slider where you can just add the image and title and description, links are optional. http://catchthemes.com/themes/catch-box-pro/
December 27, 2012 at 10:27 pm in reply to: Search Box: How to hidesearch box at the top right corner #2645Sakin
Keymaster@cgholland: Delete everything in your Custom CSS box in your Theme Options and also reset the settings in your theme options.
December 27, 2012 at 10:15 pm in reply to: Search Box: How to hidesearch box at the top right corner #2643Sakin
Keymaster@cgholland: Looks like you have made lot of change. Can you revert it back. Can you tell me what are the customize you made.
Sakin
Keymaster@whhfsg: Are you trying to reduce the thumbnail in your Homepage ( http://smilespreaders.org/ ) then you create the child theme and edit the size in your function.php
add_image_size( 'featured', 210, 210, true); // uses on homepage featured image
After this you need to regenerate the thumbnail with regenerate thumbnail plugin ( http://wordpress.org/extend/plugins/regenerate-thumbnails/ )
Sakin
Keymaster@unitedinterface: I don’t understand. Can you explain bit more. If you want to help in translating in German language then you can send me the translation file and then I will add it in the version update.
Sakin
Keymaster@cgholland: You are adding question in Simple Catch forum but you are using Simple Catch Pro Theme. For Simple Catch Pro Theme you need to use this forum http://catchthemes.com/support-forum/forum/simple-catch-pro-premium/ .
I have added your answer here http://catchthemes.com/support-forum/topic/search-box-how-to-hidesearch-box-at-the-top-right-corner/
Sakin
Keymaster@pbelfi: It looks like you have already fixed it. I don’t see the title above the social media tabs. But it looks like the tab in not rapped in the box. To fix the wrapper box you can add the following CSS in “Custom CSS” box in your Theme Options under Appearance Tab.
.socialg_widget {
height: 1%;
overflow: hidden;
}
Sakin
Keymaster@JRichi: You can add the following CSS in your “Custom CSS” box in your Theme Options under Appearance in your WordPress Dashboard ( http://ebookmarket.info/wp-admin/themes.php?page=theme_options ):
#slider-wrap img, img.attachment-featured-slider {
display: inline;
float: left;
margin-right: 15px;
}
Sakin
Keymaster@rlsdesigns:
1 and 2) For adding text in the homepage. You can just create a page and then assign the page page for Front page displays. For settings, go to your WordPress Dashboard and “Settings -> Reading” . If you cannot find then here is direct link to your site homepage settings ( http://compasstaxhelp.com/wp-admin/options-reading.php )3) To change the size of text on slideshow. You can add the following CSS in Theme Options in your WordPress Dashboard “Appearance -> Theme Options” ( http://compasstaxhelp.com/wp-admin/themes.php?page=theme_options )
#slider-wrap .featured-text {
font-size: 18px;
}4) For slideshow effect. You can increase the Transition Effect in your Featured Slider Options in your WordPress Dashboard. “Appearance -> Featured Slider -> Slider Effect Options” ( http://compasstaxhelp.com/wp-admin/themes.php?page=slider_options )
Please be patience for support question answers. If there is any urgent issue then you can use our premium services “Support Ticket” or “Hire a Customizer”.
Sakin
Keymaster@oalglave: Simple Catch Pro theme in translation ready but haven’t been translated in french. Currently it is only translated in Polish language.
If you want to help in translation then you can do it. We will sure put it up in Next version update.
See this for tutorial: http://wp.tutsplus.com/tutorials/theme-development/translating-your-theme/
Theme already have simplecatch-pro.pot file and now you need to create fr_FR.po and fr_FR.mo file.
-
AuthorPosts