Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #1441275

    Guten Tag, ich habe auf meiner Website (siehe Private Content) Kunden-Empfehlungen eingefügt und möchte die Pfeile ganz unten beim Namen platzieren, wie geht das?

    • This topic was modified 2 weeks, 5 days ago by manfredergott. Reason: Kunden-Empfehlungen, Pfeile, Design, Platzierung
    #1441407

    Hey manfredergott,

    Thank you for the inquiry.

    You can control the vertical position of the arrows in the testimonial element with this css code:

    #top .av-large-testimonial-slider .avia-slideshow-arrows a {
        top: 100px;
        margin-top: -1px;
    }

    Please make sure to purge the cache after adding the modification.

    Best regards,
    Ismael

    #1441434

    Vielen Dank, ich hab den Code im Customizer- zusätzliche CSS – eingegeben, Cache geleert, leider sind die Pfeile noch nicht unten mittig auf Höhe des Namens.

    #1441437

    try:

    
    #top  .av-large-testimonial-slider .avia-slideshow-arrows a  {
      top: auto !important;
      bottom: 0px;
    }
    #1441484

    Hi,

    Thanks for helping out @guenni007, did you have any luck with that @manfredergott?

    Best regards,
    Rikard

    #1441503

    ok – you have choosen a different testimonial layout:

    try:

    
    #top  .avia-testimonial-wrapper .avia-slideshow-arrows {
      display:  flex;
      position: relative !important;
      top: auto !important;
      bottom: 40px;
    }
    #1441548

    Hi,

    Thank you for the update.

    We adjusted the css code a bit and added it in the Enfold > General Styling > Quick CSS field:

    #top .av-large-testimonial-slider .avia-slideshow-arrows a {
        top: auto;
        margin-top: -1px;
        bottom: 10px;
    }
    
    #top .avia-slider-testimonials:not(.av-large-testimonial-slider).av-slideshow-ui .avia-slideshow-arrows a {
        top: auto;
        bottom: 0;
    }

    Please make sure to purge the cache before checking the page.

    Best regards,
    Ismael

    #1441846

    Vielen Dank!

    Ist es möglich, die Pfeile auch bei der mobilen Version sichtbar zu machen?

    #1442025

    Hi,

    The arrows should be visible on mobile devices by default. Would you mind providing a screenshot of the site on mobile view? You can use platforms like Savvyify, Imgur or Dropbox to upload and share the screenshot. Here are the steps to follow:

    1.) Visit the website of your chosen platform, such as Savvyify, Imgur or Dropbox.
    2.) Locate the option to upload a file or an image.
    3.) Select the screenshot file from your computer or device and upload it to the platform.
    4.) After the upload is complete, you will be provided with a shareable link or an embed code.
    5.) Copy the link or code and include it in your message or response to provide us with the screenshot.

    Thank you for taking the time to share the screenshot. It will help us better understand the issue you’re facing and provide appropriate assistance.

    Best regards,
    Ismael

    #1442113

    Unten im private content die Screenshots der Mobilversion leider ohne Pfeile:

    #1442390

    Hi,
    Thank you for your patience, try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top .avia-slider-testimonials.av-slideshow-ui .avia-slideshow-arrows a {
        color: #000;
        opacity: 1 !important;
    }

    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1442417

    Vielen Dank, die Pfeile sind nun mobil auch sichtbar, aber leider nicht anklickbar – nur in der Desktopversion.

    #1442510

    Hi,

    The arrows seem to be clickable on our end, but you can try using this css code to create more space below the testimonial slider.

    #top .avia-slider-testimonials.avia-testimonial-wrapper .avia-testimonial .avia-testimonial_inner {
        padding-bottom: 50px;
    }
    

    Best regards,
    Ismael

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