Forum Replies Created

Viewing 30 posts - 57,451 through 57,480 (of 67,197 total)
  • Author
    Posts
  • in reply to: Masonry Blog issues… #285521

    Hi!

    Thank you for the link.

    I don’t see the issue when I checked it on Chrome Windows 8. It looks good. You can add this on Quick CSS or custom.css to align the masonry content:

    .av-fixed-size .av-masonry-entry .av-inner-masonry-content {
    bottom: -1px;
    min-height: 102px;
    }

    You can decrease the width of the masonry entries with this but the masonry content will cover the masonry images:

    .av-masonry-entry.av-masonry-item-loaded {
    width: 15%;
    }

    Cheers!
    Ismael

    in reply to: ENFOLD : Text Box fonts keep turning color. #285519

    Hi mmmunoz!

    Thank you for using the theme!

    Do you mind if we take a look at the actual page with the issue? This should not be happening with the default installation of the theme. Please try to deactivate all plugins then test it on another browser.

    Best regards,
    Ismael

    in reply to: Word Wrapped the menu now mega menu is weird #285518

    Hey!

    Thank you for the update.

    Are you sure that this is the correct URL? I’m sorry but it’s not loading properly. It just went live? Please post a screenshot of the issue. You can use imgur, dropbox, clipular etc. I’ll ask the rest of the support team to check this.

    Best regards,
    Ismael

    Hi!

    Thank you for the update.

    Please add this to prevent the menu from covering the logo:

    @media only screen and (max-width: 1100px) {
    .av-main-nav > li > a {
    font-size: 12px;
    padding: 0 7px;
    }
    }

    Regards,
    Ismael

    in reply to: Web accessibility #285516

    Hey Oli!

    Thank you for using the theme!

    What are the exact errors that you’re having? Please post it here.

    Best regards,
    Ismael

    in reply to: Please contribute and translate Enfold #285513

    Hey!

    Thank you so much for taking the time to translate the theme! :)

    Regards,
    Ismael

    in reply to: Text highligted in Bold uses wrong Font #285512

    Hey!

    Thank you for the update.

    No, it is the same size with the regular font. Try to add this on Quick CSS:

    strong, b {
    font-weight: normal;
    font-size: inherit !important;
    color: white !important;
    }

    You’ll see that fonts enclose with strong tags have the same size with the regular fonts.

    Cheers!
    Ismael

    in reply to: Toggles & Accordions appearance #285506

    Hey!

    You can adjust the size with this:

    .toggle_icon .vert_icon {
    border-left-style: solid;
    border-left-width: 2px;
    left: 5px;
    top: 1px;
    height: 6px;
    }
    
    .toggle_icon .hor_icon {
    border-top-style: solid;
    border-top-width: 2px;
    position: absolute;
    top: 6px;
    left: 3px;
    width: 6px;
    }

    Best regards,
    Ismael

    in reply to: Word Wrapped the menu now mega menu is weird #285502

    Hi!

    Thank you for using the theme!

    I’m sorry but the link you provided leads us to a 404 page. The mobile menu is working fine when I checked it. Please go to Enfold > Header Layout > Mobile Menu panel. On the Header Mobile Menu activation setting, choose the second option to force the mobile menu to show earlier.

    Regards,
    Ismael

    in reply to: Some help with accordion toggles #285499

    Hey!

    Thank you so much for using the theme!

    1.) Please use this on Quick CSS or custom.css to reduce the left and right padding and change the color of the toggle symbol:

    .toggle_content {
    padding: 12px 10px 11px 10px;
    }
    
    span.toggle_icon, span.toggle_icon > * {
    color: black !important;
    border-color: black !important;
    }

    2.) You can add a unique selector for each Avia Elements. Edit functions.php, find this code:

    if(isset($avia_config['use_child_theme_functions_only'])) return;
    

    Below, add this code:

    add_theme_support('avia_template_builder_custom_css');
    

    Edit all hr elements with the negative white space. Add a custom css selector like “negative-hr” for example. Add this on Quick CSS or custom.css to hide them on mobile:

    @media only screen and (max-width: 989px) {
    .negative-hr {
    display: none;
    }
    }

    3.) Try to remove browser cache then reload the page.

    Best regards,
    Ismael

    in reply to: Head image size and link #285498

    Hey islandjoe1!

    Thank you for using the theme!

    In order to help you with the following, we need to see a screenshot or mock up of what you’re trying to do with the header. Please post it using imgur, dropbox, clipular etc.

    Cheers!
    Ismael

    in reply to: Footer #285497

    Hi!

    Glad it’s working.

    We don’t have a video on how to add the ga tracking code but you can follow the google tutorial here: https://support.google.com/analytics/answer/1008080?hl=en

    Add the script on Enfold > Theme Options > Google Analytics Tracking Code field.

    Regards,
    Ismael

    Hi icebox10!

    Thank you so much for using the theme!

    1.) Set the table purpose to tabular then look for the Responsive Styling. Set this to scrollable.

    2.) Please use this on Quick CSS to change the color of the mega menu text:

    .header_color .main_menu .menu ul li a {
    color: red;
    }

    3.) You can set a max height for the mobile menu with this:

    ul#mobile-advanced {
    max-height: 1100px;
    }

    Regards,
    Ismael

    in reply to: Portfolio grid spacing #285493

    Hi Richard!

    Thank you for using the theme!

    You can decrease the right padding of the portfolio columns:

    #top .isotope-item {
    padding-right: 2px;
    }

    Regards,
    Ismael

    in reply to: .mo or .po files from Avia Layout Builder #285492

    Hi MadrimNero!

    Thank you for using the theme!

    No, unfortunately, you have to edit the elements inside the advance layout builder then translate them manually.

    Regards,
    Ismael

    Hey!

    Thank you for the update. What is the plugin that you’re using? Regretfully, we cannot provide support for third party plugins or scripts as stated on our support policy due to the fact that there is simply no way to account for all of the potential variables at play when using another developer’s plugin or script. Because of this, any questions you have regarding setup, integration, or troubleshooting any piece of functionality that is not included on the theme package will need to be directed to the plugin author.

    Best regards,
    Ismael

    Hey Angiec13!

    Thank you for using the theme.

    Why did you add the text as image? Have you tried using the Promobox element?

    Best regards,
    Ismael

    Hi ryanbmoran!

    Thank you so much for using the theme!

    Yes, it is possible to reduce certain space between elements but we may need to inspect the website in order to give you the correct css code. Please post the website URL here.

    Best regards,
    Ismael

    in reply to: Avia API add custom page elements #285486

    Hi hookedonweb!

    Thank you for visiting the support forum!

    What do you mean by “page elements”? What is the theme that you’re currently using?

    Best regards,
    Ismael

    in reply to: Color Selection in General Setting Not Working #285484

    Hi!

    Thank you for the access but I think you forgot the website URL. Make sure that all folder and file permissions are correct. Your hosts may not have the cache turned on but please ask if there is any server side cache.

    Best regards,
    Ismael

    in reply to: Partner Image Logos #284992

    Hey!

    Thank you for the update.

    Use the logo/partner element with the same settings then use this on Quick CSS or custom.css:

    .avia-msie-10 #top .avia-logo-element-container img {
        width: auto;
        max-width: 180px;
    }
    

    Regards,
    Ismael

    in reply to: layerslider now showing correct for 3 slides #284989

    Hi!

    Thank you for using the theme.

    Did you update the theme recently or did you transfer the website? The latest patch includes the latest version of the layer slider and some users have to re-edit the layer sliders in order to bring them back to their previous settings. I’m sorry but you need to edit the sliders again.

    Best regards,
    Ismael

    in reply to: Issue with Full Screen Slider #284988

    Hey!

    Thank you for the update.

    I thought you’re using the fullscreen slider on the home page. Anyway, yes, the fullscreen slider is not working on your installation when I test it. Did you modify any theme files? Please try to deactivate all plugins then test it again. The element is working fine on our installation. This is the test page that I created: http://jadestonephotography.ca/test-fullscreen-slider/

    Best regards,
    Ismael

    in reply to: Page loads blank and missing widget #284986

    Hi!

    Thank you for the update.

    Please deactivate all plugins then test it again. If possible, post the login details here. We would like to check the page. Set it as a private reply.

    Cheers!
    Ismael

    in reply to: Mobile transparent menu issue #284984

    Hi!

    Thank you for using the theme.

    Do you mind if we take a look at the actual website? Please post the url here.

    Best regards,
    Ismael

    in reply to: Custom Menu Float and Responsive Dropdown #284981

    Hi!

    Thank you for the access.

    1.) Please use this on Quick CSS or custom.css to fix the menu:

    #menu-parallax-menu li {
    clear: none !important;
    }

    2.) I’m sorry but the mobile menu will only work for the default theme menu. You need to hire a freelance developer if you want to apply it on your custom menu. Please visit Envato Studio or Werkpress for further customization.

    Best regards,
    Ismael

    Hey!

    Alright. Please add this on Quick CSS or custom.css:

    @media only screen and (max-width: 1140px) {
    .logo img {
    padding: 0;
    max-height: 100px !important;
    }
    
    #header_main .container, .main_menu ul:first-child > li a {
    height: 100px !important;
    line-height: 100px !important;
    }
    
    .html_header_top.html_header_sticky #top #wrap_all #main {
    padding-top: 130px;
    }
    
    .header-scrolled .logo img {
    height: 50px !Important;
    max-height: 50px !important; 
    }
    
    .header-scrolled #header_main .container, .header-scrolled .main_menu ul:first-child > li a {
    height: 50px !Important;
    max-height: 50px !important; 
    line-height: 50px !important;
    }
    }
    

    Cheers!
    Ismael

    in reply to: Image Code Displaying in Avia Layout Easy Slider #284978

    Hi!

    Alright. Thank you for the info. I can reproduce the issue on my end. This is also happening on the Fullwidth Easy Slider. We already reported the issue to Kriesi. Please wait for his response.

    Best regards,
    Ismael

    in reply to: Portfolio preview image quality #284976

    Hey Richard!

    Thank you for using the theme!

    Please edit the portfolio grid element then look for the Portfolio Grid Image Size option. Select the second option from the list. This will give you a new option to select the portfolio thumbnail size manually.

    Best regards,
    Ismael

    in reply to: Enfold Front Page Settings not showing pages. #284974

    Hey!

    @EcomMobility: I just checked the link and the homepage is working properly. Can you please elaborate the issue? A screenshot will help.

    Best regards,
    Ismael

Viewing 30 posts - 57,451 through 57,480 (of 67,197 total)