Forum Replies Created

Viewing 30 posts - 15,391 through 15,420 (of 25,536 total)
  • Author
    Posts
  • in reply to: Full width Easy Slider mobile #1011857

    Hi topmedialab,

    I have added this css code inside the media query:

    .home #full_slider_1 .avia-slideshow-inner,
    .home #full_slider_1 .avia-slideshow-inner * {
        height: 180px !important;
        max-height: 180px !important;
        min-height: 180px !important;
        width: 100vh !important;
        max-width: 100vh !important;
        min-width: 100vh !important;
    }

    It’s pretty hard to get all parts of the image but that should help.
    Another workaround is to use another slider for mobile only with modified image.
    Hope this helps.

    Best regards,
    Nikko

    in reply to: Google Maps not working – already made the API #1010472

    Hey gabrielprado,

    I assume that the issue you’re having are those watermarks “for development purposes only”.
    Unfortunately google maps is no longer free. Once you have exceeded the $200 credit they give monthly for free you’ll get those watermarks.
    Try to settle the billing from google and that should be removed.

    Best regards,
    Nikko

    in reply to: Banner with on Mobile – Responsive #1010470

    Hey Brianne,

    Try to use one of these codes and check which you prefer:

    @media only screen and (max-width:767px) {
      #top #banner-mobile {
        background-position: top right!important;
      }
    }
    @media only screen and (max-width:767px) {
      #top #banner-mobile {
        background-size: 100% auto !important;
        max-height: 35vh;
      }
    }

    Don’t use both at the same time.
    Hope this helps :)

    Best regards,
    Nikko

    in reply to: Open image in masonry in new tab #1010466

    Hi Cecile,

    We don’t have the option to manually select which image should open in new tab, however we can give you a code to open it all new tab.
    Just add this code at the bottom of your functions.php:

    function masonry_newtab(){
    ?>
    <script>
    jQuery(window).load(function(){
      jQuery('.av-masonry-container a').attr('target', '_blank');
    });
    </script>
    <?php
    }
    add_action('wp_footer', 'masonry_newtab');

    Best regards,
    Nikko

    Hi S.,

    You can check on the link Rikard gave in private content.
    It’s the post with the title: English for HR Experts
    Scroll to the bottom of the page and you’ll find the Excerpt field.
    Hope this helps.

    Best regards,
    Nikko

    in reply to: Force same height on product slider #1010460

    Hi Olivia,

    Glad to hear that.
    Please feel free to comeback if you need further assistance.
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: Mobile Issues #1010459

    Hi WP Turned Up,

    Can you try this code and check if it helps:

    @media only screen and (min-width:480px) and (max-width:768px) {
      .home #fullscreen_slider_2 .slideshow_align_caption {
        vertical-align: bottom;
        padding-bottom: 25px;
      }
    }

    Best regards,
    Nikko

    in reply to: Theme conflict w/ Woocommerece (URGENT) #1010456

    Hi kellyCraftMedia,

    We apologize for the late response.
    I tried to access the staging site: 9-14-18 however it does ask for username and password, which I tried to use the one posted in private content and it doesn’t work.
    Just to clarify with the issue, does it only apply on simple product? variable product? or all types?
    Also if the product is set to a huge amount, is it still reduced to 0 after an hour without anyone purchasing? or the reduction triggers only during purchase then sets it to 0?

    Best regards,
    Nikko

    in reply to: mobile menu position #1010452

    Hi Birgit,

    Glad that we could help.
    If you will still need our help, just create another thread and we’ll surely help you with it :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: Using advance layout editor in CPT #1010451

    Hi dvalansi,

    Can you create a staging site? so we can try to isolate the issue (disable plugins, enable debug, etc) without affecting your live site.
    Since there are no js errors, I think there are some plugin conflict which prevents ALB from functioning properly.
    Give us wp-admin and ftp access for the staging site and post the details in private content.
    You can check this post for more information on how to create a stage site: https://themeisle.com/blog/wordpress-staging-site/

    Best regards,
    Nikko

    Hey ManoLee,

    I think it’s possible but I think it would take a lot of time to do that and outside the scope of our support.
    The file you need to modify is jquery.magnific-popup.min-js which is located in enfold > js > aviapopup folder.

    Best regards,
    Nikko

    in reply to: Full width Easy Slider mobile #1010217

    Hey topmedialab,

    Can you try adding this css code in Quick CSS (located in Enfold > General Styling):

    @media only screen and (max-width:479px) {
      .responsive #top #wrap_all .container.caption_container {
        width: 92%;
        max-width: 92%;
      }
    
      .responsive #top #wrap_all .container.caption_container .slideshow_caption {
        max-width: 300px;
      }
    }

    Hope it helps.

    Best regards,
    Nikko

    in reply to: individual heights columns doesn't seem to work #1010214

    Hey morthe,

    It will not work that way.
    Why don’t you put the Text Block and Accordion in the 2/3 column? it should work properly that way.

    Best regards,
    Nikko

    in reply to: Portfolio items show twice when clicked on #1010213

    Hey edgecareers,

    I’m not really sure why it’s causing that, probably because of the caching plugin or probably conflict which causes the function to be called twice.
    I added this css code in Quick CSS (located in Enfold > General Styling):

    #top .portfolio-details-inner > .ajax_slide:nth-child(2) {
        display: none !important;
    }

    this fixes the issue, let us know if you need further assistance.

    Best regards,
    Nikko

    in reply to: Youtube Video – autoplay? #1010206

    Hey Lknows,

    It’s not the Enfold issue, you can verify this by switching to a wordpress default theme.
    Google changed their autoplay policies, you can check here for more information: https://developers.google.com/web/updates/2017/09/autoplay-policy-changes
    You can still do autoplay but you need to mute the video by adding &mute=1, the iframe code should look like:

    <iframe width="560" height="315" src="https://www.youtube.com/embed/XWze2cCdt40?rel=0&autoplay=1&mute=1" frameborder="0" allowfullscreen></iframe>

    Hope this helps.

    Best regards,
    Nikko

    in reply to: Filesize bigger than source of automatically scaled images #1010194

    Hey eC,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
      ( do be sure that we have enough time to debug ).
    5. Click ” Submit “.
    6. You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.

    When your issue is fixed, you can always remove the plugin!
    If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.

    Best regards,
    Nikko

    in reply to: Transparent header is not centered #1010191

    Hi FadingReality,

    I noticed that the transparent logo you used isn’t centered, while on regular pages it is centered, you can see it from this screenshot which shows the comparison:

    View post on imgur.com

    Please try to remove this code:

    .html_header_top.html_logo_center .logo {
        left: 53% !important;
    }

    Then make sure that the image/logo you add in Enfold > Header > Transparency Options > Transparency Logo is centered.
    Hope this helps.

    Best regards,
    Nikko

    in reply to: Enfold App – Multi-Purpose theme Import #1010186

    Hey So Evolve,

    I checked your site using an android phone and I don’t see the issue.
    Can you give us a screenshot on it looks on your end?

    Best regards,
    Nikko

    in reply to: Removing Date at Blog Raster Layout #1010183

    Hi,

    I inspected the page and I could see this code being added:

    .page-id-731 .slide-meta-time {
        display: visible;
    }

    Please use Rikard’s code, if it still doesn’t work after none add !important.
    If that doesn’t help, please give us admin access, so we can check further.
    Just post the login details in private content.

    Best regards,
    Nikko

    in reply to: How to properly fix the 6th 1/5 column? #1010181

    Hi giovanni_scalici,

    Glad to hear that.
    Feel free to comeback if you need further assistance.
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: Disable Enfold Styling on specific widget #1010180

    Hi roamingk,

    Can you try adding this css code also:

    #top #flexi_searchbox select {
        background-image: none !important;
    }

    Hope it helps.

    Best regards,
    Nikko

    Hi Dylan,

    Glad that Peter helped you :)
    Feel free to comeback if you need further assistance.
    Thanks for using Enfold and have a great weekend!

    Best regards,
    Nikko

    in reply to: Caption hover effect #1010176

    Hi OPVAB,

    Thanks for giving us admin access.
    I have checked Show element options for developers in Enfold > Layout Builder.
    Then on the page, I used a grid row to create 3 columns then added in Custom CSS Class: custom-grid
    In your Quick CSS (located in Enfold > General Styling), I added this code:

    .custom-grid .flex_cell {
        padding: 0 !important;
    }
    
    .custom-grid .flex_cell_inner {
        position: relative;
    }
    
    .custom-grid .av_textblock_section {
        background: rgba(0,0,0,0.5);
        padding: 20px 20px 10px;
        width: 100%;
        position: absolute;
        bottom: 0;
        z-index: 100;
    }
    
    .custom-grid .avia-image-container-inner, .custom-grid .avia-image-container-inner .avia_image {
        width: 100%;
    }
    
    .custom-grid .av_textblock_section h3 {
        font-size: 28px;
    }
    
    .custom-grid .av_textblock_section p {
        display: none !important;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: opacity .4s linear;
        -o-transition: opacity .4s linear;
        transition: opacity .4s linear;
    }
    
    .custom-grid .flex_cell_inner:hover .av_textblock_section p {
        display: block !important;
        opacity: 1;
        filter: alpha(opacity=100);
    }

    The only thing remaining is the animation which can be done via javascript which would take sometime to do and outside the scope of our support.

    Best regards,
    Nikko

    in reply to: Separator between menu items #1010170

    Hi newmediologo,

    I checked the link you gave but I don’t see the code given by Victoria being fetched.
    Can you try to flush out the cache? if that doesn’t work, please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
      ( do be sure that we have enough time to debug ).
    5. Click ” Submit “.
    6. You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.

    When your issue is fixed, you can always remove the plugin!
    If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.

    Best regards,
    Nikko

    in reply to: Remove Hover effect Social Share Icons #1010168

    Hi brand,

    You can use this css code:

    #top .av-share-link-description {
        font-family: 'Comfortaa', sans-serif;
    }

    Just make sure that Comfortaa font is loaded on the page.

    Best regards,
    Nikko

    in reply to: mobile menu position #1010165

    Hi Concre,

    Thanks for giving us admin access.
    I noticed that the > (greater sign symbol) was converted to:

    & g t ;

    without the spaces, I just fixed it then rearranged the code you have in Quick CSS.
    Let us know if you need further assistance :)

    Best regards,
    Nikko

    in reply to: LayerSlider image and link problem #1010157

    Hi raslade,

    Thanks for giving us the link.
    I checked it but I can’t find the code you posted above.
    Try to put your code in layerslider, click on the content/image where you want to apply, click on the Styles (tab) then there’s a Custom CSS section where you can place your code.
    If that doesn’t help, please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
      ( do be sure that we have enough time to debug ).
    5. Click ” Submit “.
    6. You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.

    When your issue is fixed, you can always remove the plugin!
    If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.

    Best regards,
    Nikko

    in reply to: Mobile – Fullscreen Slider Alignment #1009544

    Hi WP Turned Up,

    Glad that we could help :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: Separator between menu items #1009543

    Hi newmediologo,

    Can you give us a link to your site? so we can inspect and check why it isn’t working.

    Best regards,
    Nikko

    in reply to: Customizations not sticking #1009541

    Hi mrskircher,

    Personally I use google chrome web inspector, some use firefox’s firebug to inspect elements and check if the css is applied, then you check if the css code added is being reflected in the frontend, this is how we usually know if the version being fetched is cached or not. I checked your site and compared the ones in your Quick CSS and could see that the css codes are applied and it’s not cached.
    You don’t have any caching plugins also. Maybe the code you added doesn’t give you the results that are expected? can you give us a mockup or screenshot on what you’re trying to achieve? maybe we can help with it.

    Best regards,
    Nikko

Viewing 30 posts - 15,391 through 15,420 (of 25,536 total)