Forum Replies Created
-
AuthorPosts
-
Mahesh
Participant@parure: Thank you for your appreciation. Have a nice day!
Regards,
MaheshMahesh
Participant@stevphel: Please make sure you use image of same dimension in all of the post/pages selected in the Recent News/Recent Events and all other elements.
Please check out the theme instructions.
https://catchthemes.com/theme-instructions/clean-education-pro/#featured-imageRegards,
MaheshMarch 17, 2017 at 10:01 am in reply to: Content elements – order and appear on different pages #112161Mahesh
Participant@stevphel:
1. Can these elements be renamed? (Not just changing the titles, but actually renaming the elements.)
-> You mean to rename the title in the customize option? If so, you’ll need to customize the theme further. I recommend you to hire a customizer.2. How can these elements be reordered on the homepage? For example, move the “Courses” element below the “Our Professors” element?
-> This can be done using child theme and customize it there. You can find more details on creating a child theme HERE. Then add the following code in your child theme’sfunctions.phpfile.function clean_education_courses_display_position() { // Getting data from Theme Options $options = clean_education_get_theme_options(); if ( $options['courses_position'] ) { add_action( 'clean_education_after_content', 'clean_education_courses_display', 85 ); } else { add_action( 'clean_education_before_content', 'clean_education_courses_display', 75 ); } }3. How can you make an element show up on another page? For instance, if we have the courses element on the homepage, and then also want it on a subpage for courses, how is this possible without putting it on every single page?
-> For this, you can simply enable the elements on the whole site and then hide it from the page where unnecessary with Custom CSS. If you need help on this, I can help you with this. Please post in your site url.Regards,
MaheshMahesh
Participant@stevphel: This can be done with Custom CSS. Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:
#logo-section { background-color: #fff; color: #000; }Regards,
MaheshMahesh
Participant@kjellkri: Customize setting are kinda tricky. When selecting Homepage/Frontpage, you must be in the Homepage in the demo screen to the right. Please make sure you are in the Homepage. I checked the same on our server and is working fine. Let me know further.
Regards,
MaheshMahesh
Participant@zerolizer0: Glad to know you’ve figured it out. Have a nice day!
Regards,
MaheshMahesh
Participant@wouwonline: Yes, this is possible. Go to Dashboard=> Appearance=> Menus and you can add up desired category to the menu which will list blogs of that particular category as a separate page.
Regards,
MaheshMahesh
Participant@guzie: Was just about to check your site but couldn’t login. Have replied you through email.
Regards,
MaheshMahesh
Participant@parure: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:
#primary { white-space: pre-line; }Regards,
MaheshMarch 16, 2017 at 11:54 am in reply to: need some basic info on Find Us, About This Site and Footer #112088Mahesh
Participant@wire51: Go to Dashboard=> Appearance=> Menu and you can change the order and manage menu here.
I don’t want to use the side menu and that seems to be where the widget menu is using. I don’t actually get this.
You can use SEO plugin for that.Regards,
MaheshMahesh
Participant@rene: Are you using Catch Updater? If not, please follow the instruction below:
You’ll need to first download the theme from https://catchthemes.com/my-account/ page. Then install Catch Web Tools plugin and activate Catch Updater Module.
https://wordpress.org/plugins/catch-web-tools/
Please check the tutorial video in the link below:
https://www.youtube.com/watch?v=W95SuabDZi8For more, check out theme instructions at https://catchthemes.com/theme-instructions/adventurous-pro/
Regards,
MaheshMahesh
Participant@wouwonline: You can hide it using CSS. Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:
.home #main .hentry .entry-meta { display: none; }Regards,
MaheshMahesh
Participant@malni: Remove all the above CSS, and put in the following CSS:
.catchbase-nav-menu a, .sidebar-header-right .widget_nav_menu a { color: #fff; } .nav-primary, .catchbase-nav-menu .sub-menu a { background-color: #ffd700; } .catchbase-nav-menu .current-menu-item > a, .catchbase-nav-menu .current-menu-ancestor > a, .catchbase-nav-menu .current_page_item > a, .catchbase-nav-menu .current_page_ancestor > a, .catchbase-nav-menu li a:hover, .catchbase-nav-menu li a:focus, .catchbase-nav-menu .sub-menu li a:hover, .catchbase-nav-menu .sub-menu li a:focus, .catchbase-nav-menu .children li a:hover, .catchbase-nav-menu .children li a:focus { color: #000000; }Regards,
MaheshMahesh
Participant@jmbtravel: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:
http://www.nurident.com/#homepage-message, #featured-post { border: 0; }http://www.bulgaria-medica.com/
#homepage-message, #colophon { border: 0; }Regards,
MaheshMahesh
Participant@treboroom: Go to Dashboard=> Appearance=> Widgets and make sure that you don’t have any widgets in Optional Page Sidebar.
Regards,
MaheshMahesh
Participant@3j: By default, latest post are displayed. Go to Dashbaord=> Settings=> Reading and make sure Blog pages show at most is set to 10. Go to Dashboard=> Appearance=> Customize=> Theme Options=> Homepage/Frontpage Options then make sure you select all categories in the list. Let me know if any problem. Please post in your site url.
Regards,
MaheshMahesh
Participant@myriem: Please post in your site url. For duplication of homepage format, you’ll need to customize the theme further using child theme and custom templates. I recommend you to hire a customizer.
Regards,
MaheshMahesh
Participant@stevphel: By default, the menu sticks to the right. Please check the demo: https://catchthemes.com/demo/clean-education/
Please post in your site url.Regards,
MaheshMahesh
Participant@lucapizzonia: Please post in your site url.
Regards,
Mahesh -
AuthorPosts
