• Resolved a2437926

    (@a2437926)


    hello, I purchased the pro version.

    I have some questions have to resolve:

    Q1.How can I modify the fields displayed in the front-end? For example, I need to display the winning rewarwds in members details.

    Q2.How could I add carousel Widget or photo gallery blocks in back-end and it can display in front-end.

Viewing 1 replies (of 1 total)
  • Plugin Author WP Speedo

    (@wpspeedo)

    Hello,

    Solution for Question 1, Please follow the below steps:

    1: Go to the team members edit page.

    2: Click on Text mode to enable HTML code editing & add the below codes at the bottom of the description.

    <h3 class="winning-rewards--title">Winning Rewards</h3>
    <div class="wps-team--divider-wrapper wps-team--member-element"><div class="wps-team--divider"></div></div>
    <ul class="winning-rewards">
     	<li>2022 Winter Olympics Medal</li>
     	<li>2020 National Medal of Arts</li>
    </ul>

    3: Change the information you need.

    4: For styling purpose you have to add custom CSS to your website. Below is the CSS code:

    body .wps-widget--team h3.winning-rewards--title {
        font-family: var(--wps-social-title-font);
        color: #ff0052;
        font-size: 24px;
        line-height: 1.5;
        margin-bottom: 10px;
    }
    
    .winning-rewards {
        list-style: none;
    }
    
    .winning-rewards li:not(:last-child) {
        margin-bottom: 6px;
    }

    Please check the screenshot: https://tinyurl.com/ypxffegc

    5: Insert the CSS code in your website, there are a few ways to do it. If you do not know, please check this article: https://bloggingtips.com/custom-css-in-wordpress/

    About Question 2, we do not have this feature yet, but we have added it to the development queue, you will get this feature within a few releases. It will take approximately 15 days.

    Best Regards!

    • This reply was modified 1 year, 2 months ago by WP Speedo.
Viewing 1 replies (of 1 total)
  • The topic ‘Modify the fields and add carousel Widget’ is closed to new replies.