Tagged: 

Viewing 22 posts - 1 through 22 (of 22 total)
  • Author
    Posts
  • #278901

    Hi –

    Images aren’t showing in my testimonials. I’ve tried disabling plugins, but with no success.

    I’m also trying to move the title to above the testimonial (so I can use the layout for credits). I’ve followed instructions at

    https://kriesi.at/support/topic/testimonials-layout/

    but to no avail.

    I’m on the brink of going live. Great theme – thank you!

    Simon

    #278929

    Hi,

    Can you please create me an administrator account? post it here as a private reply.

    Regards,
    Josue

    #278933
    This reply has been marked as private.
    #278940

    Can you post the URL of the login page?

    #278941
    This reply has been marked as private.
    #278945

    I’ve tried there but it’s returning a “Error 404 – page not found”.

    #278946
    This reply has been marked as private.
    #278948

    You need to set the testimonial image here:

    I did it for the first one (George Crawley) and it’s showing correctly.

    Cheers!
    Josue

    #278949

    Hi Josue!!

    Yes – I got that!!

    See up:

    “I’m also trying to move the title to above the testimonial (so I can use the layout for credits). I’ve followed instructions at

    “I’ve fixed the image issue (stylesheet error), but not the title layout issue.”

    thanks!

    Simon

    #278951

    Check it now Simon, i have modified the JS code you had in functions.php.

    Regards,
    Josue

    #278964
    This reply has been marked as private.
    #278967
    This reply has been marked as private.
    #278968

    Here’s how the Myriam image looks on my end:

    Regarding the other question, try adding this to the Quick CSS:

    .home div.template-page.content.twelve.alpha.units {
        padding-top: 0;
    }

    Regards,
    Josue

    #279117
    This reply has been marked as private.
    #279137

    Hey Simon!

    Make sure you are using padding-top (not padding-bottom) in the style.css file:

    Best regards,
    Josue

    #279150
    This reply has been marked as private.
    #279159

    I see it now, try using this code instead:

    .av-share-box + div.hr {
        margin: 0 !important;
    }

    Regards,
    Josue

    #279161
    This reply has been marked as private.
    #279166

    Hey!

    Try adding this code to the Quick CSS:

    #top #wrap_all ins:before{
        content: "";
    }
    #top .gallery .gallery-item {
        float: left;
    }

    Cheers! 
    Josue

    #279168
    This reply has been marked as private.
    #279171

    I think that’s happening because the last testimonial item doesn’t have an image in the left. Make sure you write the quotes correctly in this code:

    #top #wrap_all ins:before{
        content: "";
    }

    Best regards,
    Josue

    #298234
    This reply has been marked as private.
Viewing 22 posts - 1 through 22 (of 22 total)
  • The topic ‘Testimonial images not showing / layout issues’ is closed to new replies.