Viewing 20 posts - 1 through 20 (of 39 total)
  • Author
    Posts
  • #117789
    jamalesahq
    Participant

    Hello,

    Someone can help me about how take off

    ” Nothing Found
    Ready to publish your first post? Get started here.” this text appears on the footer just before the copyrighter

    Thank you

    #117793
    tikaram
    Keymaster

    @jamalesahq : It seems like you do not have any post on your website. Please, add a new post or use a static frontpage.
    For static frontpage, go to Dashboard => Appearance => Customize => Static Font Page, select A static page in Front page displays option and select your desired page in Front page option.

    Regards,
    Tikaram

    #117794
    jamalesahq
    Participant

    Thank you man !!!

    Also last question how I can delete the copyright for that’s not appears on the page ?

    #117812
    tikaram
    Keymaster

    @jamalesahq : Welcome,
    You may upgrade to pro version for more features and flexibility like deleting the copyright.

    It can be done using the Additional css option from the customizer as well. Please post in your site URL so that i can help you with the css.

    Regards,
    Tikaram

    #117826
    jamalesahq
    Participant

    so here the footer content:

    <?php
    /**
    * The template for displaying the footer
    *
    * @package Catch Themes
    * @subpackage Clean Education
    * @since Clean Education 0.1
    */
    ?>

    <?php
    /**
    * clean_education_after_content hook
    *
    * @hooked clean_education_content_sidebar_wrap_end – 10
    * @hooked clean_education_content_end – 30
    * @hooked clean_education_featured_content_display (move featured content below homepage posts) – 40
    *
    */
    do_action( ‘clean_education_after_content’ );
    ?>

    <?php
    /**
    * clean_education_footer hook
    *
    * @hooked clean_education_footer_content_start – 10
    * @hooked clean_education_footer_sidebar – 20
    * @hooked clean_education_footer_menu – 30
    * @hooked clean_education_footer_social – 40
    * @hooked clean_education_get_footer_content – 100
    * @hooked clean_education_footer_content_end – 110
    * @hooked clean_education_page_end – 200
    *
    */
    do_action( ‘clean_education_footer’ );
    ?>

    <?php
    /**
    * clean_education_after hook
    *
    * @hooked clean_education_scrollup – 10
    * @hooked clean_education_mobile_menus- 20
    *
    */
    do_action( ‘clean_education_after’ );?>

    <?php wp_footer(); ?>

    </body>
    </html>

    and I want to delete the ” Clean Education by Catch Themes ”

    #117827
    tikaram
    Keymaster

    @jamalesahq : Please post the web address of your website.

    #117828
    jamalesahq
    Participant
    #117829
    tikaram
    Keymaster

    @jamalesahq : Go to Appearance => Customize => Additional CSS and add the following css

    #footer-right-content {
    display:none;
    }

    Hello, there,
    I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/clean-education/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated.
    Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know.

    Regards,
    Tikaram

    #117843
    jamalesahq
    Participant

    I will !!! thank you man

    #117901
    jamalesahq
    Participant

    Hey man,

    one question more…

    you know how I can do you take off the part after the portfolio? I don’t want nothing after de portfolio

    http://focusmeeting2017. esahq. org$

    thank you

    #117903
    tikaram
    Keymaster

    @jamalesahq : Go to Appearance => Customize => Theme Options => Portfolio

    Under Enable Portfolio on Select Disabled.

    could you please leave an honest review as i have requested earlier.
    https://wordpress.org/support/theme/clean-education/reviews/#new-post

    Regards,
    Tikaram

    #117904
    jamalesahq
    Participant

    Hi,

    No.
    I mean look on the site, after portfolio picture I got ” hotel and etc ”
    I don’t want nothing after the portfolio (portfolio I want) but not after ” Hotel ”

    #117906
    tikaram
    Keymaster

    @jamalesahq : Go to Appearance => Customize => Additional CSS and
    add the following css and save.

    .home #content {
    display:none;
    }

    Regards,
    Tikaram

    #117907
    jamalesahq
    Participant

    you are genius !!!!!

    Thank you

    #117908
    tikaram
    Keymaster

    @jamalesahq : Welcome and Have a Good Day.

    #117910
    jamalesahq
    Participant

    I need you one time more…

    Do you think it’s possible to puts the logo ” ESA ” on the right
    then in the centre we will have the MENU and in the left stay Focus meeting 2017 ?

    thank you

    #117933
    tikaram
    Keymaster

    @jamalesahq : it is not possible to move the logo using custom css.

    Please hire a Customizer using the following link : https://catchthemes.com/hire-customizer/

    Regards,
    Tikaram

    #117945
    jamalesahq
    Participant

    all right.

    What about the picture in the right of about ?
    why the picture it’s not centre as the theme, I do not want such a large margin

    look the original theme : https://catchthemes.com/demo/clean-education/

    #117948
    jamalesahq
    Participant

    Also,
    I want on the footer social media links Facebook, Twitter, Linkedin

    #117956
    tikaram
    Keymaster

    @jamalesahq : To remove the margin
    Go to Appearance => Customize => Additional CSS and
    add the following css and save.

    #hero-section .featured-image img {
    width:100%;
    }

    Adding social Icons

    Go to Appearance => Customize => Theme Options => Social Links and add the links of social icons you want to display.

    Go to Appearance => Widgets

    Drag and drop CT:social Icons into Footer Area 1 and save

    Regards,
    Tikaram

Viewing 20 posts - 1 through 20 (of 39 total)
  • The topic ‘Help Clean Education theme’ is closed to new replies.