Home>Support>Increasing number of Clients on the front page

Increasing number of Clients on the front page

I have had Pitch Premium now for 3 yrs and as my business is growing so are the demands of the website I need to expand the number of clients to showcase but it seems I am limited to the number on that slider which is 10, I need 20-25 at the very least can anyone help. I have been through the editor and can’t seem to find the code to change this

URL: http://www.syngular-alliance.com/

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 9 years, 4 months ago Magus
    Hi, I Work Here

    Hi Syngular-alliance

    You will need to use a child theme to achieve this. I have prepared one for you which you can download here.

    https://siteorigin.com/wp-content/uploads/2015/06/pitch-child-client-loops-1.0.1.zip

    Activating the child theme will however require the Customizer and Menu settings to be re-applied.

    Once it has been activated navigate to Appearance->Editor and select the home.php file from the list on the right.

    Look for this section

    if(siteorigin_setting('type_client')){
    	pitch_display_loop(
    		siteorigin_setting('front_page_home_title_clients', __('Our Clients', 'pitch')),
    		array(
    			'posts_per_page' => 10,
    

    Change the post_per_page value to whatever you need.

    Doing it this way protects the alterations from future theme updates.

    Let us know how you get on

    Magus

  2. 9 years, 4 months ago syngular-alliance

    Magus

    Thx for this it worked, but it also removed some of pitches main options, like , the site title and tagline and having a header and title page now can one or the other not both , lost the full width element of this theme and my background image no longer covers the entire page. Now I can I fix these elements

  3. 9 years, 4 months ago Magus
    Hi, I Work Here

    Hi Syngular-alliance

    The child theme inherits everything apart from customizer and menu settings from the parent. Providing the customizer was set up the same way you should be seeing no difference.

    Would it be possible for you to create a temporary admin account for us so we can log in and take a look? You can create the account with the following email address:

    [email protected]

    Just navigate to Users > Add New in your WordPress admin. Enter siteorigin for the username and [email protected] for the email address. Make sure you’ve selected Administrator for the role and enabled the “Send Password” field so we receive the details.

    Once we’re finished taking a look, you can delete this account. We’ll let you know when to do that.

    Thanks

    Magus

  4. 9 years, 4 months ago syngular-alliance

    I have set up the account let me know what you can do

  5. 9 years, 4 months ago syngular-alliance

    BTW I cannot edit anything other than the front page feature sliders, footer not able to edit, columns should be three only 2 if you take a look at the code I did in pitch you will see that the changes were applied but I no longer have the option to re-edit

  6. 9 years, 3 months ago Private Message - Magus Hi, I Work Here

    This is a private message.

  7. 9 years, 3 months ago Private Message - Andrew Mayer

    This is a private message.

  8. 9 years, 3 months ago Magus
    Hi, I Work Here

    Hi Andrew

    I have checked the site and all seems to be working correctly. I replaced the original background and used the same settings as you used before switching to the child theme and all lines up correctly. I was also able to make changes to the footer content.

    You said to have a look at the code you did in pitch. What files did you make changes to.

    Thanks

    Magus

  9. 9 years, 3 months ago syngular-alliance

    Hi Magus

    Thanks for your help just a couple of other things I wanted to ask; how can I change the color of the footer; how did you get the responsive slider to do all the same sizes; and how do I change the font colors on the front page ( blog, Clients and Tag Lines) as well as the font for the calendar post comments etc

  10. 9 years, 3 months ago Magus
    Hi, I Work Here

    Hi Andrew

    To change the colour of the footer please add the following to Appearance->Custom CSS

    #footer {
        background-color: #CCC !important;
        background-image: none;
    }
    

    Just change the # value to your preferred colour.

    I made no changes to the slider. The slider height is determined by the image height vs the width based on its aspect ratio. If the images are all the same aspect ratio then they will all display the same.

    Blog and taglines will be this

    .home-loop h3, .home-loop .container .post-list .post h4 {
        color: #eee;
    }
    

    Client this

    #site-features .feature h3 {
        color: #eee;
    }
    

    The comments will be this

    #comments-title, .comment-text .content, .comment-text .comment-date {
        color: #eee !important;
    }
    

    and finally the calendar and sidebar widgets

    #sidebar .widget, #sidebar .widget h2.widgettitle, #sidebar .widget a {
        color: #eee;
    }
    

    Change the colours as above. If you need help with #values there is more information here

    http://html-color-codes.info/#HTML_Color_Picker

    Magus

  11. 9 years, 3 months ago syngular-alliance

    All of these are don in the appearance section of the theme?

  12. 9 years, 3 months ago syngular-alliance

    Ok fine now did all of this but I have changed the background image but lost the full page it now has boarders how do I change this to wide width

    Andrew

  13. 9 years, 3 months ago syngular-alliance

    I fix it thx anyways

  14. 9 years, 3 months ago Magus
    Hi, I Work Here

    Hi Andrew

    Sorry for not replying sooner. The time difference is the only downside of Internet based Support. Glad to see you have it sorted. Is there anything else I can help with or shall we call this resolved.

    Magus

Replies on this thread are closed. Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More