Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@fastfun.jp: Can you let me know what are you trying to accomplish. Then I can send you the code. content-sidebar.php file uses
catchthemes_theloop()function which you will find it in catchthemes_functions.php. You can copy that function to your child theme functions.php file and edit it there.Sakin
Keymaster@nzcid: There is no option to add that under the menu bar. For that you need to build child theme and then you can create functions.php file in your child theme and add it in action hook
catchbox_before_main()Sakin
Keymaster@k.capelli: I see that you have already added padding bottom. That’s fine. You can just increase or decrease the padding bottom as per you need.
#header-content { padding-bottom: 54px; }Sakin
Keymaster@k.capelli: You can simply go to “Appearance => Theme Options => Header Right Sidebar Options” and click on “Disable Header Right Sidebar” and save it.
December 27, 2013 at 11:16 pm in reply to: Header Options: Additional option to move logo position up and do #18662Sakin
Keymaster@Markus: Just replace the CSS
.home #main { padding-top: 0; }with#main { padding-top: 0; }in your Custom CSS and it will be same for all pages.December 27, 2013 at 11:13 pm in reply to: How to remove author and change font of post title #18660Sakin
Keymaster@Markus: Sorry that is beyond general support. You need to hire a customizer to work on the custom work. This feature is not there in theme Theme.
Sakin
Keymaster@Fredrik: Your css is not correct. So, remove all your custom css and add the following CSS in your Custom CSS box.
#content { margin: 0 30% 0 3%; width: 67%; } #secondary { width: 18%; } .entry-header { display: none; }This will fix it all.
Sakin
Keymaster@Fredrik: I see that you have added the following Custom CSS in “Appearance => Theme Options => Custom CSS”. Remove that
#header-content { } @media screen and (min-width: 961px) { } #secondary { width: 18%; } #primary { width: 114%; }Sakin
Keymaster@Fredrik: I see that you are using Old Version of Catch Box Pro. So, first can you update the theme to latest version that is 2.9. See the change log here http://catchthemes.com/changelogs/catch-box-pro-theme/
December 26, 2013 at 10:32 am in reply to: How to remove author and change font of post title #18633Sakin
Keymaster@Markus: I don’t see much difference except for the design. the layout looks similar. For footer you can add Footer Widgets in Footer Areas. So, can you explain what are you trying to accomplish.
Sakin
Keymaster@JamieNovak: Thanks for your appreciation. Wish you Merry Christmas and Happy Holidays.
Sakin
Keymaster@owen: You ca check the code here pastebin.com/DjJ1QMtq . We cannot provide in depth support to functions.php file. This can be totally complicated. We only support CSS and Settings changes.
Sakin
Keymaster@owen: That Favicon code is file You just add
<?phpcode and removeadd_action( 'catchbox_site_generator', 'catchbox_footer_content', 15 );and rest looks fine.Sakin
Keymaster@Fredrik: Since you have customize the site CSS. I need to see the problem page. So, can you post the URL.
Sakin
Keymaster@Ralph177: Sorry there is no option to do that. For that either you need to search for plugin or you need to hire customizer to work on it.
Sakin
Keymaster@Markus: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
.hentry, .widget, .no-results, #author-info, #disqus_thread, #content .error404 { border: none; }Sakin
Keymaster@owen: You have missed the php opening that is
<?phpadd this at the start of your functions.php file. Second you cannot add just action hook without removing it. So, remove this action hook likeadd_action( 'catchbox_site_generator', 'catchbox_footer_content', 15 );About your Favicon, you don’t need to add code. Just upload favicon from “Appearance => Theme Options => Favicon URL”
Please not, you cannot just add functions.php file and add all code. You need to be careful about that.
-
AuthorPosts
