Home › Forums › Pro Themes › Kids Education Pro › Gallery
- This topic has 10 replies, 3 voices, and was last updated 5 years, 11 months ago by wensolutions.
-
AuthorPosts
-
November 17, 2018 at 11:08 am #85277Jethro de RooijParticipant
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
November 20, 2018 at 11:15 pm #85498wensolutionsKeymasterHello @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!!
November 21, 2018 at 3:38 am #85515Jethro de RooijParticipantThe 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
November 21, 2018 at 6:46 am #85529wensolutionsKeymasterHello @cassius,
Yes please provide the screenshot so that we can provide the precise fix.
Thank you.
Regards!!
November 21, 2018 at 12:55 pm #85547Jethro de RooijParticipanthttps://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
JethroNovember 23, 2018 at 1:06 am #85650Jethro de RooijParticipantI 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
November 26, 2018 at 2:00 am #85815wensolutionsKeymasterHello @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!!
November 26, 2018 at 3:02 am #85819Jethro de RooijParticipantIt 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
November 27, 2018 at 5:37 am #85927wensolutionsKeymasterHello @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!!
December 3, 2018 at 3:24 am #86266Dariusz MacieńkoParticipantHi, how add gallery to the main menu button?
December 3, 2018 at 4:51 am #86272wensolutionsKeymasterHello @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:
– 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:
Hope this helps.
If you have any issue further then please let us know.
Thank you.
Regards!!
-
AuthorPosts
- You must be logged in to reply to this topic.