Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@alefmemalef: In Full Frame Free theme, there is only option to add in Featured Page Content. So, just go to “Appearance => Customize => Featured Content => Featured Content Options” and in “Select Content Type”, you need to select “Featured Page Content” and then add in your pages.
For more check out theme instructions page at http://catchthemes.com/theme-instructions/full-frame/.
For additional features check out theme instructions page of pro version at http://catchthemes.com/theme-instructions/full-frame-pro/
Sakin
Keymaster@alefmemalef: It is show in header toggle. Just click on Toggle Icon in the top right corner in your fixed header menu. If you just want to add small logo in side of your menu, then go to “Appearance => Customize => Theme Options => Icon Options” and then upload it in “Select/Add Logo Icon”.
Sakin
Keymaster@lesimi: To hide poster and posted date, you can add the following css in “Appearance => Theme Options => Custom CSS” Box:
.entry-header .entry-meta { display: none; }The easy way to remove comment with single click is only there in Pro version. In free version, you need to go to “Settings => Discussions” and remove, see this screenshot https://www.pinterest.com/pin/548594798333127973/, this will remove for all new posts and pages. But for old pages/post you need to edit it individually or block using https://www.pinterest.com/pin/548594798333128024/
Sakin
Keymaster@christiane: Yes, this is folder permission issue that is why it is not allowing you to install it from WordPress Dashboard. Ask your hosting server support to change that permission or you can change it by yourself.
Sakin
Keymaster@mwsmedia: the mobile menu is there. But it’s not so much visible due to same background color. You can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:
.mobile-menu-anchor a.genericon-menu, .mobile-menu-anchor a.genericon-menu:hover { background-color: #fff; color: #000; }Sakin
Keymaster@rc: In Catch Box Free theme, you can add logo from “Appearance => Header” and after adding it, don’t forget to click on “Save & publish”. Then it will show it. If not then post in your site URL.
Sakin
Keymaster@Maverick87Shaka: You can adjust the padding bottom as per your need in the following css and then add it in “Appearance => Customize => Theme Options => Custom CSS Options” box:
#masthead { padding-bottom: 20px; } #site-branding, .sidebar-header-right { padding-bottom: 20px; }Sakin
Keymaster@RimFrost: Please post in your site URL so that that I can check in. Actually Catch Box Free theme doesn’t have full width layout and only Pro version has it. See this, http://catchthemes.com/demo/catchbox-pro/parent-page/no-sidebar-full-width/. So, for free theme, I need to check in your site URL and then add in Custom CSS.
Sakin
Keymaster@brian: Ok about the header right sidebar. You can just go to “Appearance => Widget” and then drag and drop “Social Icons” widget to header right sidebar. You might have disable header right sidebar, in this case, you need to go to “Appearance => Customize => Theme Options => Fixed Header Top Options” and then uncheck “Check to disable Header Right Sidebar”. Also you can add social icon url from “Appearance => Customize => Social Links => Social Links”
Sakin
Keymaster@christiane: It shouldn’t be like that. We are able to install plugin with Adventurous theme. The error could not create directory is your hosting server folder permission issue. As your hosting server support to make your plugins folder permission to 755.
Even if you activate other theme, you will have same issue.
Sakin
Keymaster@Reina Borinquena: Just go to “Appearance => Menus” and then edit your custom menu home link and save changes. See this screenshot https://www.pinterest.com/pin/548594798331771327/ and you will he option to edit URL for custom home. Or you can just remove that home from your menu item and add back new home https://www.pinterest.com/pin/548594798331207092/
Sakin
Keymaster@Ryan415: Go to your custom css option box and then remove the following css:
/*Hides "Powered by WordPress" text on footer*/ #site-generator .powered {visibility:hidden;}Sakin
Keymaster@Holley: Sorry I don’t get it what you mean. Can you explain in reference with your site URL, what are you trying to do with the height of the image. Also, check out theme instructions page for recommended height http://catchthemes.com/theme-instructions/catch-responsive-pro/
Sakin
Keymaster@beatmaniaNZ: bbpress uses it’s own template. So, for that you need to build child theme. For child theme refer to http://catchthemes.com/blog/create-child-theme-wordpress/. Then you can customize theme for BBpress. See this https://codex.bbpress.org/theme-compatibility/
Sakin
Keymaster@Martin: I see that you are using “Mobile Theme” module from “Jetpack” plugin for which we don’t have any control. You can go to “Jetpack => Settings” and deactivate “Mobile Theme” and check in.
Sakin
Keymaster@kathiejs:
1. For caption image, you can add the following css in “Appearance => Theme Options => Custom CSS” box:.wp-caption img { width: 100%; } .wp-caption .wp-caption-text { padding-left: 2px; }2. Sorry I don’t get it what you mean by image in a thumbnail grid. Can you explain what are you trying to do or maybe share screenshot.
Sakin
Keymaster@Schelbert: I don’t know where did you got that script and css. I hope it works fine. So, consult with your developer.
1. You can add script in “Appearance => Theme Options => Webmaster Tools => Header and Footer Codes” box:
<script> jQuery(document).ready(function($) { $(window).scroll(function () { if ($(window).scrollTop() > 100) { $('header').addClass('shrink'); } else{ $('header').removeClass('shrink'); } }); }); </script>2. Then you can add your css in “Appearance => Theme Options => Custom CSS”
header.shrink { position:fixed; clear:both!important; width:100%; height:50px!important; max-height:50px!important; min-height:50px!important; z-index:999999999; transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; }Sakin
Keymaster@alsummers: It should work. I haven’t seen such a long menu. But can you add in and let me know it then I can check that for you.
-
AuthorPosts
