Forum Replies Created

Viewing 30 posts - 14,491 through 14,520 (of 17,336 total)
  • Author
    Posts
  • in reply to: Social Icons in Widget Area #463996

    Hey endoradigital!

    could you provide us a link showing the issue? maybe screenshots would help as well to make things clear (imgur, dropbox). We might also need admin access to have a deeper look. Post login details here as private reply.

    Cheers!
    Andy

    in reply to: Menu Error & Change #463994

    Hey Jariel (Jay)!

    no link or login credential in private content :). Did you forget it?

    Best regards,
    Andy

    in reply to: SKU for Woocommerce #463993

    Hi Shawnlimws!

    that question would be best fit in WooCommerce Support forum. Let us know in a new ticket if you have any issues or questions related to the theme. We are happy to assist.

    Regards,
    Andy

    in reply to: Mobile Changes #463990

    Hi!

    sorry @brooks I did not notice that another person (@therqworld) was bumping into your thread, so my previous code was made for him …
    I added this code into your Quick CSS field:

    @media screen and (max-width: 767px) {
    .avia-slide-wrap {
    height: 208px !important;
    }}
    

    To get rid off the black space below your video use this:

    @media screen and (max-width: 767px) {
    div#av_section_1 {
    margin-top: -59px !important;
    }}
    

    If you wish to hide captions on mobile:

    @media screen and (max-width: 767px) {
    .avia-caption-content.av_inherit_color {
    display: none;
    }}
    

    Hope this is how you wish to have it. Otherwise would be awesome to see a screenshot showing exactly what you want to achieve.

    Best regards,
    Andy

    • This reply was modified 9 years, 8 months ago by Andy.
    in reply to: Anchor one page – link scroll down #463985

    Hey!

    please provide us a link so we can see what’s going on with your anchor links. Make sure to use newest theme and WordPress version and try to deactivate all plugins, to see if one is causing any issues.

    Cheers!
    Andy

    in reply to: WooCommerce Quantity Button Not Working Properly #463984

    Hey!

    I think you should definitely update your WordPress to the newest version, as the newest Enfold and WooCommerce versions are compatible with the newest WordPress version. WooCommerce is improving/changing its features constantly, so if you really want and old function you would need to contact WooCommerce support for it.

    Cheers!
    Andy

    in reply to: Shop Page #463979

    Hi!

    you can control caption for iPhone with this code:

    @media only screen and (max-device-width: 736px) {
    .av-image-caption-overlay {
    top: 150px;
    }}
    

    If this is not what you meant, then please provide us screenshots showing exactly what you are talking about. Use imgur or dropbox.

    Cheers!
    Andy

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

    Hey!

    not sure if it will be possible 100% as you wish, but did you add custom CSS class for all ALB elements as I mentioned in my previous post? because this way you are able to give your elements a unique CSS class, so that other elements don’t get effected by your code. Let us know when you are done and provide us the unique CSS class you have defined for your blog elements in question.

    Please provide us admin access and post login details here as private reply.

    Best regards,
    Andy

    Hi!

    thank you for making us aware about this issue. I will report it to Kriesi and think he will implement it in a future update. Thanks for being patient.

    Feel free to open a new ticket for a new issue/question.

    Cheers!
    Andy

    in reply to: Image location / padding not functioning properly #463969

    Hey!

    please try with a default WordPress theme and let us know about your results.
    You could try to delete all theme files and get a fresh copy from your themeforest account, to make sure there are no corrupted files. Make sure to have a backup.

    Cheers!
    Andy

    Hi Daniela!

    which white gaps are you talking about? Please always use a link showing us the issue. Screenshots would help as well (imgur or dropbox).

    Best regards,
    Andy

    Hi!


    @anthesisgmbh

    Bitte erstelle einen eigenen Thread, der Übersichtshalber (für uns Moderatoren als auch für Leser, die nach Antworten suchen).
    Die Login Daten funktionieren bei mir nicht und du verwendest eine alte Version des Themes. Bitte führe ein Upgrade zu Enfold v3.2.1 durch. Leere deinen Browser Cache und refreshe einige Male deine Website neu.

    Gruß!
    Andy

    in reply to: Doppelte Bildvorschau #463959

    Hey!

    das freut mich. Lass uns wissen, wenn du wieder Hilfe brauchst mit dem Theme. Wir freuen uns dich zu unterstützen!

    Liebe Grüße!
    Andy

    in reply to: BB Press not resizing right with Enfold #463958

    Hi!

    use this code:

    @media only screen and (max-device-width: 736px) {
    .odd.bbp-parent-forum-23.bbp-parent-topic-694.bbp-reply-position-1.user-id-110.topic-author.post-694.topic.type-topic.status-publish.hentry.topic-tag-vsl3-uk {
    left: -9px;
    }
    .bbp-reply-author {
    margin-right: -2px;
    }}
    

    for the small white arrow use this:

    @media only screen and (max-device-width: 736px) {
    .main_color #bbpress-forums li.bbp-body ul.forum, .main_color #bbpress-forums li.bbp-body ul.topic, .avia_transform .main_color .bbp-replies .bbp-reply-author:before, .avia_transform .forum-search .main_color .bbp-reply-author:before, .avia_transform .forum-search .main_color .bbp-topic-author:before {
    left: 70px;
    }}
    

    or use “display: none;” instead “left: 70px;” if you want to hide it for mobile.

    Hope this helps.

    Best regards,
    Andy

    in reply to: Issues with font in slider on iPhone / iPad #463947

    Hi Carolina!

    we would need a link showing the issue, to inspect the elements and provide you some CSS code. You can use private content if you wish to hide your links.

    Regards,
    Andy

    in reply to: icon alignment not working #463945

    Hi blomb111!

    please provide us a link showing what’s going on with your icons. Screenshots of what you are trying to achieve would help a lot. Use imgur or dropbox to add screenshots.

    Regards,
    Andy

    in reply to: Custom font reset to default after few saves #463944

    Hi!

    could you provide us admin access, so we can take a closer look please? post login details here as private reply.

    Regards,
    Andy

    in reply to: Open lightbox from text url in text editor #463939

    Hi!

    You can add something like this on a text block element, switch to HTML or Text editor:

    <a href="https://kriesi.at/support/topic/open-lightbox-from-text-url-in-text-editor/?iframe=true&width=100%&height=100%" rel="prettyPhoto[iframes]" title="Kriesi Rocks">Click Here</a>
    

    I used the url of this topic then added the “?iframe=true&width=100%&height=100%” parameter after. Please try it.

    Regards,
    Andy

    in reply to: Urgent! Responsives Webdesign #463928

    Hi!

    you are right. That’s why please follow Ismael’s instructions and let us know if you still need help.

    Cheers!
    Andy

    in reply to: Portfolio grid / sidebar calculation problem #463925

    Hey!

    I followed your instructions, but still can’t see any gaps:

    I also tried resizing browser, but it looks totally fine for me.

    Best regards,
    Andy

    in reply to: Socket background image not working #463921

    Hi!

    please upgrade to Enfold v3.2.1.

    Try to deactivate all your plugins, to check if one is causing this issue. Are you using any caching plugin? maybe your server is using some kind of caching? please ask your host about it.

    I can’t see any background image in your socket. Can you please provide us a link showing it? You can try to ad background-size into Yigit’s code:

    #socket {
      background-image: url(https://nieuw.mogadorcosmetics.nl/wp-content/uploads/2015/06/footer.png);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: 50% 25%;
    background-size: 50px;
    }
    

    adjust it as needed.

    Regards,
    Andy

    in reply to: 404page #463915

    Hi!

    please upgrade to the newest theme version Enfold v3.2.1, which should fix the issue.

    Best regards,
    Andy

    in reply to: Left and Right padding for images not working #463913

    Hi!

    you can control it using this code:

    .flex_column_table.av-equal-height-column-flextable {
    padding-left: 111px;
    padding-right: 111px;
    }
    

    adjust as needed.

    Cheers!
    Andy

    in reply to: Editing with advanced layout #463898

    Hi!

    well, unfortunately it seems that some files are corrupt. That’s why please delete all theme files and get a fresh copy from your themeforest account. Make sure to have a backup.

    Regards,
    Andy

    in reply to: configure menu items missing #463890

    Hi!

    there might be some corrupted files. Please delete all theme files via FTP and get a fresh copy from your themeforest account. Make sure to have a backup.

    Regards,
    Andy

    in reply to: Special Heading Shortcode Malfunction #463888

    Hi!

    could you try it with a default WordPress theme please and let us know which results you get?

    Best regards,
    Andy

    in reply to: Automatic theme update fails #463886

    Hi!

    alright. We will wait for your reply. Hope your host can help you!

    Regards,
    Andy

    in reply to: Post Format: Link bug #463866

    Hey!

    you featured image is linking fine for me to the page in private content. I don’t get redirect to any 404 page. So it seems fine to me. Could you fix it?

    Best regards,
    Andy

    • This reply was modified 9 years, 8 months ago by Andy.
    in reply to: A couple of questions #463851

    Hey!

    sorry, forget to include media queries for mobile devices:

    @media only screen and (max-device-width: 736px) {
    #fullscreen_slider_0 li.av-single-slide.slide-1.active-slide {
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 0px 175px !important;
    }}
    

    Clear browser cache and refresh a few times. Check on another mobile device as well and don’t forget to adjust the values as needed.

    Best regards,
    Andy

    in reply to: Page structure goes wrong when adding columns etc.. #463849

    Hi!

    the theme is working fine for thousands of other people and the code provided is working fine for me as well. Please clear browser cache and refresh a few times. You could try to add an !important to every value:

    div#av_section_2 {
    width: 112% !important;
    margin-left: -6% !important;
    }
    div#footer {
    width: 112% !important;
    margin-left: -6% !important;
    }
    footer#socket {
    width: 112% !important;
    margin-left: -6% !important;
    }
    

    Regards,
    Andy

Viewing 30 posts - 14,491 through 14,520 (of 17,336 total)