Forum Replies Created

Viewing 20 posts - 1,101 through 1,120 (of 4,908 total)
  • Author
    Posts
  • in reply to: White-space in text #112169
    Mahesh
    Participant

    @parure: Thank you for your appreciation. Have a nice day!

    Regards,
    Mahesh

    in reply to: CT Widgets Column Layout #112168
    Mahesh
    Participant

    @stevphel: Please post in your site url.

    Regards,
    Mahesh

    in reply to: News and Events content elements are uneven #112162
    Mahesh
    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-image

    Regards,
    Mahesh

    in reply to: Content elements – order and appear on different pages #112161
    Mahesh
    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’s functions.php file.

    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,
    Mahesh

    in reply to: Change color of logo slider #112160
    Mahesh
    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,
    Mahesh

    in reply to: (Minor) bug: Header Highlight Content settings #112159
    Mahesh
    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,
    Mahesh

    in reply to: Recaptcha #112158
    Mahesh
    Participant

    @zerolizer0: Glad to know you’ve figured it out. Have a nice day!

    Regards,
    Mahesh

    in reply to: Possible to make blog page? #112104
    Mahesh
    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,
    Mahesh

    in reply to: Unable to remove code on footer #112090
    Mahesh
    Participant

    @guzie: Was just about to check your site but couldn’t login. Have replied you through email.

    Regards,
    Mahesh

    in reply to: White-space in text #112089
    Mahesh
    Participant

    @parure: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:

    #primary {
        white-space: pre-line;
    }

    Regards,
    Mahesh

    Mahesh
    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,
    Mahesh

    in reply to: theme upgrade problem #112087
    Mahesh
    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=W95SuabDZi8

    For more, check out theme instructions at https://catchthemes.com/theme-instructions/adventurous-pro/

    Regards,
    Mahesh

    in reply to: Delete information from blog page #112086
    Mahesh
    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,
    Mahesh

    in reply to: Top Menu Backround and font Color #112084
    Mahesh
    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,
    Mahesh

    in reply to: Border lines around Promotion Headline #112083
    Mahesh
    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,
    Mahesh

    in reply to: Why is calendar appearing? #112077
    Mahesh
    Participant

    @treboroom: Go to Dashboard=> Appearance=> Widgets and make sure that you don’t have any widgets in Optional Page Sidebar.

    Regards,
    Mahesh

    in reply to: Multiple posts on front page #112074
    Mahesh
    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,
    Mahesh

    in reply to: Access Homepage for Customization #112065
    Mahesh
    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,
    Mahesh

    in reply to: Logo and menu bar on same line #112064
    Mahesh
    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,
    Mahesh

    in reply to: slider and ssl #112063
    Mahesh
    Participant

    @lucapizzonia: Please post in your site url.

    Regards,
    Mahesh

Viewing 20 posts - 1,101 through 1,120 (of 4,908 total)