Forum Replies Created

Viewing 15 posts - 4,291 through 4,305 (of 8,657 total)
  • Author
    Posts
  • in reply to: where is demo data? #68634
    wensolutions
    Keymaster

    Hello @ripon,

    First of all thank you very much for using the pro version of the theme and hope you will have great time using it.

    Now as for the demo content, the theme itself does not have the demo content bundled with in the theme but we do have the theme official documentation which will guide you to set up your site as in the demo.

    Documentation link:

    http://themepalace.com/instructions/themes/edu-care-pro/

    Further, if you find any confusion or difficulty while setting up any of the sections then please let us know.

    Thank you 🙂 .

    Best Regards!!

    Have a good day.

    in reply to: Backround image show through where header image would be. #68632
    wensolutions
    Keymaster

    Hello @mattportela41280,

    Thank you very much for using the pro version of theme.

    Now to completely remove the header image please use below given CSS.

    For this go to Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS.

    div#custom-header {
        display: none;
    }

    Hope this helps.

    Best Regards!!

    in reply to: EDIT FOOTER INFO #68631
    wensolutions
    Keymaster

    Hello @sebastiansamperi,

    To edit the footer of WEN associate pro theme just go to Admin Panel > Appearance > Customize > Theme Options > Footer Options.

    From here you can edit the content and enable/disable other options as well.

    Hope this helps.

    Best Regards!!

    in reply to: Excerpts of news #68630
    wensolutions
    Keymaster

    Hello @dani,

    The theme has already provided the option where you can manage the no of words to display in the blog page.

    For this go to Admin Panel > Appearance > Customize > Theme Options > Blog Options. Here you will see the option “Excerpt Length (words)“. Now set the option according to your requirement.

    Hope this helps.

    Best Regards!!

    in reply to: Testimonials not all visible on homepage #68629
    wensolutions
    Keymaster

    Hello @dani,

    Thank you very much for trying out the theme.

    Also when we inspected your site URL we found that you have only displayed one testimonial.

    The theme has already provided the option where you can mange the no of testimonial to display in home page.

    For this go to Admin Panel > Appearance > Customize > Widget > Front Page widget area > Testimonial Widget > Number of posts and set it to “5”.

    Screenshots:

    https://prnt.sc/iw0xxu

    Hope this helps.

    Best Regards!!

    in reply to: Remove banner from "Blog" side #68628
    wensolutions
    Keymaster

    Hello @backupbab,

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

    Now to remove the banner appear in the blog page use below given CSS.

    For this go to Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS.

    .blog div#main-slider {
        display: none;
    }

    Hope this helps.

    Best Regards!!

    in reply to: Social Media icons #68626
    wensolutions
    Keymaster

    Hello @biblio,

    To resolve the issue of the social icon, please use below given CSS.

    For this go to Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS.

    .education_hub_widget_social ul li a[href*="http://sdi.fba.up.pt/biblioteca-2/"]:before {
        content: "\f02d";
    }
    
    .education_hub_widget_social ul li a[href*="https://biblioteca.med.up.pt/wordpress/"]:before {
        content: "\f19c";
    }

    Hope this helps.

    Best Regards!!

    in reply to: icon not shown #68625
    wensolutions
    Keymaster

    Hello @rollco7,

    To fix the issue of toggle icon in mobile view use below given CSS.

    .fa-angle-left:before {
        font-family: fontawesome;
    }

    Hope this helps.

    Best Regards!!

    in reply to: Social Media icons #68554
    wensolutions
    Keymaster

    Hello @biblio,

    Please provide the links and the unicode of the icons that you want to display along with your site URL so that we can provide the precise fix.

    As for unicode please refer to below screenshot:

    http://prntscr.com/iv8tsq

    Thank you 🙂 .

    Best Regards!!

    in reply to: icon not shown #68550
    wensolutions
    Keymaster

    Hello @rollco7,

    To fix the issue of search icon please use below given CSS in Additional CSS.

    .fa-search:before {
        font-family: fontawesome;
    }
    
    .fa-close:before, .fa-remove:before, .fa-times:before {
        font-family: fontawesome;
    }

    Hope this helps.

    Best Regards!!

    Have a good day 🙂 .

    in reply to: Home page and team page bug #68539
    wensolutions
    Keymaster

    Hello @calypso,

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

    Now all of your queries have been answered below:

    Query #1:

    Ans: To make the posts appear in the team section you have two options. Either you can show the teams by creating the posts from Admin panel > Post > Add New or by adding the teams from Admin Panel > Teams and the later one comes from the plugin.

    Please refer to below given link to know how to ad the team member from the plugin.

    https://imgur.com/a/ksjm8

    Follow the similar process for other section as well.

    Query #2:

    Ans: Yes you can only display upto 12 member in the team page and this how the theme is designed and to make more no display requires a higher code customization.

    Query #3:

    Ans: The section here you are referring to is the breadcrumb section and the theme has already provided the option to turn off the this feature.

    For this go to Admin Panel > Appearance > Customize > Theme options > Breadcrumb and uncheck the option “Enable Breadcrumb”.

    Query #4:

    Ans: Yes you can definitely add the overlay in the white frame that appears in the slider.

    For this go to AdminPanel > Appearance > Customize > Additional CSS and paste below given CSS.

    .add-border:before {
        background-color: rgba(154, 152, 151, 0.49);
    width: 100%;
    }

    Hope this helps.

    Best Regards!!

    in reply to: Leave a Reply #68537
    wensolutions
    Keymaster

    Hello @ttemple,

    To remove the respond section from the button of the single post page use below given CSS.

    For this go to Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS.

    div#respond{
        display: none;
    }

    Hope this helps.

    Best Regards!!

    in reply to: Question about Slider and Fluid Layout? #68533
    wensolutions
    Keymaster

    Hello @tfmescia,

    Actually, the theme is designed in such way that in the fluid layout the slider image will get stretched out as the image is used as the background image.

    However, we will provide the custom CSS using the slider image will be displayed as in the boxed layout.

    For this go to Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS.

    .site-layout-fluid #featured-slider .container{
        margin: 0 auto;
        max-width: 1170px;
    }

    Hope this helps.

    Best Regards!!

    in reply to: Logo and problems with site title and tagline #68532
    wensolutions
    Keymaster

    Hello @ttemple,

    If the CSS that we have provided is not working for you then please provide your site URL so that we can provide the precise fix.

    Thank you 🙂 .

    Best Regards!!

    in reply to: How to control veritcal space #68496
    wensolutions
    Keymaster

    Hello anna,

    Since we have not done any sorts of compatibility testing of the plugin with the theme so we actually don’t have any idea whether it works well with the theme or not?

    However, we will help you with some custom CSS so please link to the page you are referring to so that we can provide the precise fix.

    Thank you.

    Best Regards!!

Viewing 15 posts - 4,291 through 4,305 (of 8,657 total)