Forum Replies Created

Viewing 30 posts - 55,501 through 55,530 (of 67,482 total)
  • Author
    Posts
  • in reply to: Customizing Font Icon effect and size #330082

    Hey!

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

    /*sonar effect*/
    @-webkit-keyframes sonarEffect {
    	0% {opacity: 0.3;}
    	40% {opacity: 0.5;box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255,255,255,0.5);}
    	100% {box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255,255,255,0.5);-webkit-transform: scale(1.5);opacity: 0;}
    }
    @-moz-keyframes sonarEffect {
    	0% {opacity: 0.3;}
    	40% {opacity: 0.5;box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255,255,255,0.5);}
    	100% {box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255,255,255,0.5);-moz-transform: scale(1.5);opacity: 0;}
    }
    @keyframes sonarEffect {
    	0% {opacity: 0.3;}
    	40% {opacity: 0.5;box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255,255,255,0.5);}
    	100% {box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255,255,255,0.5);transform: scale(1.5);opacity: 0;}
    }

    Change the color values to black or rgba(0,0,0,opacity value). Follow the opacity pattern.

    Cheers!
    Ismael

    in reply to: Portfolio Post 404 #330079

    Hey!

    You can add html codes on the Fullwidth Easy Slider caption fields. So adding the logo is possible. Hide comment meta info with this on Quick CSS or custom.css:

    .slide-meta-comments, .slide-meta-del {
    display: none !important;
    }

    Best regards,
    Ismael

    in reply to: Avia Layout Builder – Full Screen Slider #330077

    Hey!

    Thank you for using Enfold.

    Glad it is working now. This is the first time someone reported such issue. If you’re still experiencing issues with the theme, let us know.

    Best regards,
    Ismael

    in reply to: Social Icons Not Displaying – v3.0 #330075

    Hey!

    Thank you for using Enfold.

    Can you please add a menu link again? I checked the site and the icons are showing up fine.

    Best regards,
    Ismael

    in reply to: New entry_with_sidebar size #330067

    Hi gmmediadienste!

    Thank you for using Enfold.

    You can now change the width of the content area. Go to Theme Options > General Styling > Dimensions panel.

    Regards,
    Ismael

    in reply to: Color Section Bug #330064

    Hey!

    Please remove the icon shortcode inside the 3rd code block in DAS IST INPIXELS section. Not sure why it’s breaking the layout. Removing the icon will fix the issue. For now, please insert an image in place of the icon.

    Cheers!
    Ismael

    in reply to: Create Full Page Template #330061

    Hey!

    I’m sorry but the site is on maintenance mode. Please post the login details here. Make sure that you’re running Enfold 3.0 with WordPress 4.0.

    Cheers!
    Ismael

    in reply to: Testimonials – rectangular images #330060

    Hi!

    Please use this plugin: https://wordpress.org/plugins/simple-image-sizes/

    Look for the square thumbnail size. Adjust the width and height then set the crop parameter to No. Update then save changes. Regenerate the thumbnails or upload them again.

    Regards,
    Ismael

    in reply to: "Feeds, pingback and stuff" being duplicated in headers ? #330054

    Hi!

    Glad we could help. If you have any questions, let us know. :)

    Regards,
    Ismael

    Hey ryandewitt!

    Thank you for using Enfold.

    Please use this on Quick CSS or custom.css:

    input[type="button"] {
    padding: 9px 22px;
    cursor: pointer;
    border: none;
    -webkit-appearance: none;
    border-radius: 0px;
    background-color: #8cc63e;
    color: #ffffff;
    font-size: 22px;
    border-radius: 0px;
    }

    Cheers!
    Ismael

    in reply to: Images are disappearing from my media. #330049

    Hey!

    Not sure what’s causing the media library issue. What is the current PHP version of the site?

    Please download the latest version from your themeforest account then update the theme via FTP. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Cheers!
    Ismael

    in reply to: Baseline logo #330047

    Hey!

    Thank you for the info. Please give us admin rights. What do you mean by BO > Appearance > customized ? You can only modify the logo on Enfold > Theme Options > Header > Header Layout panel.

    In case you have questions, please take some time to review all of the resources in the Theme Documentation as a lot of basic stuff like theme installation, css snippets etc are already available in there with better explanation and awesomeness. Watch some of our Video Tutorials to learn more about the different aspect of the theme. You can also search the forums for queries that has been answered before that might be related to your problem.

    If you still have any questions, don’t hesitate to let us know and we will be happy to assist you. If you have any requests or you feel like giving us a warm hug? You can definitely post it on our Feature Requests page. :)
    Thanks!

    Cheers!
    Ismael

    in reply to: Can we add logo and link to header area? #330044

    Hi!

    Please add this at the very bottom of the custom css codes:

    @media only screen and (max-width: 767px) {
    .phone-info a img {
    display: block;
    position: relative;
    left: -10px;
    top: 10px;
    }
    }

    Regards,
    Ismael

    Hey DaraEmerson!

    Thank you for using Enfold.

    Please use this plugin: https://wordpress.org/plugins/easy-wp-smtp/

    And please download the latest version from your themeforest account then update the theme via FTP. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Regards,
    Ismael

    in reply to: Full width doesn't work anymore #330041

    Hi!

    Glad @Arvish helped. :)

    Regards,
    Ismael

    in reply to: Easy Slider issue with Enfold 2.9.2 #330038

    Hi mareva!

    Thank you for using Enfold.

    Do you mind if we take a look at the page? The theme is now using a different lightbox plugin. You can disable it on Enfold > Theme Options > Lightbox Modal Window then install the old plugin: https://wordpress.org/plugins/prettyphoto/

    Best regards,
    Ismael

    in reply to: Mobile homepage is cut off left and right after update #330037

    Hey herrbirk!

    Thank you for using Enfold.

    You added this css code:

    .page-id-1249 #after_layer_slider_1 {
    margin: -50px!important;
    }

    You can add this below:

    @media only screen and (max-width: 767px) {
    .page-id-1249 #after_layer_slider_1 {
    margin: -50px!important;
    }
    }

    Best regards,
    Ismael

    in reply to: Updating page – Registration form issue #330036

    Hey!

    The registration form popup is not coming from the theme. Please deactivate all plugins then test the site on a different browser or computer. There’s a script error coming from revolution slider. Did you install gravity forms?

    Regards,
    Ismael

    in reply to: Portfolio #330034

    Hi meisterpreiss!

    Thank you for using Enfold.

    I’m sorry but the theme’s default contact form doesn’t have an attachment feature. You can try Contact Form 7: http://contactform7.com/file-uploading-and-attachment/

    Cheers!
    Ismael

    in reply to: EasySlider height fix #330031

    Hey!

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

    Best regards,
    Ismael

    in reply to: Gallery element – Bug #330030

    Hi!

    Let us know when you’re done. We would like to check the issue.

    Best regards,
    Ismael

    in reply to: Full Width Masonry – Lightbox Link? #330028

    Hey!

    Thank you for using Enfold.

    This is a very old thread. A lot has change since. You can use the portfolio items if you want to open the overview thumbnails to lightbox. Edit the portfolio item then look for the Overwrite Portfolio Link setting. Choose define custom link. Add the image uri or link on the Link portfolio item to external URL field. Edit the masonry element and choose Portfolio Entries on Which Entries? setting.

    Cheers!
    Ismael

    in reply to: Error and Updating Enfold to 3.0 Issues #330027

    Hi!

    Thank you for using Enfold.

    Glad it is working now. The mobile menu is not showing up though. Did you add any files on the child theme folder? You should probably override it with the latest version of the theme.

    Cheers!
    Ismael

    in reply to: Directions on Enfold Google Map #330025

    Hey!


    @aribann
    : Nice fix. Thanks. :)

    Regards,
    Ismael

    Hey!

    Yes, I used the code and it works fine. I guess the difference is you set the login page as secured or https. Try to use this code instead:

    /*
     * Add WooCommerce Login/Logout to avia2 menu
     */
    add_filter( 'wp_nav_menu_items', 'add_loginout_link', 3, 2 );
    function add_loginout_link( $items, $args ) {
        if (is_user_logged_in() && $args->theme_location == 'avia') {
            $items .= '<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-top-level "><a href="'. get_permalink( wc_get_page_id( 'myaccount' ) ) .'">My Account
    	<span class="avia-bullet"></span>
    	<span class="avia-menu-fx">
    		<span class="avia-arrow-wrap">
    			<span class="avia-arrow"></span>
    		</span>
    	</span>
    </a>
    </li>';
            $items .= '<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-top-level "><a href="'. wp_logout_url( get_permalink( wc_get_page_id( 'myaccount' ) ) ) .'">Log Out
    	<span class="avia-bullet"></span>
    	<span class="avia-menu-fx">
    		<span class="avia-arrow-wrap">
    			<span class="avia-arrow"></span>
    		</span>
    	</span>
    </a>
    </li>';
        }
        elseif (!is_user_logged_in() && $args->theme_location == 'avia') {
            $items .= '<li class="login-register menu-item menu-item-type-post_type menu-item-object-page menu-item-top-level "><a href="' . get_permalink( wc_get_page_id( 'myaccount' ) ) . '">Log In / Register
    	<span class="avia-bullet"></span>
    	<span class="avia-menu-fx">
    		<span class="avia-arrow-wrap">
    			<span class="avia-arrow"></span>
    		</span>
    	</span>
    </a>
    </li>';
        }
        return $items;
    }

    Add this on Quick CSS or custom.css:

    li.login-register span.avia-menu-fx {
    opacity: 1;
    visibility: visible;
    }

    Cheers!
    Ismael

    in reply to: Icons not working #330020

    Hey!

    Where can we find that page? I can’t see it on the main pages. On single posts, the icons are showing up fine:

    Cheers!
    Ismael

    in reply to: advanced layout editor in blogposts #330019

    Hi!

    Once you set the Blog Style to “Use the advance layout builder” option, you’ll be able to edit the blog page using the Advance Layout Builder. Set the blog style then edit the page. Add the Blog Posts element, because… blog page should have at least “blog posts” in it I guess. You can then add additional elements such as sliders, buttons etc. You can also use the Masonry element to showcase your posts. It will not affect the single posts pages. For that, you can toggle Enfold > Blog Layout > Single Post Style.

    In case you have questions, please take some time to review all of the resources in the Theme Documentation as a lot of basic stuff like theme installation, css snippets etc are already available in there with better explanation and awesomeness. Watch some of our Video Tutorials to learn more about the different aspect of the theme. You can also search the forums for queries that has been answered before that might be related to your problem.

    If you still have any questions, don’t hesitate to let us know and we will be happy to assist you. If you have any requests or you feel like giving us a warm hug? You can definitely post it on our Feature Requests page. :)
    Thanks!

    Regards,
    Ismael

    in reply to: Enfold – How to disable Mobile view? #330017

    Hi!

    Thank you for using the theme.

    Please go to Enfold > General Layout > Dimension panel. Disable the Responsive Site setting.

    Regards,
    Ismael

    in reply to: Facebook follow button #330012

    Hi!

    I checked the site on IE9 – IE11 and it looks the same with Chrome.

    Best regards,
    Ismael

    in reply to: how to make fullwidth easy slider look okay on mobile #330008

    Hi ShortieD!

    Thank you for using Enfold.

    Please add this on Quick CSS or custom.css to change the size of the caption title:

    @media only screen and (max-width: 767px) {
    .responsive #top .slideshow_caption h2 {
    font-size: 15px !important;
    }
    
    .avia_transform .av_slideshow_full.avia-fade-slider .active-slide .avia-caption-content, .avia_transform .av_fullscreen.avia-fade-slider .active-slide .avia-caption-content {
    font-size: 12px;
    line-height: 18px;
    }
    
    #top .avia-slideshow-button {
    font-size: 12px;
    margin-top: 5px;
    padding: 6px 8px !important;
    }
    }

    You can also hide it on mobile device, apply the display: none property.

    Regards,
    Ismael

Viewing 30 posts - 55,501 through 55,530 (of 67,482 total)