Forum Replies Created
-
AuthorPosts
-
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.
December 25, 2012 at 10:36 pm in reply to: How to move the picture in the article slider to the center? #2605Sakin
Keymaster@shovelpower: why don’t you upload the image with minimum size of 644px width.
You can try adding in the css in “Custom CSS” box in your “Theme Options” if the image in small.
#slider-wrap img {
margin: 0 auto;
text-align: center;
}
December 25, 2012 at 2:25 am in reply to: How to move the picture in the article slider to the center? #2578Sakin
Keymaster@shovelpower: I don’t get it what you mean. Can you send me demo or like sketch/image of what you want?
Sakin
Keymaster@mastergobo: For this you have to build child theme and then alter catchbox_sliders() function. For easy solution you can upgrade to Catch Box Pro theme http://catchthemes.com/themes/catch-box-pro/ and use Featured Image slider where you can manually add in the Image URL, Title, Description and links. All optional.
Sakin
Keymaster@shovelpower: If you are asking for changing the text of more link then you have to build child theme and then alter catchbox_continue_reading_link() function. For easy solution you can upgrade to Catch Box Pro theme http://catchthemes.com/themes/catch-box-pro/.
Sakin
Keymaster@klrouth : Can you disable “nextgen scrollGallery” plugin and check it. I suspect conflict jQuery conflict with the plugin. Is this doesn’t solve then try deactivating all the plugins and then check it. If this is fine then enable plugin one by one to see which one is creating conflict.
Next step you can take is reset the settings in the Featured Image SLider.
Let me know it.
Sakin
Keymaster@Poornima: Add the following css in the “Custom CSS” box in your Theme Options under Appearance Tab.
#site-logo, #site-title, #site-description {
margin: 0;
text-align: center;
}
Sakin
Keymaster@Piirus: I see that you have added css in “Custom CSS” box as below:
#header-content {
margin: 40px auto auto 40px;
}
Just replace with the below:
#header-content {
margin: 40px 140px auto;
}
Sakin
Keymaster@klrouth: For Simple Catch Pro theme, if you are using featured slider then the minimum width is 978px. So, you need to upload the image of that size or larger.
Please add in your site URL whenever you ask for support question. It will be easy for us to take a look at the issue.
Sakin
Keymaster@chochonet: Just add the following css in “Custom CSS” box in your Theme Options to hide it.
.entry-meta, .nocomments { display: none; }
Sakin
KeymasterSakin
Keymaster@TishTashTosh: best if use custom menu in Simple Catch. See this http://en.support.wordpress.com/menus/
Sakin
Keymaster@Anusha: You need to add Featured Image in the Post. See this http://en.support.wordpress.com/featured-images/#setting-a-featured-image
If you want to add manual image url then you need to upgrade to Simple Catch Pro where you have option to choose between Featured Post Slider and Featured Image Slider. If you choose Featured Image Slider, then you can just add the URL, Title, Description and link as necessary.
-
AuthorPosts