Home › Forums › Pro Themes › Kids Education Pro › icons top-menu /display home in other section
Tagged: https://test.sumsumkiel.de
- This topic has 10 replies, 3 voices, and was last updated 3 years, 2 months ago by Theme Palace.
-
AuthorPosts
-
August 3, 2021 at 11:25 pm #155222Ralf GnassParticipant
have 2 questions about the setting of the template:
1. Where can I find the setting to display the icons in the top menu!?
2. If under the homepage setting “home” is set as a static page, the page home is displayed after the section “Recent” … how do I get that above instead of the section “info content”!?thanks for your help
best regardsAugust 3, 2021 at 11:26 pm #155252Ralf GnassParticipantokidoki, for question 1 I found the solution….
Now a solution for question 2 has to be found…🤔August 3, 2021 at 11:54 pm #155262PsinkKeymaster@RGFLY, can you please share a reference screenshot or a site URL if possible?
regards,
August 4, 2021 at 9:23 pm #155286Ralf GnassParticipantHello, I have a few questions about the Kids Education Pro template that I cannot get resolved.
1. When displaying on the Ipad, he grabs the two points in the right head menu one below the other, instead of next to one another (although there is actually enough space) … how to solve this
2. In the full view on Mac / PC, he also grabs the foot menu in the 2nd row … how to solve this
3. How or where can it be set that the page name is not displayed in the slider !?
4. If under the homepage setting “home” is set as a static page, the page home is displayed after the section “Recent” … how do I get that above instead of the section “info content”!?
Thank you for quick help
Best regards
RalfAugust 5, 2021 at 1:07 am #155303PsinkKeymaster@RGFLY, Is your site is live if yes Please share your site URL? It would be easy to understand the actual issue by seeing it. Without site URL, it’s quite difficult to provide you a solution to fix all those issues that you have mentioned above.
And it would more easy if you manage to send us a screenshot if the issues
Regards,
August 6, 2021 at 1:22 am #155491Ralf GnassParticipantthe site is currently on test server …
August 7, 2021 at 12:10 pm #155561PsinkKeymaster@RGFLY, Thanks for the site URL. Now I am clear about all the issues except for the third one that page name is not displayed in the slider I have seen two different names for two slides ‘Test’ and ‘Test2’
For the Query No. 1
I have reduced the padding slightly between the two menu items so that they would fit in the same row. Please add this CSS in the additional CSS and check if it works or not@media screen and (max-width: 1200px){ .main-navigation > ul > li { padding: 30px 2px; } }
To add above CSS in the theme please go to Appearance >> Customize >> Additional CSS – paste above CSS there
For Query No. 2
Instead of 2 columns, you want to be a single column both for the footer menu and the copyright text. for that please add this CSS in the Additional CSS
@media screen and (min-width: 767px){ #colophon .two-columns .column-wrapper { width: 100%; float:none; text-align:center; } } #colophon .two-columns .column-wrapper .site-info{ text-align:center; padding-top: 10px }
For Query No.4
Can you please check the screenshot and confirm is that something like in the screenshot
here is the link to the screenshot – https://www.awesomescreenshot.com/image/11675260?key=24887bd0329de684cb34c7b6e8bbc74cRegarding query no.3 can you please explain in more detail, cause I have seen the page title is displaying in the slider, I guess you are trying to tell something different
If you have any other issue left to be solved, please share with us
Regards,
August 11, 2021 at 1:43 am #155684Ralf GnassParticipantfirst of all thanks for the help 🙂
1. When the page is called up, it now correctly displays … .but when scrolling down the page, it is still displayed one below the other ….
2. I didn’t mean that, but it’s ok that way 👍
https://snipboard.io/sMRixm.jpg3. yes, the two names “Test and Test2” I do not want to get displayed in the silder …. only the images should be displayed, no text
https://snipboard.io/uaEevK.jpg4. I’m still waiting for my email to be verified by awesomescreenshot, then I can post desktop photo …. it is displayed differently everywhere for me, as on your photo….I’ll get back to it as soon as I’m verified on awesome screenshot
https://snipboard.io/s7Ty2M.jpg
https://snipboard.io/FgICrY.jpgbest regards
August 12, 2021 at 1:02 am #155722PsinkKeymasterAdd this CSS to hide the title in the sider and to fix the design issue of the info-text section
#main-slider .title{ display: none; } #info-text .entry-content { padding: 4.9% 5%; text-align: center; } #info-text h5 { width: 100%; }
August 20, 2021 at 3:12 am #156178Ralf GnassParticipantI unfortunately still have the following problem
1. When displaying on the Ipad, he grabs the two points in the right head menu one below the other, instead of next to one another (although there is actually enough space) … how to solve this
I changed this here in the css and also used different values, but it doesn’t work
@media screen and (max-width: 1200px){
.main-navigation > ul > li {
padding: 30px 2px;
}
}Thanks
August 20, 2021 at 5:55 am #156182Theme PalaceKeymasterHello Ralf,
@media screen and (min-width: 1200px) {
.main-navigation > ul > li {
padding: 25px 10px;
}
}
please add this CSS in the additional CSS field.Thanks
-
AuthorPosts
- You must be logged in to reply to this topic.