Home Forums Pro Themes Kids Education Pro icons top-menu /display home in other section

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #155222
    Ralf Gnass
    Participant

    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 regards

    #155252
    Ralf Gnass
    Participant

    okidoki, for question 1 I found the solution….
    Now a solution for question 2 has to be found…🤔

    #155262
    Psink
    Keymaster

    @RGFLY, can you please share a reference screenshot or a site URL if possible?

    regards,

    #155286
    Ralf Gnass
    Participant

    Hello, 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
    Ralf

    #155303
    Psink
    Keymaster

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

    #155491
    Ralf Gnass
    Participant

    the site is currently on test server …

    https://test.sumsumkiel.de

    #155561
    Psink
    Keymaster

    @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=24887bd0329de684cb34c7b6e8bbc74c

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

    #155684
    Ralf Gnass
    Participant

    first 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.jpg

    3. 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.jpg

    4. 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.jpg

    best regards

    #155722
    Psink
    Keymaster

    Add 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%;
    }
    
    #156178
    Ralf Gnass
    Participant

    I 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

    #156182
    Theme Palace
    Keymaster

    Hello Ralf,

    @media screen and (min-width: 1200px) {
    .main-navigation > ul > li {
    padding: 25px 10px;
    }
    }
    please add this CSS in the additional CSS field.

    Thanks

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