Edit testimonials on Colorway home page

Discussion in 'ColorWay WordPress Theme' started by rambler, Sep 6, 2019.

  1. rambler

    rambler Member

    Joined:
    Dec 28, 2011
    Messages:
    48
    Likes Received:
    0
    Hi

    I have been an Ink Themes user for years and am very happy. Just recently I had some hacking/hosting problems so I migrated to a site using the Colorway theme (version 3.8)

    Everything was fine apart from the testimonials on the home page.

    What I want is one testimonial that is full width with no photos or name beneath.
    In the custom CSS box I have:

    .testimonial_item_content .testimonial_item img {
    display: none;
    }
    .testimonial_item_content .testimonial_item {
    width: 1115px !important;
    }

    This worked before but now three testimonials display together with names and photos. I put a space in the file name for the photos but this still shows placeholders and I cannot see anywhere to change the names.

    How can this be resolved?
     
  2. shemaela21

    shemaela21 Guest Staff Member

    Joined:
    Apr 6, 2019
    Messages:
    855
    Likes Received:
    1
    Hello,

    Warm Wishes From InkThemes,

    To hide the whole Testimonial Section

    Code:
    .testimonial_item_container.row {
        display: none;
    }
    To hide the heading of the Testimonial Section

    Code:
    .testimonial_heading_container.animated.fading.col-md-12.animation_started {
        display: none;
    }
    
    To hide the three-column structure of the Testimonial Section
    
    .testimonial_item_content.col-md-12 {
        display: none;
    }
    I hope the above code will surely help you.

    Regards,
    Shemaela
    InkThemes.com
     
  3. rambler

    rambler Member

    Joined:
    Dec 28, 2011
    Messages:
    48
    Likes Received:
    0
    Hi

    Many thanks for your response.

    This has not worked as what I wanted was: one testimonial that is full width with no photos and no name beneath it.

    I entered the suggested code in the custom css and it did not work. There is some additional code in the css that may be having an effect (but I don't think) so that the code entered in the custom css is:

    .home_content h1, h2, h3, h4, h5, h6{
    color: 29327d;
    font-family:'Verdana';
    }
    body.page{
    font:16px;
    }

    .testimonial_heading_container.animated.fading.col-md-12.animation_started {
    display: none;
    }

    To hide the three-column structure of the Testimonial Section

    .testimonial_item_content.col-md-12 {
    display: none;
    }

    Please can you tell me whether it is possible to show one testimonial that is full width with no photos and no name beneath it.
     
  4. shemaela21

    shemaela21 Guest Staff Member

    Joined:
    Apr 6, 2019
    Messages:
    855
    Likes Received:
    1

    Hello,

    Warm Wishes From InkThemes,

    Could you please provide the exact position showing screenshot of the area which you want to remove?

    It will be easy for us to understand your requirements easily and will provide you with an exact and appropriate screenshot.

    PS: You can take screenshots via https://www.screenpresso.com/

    Regards,
    Shemaela
    InkThemes.com
     
  5. rambler

    rambler Member

    Joined:
    Dec 28, 2011
    Messages:
    48
    Likes Received:
    0
    Hi Shemaela

    This is what the site used to look like before the migration: https://prnt.sc/p45lu2
    (I used the "wayback machine" to get the screenshot)

    After the migration, the testimonials at the bottom of the home page at wheathampsteadppg.org.uk has:
    • three columns of testimonials whereas before it only had one
    • three names whereas before it only had none
    • three pictures whereas before it only had none
    I would like it to look the same as before the migration. I appreciate your help with this.

    Thanks

    Mike
     
  6. shemaela21

    shemaela21 Guest Staff Member

    Joined:
    Apr 6, 2019
    Messages:
    855
    Likes Received:
    1
    Hello,

    Warm Wishes From InkThemes,

    A very humble request would you please share the website link with us?

    Along with it would you please share the edited screenshot of the area which is to be removed by exactly marking it correctly.

    As we are unable to understand which part of the testimonial section you to remove and which you want to keep or if you want us to remove the feature section images?

    PS: You can take screenshots via https://www.screenpresso.com/

    Regards,
    Shemaela
    InkThemes.com
     
  7. rambler

    rambler Member

    Joined:
    Dec 28, 2011
    Messages:
    48
    Likes Received:
    0
    Hi

    The website is at wheathampsteadppg.org.uk.

    Before migrating to a new hosting platform it used to look like this on the homepage: https://prnt.sc/p45lu2
    I have used screenspresso to upload it as 2019-09-11_09h13_26.png

    Using screenspresso I took a screenshot of the current live site and uploaded it as 2019-09-11_08h53_27.png.
    Areas 1-8 need to be removed and area 9 needs to stretch across the full width of the page and not have a photo or a name below it. It will then look the same as it did before i.e like the screenshot in 2019-09-11_09h13_26.png.

    Thanks 2019-09-11_08h53_27.png 2019-09-11_09h13_26.png
     
  8. shemaela21

    shemaela21 Guest Staff Member

    Joined:
    Apr 6, 2019
    Messages:
    855
    Likes Received:
    1
    Hello,

    Warm Wishes From InkThemes,

    Will you please allow us to check your website dashboard for once?

    Kindly send the below-mentioned credential details at [email protected] along with the thread link.

    WordPress Website URL: -
    WordPress Username: -
    WordPress Password: -

    We will look into it and let you know the needful.

    Regards,
    Shemaela
    InkThemes.com
     
  9. rambler

    rambler Member

    Joined:
    Dec 28, 2011
    Messages:
    48
    Likes Received:
    0
    Thank you so much for your help with this - it is all working now.
     
  10. shemaela21

    shemaela21 Guest Staff Member

    Joined:
    Apr 6, 2019
    Messages:
    855
    Likes Received:
    1
    Hello,

    Warm Wishes From InkThemes,

    You are most WelCome!

    Let us know if there is something else with which we can help you.

    And always feel free to ask your queries at our support forum: http://inkthemes.com/community/ and at our email [email protected]

    Regards,
    Shemaela
    InkThemes.com
     

Share This Page