Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@Ralph177: How did you remove it and have your cleared your cache in WP-Super-Cache plugin settings?
Sakin
Keymaster@rckstr: You need to send me your site URL, then I can check in and send you custom CSS.
Sakin
Keymaster@fastfun.jp:
1. For Slider, you can just go to “Appearance => Theme Options => Featured Slider”. Then in “Enable Slider”, you can select “Homepage / Frontpage”. This will make your slider to appear only on homepage.2. To you can disable all the Homepage Sidebar from “Appearance => Theme Options => Homepage Options => Homepage Sidebar Options”.
3. Then you can add static front page with the content you want. Go to “Appearance => Theme Options => Homepage Options => Homepage/Frontpage Settings”. Then select “Enable Latest Posts or Page” and then add static page from “Settings => Readings => Front page displays” and select the page A static page (select below).
3. Then you can create child theme and then create function.php and add your custom function there and hook in with action hook.
Sakin
Keymaster@saramid: Which theme are you using it? See the theme instruction page http://catchthemes.com/theme-instructions/ for details.
Sakin
Keymaster@nzcid: No you cannot just alter the original functions.php file. Yes, you alterations will be lost when you update the theme. So, you need to build the child theme and then either you can add with the help of action hook or copy header.php and edit header.php in your child theme.
December 28, 2013 at 2:04 am in reply to: Need to remove hover for all menus(fixed, primary,secondary and footer) #18672Sakin
Keymaster@Ling: I see that you have install ToolTip. Remove that and our default theme doesn’t have tooltip. See the demo page http://catchthemes.com/demo/catch-evolution/
Sakin
Keymaster@Ralph177: I see that you are using “Excerpt Layout” in homepage which doesn’t support
<!–nextpage–>. To support that you need to use “Full Content Layout”. Just go to “Appearance => Theme Options” and select “Show full content” in Content layout and save changes.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.
-
AuthorPosts
