Forum Replies Created
-
AuthorPosts
-
Mahesh
Participant@rvtent: You are using Catch Box and you have posted the question in Catch Box Pro category’s support.
1. Can you please clarify more, I don’t much get it.
2. Customize Fonts: This function is available by default in Catch Box Pro. I recommend you to upgrade to pro. Or you can do it with Custom CSS too, let me know what font do you want to use, and where?
3. Catch Box Free version is not Woo Commerce ready may it caused the design issue. I recommend you to upgrade to pro.Regards,
MaheshMahesh
Participant@owensheers: Go to “Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS” box and add the following CSS:
#header-top { background-color: #999999; }Regards,
MaheshMahesh
Participant@sece43: Jetpack Carousel works fine with Catch Kathmandu. You can check it in Catch Kathmandu demo too in the link below.
https://catchthemes.com/demo/catch-kathmandu/gallery/
May be some plugin is conflicting with it.
Let me know further.Regards,
MaheshMahesh
Participant@cjcomms: Pro version is with same scenario too. The Pro version have other options such as Color option, Slider option, Featured Content etc.
Regards,
MaheshMahesh
Participant@ljh08: Simple Catch free version only has Sidebar widget area. If you want to have the social media button in footer, I recommend you to upgrade to Simple Catch Pro. It has many widget options (Footer widget, Optional sidebar option, header right sidebar etc) and many other options too.
But if you want it in Free version anyway, you’ll need to hire a customizer.Regards,
MaheshMahesh
Participant@cjcomms: The theme does not have built-in widgets for social media feeds but yes, it is possible to add widgets for social media feeds in the sidebar using appropriate social media feed widget plugin.
Regards,
MaheshMahesh
Participant@nagesh-seogmail-com: Please find the code in the following link and put it in “Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS” box.
http://pastebin.com/jFJ0dGLTRegards,
MaheshMahesh
Participant@anidos: The latest post with full text and others excerpt: You’ll need to hire a customizer for this.
For showing full text on homepage, go to “Dashboard=> Appearance=> Customize=> Theme Options=> Layout Option” and select Show Full Content (No Featured Image) in Archive Content Layout.Regards,
MaheshMahesh
Participant@vider: Glad to know you were able to remove search bar, For aligning logo to center, go to “Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS” box and add the following CSS:
#site-logo a { text-align: center; } .sidebar.sidebar-header-right { display: none; } #site-branding, #site-logo, #site-header { display: block; float: none; } .mobile-menu-one #site-branding { width: 100%; }Regards,
MaheshMahesh
Participant@idis: The above code should work fine. Please post in your site url. Have you activated the child theme?
Regards,
MaheshMahesh
Participant@adunning: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS” box and add the following CSS, it will fix background of featured content, and gap between headline and menu:
/* Change Background Color of Featured Content */ #featured-post { background-color: #333333; } #featured-post, #primary { padding: 50px; } .no-sidebar-full-width #primary, .woocommerce #primary { width: 90%; } #main { padding: 0; } #homepage-message { margin-top: 0; } #homepage-message p { margin: 0; padding: 20px 0; } @media screen and (max-width: 1020px) { #featured-post, #primary { padding: 30px; } } @media screen and (max-width: 1000px) { #primary { width: 90%; } } @media screen and (max-width: 480px) { #featured-post, #primary { padding: 20px; } } @media screen and (max-width: 320px) { #featured-post, #primary { padding: 15px; } }Reverse positions of the primary menu (across the top) and the headline & sub-headline
Yes, this is possible. For this you’ll need to create a child theme. You can find more details on creating child theme HERE. Then in your child theme’sfunctions.php, add the following codes.add_action( 'init', 'catcheverest_child_move_menu_below_promotion_headline' ); function catcheverest_child_move_menu_below_promotion_headline(){ remove_action( 'catcheverest_after_hgroup_wrap', 'catcheverest_header_menu', 10 ); add_action( 'catcheverest_before_main', 'catcheverest_header_menu', 10 ); remove_action( 'catcheverest_before_main', 'catcheverest_homepage_headline', 10 ); add_action( 'catcheverest_after_hgroup_wrap', 'catcheverest_homepage_headline', 10 ); }Let me know if any problem.
Regards,
MaheshMahesh
Participant@dara-w: Oh, if you haven’t created or assigned any menu to the primary menu, it uses page menu by default. I recommend you to create a menu and assign it to primary menu and it will fix your issue.
Regards,
MaheshMahesh
Participant@dara-w: I assume, you have Our work page, and currently your menu item Our Work points to that particular page. But as it is a parent item, you don’t want to link it to any thing right? For that you’ll need to add a custom link. In menu page, you’ll see Custom Menu links, listed along with pages, post, category etc. Click on it then add # in the url field and put a name in the
Link Text field and click on Add to menu button. Remove you current Our Work item from menu and place the new add item in its place then click Save Menu button.
Hope this helps.Regards,
MaheshMahesh
Participant@dara-w: Yes, this can be done. For that, you should use Custom link as parent item with URL # and label with your desired text for menu item (Our Work) and then put the other children menu items under it.
Let me know if any problem.Regards,
MaheshMahesh
Participant@geosot11: Well, this is beyond my control. I can only suggest you to either upgrade to Pro or Hire customizer/Find a friend who can do the customization to display Posts in Featured Content and Featured Slider instead.
For further, please contact may be they can help you.
https://catchthemes.com/contact-us/Regards,
MaheshMahesh
Participant@yogawithagnes: Thank you for your appreciation. Have a nice day!
Regards,
MaheshMahesh
Participant@catch1947: Thank you for your appreciation. Have a nice day!
Regards,
MaheshMahesh
Participant@anidos: Go to “Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS” box and add the following CSS:
.sidebar.sidebar-primary { display: none; } .home .sidebar.sidebar-primary { display: block; } #main { width: 100%; } .home #main { width: 820px; } @media screen and (max-width: 1280px) { .home #main { width: 720px; } } @media screen and (max-width: 1152px) { .home #main { width: 680px; } } @media screen and (max-width: 1100px) { .home #main { width: 600px; } } @media screen and (max-width: 990px) { .home #main { width: 100%; } }Mahesh
Participant@geosot11: In Clean Journal Free version, there is limit for featured content and featured slider to pages and demo only. For more feature like displaying post, widget, image, category is only available in Pro. I recommend you to upgrade to Clean Journal Pro.
Regards,
Mahesh -
AuthorPosts
