Forum Replies Created

Viewing 30 posts - 24,631 through 24,660 (of 25,536 total)
  • Author
    Posts
  • in reply to: Remove animation from gallery #712989

    Hey gwinenvato!

    Can you post the link on the thread you found that works? so we can atleast review it.

    Regards,
    Nikko

    in reply to: Responsive background images #712977

    Hi Dirk,

    Glad we could help :) Have a great day ahead :)

    Cheers!
    Nikko

    in reply to: Events Countdown plugin not showing #712974

    Hey!

    You’re welcome, we’ll be keeping this thread open :)

    Cheers!
    Nikko

    in reply to: Enfold One page Portfolio #712973

    Hi!

    The login still won’t work. While waiting on that, Can you try to duplicate the page and use Masonry Gallery? it is similar to portfolio grid but it has the ability to link images on other pages even external pages. :)

    Best regards,
    Nikko

    in reply to: Submenu background and hover colors #712941

    Hi!

    Sorry for the delayed response. I have checked your Quick CSS and indeed it’s not working because > was replaced with ; for some reason. It should work properly now :)

    Cheers!
    Nikko

    Hi Julie!

    Can you post a screenshot on how it looks on the edge browser on your end? you can upload it in http://imgur.com/ or dropbox and post the link here.

    Regards,
    Nikko

    in reply to: Media library issue on Vendor's user – part II #712931

    Hi!

    You’re very much welcome Elsa. :) Have a great day ahead :)

    Best regards,
    Nikko

    in reply to: markup being removed when switching to text editor #712925

    Hi!

    Does Code Block also remove your html code? also, I don’t think you can use text block which is using tinymce editor that is actually buggy and strips some html tags, the problem isn’t really in Enfold but in tinymce editor of wordpress (you can verify that when you use a default theme like twenty sixteen and add your html code to text editor and switch it to visual editor). If code block still strips the your code, can you post it in “private content” section when you reply so we can also test it out.

    Cheers!
    Nikko

    in reply to: Mobile Menu and Image Slider #712916

    Hi Epic,

    Try adding this code at the bottom of Quick CSS:

    @media only screen and (max-width:767px) {
      #header #header_main {
        z-index: 9999 !important;
      }
    
      .responsive #top .logo {
        display: none;
      }
    
      #top #advanced_menu_toggle {
        right: auto;
        left: 0;
        top: -33px;
        z-index: 9999;
      }
    
      .home #full_slider_1 ul.avia-slideshow-inner, 
      .home #full_slider_1 ul.avia-slideshow-inner .avia-slide-wrap {
        height: 300px !important;
      }
    
      .home #full_slider_1 ul.avia-slideshow-inner .avia-slide-wrap img {
        height: 300px;
        width: auto;
        max-width: none !important;
        position: relative;
        left: -35%;
      }
    }

    Let us know if it works :)

    Cheers!
    Nikko

    Hi!

    I checked your site and it seems everything is good and product images are on equal image dimension :)

    Regards,
    Nikko

    Hi!

    Try to add this code in Quick CSS (this code hides the first name and last name of the subscribe section, this is only specific to your contact page):

    .page-id-3931 .mc_subscribe #element_avia_1_2, .page-id-3931 .mc_subscribe #element_avia_2_2 {
        display: none;
    }

    Let us know if it works :)

    Best regards,
    Nikko

    in reply to: markup being removed when switching to text editor #712900

    Hey!

    Have you tried using Code Block? please try using it instead of the Text Block.

    Cheers!
    Nikko

    in reply to: Combine Hotspot Image with Slider #712899

    Hi sitcomindo!

    I don’t think we can help you do that but I can probably think you need to write some custom js scripts, and you create a timer wherein it will show/hide hotspot image and layerslider every few minutes. This will take time to develop the necessary script and will be outside the scope of our support.

    Best regards,
    Nikko

    in reply to: Media library issue on Vendor's user – part II #712895

    Hi Elsa,

    I checked on it and it’s not misaligned since only Date and Search are there. Can you try to check if you use wordpress’ default theme like twenty sixteen and that extra filter shows up?

    Best regards,
    Nikko

    in reply to: Responsive background images #712887

    Hi!

    Looking at the screenshot I realized you need it on other sections as well not those sections that has id set to hello, to do this I think you need to enable Custom CSS Classes, here is how to enable and use it: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/

    Next, put custom-gridrow in Custom CSS Classes textfield (add this to all gridrows that has the same layout including the one that has id set to hello). In Quick CSS, just all #hello to .custom-gridrow, replace this code that I gave:

    @media only screen and (max-width:1024px) and (min-width:768px) {
      #top #hello .av_one_half {
        display: flex;
        width: 100%;
        padding: 50px 100px 20px !important;
      }
    
      #top #hello .av_one_half.avia-builder-el-last {
        padding-bottom: 50px !important;
      }
    }

    And replace it to:

    @media only screen and (max-width:1024px) and (min-width:768px) {
      #top .custom-gridrow .av_one_half {
        display: flex;
        width: 100%;
        padding: 50px 100px 20px !important;
      }
    
      #top .custom-gridrow .av_one_half.avia-builder-el-last {
        padding-bottom: 50px !important;
      }
    
      #top .custom-gridrow .av_one_half.avia-full-stretch {
        min-height: 500px;
      }
    }

    I have added the 3rd block for those fullwidth images, so it doesn’t look too low, just change the value as you see fit. Hope this helps :)

    Cheers!
    Nikko

    in reply to: sidebar logo icons #712790

    Hi!

    I think you forgot to include Ismael’s code:

    .sidebar_left {
        -moz-box-shadow: inset -8px 0 20px -10px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: inset -8px 0 20px -10px rgba(0, 0, 0, 0.2);
        box-shadow: inset -8px 0 20px -10px rgba(0, 0, 0, 0.2);
    }

    If there’s anything needed to be changed please let us know and post a screenshot.

    Regards,
    Nikko

    in reply to: Transparent header overlay #712788

    Hi mattb1169!

    Try adding this code in Quick CSS (located in Enfold > General Styling) for header dark overlay:

    #top #wrap_all .header_color.av_header_transparency {
        background: rgba(0,0,0,0.8) !important;
    }
    
    #top .header_bg {
        background: transparent !important;
    }

    As for this part of your statement

    I have placed a screen on the actual photo of the first image in the slider, but obviously that’s not responsive so doesn’t adjust when screen size changes.

    Can you elaborate more on the details.

    Cheers!
    Nikko

    in reply to: Problem with displaying Vimeo video #712778

    Hey PANDAIDX,

    Please post on another thread since your case is a bit different from the one on this thread. Also, I can’t find the sample from the link you posted, please try to remove the frame so you can give us the exact link on what you want to achieve. Please post in another thread, you can tag me and I’ll answer there. :)

    Cheers!
    Nikko

    in reply to: change position of button or icon in color section #712774

    Hi!

    Try adding this code in your Quick CSS:

    .home #av_section_1 .avia-button {
        position: relative;
        top: -300px;
    }

    just adjust the top value. Hope this helps :)

    Regards,
    Nikko

    in reply to: Events Countdown plugin not showing #712772

    Hey!

    Sorry I mistakenly thought you were using Animated Counter, you will notice my message in my first reply I mentioned animated counter, The Event Countdown under Plugin Additions automatically restarts the countdown to the next event, 8hrs after the previous event have passed (this is based on End Date & Time of the event). To make it still appear visible even when the even starts, just add this in Quick CSS:

    .av-countdown-timer {
        opacity: 1 !important;
    }

    I apologize for my mistake.

    Best regards,
    Nikko

    in reply to: Media library issue on Vendor's user – part II #712757

    Hey!

    I’m not sure if misaligned, you meant the text fields/dropdown fields are stuck on top without any space, if it is just add this code to Quick CSS:

    #top select#media-attachment-filters, #top select#media-attachment-date-filters, #top input#media-search-input {
        margin-top: 11px;
    }

    Hope this helps.

    Regards,
    Nikko

    in reply to: change position of button or icon in color section #712748

    Hey Richard,

    Can you post an example or an image of what you want to achieve? you can post it in http://imgur.com/ or dropbox and post the link to the image here.

    Regards,
    Nikko

    in reply to: Change the width of the text colum at Elegant Blog Styling #712747

    Hey!

    I tried to check on your site again but still the same, here is a screenshot of how it looks on my end: http://imgur.com/a/XV9HV

    Best regards,
    Nikko

    Hi!

    I checked your shop page and it seems you got this working already through this code selector:
    .woocommerce.archive .post-xx.inner_product_header_cell h3
    where xx is the post id :)

    Cheers!
    Nikko

    • This reply was modified 8 years, 1 month ago by Nikko.
    in reply to: Horizontal Custom Menu Widget in Footer #712741

    Hi!

    Glad we could help :)

    Cheers!
    Nikko

    in reply to: Change font size in post titles #712485

    Hey!

    Glad we could help :)

    Cheers!
    Nikko

    in reply to: Problem with displaying Vimeo video #712483

    Hi Jangdom,

    Glad we could help :) I also couldn’t figure out what’s wrong since both are working vimeo videos and video settings are the same. But I’m glad the workaround was working just fine and responsive. I’ll just leave this thread open :)

    Best regards,
    Nikko

    in reply to: Font sizes not working anymore #712480

    Hey!

    Glad we could help :)

    Regards,
    Nikko

    in reply to: Change font size in post titles #712476

    Hey delfin_68!

    Try to use this code:

    h1.main-title.entry-title {
        font-size: 24px;
    }

    or this one if above doesn’t work:

    h1.main-title.entry-title {
        font-size: 24px !important;
    }

    Just adjust the font size value. Hope this helps :)

    Cheers!
    Nikko

    in reply to: Font sizes not working anymore #712475

    Hi!

    I checked your Quick CSS code and found out that it’s not working because in this code block ) was used to close instead of }:

    @media only screen and (max-width: 520px) {
     div#mc_embed_signup_scroll {
        display: block !important;
    )
    }

    It’s working fine now. Let us know if it’s good on your end also :)

    Regards,
    Nikko

Viewing 30 posts - 24,631 through 24,660 (of 25,536 total)