Home Forums ArileWP Pro Front page configurations and page templates

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #39716
    Sonya Edmonds
    Participant

    Does the same information have to be featured on both your front page and on your page templates. For instances, if on the front page under services I have ” A, B, and C. Can I have D, E, F on the actual page template or are they always linked?

    #39717
    themearile
    Keymaster

    Hi Sonya

    Thanks for contacting us.

    Please share your site URL so we can take a look and provide you better solution.

    Thanks

    #39722
    Sonya Edmonds
    Participant
    #39723
    themearile
    Keymaster

    Hi Sonya

    Please add the CSS code below in the Additional Css box.

    body.home .theme-services-content .col-lg-4:nth-child(n+4) {
    display: none;
    }

    Let us know if it works for you.

    Thanks

    #39736
    Sonya Edmonds
    Participant

    what will adding this code do?

    #39737
    themearile
    Keymaster

    Hi Sonya

    After adding this code, only three services will be displayed on your site’s home page.

    Thanks

    #39741
    Sonya Edmonds
    Participant

    Great. This was helpful. If possible, I would like 4 services to be displayed on my home page (the first 4 in the list), and 3 services to be listed on my services page if possible (the last 3 on the list).

    #39744
    themearile
    Keymaster

    Hi Sonya

    Ok please live the service page so we can provide you the code for this.

    Thanks

    #39748
    Sonya Edmonds
    Participant

    Ok. I have made my services “packages” page live. Could you actually have 6 on the main page show, and only the last 3 on the services page show please.

    #39754
    Sonya Edmonds
    Participant

    Hi there. I have made my packages page live now. I would like the first 6 services to show on my main/home page, and only the last 3 services to show on my “services” page.

    #39755
    themearile
    Keymaster

    Hi Sonya

    Please also add the below css code in the Additional CSS box.

    body.page-template-service-one .theme-services-content .col-lg-4:nth-child(-n+6) {
    display: none;
    }

    Let us know if it works for you.

    Thanks

    #39757
    Sonya Edmonds
    Participant

    Thank you. I am currently using the code below to show only the first three services on my main page. I would like the first 6 to show instead of just the first 3.

    body.home .theme-services-content .col-lg-4:nth-child(n+6) {
    display: none;
    }

    #39758
    themearile
    Keymaster

    Hi Sonya

    Ok for this you can use this code.

    If you have any queries please let us know.

    Thanks

Viewing 13 posts - 1 through 13 (of 13 total)
  • You must be logged in to reply to this topic.