Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@valezaii: There are lot of plugin for font. You can check out https://wordpress.org/plugins/search.php?q=fonts
Yes, Pro version will cost you. See this http://catchthemes.com/themes/simple-catch-pro/ and theme instructions at http://catchthemes.com/theme-instructions/simple-catch-pro
Sakin
Keymaster@daniel12:
1. No you cannot change menu like that. You might want to check for plugin to use sticky menu. We haven’t designed that that.
2. Slider stopped working as you have remove/edited the footer.php. Restore that file and it will start working.
3. Yes, you shouldn’t edit/delete any files inside ‘simple-catch’ folder. This is not the good way to modify the theme. As all your modification will be reverted back to original when you update the theme. Child theme is the safe way to edit the theme. Check this http://catchthemes.com/blog/create-child-theme-wordpress/
4. For few css, you can just add it in “Appearance => Theme Options => Custom CSS” box or create child theme and add in your child theme style.css file.Sakin
Keymaster@Will: It’s strange as all the edits made in theme from Appearance => Theme Options panel should remain unchanged. Only the edits if you have made inside ‘catch-evolution-pro’ theme folder will be reverted back to original.
Sakin
Keymaster@Andy: Sorry can you share your site URL and explain. It’s bit confusing what you are trying to say it.
Sakin
Keymaster@B1ngle: Sorry this theme is 978px width based theme. So, how can we make it full width. I don’t think that can be done easily. Best will be to choose any other full width theme. Or you can share with me your screenshot of design that you are trying to achieve it.
Sakin
Keymaster@luismarioochoa:
1. Dots are already there in the center, so you might want to remove this. For that you can add the following css in “Appearance => Theme Options => Custom CSS” box :
#slider-nav { display: none; }2.a) You can change the font size in the following css and then add it in “Appearance => Theme Options => Custom CSS” box :
#featured-post .entry-title { font-size: 22px; }2.b) There is nothing like that. But yes, you can manually add hyper link in that content post. For example:
<a href="you-url">Continue Reading →</a>3. Simply add the following css in “Appearance => Theme Options => Custom CSS” box:
.site { box-shadow: none; }4. Sorry I don’t get it what you mean.
Sakin
Keymaster@JOSHUA:
1. You can try adding in the following css in “Appearance => Theme Options => Custom CSS” box to remove the border
#main .site-content .type-page { border: none; }2. I need to check in your site to see the difference. So, please send me your site URL.
Sakin
Keymaster@Will: Sorry I don’t understand your question. Please post in your site URL where you have image with all these and maybe explain one sample changes that you want then I can try on with custom css.
Sakin
Keymaster@Ronel: Yes you are really advance. Yes there is 2 calls to duplicate Header Right Menu and Secondary Menus. So, if you want two then you can make another function to duplicate the menu for secondary menu and then call it once for each menu.
Sakin
Keymaster@Kim: In Catch Flames Pro, you can manage comments from “Appearance => Theme Options => Comments Options”. Check there.
Sakin
Keymaster@Kim:
1. You have choose Full Width menu site and want to make it content width. It’s strange. You can the following css in “Appearance => Theme Options => Custom CSS” box:
#header-menu #access { background-color: #fff; } #header-menu .menu-header-container { background-color: #e9e7e7; }2. You need to replace the following css from your Custom CSS box:
@media screen and (min-width: 941px) { #logo-wrap { width: 68%; } #sidebar-header-right { width:20%; } }To this css:
@media screen and (min-width: 941px) { #logo-wrap { width: 68%; } #sidebar-header-right { width: 300px; } }3. You need to replace the following css from your Custom CSS box:
#secondary .widget, #third-sidebar .widget { margin-bottom: 0px; padding-bottom: 0px; }To this css:
#secondary .widget, #third-sidebar .widget { border: 1px solid #e9e7e7; }Sakin
Keymaster@Sakin: Thanks for your cooperation. There was issue with WordPress Importer plugin. This plugin should be used only when you are importing your datas. After you have imported, it is always recommended to deactivate it.
Sakin
Keymaster@geeroads: I am able to checking with this version. Maybe I need to check in your server for detail. I will send you email.
Sakin
Keymasterlooking at your site. I recommend width 1440px and height 900px. But it’s all you decision. Just make sure your image size is not that large. It must be less then 200kb is better.
Sakin
Keymaster@Will: If you want to control the it’s size then you need to wrap with div like this
<div style="width: 300px;">your youtube code</div>This is responsive theme. So, your view will be adjusted as per your content sizes. Either you need to define width like above from your content editor text mode or you need to disable responsive design from “Appearance => Theme Options => Responsive Design”
Sakin
Keymaster@Jan Deelstra: If visibility setting,
1. when you say “Hide” is page is Blog, then it will hide only in your blog page and will show in all other pages.
2. when you say “Show” if page is blog or post, it will show in your blog page and your article (post) page and will not show in other sections such as other pages, category and all.Sakin
Keymaster@yidamweb: It depends on your setting at “Appearance => Theme Options => Header Featured Image Options => Enable Featured Header Image”.
Sakin
Keymaster@Simon: Looks like there is localization of script missing. So, cannot be done with language file. You need to add the following code in “Appearance => Theme Options => Webmaster Tools => Header and Footer Codes => Code to display on Footer” box:
<script type="text/javascript"> jQuery(window).load(function() { jQuery("#access").html(function(i,t){ return t.replace('Menu','Hauptmenü') }); jQuery("#access-secondary").html(function(i,t){ return t.replace('Secondary Menu','Servicemenü') }); jQuery("#access-footer").html(function(i,t){ return t.replace('Footer Menu','Infomenü') }); }); </script> -
AuthorPosts
