Forum Replies Created

Viewing 30 posts - 12,571 through 12,600 (of 34,552 total)
  • Author
    Posts
  • Hi,
    I see you are using a caching plugin, please try disabling it and adding the css to the WordPress ▸ Customize ▸ Additional CSS field.
    Also try disabling the Enfold Theme Options ▸ Performance ▸ JS & CSS file merging and compression options and at the bottom of the same option page enable the Enfold Theme Options ▸ Performance ▸ Delete old CSS and JS files option.
    I’m pretty sure this should work because I tested by injecting it into the browser, please see the screenshot in the Private Content area.
    If this doesn’t help please include an admin login in the Private Content area so we can be of more assistance.

    Best regards,
    Mike

    in reply to: Mask over video #1338104

    Hi,
    Thanks for the feedback, I created a test slider and test page on your site using the other sites video & mask and it seems to work well, please see the link in the Private Content area below. I don’t know why yours is showing a “loading wheel” or where the setting for it is, but the one I created doesn’t have this, I also believe that using a self-hosted video works better, I see yours is from youtube. Take a look at the slider and test page and see if you can achieve this with yours.

    Best regards,
    Mike

    Hi,
    Glad this helped, for the burger menu try this css:

    #top #header #av-burger-menu-ul {
        vertical-align: top!important;
        padding: 0!important;
    }

    Best regards,
    Mike

    Hi,
    Glad Ismael could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Lightbox for Blog Post Element #1338048

    Hi,
    Glad Guenni007 was able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: old items color problem #1338047

    Hey pontedellarco,
    Please include a link to these titles are red instead of blue so we can examine them.

    Best regards,
    Mike

    in reply to: Form short codes #1338046

    Hi,
    If you wish to charge the form after you have created it with the wand tool, I would recommend starting over.
    For the area around the button try adding this css:

    #main .avia-button-wrap.form-popup {
    	background: transparent;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: How to automatically add date for a page post? #1337961

    Hey Julio,
    Thank you for the link to your site, I see that you are using image elements as links to your pages, so there is not and automatic way for the image elements to get the post date of your “posts”, have you thought about using Posts instead of Pages? If you use posts then you can use the blog element to show your images and the date, even though your posts are created via the Advanced Layout Builder. To do this, after you make the posts, select “excerpt only” in the blog element:
    2022-01-30_016.jpg
    then use this css to hide everything except the date:

    .avia-content-slider .slide-content,
    .avia-content-slider .slide-meta .slide-meta-comments,
    #main .avia-content-slider .slide-meta .slide-meta-del {
    	display: none;
    }
    #main .avia-content-slider .slide-meta {
        padding: 0;
    	margin: 0;
    }

    The expected results
    2022-01-30_017.jpg
    so this would make it all automatic for you going forward, but if you want to use your current set up then you could add the date to your image element as you create them, it would not be automatic but you are going to be choosing an image anyways so it should be easy enough to just add a date. To do this allow the Image Caption to show and add the date:
    2022-01-30_018.jpg
    then “clear” the Caption Overlay Background Color and choose black for your caption text color:
    2022-01-30_019.jpg
    then disable the animation and choose to always display the caption:
    2022-01-30_020.jpg
    then add this css:

    #top .av-image-caption-overlay {
        height: auto;
        width: auto;    
        left: 0px;
        bottom: 0px;
    }
    
    #top .av-image-caption-overlay-center {
      padding: 0;
    }
    #top .avia_image  {
      margin-bottom: 30px;
    }

    the expected results:
    2022-01-30_021.jpg

    Best regards,
    Mike

    in reply to: Form short codes #1337958

    Hi,
    Thank you for your patience, when you use the shortcode wand in a Classic Editor you are given the same element builder as in the Advanced Layout Builder, I checked again to ensure nothing had changed, you can add checkbox, select element, Google reCaptcha, and so on.
    2022-01-30_014.jpg
    But there is another way to get your shortcodes: Enable the Avia Layout Builder Debugger
    with this method, you will be shown the full page of shortcodes so you will need to be careful when you copy, the shortcode wand method shows you just the element that you created in the builder.
    I also tested your wpform shortcode on the test page, by creating a third button & popup and it seems to work correctly:
    2022-01-30_015.jpg
    please check, from your screenshot of the form error it looked like css conflict which I thought could be solved, but since I don’t see the error all the better.

    Best regards,
    Mike

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Couple Issues with Enfold Install #1337954

    Hi,
    Thank you for the login, the error /public_html/wp-includes/formatting.php on line 533 points to a core WordPress file and line 533 is this:

    	// Remove more than two contiguous line breaks.
    	$pee = preg_replace( "/\n\n+/", "\n\n", $pee );

    which doesn’t make sense why the error would point to line breaks.
    I noticed that my demo site is using the same PHP version & Server architecture, and the only difference was your PHP max input variables is half of mine and your PHP time limit is much less, try adjusting these to see it it helps.
    2022-01-30_165036.jpg

    Best regards,
    Mike

    in reply to: Mask over video #1337948

    Hi,
    Very good, we will keep this open until we hear back from you.

    Best regards,
    Mike

    in reply to: Cant load Fonts in Safari #1337944

    Hi,
    Glad Ismael could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Custom CSS does not work any more #1337942

    Hi,
    Glad Yigit was able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Mask over video #1337941

    Hi,
    You don’t need to buy layerslider, these layerslider features are available with the theme.
    I believe that you are looking at the layerslider on-boarding tutorial and think it’s a pay-wall, try clicking the button and go through the tutorial to learn about layerslider.
    2022-01-30_008.jpg

    Best regards,
    Mike

    in reply to: Fullscreen Panorama-Tour on desktop and cellphone #1337937

    Hey Ralf,
    Thanks for your question and for the test page, please try adding this css to remove the white sidebars and to increase the height to 70vh, I assume that you want to see the footer, if not then adjust to 100vh:

    @media only screen and (max-width: 767px) {
    .responsive #top.page-id-139 #wrap_all #main #av_section_1 > .container {
        width: 100%;
        max-width: 100%;
    }
    .responsive #top.page-id-139 #wrap_all #main #av_section_1 > .container > .av-content-full {
        height: 70vh;
    }
    }

    Please see the screenshot in the Private Content area of the expected results.

    Best regards,
    Mike

    in reply to: Mask over video #1337935

    Hey Chris,
    Thanks for the link to your site, unfortunately color section background videos do not automatically play on mobile, and the overlay option adds “background repeat” to the image because it assumes that you are adding a small overlay image, using this option as a mask was not the intention.
    I recommend using the Layerslider instead as it will play a background video on mobile (for now, note that the browsers are always changing to block this behavior) and you can add a “mask” layer.
    Although you may need to create two layersliders, one for mobile and one for desktop, because depending on the situation landscape desktop slides don’t always change into portrait mobile view well.

    Best regards,
    Mike

    Hi,
    Thanks for the feedback and the links & screenshots, so those 3 pages are using the color section in a different way, two of them contain videos, and one is text, none have background images and none should have the css you are working on for the /daily-word-all/ page, so the error here is that the css above is too general with the target of the css rule #av_section_1 is causing a conflict.
    So try removing your previous css, add a custom class to your /daily-word-all/ page color section like: title-color-section
    2022-01-30_005.jpg
    then this css:

    @media only screen and (max-width: 475px) {
    #top #main .title-color-section {
       background-size: cover !important;
            -webkit-background-size: cover;
            -moz-background-size: cover;
            -o-background-size: cover;
    }
    }

    Now about this css, I removed the height because you already have the height set in the element to 600px, and you seem to want this height for mobile also, so there is no need to declare it again, if you want a different mobile height then go ahead and add it. You don’t need to add background-size: cover twice, this one is for mobile, if you always want this for desktop & mobile then use this css instead:

    #top #main .title-color-section {
       background-size: cover !important;
            -webkit-background-size: cover;
            -moz-background-size: cover;
            -o-background-size: cover;
    }

    you will note that I added #top #main this adds specificity to ensure it is not overwritten.

    Best regards,
    Mike

    in reply to: Enfold: When Editing, Blocks Disappear #1337913

    Hi,
    Glad Rikard could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    Hi,
    Thank you for the link to your page, as Guenni007 has pointed out the ampersand filter is being applied, please try adding this in your child-theme functions.php
    add_filter('avia_ampersand','__return_false'); Thanks Guenni007
    2022-01-30_003.jpg

    Best regards,
    Mike

    Hi,
    Thanks for the feedback but could you explain further how several pages were negatively affected? Perhaps these pages had something else going on, or perhaps I’m not fully understanding what you are expecting on mobile, for the page we have been looking at /daily-word-all/ changing the height to 500px doesn’t look very different than 600px, please see the screenshot in the Private Content area. Can you include screenshots of what you are seeing?
    As for mobile image sizes, please note that on mobile images are portrait and for desktop images are landscape, which is typically fine for the mobile image to be cropped some to show the full height, this is what background-size: cover does, another option is background-size: contain this forces the full width of the image to show, but the height will not fill the area so you would want to use a portrait sized image for mobile in this case, like 425px x 500px, or whatever size you wish.
    One way to achieve this is to duplicate your element and choose your new portrait sized image for mobile and set the display options to show this element only on mobile while hiding the desktop element.
    Another possibly for your comment it negatively effected several pages is that the css above is very general, the target of the css rule #av_section_1 is practically on every page and may not be one you want to target, I would recommend using a custom class for each one of these elements you really want to target, such as title-color-section and then adjust your css.

    Best regards,
    Mike

    Hi,
    Sorry, I thought you didn’t want the color section to be as large as it is, if you do want the color section to take up most of the mobile screen then the css you have is working correctly. Please see the screenshot in the Private Content area.

    Best regards,
    Mike

    Hi,
    Please try this css instead:

    #Black-background-color-and-white-text-color > div p,
    #Black-background-color-and-white-text-color .av-special-heading-tag {
    	 background-color: rgba(0, 0, 0, 0.5);
    	 width: 50%;
         margin: 18px auto;
    }

    expected results:
    2022-01-29_012.jpg

    Best regards,
    Mike

    in reply to: color section is not seen #1337863

    Hey pontedellarco,
    Please include admin login in the Private Content area and a link to the page with this issue so we can be of more assistance.

    Best regards,
    Mike

    in reply to: upload field plugin #1337861

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Tab Section Arrows – How to change colors. #1337859

    Hey ycoleman31,
    Thank you for your patience, I didn’t find what was causing this error so I have submitted it to the Dev Team for review, but in the meantime I added this css to your Quick CSS to correct:

    #top a[aria-controls="av-tab-section-1-1"] .av-tab-arrow-container span {
        background-color: #e74480;
    }
    #top a[aria-controls="av-tab-section-1-2"] .av-tab-arrow-container span {
        background-color: #333333;
    }
    #top a[aria-controls="av-tab-section-1-3"] .av-tab-arrow-container span {
        background-color: #72cac8;
    }

    please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Post comment box not appearing on threads #1337856

    Hey adventuremototouring,
    Thanks for the link to your page, it looks like you made this “post” with the Advanced Layout Builder, so the comments will not automatically show, please use the comment element for these:
    2022-01-29_011.jpg

    Best regards,
    Mike

    Hi,
    It looks like you have the color section height set to 600px
    2022-01-29_009.jpg
    so you can choose to use a percentage so the mobile screen will be less:
    2022-01-29_010.jpg
    or use this css to set a specific size for mobile:

    @media only screen and (max-width: 767px) { 
    #av_section_1 > div > .av-section-cont-open {
    	height: 308px !important;
    }
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: upload field plugin #1337853

    Hey Nat,
    Thanks for your question I have not tested this but I have seen an Enfold site using WordPress File Upload, so I assume that it was working correctly. If you want to use this with a contact form then try using Contact Form 7 with Drag and Drop Multiple File Upload

    Best regards,
    Mike

Viewing 30 posts - 12,571 through 12,600 (of 34,552 total)