Forum Replies Created

Viewing 30 posts - 57,541 through 57,570 (of 67,197 total)
  • Author
    Posts
  • Hi!

    Thank you for the info.

    The site including the layer slider loads fine on IE 11 and 10. On IE 9, the layer slider loads a bit late but it does show after a few script warnings which is normal when using IE 9.

    Best regards,
    Ismael

    in reply to: Enfold Bugs/Issues #283939

    Hi!

    2.) Sorry about that. Forget to close the media queries:

    @media only screen and (min-width: 1800px) {
    .responsive.html_stretched .av-masonry-entry {
    width: 17.8%;
    }
    }

    3.) The thumbnail size should remain 80x80px on desktop but the actual size of the image on the testimonial thumbnail is 180x180px. Please post the page url with the testimonials here. We would like to inspect it. If you want to use a plugin, you can try: https://wordpress.org/plugins/wp-retina-2x/

    Best regards,
    Ismael

    in reply to: Password Protect Product Categories #283933

    Hey!

    Oh! I’m sorry about that. Thank you for the clarification about the plugin. If you still have questions, let us know.

    Cheers!
    Ismael

    Hey!

    I checked the site again and the calendar is full width. Please remove browser cache or test it on another browser.

    Regards,
    Ismael

    in reply to: Portfolio prev / next UI feature issue #283930

    Hi!

    It does work when I test it. Please place it at the very bottom of functions.php file. Make sure that you copy the whole code. If possible, place the whole functions.php on pastebin.com. We’ll check it.

    Regards,
    Ismael

    in reply to: Possible Bug #283926

    Hi OriginsSpeak!

    Thank you for using the theme!

    I checked the link and it does take me to another page without the error but the url is a bit weird.
    http://www.spokenorigins.com/%3Cbr%20/%3Ehttp:/www.spokenorigins.com/?page_id=3644

    A 500 Internal Server Error can be caused by many things including but not limited to invalid permissions, invalid ownership, bad lines in your php.ini or .htaccess file etc. Please ask your host for Error Logs on your server.

    Cheers!
    Ismael

    in reply to: Word Wrap in Menu – or Have the menu on two lines #283897

    Hey!

    Thank you for the update.

    Use this to center the menu vertically:

    .av-main-nav-wrap {
    margin-top: -15px;
    }

    Cheers!
    Ismael

    in reply to: Multiple Items #283896

    Hey!

    Thank you for the update.

    1.) Please use this for the cart icon:

    .header_color .cart_dropdown_first .cart_dropdown_link {
    color: white;
    background: green;
    }

    2.) This is for the cart dropdown widget text:

    .dropdown_widget .quantity, .dropdown_widget_cart span.amount {
    overflow: hidden;
    color: #333333 !important;
    }

    3.) Use this for the menu toggle:

    #advanced_menu_toggle, #advanced_menu_hide {
    background-color: green;
    color: #ffffff;
    border-color: #3d3531;
    }

    Regards,
    Ismael

    in reply to: Editor and autocomplete #283888

    Hi!

    Glad you found a plugin. If you still have questions, let us know.

    Cheers!
    Ismael

    in reply to: Password Protect Product Categories #283887

    Hey rbulley!

    Thank you for visiting the support forum!

    I’m not sure if it’s possible to password protect an archive or category page but there is an available plugin. You might want to try it out: http://shop.mgates.me/shop/wc-products/wc-password-protect/

    Another thing that you can do is to remove all possible links to the default category pages then create your own category pages using the Product Grid elements. Set passwords for these pages.

    Cheers!
    Ismael

    in reply to: How to add Masonry Gallery to Header #283875

    Hi!

    Thank you for the update.

    You can try this on Quick CSS or custom.css:

    .page-id-41 div.flex_column.av_three_fourth.first.avia-builder-el-2.el_after_av_section.el_before_av_one_fourth.avia-builder-el-first {
    border-right: 1px solid gray;
    }

    Best regards,
    Ismael

    in reply to: Simple inline html codes #283874

    Hi!

    Thank you for the info.

    It ‘s because wordpress automatically strip out the br tags. If you want to create a new line break, just hit enter on the Text editor.

    Cheers!
    Ismael

    in reply to: Issue with Full Screen Slider #283871

    Hi jlovebomb!

    Thank you so much for using the theme!

    I checked the website and I can see that you’re using the fullscreen slider. Did you figure it out?

    Regards,
    Ismael

    Hi CaesaR2005!

    Thank you for using the theme!

    I’m sorry but the pages are not loading on my end. Just to be clear, when you open these pages, it says “Private Content”? My guess is that a plugin is restricting the access to these pages. Please deactivate all plugins then test it again on another browser or computer.

    Best regards,
    Ismael

    Hi Ben!

    Thank you for using the theme!

    I’m sorry but the height of the sidebar will depend on the widget or content inside it. You need to create a script that will calculate the height of the container_wrap_first div then apply it on the sidebar. Please visit Envato Studio or Werkpress for further customization.

    Regards,
    Ismael

    in reply to: Mobile Menu #283865

    Hey!

    Thank you for the heads up!

    I’ll ask Kriesi and Dude to take a look. For the meantime, please go to Enfold > Header Layout > Mobile Menu panel. Deselect or deactivate the Hide Mobile Menu Submenu Items option.

    Cheers!
    Ismael

    in reply to: Portfolio prev / next UI feature issue #283862

    Hi fusion01!

    Thank you for using the theme!

    Please add this on functions.php:

    add_filter('avia_post_nav_settings','avia_remove_fullwidth_slider_check', 10, 1);
    function avia_remove_fullwidth_slider_check($settings)
    {
    $settings['is_fullwidth'] = false;
    return $settings;
    }

    Best regards,
    Ismael

    in reply to: Can't save changes, but only to the homepage #283861

    Hey!

    I would like to check the advance layout builder too but the login credentials that you have created is not working anymore.

    themeadmin
    josue1
    

    Best regards,
    Ismael

    in reply to: Feature query #283860

    Hi fusion01!

    Thank you for using the theme!

    Edit the portfolio item then look for the Overwrite Portfolio Link setting. Select define custom link then add the URI of the image that you want to show on the lightbox. Unfortunately, you can only add a single image.

    Regards,
    Ismael

    Hey Pogona82!

    Thank you for using the theme!

    Please go to Settings > Media, adjust the Large thumbnail’s width and height to 9999 then regenerate the thumbnails.

    Best regards,
    Ismael

    Hi billlon!

    Thank you for visiting the support forum!

    Add this on Quick CSS or custom.css:

    .tribe-theme-parent-enfold main.template-page.content.nine.alpha.units {
    width: 100%;
    }

    Best regards,
    Ismael

    in reply to: Menu not showing up properly #283848

    Hi psipi!

    Thank you for using the theme!

    A plugin somehow called “loyally” is breaking the mark up of the theme. Please deactivate the plugin along with other plugins then test the mobile menu again.

    Cheers!
    Ismael

    in reply to: Enfold Bugs/Issues #283846

    Hey djshortkut!

    Thank you for visiting the support forum!

    Please open one thread per topic. This will keep the threads re-usable if another user is experiencing the same issue.

    1.) Add this on Quick CSS or custom.css:

    .avia-image-container.avia-align-center .avia-image-container-inner, .avia-image-container.avia-align-center .avia-image-container-inner img {
    margin: 0 auto;
    display: inline-block;
    vertical-align: bottom;
    width: 100%;
    }

    2.) What is the screen resolution of your monitor? Add this on Quick CSS or custom.css:

    @media only screen and (min-width: 1800px)
    .responsive.html_stretched .av-masonry-entry {
    width: 17.8%;
    }

    3.) Add this on functions.php to force the testimonial image to get a larger version of the thumbnail:

    add_filter('avf_testimonials_avatar_size', 'avf_adjust_testimonials_avatar_size' );
    
    function avf_adjust_testimonials_avatar_size($avatar_size) {
    	$avatar_size  = 'square';
    	return $avatar_size;
    }

    4.) Use this on Quick CSS:

    
    .avia-no-number {
    opacity: 1;
    font-size: 0.8em;
    font-weight: normal;
    }

    Cheers!
    Ismael

    in reply to: Search and Replace Custom link URL's #283836

    Hey _andym!

    Thank you for using the theme!

    Do you still have the old website? In order to migrate the theme successfully and leave the database intact, please use this plugin: WP MigrateDB or WP MigrateDB PRO

    Refer to this link for more info on how to properly migrate your enfold website from production to development vice versa:

    http://kriesi.at/documentation/enfold/move-from-a-local-installation-to-a-live-server/
    https://code.tutsplus.com/tutorials/migrating-your-wordpress-database-wp-migrate-db-production-to-development–wp-32684

    Best regards,
    Ismael

    in reply to: Big Problem – Entire Site Disappear #283834

    Hi kroemer08!

    Thank you for visiting the support forum!

    Did you add any code other than that on functions.php? If not, please get a new copy of functions.php then upload it via FTP.

    Best regards,
    Ismael

    in reply to: Hide Slider or Section On Mobile #283832

    Hey cptnem0!

    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');
    

    Create two sliders, one for desktop and another for mobile. Give them unique css class selectors then create media queries to hide or display them accordingly. Something like this:

    @media only screen and (min-width: 990px) {
      #slider-one {
      display: block;
     }
    
     #slider-two {
      display: none;
     }
    }
    
    @media only screen and (max-width: 989px) {
     #slider-two {
      display: block;
     }
    
     #slider-one {
      display: none;
     }
    }

    This will show slider-one on desktop and slider-two on mobile.

    Cheers!
    Ismael

    in reply to: Width image alignleft or right not support in ie8 #283831

    Hey Jean!

    Thank you for the heads up!

    I think it should be avia-msie-8?

    Best regards,
    Ismael

    in reply to: Menu hover #283830

    Hi gonzobrum!

    Thank you for using our theme!

    Please add this on Quick CSS or custom.css:

    .av-main-nav > li > a {
    line-height: 20px !important;
    height: 20px !important;
    background: blue;
    margin: 0 5px;
    top: 30px;
    position: relative;
    }

    Cheers!
    Ismael

    Hey!

    I was able to reproduce the same issue on my end. Not sure why it’s doing that. I’ll ask Kriesi to take a look. Please wait for his response.

    Cheers!
    Ismael

    Hey!

    Please check the code. Remove the .containe selector:

    .avia-mozilla .nine.units {
        margin-left: 1px;
    }

    or use this:

    .avia-mozilla .content {
        margin-right: -1px;
    }

    Cheers!
    Ismael

Viewing 30 posts - 57,541 through 57,570 (of 67,197 total)