Forum Replies Created

Viewing 15 posts - 3,226 through 3,240 (of 8,657 total)
  • Author
    Posts
  • in reply to: Favicon #85899
    wensolutions
    Keymaster

    Hello,

    As we are not allowed to change the default standard coding for the site title and tagline, the issue may have caused due to activation of the third party plugins which is not recommended by the theme.

    So once please deactivate the installed plugin one by one and verify the issue.

    Let us know if that resolves the issue or not?

    Regards!!

    in reply to: Photobox bug (duplicate images) #85898
    wensolutions
    Keymaster

    Hello,

    Please deactivate the “Photo Contest” plugin and verify the issue as the issue is likely to have caused by that plugin.

    Let us know if that works or not?

    Thank you.

    Regards!!

    in reply to: Footer size #85897
    wensolutions
    Keymaster

    Hello @kidphoto,

    Glad we could help you.

    Let us know if you have any confusion further.

    Thank you.

    Regards!!

    in reply to: Footer size #85817
    wensolutions
    Keymaster

    Hello @kidphoto,

    Please add below given CSS by going to Admin Panel > Appearance > Customize > Additional CSS.

    @media screen and (min-width: 422px) {
    footer.site-footer > .spacer {
    	margin-top: 100vh;
    }
    }

    Hope this helps.

    Thank you.

    Regards!!

    in reply to: Gallery #85815
    wensolutions
    Keymaster

    Hello @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!!

    in reply to: Photobox bug (duplicate images) #85813
    wensolutions
    Keymaster

    Hello,

    The gallery section on the page is also working fine on our side as you can see in the below-given screen record.

    https://imgur.com/a/NppSf0t

    So if you have installed any third party plugin then please deactivate them and verify the issue.

    Thank you.

    Regards!!

    in reply to: Favicon #85811
    wensolutions
    Keymaster

    Hello,

    Whatever text you enter in the text field of site title option, that will appear in the tab.

    Screenshot:

    http://prntscr.com/lmzfz9

    Hope this clears the confusion.

    Let us know if you have any confusion further.

    Thank you.

    Regards!!

    in reply to: I purchase pro theme but it not working #85810
    wensolutions
    Keymaster

    Hello @habnews098,

    After the activation of the pro version, the license filed must appear in the Admin Panel > Appearance.

    Even after the activation of the theme, there is no file to enter the license then there might have been something wrong.

    Can you please provide your login detail so that we can inspect further and help you solve your issue?

    You can send the login detail in the email given below:

    wensolution@gamil.com

    Thank you.

    Regards!!

    in reply to: Latest news widget #85809
    wensolutions
    Keymaster

    Hello @lindajerlamgmail-com,

    When we inspected your site URL we found that the theme that is currently active in your site is not the Clean commerce pro.

    Since the theme is not clean commerce we really could not help you with this.

    Let us know if you have any issue related to our theme further.

    Thank you.

    Regards!!

    in reply to: EC:testimonial slider text color at primary sidebar #85807
    wensolutions
    Keymaster

    Hello @ichigoneko,

    The theme has already provided the varieties of color option for different part of the theme. For this go to Admin Panel > Appearance > Customize > Color Options.

    Hope this helps.

    Regards!!

    in reply to: Footer size #85803
    wensolutions
    Keymaster

    Hello @kidphoto,

    Can you please provide your site URL so that we can provide the precise fix?

    Thank you.

    Regards!!

    wensolutions
    Keymaster

    Hello @virtualuser,

    First of all thank you very much for using the theme.

    The slider may not have displayed at the front page may be because you have not uploaded the image in the featured image section of the Post/Page. To make the image appear on the slider you need to upload the image in the featured image section of page /post as the image in the slider comes from there.

    Screenshot:
    http://prntscr.com/lmyy7t

    Also, to make the section appear in the front page you need to manage the homepage setting.

    For this go to Admin Panel > Appearance > Customize > Homepage Settings and set the “Your homepage displays” to “A static page” and select the pages for the front page and blog page.

    Screenshot:

    https://prnt.sc/lmyxuh

    Hope this helps.

    Regards!!

    wensolutions
    Keymaster

    Hello,

    Issue #1
    We still don’t understand the query. But, we assume that you want to get image enlarged but it can’t be done without a custom code. The code provided below will enlarge it for a certain level but not more than that. Or, you could try adding another section for that. So you will need to hire a customizer.

    #our-projects .project-slider .slick-track,
    #our-projects .project-slider .slick-slide {
    	width: 100% !important;
    }
    
    #our-projects .project-slider .project-deatils {
    	display: none;
    }
    
    #our-projects .project-content-wrapper:before {
    	display: none;
    }
    

    Issue #2
    From your query on the issue #2, we assume that you want to get rid of the banner image. Here is the CSS for that.
    If this still doesn’t solve the issue, please provide the screenshot of the problem.

    .page-id-457 .banner-image {
    	display: none;
    }

    Hope this helps.

    Regards!!

    in reply to: Language change #85611
    wensolutions
    Keymaster

    Hello @kidphoto,

    All the strings available including “Read more” in the theme are already translation ready and can be translated in any language you want.

    For the translation, you can use the plugin like Loco Translate.

    Link:

    https://wordpress.org/plugins/loco-translate/

    Now to remove the related post section, add below-given CSS by going to Admin Panel > Appearance > Customize > Additional CSS.

    div#related-posts {
        display: none;
    }

    Hope this helps.

    Regards!!

    wensolutions
    Keymaster

    Hello @macano,

    Thank you very much for the interest.

    You have to hire the customizer to achieve your request.

    Please go through below given link to hire a professional for the customization.

    http://themepalace.com/hire-a-customizer

    Thank you.

    Regards!!

Viewing 15 posts - 3,226 through 3,240 (of 8,657 total)