Forum Replies Created

Viewing 15 posts - 1,351 through 1,365 (of 1,548 total)
  • Author
    Posts
  • in reply to: REED MORE #143723
    Psink
    Keymaster

    Hello Diego

    You need to fill that empty space manually with the exact translations of the String.

    Please follow the screen record
    https://www.awesomescreenshot.com/video/2579972?key=76a6893f6f7d90974a568cf8846f6a97

    Regards,
    Psink

    in reply to: Read More links on a Custom Post Type #143699
    Psink
    Keymaster

    Hello Claire

    I’m really Sorry for the above CSS, Please add this one

    
    .elementor-page-3410 a.more-link {
        display: none;
    }
    

    Regards,
    Psink

    in reply to: REED MORE #143697
    Psink
    Keymaster

    Hello Diego

    I guess you have miss one thing while translating the string

    Please check the screen record
    https://www.awesomescreenshot.com/video/2576202?key=7aea20bc63d05ba20ba454c75e002483

    Regards,
    Psink

    in reply to: Read More links on a Custom Post Type #143689
    Psink
    Keymaster

    hello Claire

    Please add this CSS code in the theme

    
    #hero-section a.more-link {
        display: none;
    }
    

    To add above CSS in the theme, Please go to Admin Panel >> Appearance >> Customize >> Additional CSS, there paste the above CSS then published and refresh

    Regards,
    Psink

    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

Viewing 15 posts - 1,351 through 1,365 (of 1,548 total)