Forum Replies Created

Viewing 15 posts - 1,231 through 1,245 (of 1,424 total)
  • Author
    Posts
  • in reply to: change the home page #143687
    Psink
    Keymaster

    Hello Sybille

    Now I understand, yes you can display the content of the page( selected as home page ) in the homepage. There is a option inside the customizer Theme Option >> Static Homepage, there you will find the option to enable the content of page.

    Please follow the screen record
    https://www.awesomescreenshot.com/video/2575697?key=684c99e08a1309425abe73dad416214f

    Hope this will help you

    Regards,
    Psink

    in reply to: How to disable linked products on the menu page? #143627
    Psink
    Keymaster

    You are welcome

    in reply to: Home Story Section does’t pull assigned page #143620
    Psink
    Keymaster

    Hello Steffen

    Can you please share the screenshot of that customizer section of the Home/Front Story Section?

    I guess there may be an issue with the button URL.

    And one more thing if you’re talking about the content below the ‘TESTIMONIALS’ it won’t appear, the reason is that you have used the image on that page

    Regards,
    Psink

    in reply to: change the home page #143619
    Psink
    Keymaster

    Hello Sybille

    Oh I see, so you are taking about slider and other sections of the homepage

    Please follow the theme instruction for managing homepage sections
    https://themepalace.com/instructions/themes/kids-education-pro/

    Regards,
    Psink

    in reply to: REED MORE #143618
    Psink
    Keymaster

    Hello Diego

    Please add this CSS code in Additional CSS

    For header widgets – adjust the padding value in #header-widgets as per your requirement
    For site logo – adjust the padding value in .site-branding as per your requirement

    
    @media screen and (min-width: 1024px) {
        #header-widget {
            text-align: right;
            padding: 0px 0px 0px 0px;
        }
        .site-branding{
            padding: 0px 0px 0px 30px;
        }
    }
    
    #masthead{
         padding: 20px 0px 25px 0px;
    }
    
    

    Hope this helps you

    Regards,
    Psink

    in reply to: Homepage Sortable not working #143616
    Psink
    Keymaster

    Hello Tena

    Please This CSS in Additional CSS to remove the date and author name form the blog section on the homepage

    
    #latest-posts article .entry-meta{
         display: none;
    }
    

    And this CSS in Additional CSS to remove the previous and the next post from a single post

    
    .single .post-navigation{
         display: none;
    }
    

    Have a great day

    Regards,
    Psink

    in reply to: Change font color #143615
    Psink
    Keymaster

    Hello soren

    Hmm, I see it’s already removed from your site. Can you please confirm that you are talking about space below the navbar?

    Regards,
    Psink

    in reply to: Front page #143574
    Psink
    Keymaster

    Hello Keistjan

    For Query no. 1 & 3 – Add this CSS in the Additional CSS

    
    @media screen and (min-width: 1024px){
        .main-navigation form.search-form {
            min-width: 400px;
           
        }
        .main-navigation form.search-form input{
            border-radius: 10px;
       }
       #header-banner-image .overlay{
            opacity: 0;
       }
    
    }
    
    

    Adjust border radius and width as per your need – just change value in above CSS

    For query no. 2 – Add this CSS in the Additional Css

    
    #featured-slider .entry-meta .byline, 
    #featured-slider .entry-meta .posted-on,
    .archive-blog-wrapper .entry-meta .byline,
    .archive-blog-wrapper .entry-meta .posted-on{
       display: none;
    }
    
    

    For query no. 4, 5 – it is not possible to do that in the theme

    Have a great Day

    Regards
    Psink

    in reply to: change the home page #143563
    Psink
    Keymaster

    Hello Sybille

    Can you please share your site URL?

    Regards,
    Psink

    Psink
    Keymaster

    Hello raheel

    Please add this CSS in the theme

    
    .search-results #sidebar-primary,
    .search-results #sidebar-secondary{
    	display: none;
    }
    
    .search-results #primary,
    .search-results .three-columns-enabled #primary {
    	width: 100%;
    }
    

    To add this CSS please go to Admin Panel >> Appearance >> Customize >> Additional CSS, there paste the above CSS code then publish and refresh

    Hope this helps

    have a great day

    Regards,
    Psink

    in reply to: Functions Call Back Error on Homepage #143550
    Psink
    Keymaster

    Hello Sakuna

    Can you please confirm on which site are you trying to update the theme? Cause we found there are two sites trips.sanooktiew.com and sanooktiew.com, and it was active in dev site trips.sanooktiew.com/.

    We have deactivated the older license, please reactive the license on the main site and try to update the theme again.

    Regards,
    Psink

    in reply to: ARANGEMENT OF TOP BAR MENUS(PRIMARY MENUS) #143489
    Psink
    Keymaster

    Hello Emmanue

    Add this CSS in the theme

    
    .main-navigation ul li a {
        font-size: 14px;
        padding: 10px 20px;
    }
    

    To add the above CSS, please go to Admin Panel >> Appearance >> Customize >> Additional CSS,
    there paste above CSS then publish and refresh

    Regards,
    Psink

    in reply to: Change font color #143488
    Psink
    Keymaster

    Hello soren

    Add this CSS

    
    section#banner-image {
        display: none;
    }
    

    Regards,
    Psink

    in reply to: Logo full wIdth possible? #143487
    Psink
    Keymaster

    hello fuerholz

    Can you please share your site URL?

    Regards,
    Psink

    in reply to: H1 Tags Missing from Itineraries #143486
    Psink
    Keymaster

    Hello sakuna

    Sure, we will make a change in the next update

    Regards,
    Psink

Viewing 15 posts - 1,231 through 1,245 (of 1,424 total)