Home Forums Pro Themes TP Philosophy Pro Home page and team page bug

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #68502
    Calypso
    Participant

    Hi,

    I’m using the template “TP Philosophy Pro” but unfortunately, I encounter some problem with the Homepage.

    1-
    I want to put my own testimonials, team photos, and clients in my first page.
    But even with the TP philosophy Tools installed, if I define for example the Content Type to “teams” it didn’t appear at all in my website… How can I make it work? It do the same for clients and testimonial

    2-
    Otherwise, on the page “team”, I cannot add more than 12 people, otherwise, I have some “blank” that appears… how can I change that?

    3-
    Also, I would like to take off the term “home” in all my page in the title of the page (example ” Home. team”) or to translate it to another term. How can i do it? Same things for the “about me” that is present in the personal information of each member of the team, I would like to translate it.

    4-
    Small details, but interesting to know.
    I want to modify the frame square around the slide title in the home page to have a darker overlay inside (like that, no need to modify my main picture and the test can be read easily ). Is it possible?

    Thank in advance 🙂

    #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!!

    #70248
    Calypso
    Participant

    Hi Wen Solution and thank you so much for your response!

    I correct most of my problems with your help and my website will be up soon!

    But I’m still looking to add more people in my team page. Did you have any pieces of advice to play with the code and allow me to add some more people to it? In which document do I have to look for this changes?

    But again, thank you for your help! 🙂

    #70257
    wensolutions
    Keymaster

    Hello @calypso,

    To make more than 12 member display, you have to activate the child theme.

    You can activate the child theme manually or simply activate the child theme using the plugin given below:

    https://wordpress.org/plugins/wp-child-theme-generator/

    After activating the child theme in your child theme’s functions.php file add below given code.

    https://gist.github.com/Steeru/163277bb0cbba5db0cc4c59bcdc4e6a0

    Hope this helps.

    Best Regards!!

    #70555
    Calypso
    Participant

    Hello Wen,

    Thank you, it’s working for the Team page! But unfortunetaly, it take off the interactive part of the team in the home page : it’s fix only with 3 profils and they did “grow” when i pass my mouse on it.
    Is it normal?

    Otherwise, it is possible to change all the “about me” and “read more” in another language?
    I’m looking for it in the code, but I don’t find where they are!

    Thank you so much for your help!

    Regards

    Calypso

    #70583
    wensolutions
    Keymaster

    Hello @calypso,

    The code has nothing to do with the team section that is set front page through the customizer and also we are not quite clear with your issue. So please explain it properly so that we can help you further.

    As for the translation of the string as you have mentioned you can use the loco translate plugin. Using the plugin translate the available string in the theme and save them.

    Also, do not forget to change your site language to your preferred language by going to Admin Panel > Settings > Readings > Site language.

    Hope this helps.

    If you have any query further, please let us know.

    Best Regards!!

    #70602
    Calypso
    Participant

    Hello,

    For the translation, my website is already in “francais Canada”, but even with Loco translate I cannot change the “About Me” that appears with the pop-up of a team member in the team-page.

    Otherwise for the problem about my front page:
    – On the 7 members only 3 show up, the little dots to navigate also disappears
    – The first member is set as it was overlay (bigger than the other) and it stays like it, the others one don’t move when I pass my mouse on it.

    If I try to create a new child, the problem is still here, so I think that it’s the main theme that is corrupt. In this case, how can I re-new all my website to put back this action??
    I expect that it is clear enough :/

    Other than that, it’s more about detail but
    – We want to take of the author name at the end of your article (I try the plugging hide/show author, without success)
    – We also want to put another picture for the testimonial and the member specifics page (otherwise we only see the forehead)

    In any case, thank you so much for your time and your help!
    Best regards,

    #70645
    Calypso
    Participant

    The problem on the main page is clear!
    It was the number of maximum of person that change in the Homepage theme and interfere with the presentation! 🙂

    And the translation too, it seems that my back up work!

    #70658
    wensolutions
    Keymaster

    Hello @calypso,

    Glad that your issue related translation and team page is resolved.

    Now to remove the author name after each article paste below-given code in your child theme functions.php file.

    https://gist.github.com/Steeru/afe72113e4ff0a6f8fdf6118f74c8cca

    Since the testimonial set up from the post, category and pages. If you select the post or category then you can change the image by going to individual post edit screen.

    Screenshot:
    https://prnt.sc/j9ru06

    Similarly, for page go to individual page edit screen.

    Hope this helps.

    Best Regards!!

    #70742
    Calypso
    Participant

    Hello,

    For the member and the testimony page, the author is disabled, but it’s not the case for the article page and the client page ( I use articles to create them!). We are looking for a page that look like the “page with comment disabled” that is put in the demo.

    Also, changing the individual picture doesn’t work: it’s what we are doing right now, but it still shows the forehead of the person.
    So it is a way to keep the “featured image” that will be used to showcase the page in the main page, (ex: face of the member) and having another kind of header in the page to avoid the forehead of the person to show.

    In any case, thank you for your time and help: it’s really valuable for us!

    Regards,

    #70942
    Calypso
    Participant

    EDIT: The author problem is solved!

    Still didn’t found a way for the forehead header

    #70975
    wensolutions
    Keymaster

    Hello @calypso,

    Glad that you figured out the issue related to the author by your self.

    As for the testimonial section, the circular area displays the images as you can see in below-given screenshot:

    https://prnt.sc/jbwwoq

    In your case the section is displaying only forehead may be because of your picture size. So please upload the image of proper size so that the whole image of the person is displayed.

    Also, please provide your site URL for inspection as well.
    Thank you.

    Best Regards!!

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