Forum Replies Created
-
AuthorPosts
-
February 1, 2022 at 3:50 am in reply to: add highlight or background behind the text of the footer image for visibility #1338105
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,
MikeHi,
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,
MikeFebruary 1, 2022 at 2:11 am in reply to: add highlight or background behind the text of the footer image for visibility #1338102Hi,
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,
MikeFebruary 1, 2022 at 2:05 am in reply to: a single specific character; different rendering in headings and text #1338101Hi,
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,
MikeFebruary 1, 2022 at 2:03 am in reply to: Trying to create a link to a form with pre-selected fields based on from page #1338100Hi,
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,
MikeHi,
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,
MikeHey pontedellarco,
Please include a link to these titles are red instead of blue so we can examine them.Best regards,
MikeHi,
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,
MikeHey 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:
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
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:
then “clear” the Caption Overlay Background Color and choose black for your caption text color:
then disable the animation and choose to always display the caption:
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; }
Best regards,
MikeHi,
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.
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:
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,
MikeJanuary 31, 2022 at 12:08 am in reply to: Large White Gap Related to Pages with Full-width Easy Slider #1337955Hi,
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,
MikeHi,
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.
Best regards,
MikeHi,
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,
MikeHi,
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,
MikeHey 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,
MikeHey 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,
MikeJanuary 30, 2022 at 8:29 pm in reply to: Large White Gap Related to Pages with Full-width Easy Slider #1337924Hi,
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
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,
MikeHi,
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,
MikeJanuary 30, 2022 at 3:08 pm in reply to: a single specific character; different rendering in headings and text #1337911January 30, 2022 at 3:00 pm in reply to: Large White Gap Related to Pages with Full-width Easy Slider #1337909Hi,
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,
MikeJanuary 29, 2022 at 11:20 pm in reply to: Large White Gap Related to Pages with Full-width Easy Slider #1337866Hi,
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,
MikeJanuary 29, 2022 at 10:54 pm in reply to: add highlight or background behind the text of the footer image for visibility #1337865Hey 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,
MikeHi,
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,
MikeHey 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,
MikeJanuary 29, 2022 at 9:08 pm in reply to: Large White Gap Related to Pages with Full-width Easy Slider #1337855Hi,
It looks like you have the color section height set to 600px
so you can choose to use a percentage so the mobile screen will be less:
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,
MikeHey 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 UploadBest regards,
Mike -
AuthorPosts