• Hello experts!

    I want a slider on my statistic page.
    Found already this page to a question but it doesn’t work for me.
    I changed the /inc/featured.php but when i have to create a page template it’s to much abracadabra for me.

    Thanks!

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hi Triep. Personally I’d just use a plugin like Meta Slider. Way easier and you don’t need to modify any theme files.

    Thread Starter Triep

    (@triep)

    Thanks! Better! Worked great!

    How can I make sure the text of de website is on the same high as 2 widgets on the righ and left site?

    I already deleted the page title on top of the page.

    Can you post a link to your site? thanks.

    Thread Starter Triep

    (@triep)

    Give this a try. This removes the page title on all pages. If you only want to remove it on the home page then prefix the following styles with the .home class:

    /* hide the page title container */
    .page-title {
      display: none;
    }
    
    /* remove content padding */
    .content .pad.group {
      padding-top: 0;
    }
    
    /* move content up to match sidebar top */
    .content .entry p:first-child {
      margin-top: -7px
    }
    Thread Starter Triep

    (@triep)

    Thanks!

    But how can I get the text on the same line as the top of the menu?

    I’m not sure what you mean. Which text and which menu?

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Slider on statistic page’ is closed to new replies.