Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author agentevolution

    (@agentevolution)

    Remove that code. It will have no effect here.

    You’ve disabled the plugin’s included CSS in the plugin settings. Uncheck the box that says “Deregister Genesis Agent Profiles CSS?” and save. Then they will be displayed in columns.

    Thread Starter angiewebbcreative

    (@angiewebbcreative)

    Thanks for your help! I have unchecked the box “deregister Genesis Agent Profiles CSS” and removed the line of code that I added:

    .widget-agent-wrap {
    clear: none;
    width: 50%;
    }

    But the profiles are still being displayed each on their own row. Also the social media icon is now showing up, but it is aligned all the way to the right instead of appearing under the text like in the plugin example screenshots. My email icon is not showing up at all, only LinkedIn icon. See site located here. Thanks in advance for your help.

    Plugin Author agentevolution

    (@agentevolution)

    On that page you’re using the shortcode. Those are not meant to be aligned in a grid. They are displaying as they should. And on the Agent Directory page they are displaying in a grid as they should (just need to clear a float for the pagination): https://cornerstone.angelawdesign.com/our-team/

    To make the shortcode in a grid use something like:

    .shortcode-agent-wrap {
    float: left;
    width: 50%;
    }

    Thread Starter angiewebbcreative

    (@angiewebbcreative)

    Got it, thank you! I think everything is working properly now, but the layout it showing up kind of strange. The previous and next page buttons are showing up in the middle of the page for me for some reason. See the site here (URL has changed)

    Plugin Author agentevolution

    (@agentevolution)

    Just add this bit of CSS to your theme:
    .pagination {clear: both;}

    Thread Starter angiewebbcreative

    (@angiewebbcreative)

    That worked, thank you! Is there any reason why the top right person (Matt Pridemore) is showing up differently than all the other profiles? It doesn’t seem to have any more characters than the others.

    Plugin Author agentevolution

    (@agentevolution)

    It’s the number of characters in the email address. You can reduce the font-size of the emails with CSS to prevent that.

    Thread Starter angiewebbcreative

    (@angiewebbcreative)

    Awesome, thank you for your help@

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Agent Profiles in Rows’ is closed to new replies.