Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #251565
    Yvonne
    Participant

    Hi,

    I have some questions to tie up a few loose ends for my website.

    – Teams; there is a line under the names of the team members. But in case of long names the lines are not at the same height. Is it possible to do so or what is de css code to hide this line?

    – Team; I uploaded 4 photos with the same size. 3 photos are scaled to 310×310 px. 1 photo is scaled to 310×325 px. Is there a way to correct this?

    – Team / Service; I like to view these items on my homepage. But I would also like to show the Team on the page “about us” and the services on the pase “services”. I tried to add these items on the service page by using a shortcode but the design is not the same. Unless i add a code for a 3 column view, the items is shown in a 2 column view. How can I solve this?

    – Services; I use the plugin Polylang. Within this plugin I’m able to specify a page per language within the translations module. But for services there is no option to do so. If I choose for English and than a service it is in the original language again. How can I solve this?

    #251578
    Skandha
    Participant

    @yourmeetingexperts: Hello there,

    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    /* To remove the border below Team members name */
    .team-section .entry-container {
        border: unset;
    }

    The fourth image is scaled to 310*325px because you have upload image size of 526*552px while for the rest of the post you uploaded image size is 350*350px. So please re upload the fourth image using image size 350*350px.

    Do you want the same Team and Services section that is visible in homepage to show up on About Us and Services page?

    I am afraid we only officially support WPML for plugin. Can you try contacting Polylang support regarding this?

    Let me know if this helps you out!
    Kind Regards,
    Skandha

    #251701
    Yvonne
    Participant

    thanks skandha,

    Concerning the team/services:
    I would like to show team on the homepage and the team page
    I would like to show services on the homepage and the service page

    #251711
    Skandha
    Participant

    @yourmeetingexperts: Hello there,

    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    /* To have team section on homepage and on About Us page */
    body:not(.home):not(.page-id-391) .team-section {
        display: none;
    }

    To have services on homepage and on Service page first you will need to enable the Service section on entire site then add the following CSS Code.

    body:not(.home):not(.page-id-744) .services-section  {
        display: none;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #251753
    Yvonne
    Participant

    Skandha,
    Thnx, it works!

    #251773
    Skandha
    Participant

    @@yourmeetingexperts: Hello there, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/clean-enterprise/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely
    appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a good day! 🙂

    Kind Regards,
    Skandha

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘photo size / dancing line / design shortcode / translation problem’ is closed to new replies.