Home Forums Pro Themes Kids Education Pro Gallery

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #85277
    Jethro de Rooij
    Participant

    I was wondering if the gallery I made could be moved so that it is under the box were I put text in.

    Regrads

    Jethro

    #85498
    wensolutions
    Keymaster

    Hello @cassius,

    Actually, we are not quite clear with your query.

    So can you please provide the screenshot of the request explaining what you exactly want so that we can help you further.

    Thank you.

    Regards!!

    #85515
    Jethro de Rooij
    Participant

    The main gallery on the front page it is above the textbox I was wondering if I could turn these around so that the textbox is first. I hope you know what I mean. If you don’t I’ll upload a photo tonight.

    Regards

    Jethro

    #85529
    wensolutions
    Keymaster

    Hello @cassius,

    Yes please provide the screenshot so that we can provide the precise fix.

    Thank you.

    Regards!!

    #85547
    Jethro de Rooij
    Participant

    https://www.dropbox.com/s/dl75xcz1jizcblr/Website1.jpg?dl=0

    On this photo you see the Gallery.

    https://www.dropbox.com/s/l4v6327lk9ubei1/Website2.jpg?dl=0

    The second photo you see the textbox. I would like the textbox first and then the gallery.

    Regards
    Jethro

    #85650
    Jethro de Rooij
    Participant

    I didn’t asked the question right. I would like to change the order of the sections. First the main textbox of the home page and then the sections gallery and team.

    Regards

    Jethro

    #85815
    wensolutions
    Keymaster

    Hello @cassius,

    To change the p[lacement of the content requires higher code customization. But the placement of the homepage section can be changed. Here to manage the placement of the gallery section and the team section add below given code in your child theme’s functions.php file.

    First of all create the child theme and after activating the child theme in your child theme functions.php file add below given code.

    Function kids_education_pro_setion_customization(){
    
        remove_action( 'kids_education_pro_primary_content', 'kids_education_pro_add_team_section', 70 );
       
        add_action( 'kids_education_pro_primary_content', 'kids_education_pro_add_team_section', 85 );
    
    }
    
    add_action('init','kids_education_pro_setion_customization');

    Hope this helps.

    Regards!!

    #85819
    Jethro de Rooij
    Participant

    It worked! Thanks. The gallery section is now above the team section. Is it also possible to put the main textbox on top? I can’t seem to find were I can change that.

    Thanks in advance

    Jethro

    #85927
    wensolutions
    Keymaster

    Hello @cassius,

    Displaying the sections below the content requires higher code customization as we need to change the code in multiple places.

    So, if want then you hire a customizer for this.

    To hire a developer please refer to below given link:

    http://themepalace.com/hire-a-customizer

    Regards!!

    #86266
    Dariusz Macieńko
    Participant

    Hi, how add gallery to the main menu button?

    #86272
    wensolutions
    Keymaster

    Hello @kidphoto,

    To add the gallery in the main menu, please follow below given steps:

    – First of all, assign the template “Portfolio” to by creating a page named “Gallery” and save it.

    Screenshot:

    https://prnt.sc/lpzs86

    – Now go to Admin Panel > Appearance > Menus and add the page ” Gallery” that you have created to the menu that you have assigned to the primary menu location.

    Screenshot:

    http://prntscr.com/lq0b77

    Hope this helps.

    If you have any issue further then please let us know.

    Thank you.

    Regards!!

Viewing 11 posts - 1 through 11 (of 11 total)
  • You must be logged in to reply to this topic.