Forum Replies Created

Viewing 30 posts - 14,641 through 14,670 (of 17,336 total)
  • Author
    Posts
  • in reply to: Image Layout Issue on Grid Element #461760

    Hi!

    look at Yigit’s Code and change from this:

    .av-border-cells .flex_cell:first-child {
      border: none;
      border-left: 10px solid white;
    }
    

    to this code:

    .av-border-cells .flex_cell:first-child {
      border: none;
      border-left: none;
    }
    

    Then add this code:

    .avia-image-container-inner {
    height: 185px;
    }
    

    I hope this fixes the issue finally!

    Cheers!
    Andy

    in reply to: Woocommerce and Gravity Forms #461754

    Hi!

    please remove this part of my code from above (inside media querries):

    label.checkbox {
    margin-left: 75px;
    margin-top: -75px !important;
    float: left;
    }
    

    also remove this code (inside media querries):

    p.form-row.terms {
    float: left;
    margin-left: -118px !important;
    margin-top: 15px !important;
    }
    

    Instead just put this code into your Quick CSS:

    @media only screen and (max-device-width: 767px) {
    input#terms {
    top: -21px !important;
    }}
    

    This should fix it I think.

    Best regards,
    Andy

    in reply to: Audio player in featured image? #461743

    Hi!

    unfortunately I can’t open your website anymore and get a “Gateway Timeout: can’t connect to remote host” error. Could you please check?

    Not sure why it’s working for four images but not for the other two … we need to check your backend.

    Best regards,
    Andy

    in reply to: General Styling Won't Update #461741

    Hey!

    as it is working for thousands of others try to delete all theme files and get a fresh copy from your themeforest account. If it is not a caching issue from server side, then this should fix the issue.

    Regards,
    Andy

    in reply to: Slide-Show-Volle Breite #461740

    Hi!

    dann passe den Code bitte selbstständig an. Einfach die Zahlen bzw. Werte verändern, so wie es für dich dann passt. Einen Freelancer, der diesen Job für dich übernehmen könnte, findest du hier.

    Gruß,
    Andy

    in reply to: Header conflict with Avia Layout Builder and LearnDash #461497

    Hi Morticka!

    not sure what you are trying to achieve.

    1.) Do you want to hide those elements? if yes use this code:

    div#learndash_topic_dots-43 {
    display: none;
    }
    div#learndash_back_to_lesson {
    display: none;
    }
    

    2.) Please provide us a mockup/screenshot showing what you are trying to achieve. Use imgur.com or dropbox.
    If you don’t want the header to grow/change, then make the settings in Enfold->Header->Header behavior

    Regards,
    Andy

    in reply to: Slide-Show-Volle Breite #461493

    Hey!

    ich habe deinen bisherigen Wert einfach erhöht und dann scheint es zu passen:

    .content { 
    padding-top: 260px; 
    }
    

    Leere deinen Browser Cache, falls du keine Änderungen sehen solltest.

    Für mobile nutze diesen Code:

    @media only screen and (max-device-width: 767px) {
    main.template-page.content.av-content-full.alpha.units {
    top: -170px;
    }}
    

    Gruß,
    Andy

    • This reply was modified 9 years, 8 months ago by Andy.
    in reply to: Featured image: custom alignment? #461483

    Hey!

    for mobile use this code:

    @media only screen and (max-device-width: 736px) {
    .mejs-container.mejs-audio {
    top: -125px;
    }}
    

    Regards,
    Andy

    in reply to: Featured image: custom alignment? #461482

    Hi!

    I think you can achieve something similar with this code:

    p.powerpress_links.powerpress_links_mp3 {
    margin-top: -182px;
    }
    

    Will be difficult to give the “Podcast:” and “Subscribe” line different CSS right now. However, you could try to activate custom class for all ALB elements.

    Best regards,
    Andy

    in reply to: Google Testing Tool – Search structure error #461228

    Hey Ed!

    both websites are using an old version of Enfold. Please upgrade to Enfold v3.2. Also deactivate all plugins, to see if one is causing this issue.

    Regards,
    Andy

    in reply to: Page Attribute in other language #461227

    Hey!

    I can set a parent page attribute on your website:

    Have in mind that you can only select the page attributes of your spanish pages. You have only one other spanish page:

    That’s why you have only little options for page attributes.

    Hope this makes things clear for you.

    Best regards,
    Andy

    in reply to: Homepage wont autoplay #461222

    Hey!

    it does work for me. I made a test site on your installation ( … /test-kriesi) and implemented a youtube video as background video. It autoplays just fine for me.
    Could you fix it?

    Cheers!
    Andy

    • This reply was modified 9 years, 8 months ago by Andy.

    Hi ohormes!

    setze diesen Code für deinen header background (mobile) im Quick CSS Feld ein:

    @media only screen and (max-device-width: 767px) {
    .header_color .header_bg {
    background-size: 128%;
    background-position: -35% 3%;
    }}
    

    und passe eventuell die Werte noch an.

    Social Media Icon sind im Hochformat für mobile Darstellungen für gewöhnlich nicht im Header, weil dafür kein Platz vorhanden ist. Wenn du das wirklich möchtest, müsstest du uns zeigen wo du sie haben willst (ich sehe aktuell keinen wirklichen Platz dafür). Du findest sie aber im Footer …

    Lieben Gruß,
    Andy

    in reply to: main content background image not showing #461206

    Hey!

    I just tried to implement a background-image into my main content with left sidebar and it worked. I used this code:

    main.template-page.content.av-content-small.units {
    background-image: url(https://www.image.de/image.jpg)
    }
    

    Hope this helps!

    Regards,
    Andy

    • This reply was modified 9 years, 8 months ago by Andy.
    in reply to: Option Design zu verändern für Redakteure ausblenden #461204

    Hi!

    no, put Ismael’s code into functions.php (even better inside your child theme.

    Cheers!
    Andy

    Hi!

    was genau meinst du? wie möchtest du es denn haben? kannst du uns bitte genauer klären welche Änderungen du dir wünscht? eine Skizze, die zeigt was du erreichen möchtest, würde uns sehr helfen. Du kannst imgur.com oder dropbox dafür verwenden.

    Gruß,
    Andy

    in reply to: How To Change Pricing Tables Row Colors #460993

    Hi!

    I can’t open your link, because it says it’s not a secure website. We would need to inspect the elements, so please check.
    Screenshots showing what you want to achieve would help a lot. Please use imgur.com or dropbox.

    Regards,
    Andy

    in reply to: Background Image and mobile RESIZE #460992

    Hey!

    try this code in Quick CSS field:

    @media only screen and (max-device-width: 736px) {
    .av-parallax.avia-full-stretch.enabled-parallax.active-parallax {
    background-image: none !important;
    }}
    

    Regards,
    Andy

    Hey!

    actually Ismael’s suggestion does answer your question, because this plugin will help you achieve what you want. With it you can define and change size of all your WordPress images, including your featured image. Please use it and let us know in a new ticket, if you have some more questions related to the theme.

    Cheers!
    Andy

    Hi!

    try this code in Quick CSS:

    ul#mobile-advanced {
    width: 65%;
    }
    

    and adjust as needed.

    Regards,
    Andy

    in reply to: Inconsistency with H5 styling #460985

    Hey Taryn!

    I get a “Gateway Timeout: can’t connect to remote host” error when trying to open your website. Can you check this please? We would need to inspect the elements.
    However, try to clear browser cache and refresh your website a few times.

    Cheers!
    Andy

    in reply to: edit margin and with of the sidebar #460964

    Hey!

    not sure what you mean. Please show us screenshots showing what you want to achieve.
    Do you mean decreasing the space between header and content? if yes use this code:

    main.template-page.content.av-content-small.alpha.units {
    margin-top: 8px;
    }
    

    and adjust as needed.

    Best regards,
    Andy

    in reply to: Move shopping cart icon to the secondary menu area? #460961

    Hey Kevin!

    please always provide us a link showing what you are talking about, because we need to inspect the elements. Screenshots showing what you want to achieve would help a lot.

    Regards,
    Andy

    in reply to: Mobile Changes #460959

    Hey!

    please refuse from bumping into your own thread, as it pushes your thread behind in our queue and we can’t provide a faster reply in this case (because your thread gets marked as “answered”).

    I get a “Gateway Timeout: can’t connect to remote host” error when trying to open your website. Can you please check?

    1. Can you please show us what you mean? always provide a link showing what you are talking about (screenshots would help as well).

    2.) We would need to see it, but not possible as your website does not load for me.

    Let us know when you and your website is ready.

    Cheers!
    Andy

    in reply to: Move Carousel Buttons #460956

    Hi!

    add this code:

    .avia-content-slider-element-container.avia-content-slider-element-slider.avia-content-slider.avia-smallarrow-slider.avia-content-slider-active.avia-content-slider1.avia-content-slider-odd.avia-builder-el-1.el_after_av_hr.avia-builder-el-last {
    height: 540px;
    }
    

    Best regards,
    Andy

    in reply to: portfolio excerpt facebook like code #460926

    Hey!

    I can’t open the site and get a “Gateway Timeout: can’t connect to remote host” error. Could you check please?

    Try to implement your code using the code element of Avia Layout Builder.

    Cheers!
    Andy

    in reply to: LayerSlider WP with Image and Video not all Full Width #460911

    Hi!

    I can’t see any space left or right. Your slider seems to me fullwidth. Could you fix it? If not, can you show us screenshots of the issue please? you can use imgur.com or dropbox.

    Best regards,
    Andy

    Hi!

    if it does not work for you, you might need to add an !important into Yigit’s code:

    .header_color .header_bg {
      background-repeat: no-repeat !important;
      background-size: cover !important;
    }
    

    However, I can see that the background image you are using is very small (370x183px):

    Please regenerate your thumbnails and clear browser cache.

    Best regards,
    Andy

    in reply to: Captcha-Text ändern #460900

    Hi!

    super, dann lass uns wissen, falls du noch Unterstützung damit brauchst. Ansonsten fühle dich frei ein neues Ticket aufzumachen, wenn du eine neue Frage hast.

    Gruß,
    Andy

    in reply to: mailchimp ins enfold Kontaktformular integrieren #460736

    Hi!

    wir können hier nur Support für das Theme bieten. Wie du das genau mit Mailchimp hinbekommst, erfragst du am Besten bei denen: http://mailchimp.com/contact/support/

    Gruß!
    Andy

Viewing 30 posts - 14,641 through 14,670 (of 17,336 total)