Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@Oceani5: You cannot change only for Menu. You can change the font from “Appearance => Theme Options => Font Family Options”.
Sakin
Keymaster@Jaime: Check your footer.php file for
<?php /** * catchevolution_site_generator hook * * @hooked catchevolution_footer_social - 10 * @hooked catchevolution_footer_content - 15 */ do_action( 'catchevolution_site_generator' ); ?>Sakin
Keymaster@Annie: What you have change in the theme. Looks like you have changes the code. Load the default theme and then you can change the permalink structure from “Settings => Permalinks”
Sakin
Keymaster@offirkeren: You can increase the padding by adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.
.sb-options a { padding: 10px 4px; }Sakin
Keymaster@offirkeren: Speed depend on your Server and Configuration. If you want the best server then you can use WPEngine. They have server choices, Best Cache, CDN option and best security.
But if you are using any other server then you can use W3 Total Cache plugin and also reduce the image sizes by WP Smush.it plugin.
See your site test at http://tools.pingdom.com/fpt/?testurl=themobilecasino.co.uk#!/bmJCvt/themobilecasino.co.uk
And Catch Everest test at http://tools.pingdom.com/fpt/#!/GBajT/http://catchthemes.com/demo/catch-everest/Sakin
Keymaster@seatoskylifestyle: I don’t get it what you mean. All your post will be display as Latest Post first. So, I am confused. Maybe you can explain in reference with your site URL.
Sakin
Keymaster@jpbertram: You can try adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.
#main-slider .entry-container { display: none; } #main-slider .slides:hover .entry-container { display: block; }Sakin
Keymaster@prius4f: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#branding ul.menu { font-size: 14px; }Sakin
Keymaster@marcella: Yes best way to add Custom CSS is either adding it in “Appearance => Theme Options => Custom CSS” box or by building child theme.
For your slider box, I see that you have added following CSS in “Custom CSS” box as well as in edit CSS under Appearance. So, it is having box. Please remove those css.
#main-slider .entry-title a { background: none repeat scroll 0 0 rgba(255, 255, 255, 0.7); display: block; padding: 1rem 2.5rem; }Sakin
Keymaster@Mgx: You will find
catchevolution_sliders()function in catchevolution-functions.php file inside inc directory of Catch Evolution theme.Sakin
Keymaster@Otton: Please remove
margin: 0;from your custom css in the css below..page-id-474 #page { margin: 0; max-width: 1000px; }Then you can add the following CSS
/* Remove the padding in main */ #main { padding: 0; } /* Remove Margin from Content */ .singular #content, .fullwidth #content, .sidebar-content.singular #content { margin: 0; }Sakin
Keymaster@regenesys: Check out the footer.php file at http://themes.svn.wordpress.org/catch-box/2.9/footer.php . I see that you have removed the action
catchbox_site_generatorwhich is required to get in social icons.Sakin
Keymaster@blackkeys: Ok so what you need to do now?
Sakin
Keymaster@OBO Bettermann: I don’t think it will effect. For SEO, we recommend using WordPress SEO by Yoast Plugin.
Sakin
Keymaster@Canexas: Please check in our Theme Instruction page for detail theme instruction page at http://catchthemes.com/theme-instructions/catch-evolution-pro/
Sakin
Keymaster@OBO Bettermann: You can add header image from “Appearance => Header”.
-
AuthorPosts
