Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@TruckinTortuga: Can you try adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.
#logo-wrap, #site-logo { display: block; float: none; text-align: center; }Sakin
Keymaster@corinnecollins.com: Yes it allows. You can see the Theme Details at Theme Instruction page at http://catchthemes.com/theme-instructions/catch-box-pro and also the demo at http://catchthemes.com/demo/catchbox-pro/
Sakin
Keymaster@marcella: Right now Catch Everest Pro don’t have option to add in Footer Menu. We will add this in future version update. For now you need to consider hiring customizer at http://catchthemes.com/hire-customizer/
About the Post layout then you can change it by building child theme and then copy content.php in your child theme and change it. It’s bit technical.
Sakin
Keymaster@Micha: That page is not found. Try replacing the above css with the following.
body, button, input, select, textarea, .site-content article { word-wrap: normal; -webkit-hyphens: none; -moz-hyphens: none; hyphens: none; }Sakin
Keymaster@kellettjen: Oh so you have .htaccess file permission issue otherwise it will have been auto.
Sakin
Keymaster@poppy: For any theme level customization you need child theme. As if you change any core theme file such as functions.php, index.php, style.css and so on. It will work until you update the theme. When you update the theme it will revert back the file to original mode and all your customization will be gone. So, by building child theme your customization will be safe.
For sidebar, either you can search for plugin at wordpress.org/plugins or you need to build child theme.
Sakin
Keymaster@mark: If you use Featured Post Slider or Featured Page Slider or Featured Category Slider, then it will take the image from page/post and auto crop the image. But if you use Featured Image Slider, you can upload image of any size and it will not crop it.
Thanks for the fix in the typo about Enable Slider. We will fix this in new version.
Sakin
Keymaster@poppy: There is not option to create it by default. You need take help from customizer http://catchthemes.com/hire-customizer/ to build child theme and add it.
Sakin
Keymaster@klhaight: There must me some css in your child theme style.css which is causing the issue. I will not be able to check in details. You can take help from customizer at http://catchthemes.com/hire-customizer/
Sakin
Keymaster@kellettjen: For changing default permalink structure you can go to “Settings => Permalinks” then choose “Post name” and save changes.
Sakin
Keymaster@fastfun.jp: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
.single-gallery .service-item dd { margin-bottom: 0; } .single-gallery .service-item .widget-title { min-height: 40px; }Sakin
Keymaster@suchi: Sorry there is not option for that. Try to search for plugins at http://wordpress.org/plugins/
Sakin
KeymasterYou can check out default Blockquotes formats at http://catchthemes.com/demo/simplecatch-pro/html-elements/ . If you don’t like the single image then you can remove that by adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.
blockquote { background: none; }Sakin
Keymaster@pgdll: Looks like you have customize your site slider function. So, there must be issue with your cache transit like
delete_transient();andset_transient();data. Can you check your code or upload the customized code in http://gist.github.com/ and send me the url.Sakin
Keymaster@aeriformarts: I can see you have right sidebar in your site.
Sakin
Keymaster@suchi: It’s bit confusing. Are you showing solution or just asking to remove the white spaces. If so then first I see there is whitespace in your logo images http://www.gotmold.ca/wp-content/uploads/2014/01/member_links_footer.jpg . So, you can remove that. Then you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#footer-sidebar .widget img { margin: 0 auto; }Sakin
Keymaster@aeriformarts: Which header are you talking about? There is font family options for Catch Everest Pro theme at “Appearance => Theme Options => Font Family Options”
Sakin
Keymastersuchi: I see that you have install plugin for that new bio. Either you disable that plugin or you can add the following CSS in “Appearance => Theme Options => Custom CSS”
.entry-meta .author-info { display: none; }To remove hyphenations, yeou can add the following CSS in “Appearance => Theme Options => Custom CSS”
.site-content article {
word-wrap: normal;
-webkit-hyphens: none;
-moz-hyphens: none;
hyphens: none;
}For 7th sorry there is not option to do that. You need to build child theme and edit. For that I recommend you to use hire a customizer service from tweaky at http://catchthemes.com/hire-customizer/
-
AuthorPosts
