• Closed
  • Sandeep Patel
    Spectator
    December 28, 2014 at 12:16 pm #14025

    i’m new to WordPress…but the EvolvePlus theme i downloaded does not have some of the “feature” that are shown on the demo. Specifically, how do I get the “client projects”, “right solution for your business”, “meet our team” sections?

    Thanks very much in advance for your help.

    Alok Maheshwari
    Spectator
    Posts: 303
    December 28, 2014 at 5:21 pm #14038

    I have sent the theme data to your email. Also we are working on a theme update which will bundle the demo data with the theme itself.

    Sandeep Patel
    Spectator
    Posts: 3
    January 7, 2015 at 7:24 pm #14270

    Q: How do I can change the alignment of the tagline? How do I reduce the size of text in counter circle?

    A: (Thanks to Alok) Modify CSS as such:

    .container-header
    {
    position:relative;
    }
    #tagline
    {
    position: absolute;
    right: 0;
    bottom: 0;
    }
    #counter-circle-1,#counter-circle-2,#counter-circle-3
    {
    font-size:13px!important;
    font-weight:bold;
    }

    Sandeep Patel
    Spectator
    Posts: 3
    January 8, 2015 at 6:58 pm #14290

    1. Can I wrap two words in counter circles (so they can be bigger font and will look better)?
    2. I don’t have plug-in for parallax slider. How/where can I get it?
    3. I have started to notice that the menu bar at the to break when you scroll the pages up/down quickly. Why? Put your mouse in the scroll bar and move the pages up and down quickly to notice.

    Any help will be appreciated. Thanks.

    Alok Maheshwari
    Spectator
    Posts: 303
    January 8, 2015 at 8:33 pm #14292

    1. Use the following css

    #counter-circle-1,#counter-circle-2,#counter-circle-3
    {
    font-size:23px!important;
    font-weight:bold;
    line-height:30px!important;
    display:table-cell;
    vertical-align:middle;
    word-wrap: break-word;
    }

    2. Parallax files are included within the theme itself.

    3. Not able to replicate the issue. Btw as the page is scrolled and the menu bar become sticky, it is normal for some changes in layout but can only say after seeing the exact issue.