Forum Replies Created

Viewing 30 posts - 57,211 through 57,240 (of 67,197 total)
  • Author
    Posts
  • in reply to: Open Masonry Portfolio in Foobox #290023

    Hi!

    Glad you figured it out. If you still questions, let us know. :)

    Cheers!
    Ismael

    in reply to: Custom CSS for contact page #290022

    Hi!

    Thank you for the update.

    I thought you’re using the default contact form. If you want the label inside the text when using the Contact Form 7 plugin, when generating tags or form, enable the “Use this text as placeholder?”. Add the label on the Default value (optional) field.

    Cheers!
    Ismael

    in reply to: Create a video gallery or portfolio #290020

    Hey!

    Glad we could help. Batman is probably glad as well. :D

    Regards,
    Ismael

    in reply to: How to configurate the size of the post slider #290019

    Hi!

    Thank you for the update

    What are the dimensions of your images? Are they really that different in size? Manually selecting the thumbnail size on Preview Image Size option should be enough. :)

    Best regards,
    Ismael

    in reply to: Footer layout & column width #290018

    Hey Chris!

    Thank you for using the theme!

    It is actually possible using the advance layout builder. Disable the footer on the page then add 1/3 and 2/3 layout columns at the very bottom of the content. Insert Widget Area elements inside the columns.

    Cheers!
    Ismael

    in reply to: Second Footer #290013

    Hey!

    Thank you for using the theme.

    Use this plugin to enable the use of PHP codes on the text editor: https://wordpress.org/plugins/insert-php/

    Insert the dynamic_sidebar function. Refer to this link for more info: http://codex.wordpress.org/Function_Reference/dynamic_sidebar

    Actually, just insert the Widget Area element to make things much more simple.

    Best regards,
    Ismael

    in reply to: Adding your own Icon Fonts with child theme #289977

    Hey!

    Thank you for the update.

    Still not sure why it’s not working but please try to update the theme to the latest version, Enfold 2.9.1.

    Regards,
    Ismael

    in reply to: Can't get the easyslider size correct #289976

    Hey!

    Thank you for using the theme.

    Yes, you’re correct. The slider will inherit the size of the container. You can specify the max-width of the images inside the easy slider. Anyway, looks like you figured it out already. If not, use this on Quick CSS or custom.css:

    #productmain .avia-slideshow li img {
    width: auto;
    height: 300px;
    max-width: 300px !important;
    }

    Regards,
    Ismael

    in reply to: Blog Post Layout vs Portfolio Item #289974

    Hi lifeundone!

    Thank you for using the theme!

    The screenshot you provided is not working. Please check. I guess portfolio item is the better choice because you can use the advance layout builder. Also, portfolio grid looks more like a gallery than the blog grid style. Please check the masonry element if you want more options.

    Cheers!
    Ismael

    in reply to: Blog Post and Portfolio Grid on Same Page #289966

    Hi Heathcliffe!

    Thank you for using the theme.

    Do you mind if we take a look at the actual page? Please make sure that you’re running Enfold 2.9.1 plus the latest version of WordPress.

    Regards,
    Ismael

    in reply to: Create a video gallery or portfolio #289965

    Hi!

    Thank you for the update.

    Please use the correct youtube video URL so instead of http://youtu.be/EZbZJEgFEDw, you have to use http://www.youtube.com/watch?v=EZbZJEgFEDw

    You’ll get the url directly on the browser url field.

    Regards,
    Ismael

    in reply to: Main Menu #289961

    Hey sdbroker!

    Thank you for visiting the support forum.

    If you go to Appearance > Menus panel, the Title attribute should be next to the Navigation Label field. Please edit a menu item then add the title attribute manually.

    Cheers!
    Ismael

    Hi Danielle!

    Thank you for using the theme.

    Please add this on Quick CSS or custom.css:

    .html_header_top.html_header_sticky #header {
    position: fixed;
    -webkit-transform: none;
    }

    Best regards,
    Ismael

    in reply to: Gallery playing up #289959

    Hi!

    Thank you for the update.

    There is a plugin that is overriding the theme’s css style. I’m not sure what plugin but it is the lightbox.css which is not included on the theme files. Please add this on Quick CSS or custom.css:

    div.avia-gallery-thumb .lightbox {
    position: relative !important;
    }

    Best regards,
    Ismael

    in reply to: Slider Export/Import #289955

    Hi Micheal0424!

    Thank you for using the theme!

    Are you referring to the advance layer slider? Please please give us a link to the website. Make sure that you’re running the latest version of the theme.

    Cheers!
    Ismael

    in reply to: “You might also like” on blog posts Padding #289951

    Hey!

    Thank you for using the theme!


    @fandragon
    : Thank you for the help.

    @midischool: You can adjust the top padding if you want increase or decrease the delimiter height:

    .template-blog .post_delimiter {
    padding: 20px 0 0 0;
    display: block;
    }

    Cheers!
    Ismael

    Hey!

    Thank you for using the update.

    Please use this on functions.php to remove the theme’s WPML flag options:

    add_action('after_setup_theme','avia_remove_main_menu_flags');
    function avia_remove_main_menu_flags(){
            remove_filter( 'wp_nav_menu_items', 'avia_append_lang_flags', 20, 2 );
            remove_filter( 'avf_fallback_menu_items', 'avia_append_lang_flags', 20, 2 );
            remove_action( 'avia_meta_header', 'avia_wpml_language_switch', 10);
    }

    Go to WPML then the Display the language switcher in the WP Menu. Select your main or secondary menu. On Language switcher style, choose the Drop-down menu.

    Regards,
    Ismael

    in reply to: Problems with downloading images to Gallery #289919

    Hi infisoul!

    Thank you for using the theme!

    Can you please elaborate? What do you mean by “downloading images to gallery”? We’ll need a temporary login details to see the page.

    Regards,
    Ismael

    • This reply was modified 11 years, 6 months ago by Ismael.
    in reply to: Transparent Text Box #289902

    Hi!

    Did you remove the temporary user? The login credentials are not working. Please check. I’ll ask Yigit to take a look.

    Regards,
    Ismael

    in reply to: homepage disappeared #289900

    Hey rikv!

    Thank you for using the theme!

    Please deactivate all plugins then test it again. Can you see the wp dashboard? Please check other pages.

    Regards,
    Ismael

    in reply to: Sort categorie filter by slug in (portfolio) masonry #289898

    Hi Bas!

    Thank you for visiting the support forum!

    Please try to use this plugin to manually re-order the masonry category sort: https://wordpress.org/plugins/taxonomy-terms-order/

    Regards,
    Ismael

    in reply to: portfolio url issue #289895

    Hey!

    Thank you for the update.

    If you want to filter the portfolio navigation by category, please use this on functions.php:

    add_filter('avia_post_nav_settings','avia_same_category_filter', 10, 1);
    function avia_same_category_filter($settings)
    {
    $settings['same_category'] = true;
    return $settings;
    }

    Best regards,
    Ismael

    Hi!

    Actually, you can test both one at a time. The purpose of the fixes are the same which is to remove the post delimiter from covering the share section. :)

    Cheers!
    Ismael

    in reply to: Large logo not sizing correctly in Chrome or Safari #289891

    Hey!

    Thank you for the update.

    Yigit understands you well enough. When you increase the height of the header, the width of the logo will automatically respond. This is what it looks like on Chrome:

    Regards,
    Ismael

    in reply to: Change viewing product WooCommerce #289890

    Hey!

    Thank you for the update.

    Please use this:

    a.button.add_to_cart_button:nth-child(2) {
    display: none!important;
    }
    
    a.button.add_to_cart_button.product_type_variable {
    display: block !important;
    }

    Regards,
    Ismael

    in reply to: Enfold Bugs/Issues #289886

    Hey!

    Thank you for the update.

    1.) I think it comes to a point where the browser can’t calculate the fraction of pixel left on the right edge of the masonry container. Please try to add this on Quick CSS:

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

    2.) Please use this on Quick CSS or custom.css to decrease the size of the testimonial image:

    @media only screen and (max-width: 479px) {
    .responsive .avia-testimonial-image {
    width: 40%;
    margin: 0 auto 15px auto;
    }
    }

    Best regards,
    Ismael

    in reply to: Enfold Showcase #289885

    Hey!


    @bdaily
    : Thank you so much for the kind words! Glad you like the theme. Website looks great! :)

    Cheers!
    Ismael

    in reply to: Icon with Tooltip #289345

    Hey bur2000!

    Thank you for using the theme.

    Please edit js > avia.js find this code on line 1351:

    event: 'mouseenter',       	//mousenter and leave or click and leave
                position:'top',             //top or bottom
                extraClass:'avia-tooltip-class' //extra class that is defined by a tooltip element data attribute
    

    Replace it with:

    event: 'mouseenter',       	//mousenter and leave or click and leave
                position:'bottom',             //top or bottom
                extraClass:'avia-tooltip-class' //extra class that is defined by a tooltip element data attribute

    Remove browser cache then reload the page a few times.

    Best regards,
    Ismael

    in reply to: Transparent header #289344

    Hey!

    Thank you for the screenshot.


    @s_taimoor
    : Please use this on Quick CSS or custom.css:

    .html_header_top.html_header_sticky .home #wrap_all #main {
    padding-top: 0;
    }

    Cheers!
    Ismael

    in reply to: Error for Iconfont Manager #289343

    Hi segnalstreet90!

    Thank you for using the theme!

    What error? The screenshot is not working. Please post the website URL here so that we can inspect it.

    Cheers!
    Ismael

Viewing 30 posts - 57,211 through 57,240 (of 67,197 total)