Forum Replies Created

Viewing 30 posts - 55,891 through 55,920 (of 67,482 total)
  • Author
    Posts
  • in reply to: Layer Slider Not Responsive-Fixed #322854

    Hi jimhallcpa!

    Glad you fixed it. If you have any questions, let us know. :)

    Best regards,
    Ismael

    Hi!

    Thank you for using Enfold.

    I’m sorry but we didn’t get any inquiries about this plugin before. You can try searching the forum but I don’t think you will find any. I’m really sorry but we can’t provide support for third party plugins as stated on our support policy. Your best bet is to contact the plugin author specially when you’re using the premium version of the plugin.

    Regards,
    Ismael

    Hi!

    Please post the link to the actual blog post page with the comment section plugin. We would like to check it.

    Regards,
    Ismael

    Hi!

    The login credentials you posted earlier is not working. Please check.

    Best regards,
    Ismael

    in reply to: Creating Squeeze Page wiht "boxed" background color visible #322848

    Hey!

    There are many ways of achieving a centered content but the css will do the trick for now. Add this on Quick CSS or custom.css:

    .home .flex_column.av_three_fourth.first.avia-builder-el-1.avia-builder-el-no-sibling {
    float: none;
    margin: 0 auto;
    }

    Cheers!
    Ismael

    in reply to: Increase Height of Slider in Responsive mode #322847

    Hey dburton77!

    Thank you for using Enfold.

    Which type of slider are you using right now? A link to the actual page with the slider will help.

    Best regards,
    Ismael

    in reply to: Menu hover not working when adding Log In / Register in header #322846

    Hi!

    Thank you for the info.

    I tested this code on my installation and it automatically add the current-menu-item class whenever I clicked the links. Did you set the menu as Enfold Main Menu on Appearance > Menus panel?

    Regards,
    Ismael

    in reply to: Reviews not showing #322840

    Hey!

    You removed the reviews section with this code:

    .comment_meta_container, .comment_container {
    display: none;
    }

    Remove the css snippet or add this at the very bottom of Quick CSS field:

    .comment_meta_container, .comment_container {
    display: block;
    }

    Cheers!
    Ismael

    in reply to: Images not showing up with masonry grid on iPhone 5S? #322835

    Hi!

    You can hide the masonry content on iPad view. The solution is on the other thread: https://kriesi.at/support/topic/what-code-can-resolve-this-masonry-issue-on-mobiles/

    Regards,
    Ismael

    in reply to: What code can resolve this masonry issue on Mobiles #322834

    Hey gb!

    Thank you for using Enfold.

    You can remove the masonry content on iPad. This will also answer your other inquiry (https://kriesi.at/support/topic/images-not-showing-up-with-masonry-grid-on-iphone-5s/). Add this on Quick CSS or custom.css:

    @media only screen and (max-width: 989px) {
    figcaption.av-inner-masonry-content {
    display: none !important;
    }
    }

    Regards,
    Ismael

    in reply to: Avia Builder is not working again #322832

    Hey!

    We are not really thoroughly familiar with that security option so you should probably ask your host about it. Unfortunately, it does interfere with the advance layout builder so disabling it or finding an alternate protection system is a must.

    Best regards,
    Ismael

    in reply to: background images for different pages/subpages #322831

    Hi martin_loosli!

    Thank you for using Enfold.

    Do you want the background inside the box? You can use the Color Section element. Apply a background image on the color section.

    Best regards,
    Ismael

    in reply to: Space between menu link and line #322285

    Hey!

    Please use this:

    .main_menu ul:first-child > li a {
    line-height: 30px;
    height: 30px;
    }
    
    .avia-menu.av-main-nav-wrap {
    top: 40%;
    position: relative;
    }

    Remove browser cache then reload the page a few times.

    Cheers!
    Ismael

    in reply to: How do I get similar meet the team layout #322283

    Hey generatrorassociates!

    Thank you for using Enfold.

    That is the Color Section with a background image applied and background attachment set to fixed. Inside is a single text block element from the advance layout builder. Below the color sections are column layouts with Image elements inside. 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 find that you still have questions after taking the time on our documentations, 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: Layer Slider Buttons #322281

    Hi heybill!

    Thank you for using Enfold.

    Maybe you should disable the buttons and captions on mobile device. Edit the layers then go to Attributes panel. Add a unique css class on the Classes field. Use “hide-on-mobile” for example then use this on Quick CSS or custom.css to hide them:

    @media only screen and (max-width: 767px) {
    .hide-on-mobile {
    display: none !important;
    }
    }

    You can also use this process to apply a different style on the layer when viewing on mobile devices or smaller screens.

    Cheers!
    Ismael

    in reply to: Http Error #322279

    Hi!


    @ykblue
    : Do you have the latest version of Enfold? Have you tried to deactivate the plugins?

    Best regards,
    Ismael

    in reply to: Safari problems #322277

    Hi webmanu!

    Thank you for using Enfold.

    Have you tried using the Color Section instead of applying the background image on the wrap_all container? Maybe this will help fix the issue on safari browser:

    #wrap_all {
    background-image: url(images/bg.jpg);
    background-position: top center;
    background-attachment: fixed !important;
    -webkit-background-size: 2133px 1200px;
    }

    Best regards,
    Ismael

    in reply to: email form doesnt work #322273

    Hi!


    @elucius25
    : Do you mind if we take a look at the actual page with the contact form? Make sure that you’re running Enfold 2.9.2 with WordPress 4.0.

    Cheers!
    Ismael

    in reply to: paragraph in layerslider overflows what i expect #322272

    Hey goossep!

    Thank you for using Enfold.

    Did you specify the width on Styles panel of the layer? If this is from a dynamic content type of layer then you can’t use the word-break property. I suggest that you manually add the text instead of using the dynamic content from posts.

    Regards,
    Ismael

    in reply to: iPad Header Problem #322270

    Hey!

    Actually, it is also happening on desktop. Not sure what causing it though. I’ll ask the rest of the support team to take a look.

    Cheers!
    Ismael

    in reply to: content element widget area, not working #322266

    Hi rgbozeat!

    Thank you for using Enfold.

    All you need to do is to add the Widget Area element then select the widget area that you want. I’m not sure why it disappears after the update. Did you add any html code on contents on top of the Widget Area element? Make sure that you close the tags properly because it will wipe out any content below.

    Cheers!
    Ismael

    in reply to: Lightbox Quiz #322264

    Hi understandchristianity!

    Thank you for using Enfold.

    We removed the prettPhoto plugin on the latest patch of the theme. The theme is using MagnificPopUp now. Anyway, you can still use the prettyPhoto plugin but you need to disable the Lightbox Modal Window option on Enfold > Theme Options. Download and install the prettyPhoto plugin. In case you want to know how to open an inline content using MPU lightbox, please refer to this link: https://kriesi.at/support/topic/contact-form-in-pop-up-prettyphoto-issue/

    Regards,
    Ismael

    Hi!

    Are you sure you override the whole theme files? We already removed the prettyPhoto plugin on the latest version of the theme and yet there’s an error on your site regarding the plugin. Did you add any modifications directly on the theme files?

    Best regards,
    Ismael

    in reply to: Href Link Positioned on top of Full Width Slider #322262

    Hey!

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

    Regards,
    Ismael

    in reply to: Images not showing up with masonry grid on iPhone 5S? #322261

    Hey!

    Thank you for the link.

    Looks like you changed the width of the masonry entries. They are set to 100% when viewing on mobile device by default but it’s showing only 20% of the actual image size. Please add this at the very bottom of Quick CSS or custom.css:

    @media only screen and (max-width: 480px) {
    .responsive #top .av-masonry-entry {
    width: 100%;
    }
    }

    You can also adjust the width to 50% if you want 2 columns.

    Regards,
    Ismael

    in reply to: hover animation lags #322258

    Hi!

    Let us know if the update fix the issue.

    Regards,
    Ismael

    in reply to: Problem with dinamic elements #322257

    Hey!

    Have you tried installing a cache plugin like W3 Total Cache or WP Super Cache? Maybe it will remove the intermittent animated number issue.

    Regards,
    Ismael

    in reply to: Can our logo be repositioed? #322254

    Hi!

    If you wan transparent content background for box layout, you can try this:

    .alternate_color, .alternate_color .site-background, .alternate_color .first-quote, .alternate_color .related_image_wrap, .alternate_color .gravatar img .alternate_color .hr_content, .alternate_color .news-thumb, .alternate_color .post-format-icon, .alternate_color .ajax_controlls a, .alternate_color .tweet-text.avatar_no, .alternate_color .toggler, .alternate_color .toggler.activeTitle:hover, .alternate_color #js_sort_items, .alternate_color.inner-entry, .alternate_color .grid-entry-title, .alternate_color .related-format-icon, .grid-entry .alternate_color .avia-arrow, .alternate_color .avia-gallery-big, .alternate_color .avia-gallery-big, .alternate_color .avia-gallery img, .alternate_color .grid-content, .alternate_color .av-share-box ul, #top .alternate_color .av-related-style-full .related-format-icon, .alternate_color .related_posts.av-related-style-full a:hover, .alternate_color.avia-fullwidth-portfolio .pagination .current, .alternate_color.avia-fullwidth-portfolio .pagination a, .main_color, .main_color .site-background, .main_color .first-quote, .main_color .related_image_wrap, .main_color .gravatar img .main_color .hr_content, .main_color .news-thumb, .main_color .post-format-icon, .main_color .ajax_controlls a, .main_color .tweet-text.avatar_no, .main_color .toggler, .main_color .toggler.activeTitle:hover, .main_color #js_sort_items, .main_color.inner-entry, .main_color .grid-entry-title, .main_color .related-format-icon, .grid-entry .main_color .avia-arrow, .main_color .avia-gallery-big, .main_color .avia-gallery-big, .main_color .avia-gallery img, .main_color .grid-content, .main_color .av-share-box ul, #top .main_color .av-related-style-full .related-format-icon, .main_color .related_posts.av-related-style-full a:hover, .main_color.avia-fullwidth-portfolio .pagination .current, .main_color.avia-fullwidth-portfolio .pagination a {
    	background-color: rgba(255,255,255,.5) !important;
    }
    
    #main, .html_stretched #wrap_all {
    background-color: transparent !important;
    }

    Regards,
    Ismael

    in reply to: Fade out previous and next image and post #322253

    Hi winstonsf!

    Thank you for using Enfold.

    I’m sorry but I’m not sure what you mean by “fade out” the images but have you tried using the Fullscreen Slider instead of the Fullwidth Slider? Using the full screen slider will ensure that every part of the image is visible.

    Regards,
    Ismael

    in reply to: Only Home Page with background different #322251

    Hi!

    Yes, we know that you want to add a background image but we would like to know the end result so that we can help you better. A screenshot or mock up of the design that you’re trying to do will help. Have you tried using the Color Section?

    Cheers!
    Ismael

Viewing 30 posts - 55,891 through 55,920 (of 67,482 total)