Forum Replies Created
-
AuthorPosts
-
Hi,
Thank you for the login, I added a new example under your example on the test page using the class model outlined above, this will give you better control.
I used different classes for the css and added it to a code block element on the page so it would be easier to test with, please check the page front and back..dotted-div-border { border: 2px dotted #c9c9c9 !important; border-radius: 30px; padding: 15px; } .dotted-div-border h5 .dotted-title { font-size: 14pt; color: #808080; } .dotted-div-border h5,.dotted-div-border h6 { text-align: center; } .dotted-div-border .dotted-sub-title { font-size: 14pt; color: #808080; text-align: center; } .dotted-div-border .dotted-content { font-size: 8pt; } .dotted-div-border .dotted-content a { font-size: 8pt; color: #000000; } .dotted-div-border .dotted-email { font-size: 12pt; color: #808080; } .dotted-div-border > p { margin: auto; width: 90%; }<h5><span class="dotted-title">Welcome to the (probably)</span></h5> <span class="dotted-sub-title"> littlest portal in the digital universe*</span> <img class="size-medium wp-image-1959 alignleft" src="profile-pic-2.png" alt="" width="80" height="80" /> <span class="dotted-content">I do digital for a better world. You can check my updates here: >a href<- Twitter>/a< >a href<- Slideshare>/a< </span> <h6><span class="dotted-email"><a href>max@-----.net</a></span></h6>Best regards,
MikeDecember 8, 2020 at 2:38 pm in reply to: Picture homepage isn't adjusting in a good way to mobile #1265759Hi,
Glad to hear this helped, to make the black text (Create…) smaller please go to your text element and adjust the font, this is where it is set at 40px, you will note that you can change the font size based on screen size.

We could override with css if you find this doesn’t help, but please try this.
To target your Dutch pages, try adjustinghtml[lang="en-US"]tohtml[lang="nl-NL"]Best regards,
MikeHi,
Thank you for the feedback, you could try removing this css:@media only screen and (max-width: 767px){ .avia-builder-el-18 article{ margin:30px 0px!important; } .avia-builder-el-33 article{ margin:30px 0px!important; }}and see if that helps. The issue with the above css is that it is too general, avia-builder-el-18 could occur on any page or post, the same with article.
I recommend re-writing this rule to be specific, try adding the page-id to the rule as a minimum.Best regards,
MikeDecember 8, 2020 at 1:51 pm in reply to: Problems with access to elements via css in tablet and smartphone versions #1265749Hi,
Thank you for the feedback, please try adding this css for the mobile portrait view:@media only screen and (max-width: 767px) and (orientation : portrait) { #top.page-id-22 #wrap_all #main .post-entry-22 div#attachment_1768.wp-caption.alignleft { clear: left !important; } }After applying the css, please clear your browser cache and check.
Best regards,
MikeHi,
Please try this css instead of the last code above:#top.page-id-1066 #main > div > div > main > div > div > div:nth-child(4) > div.avia-builder-el-8 > div:nth-child(7) > table > tbody > tr > td { text-align: left !important; } #top.page-id-1066 #main > div > div > main > div > div > div:nth-child(5) { z-index: 0 !important; position: relative !important; }After applying the css, please clear your browser cache and check.
Best regards,
MikeDecember 8, 2020 at 1:13 pm in reply to: Vimeo video links don't work any more (black screen) #1265741Hi,
@ocetechnologies are you able to disable the server-side caching to test?Best regards,
MikeHi,
Sorry for the very late reply, glad to hear that you have this sorted out, I believe this could be related to you using two domains, I have not seen this elsewhere, but we will take note. Unless there is anything else we can assist with on this issue, shall we close this then?Best regards,
MikeDecember 7, 2020 at 2:45 pm in reply to: Limiting Portfolio Grid to show only items from today into the future #1265481Hey cyclingcanada,
Sorry for the very late reply, I believe the code from the documentation should work, but you’ll have to try it to see if it works as you intend it to. Is there a staging or development version of the site where you can test? If not try checking your webhost cPanel, some offer a one click staging site option, this is a option in most cPanels to create a staging clone of your site so you can test on it and your live site will stay up and running.
Here are some screenshots of what it would look like:


Best regards,
MikeHi,
Thank you for the login, I copied your page using the Enable Avia Layout Builder Debug and tested it on my new install localhost and the icon grid worked correctly.
I checked your Quick CSS and found the cause:#gridda .avia-icongrid li .avia-icongrid-content { padding: 0 3em; }I removed it for you, please clear your browser cache and check.
Best regards,
MikeHi,
Thank you for the feedback, to align the “budget” left and to adjust the z-index of the section below so the “budget” tooltip is on top, please try this css:#top.postid-2634 #main > div > div > main > div > div > div:nth-child(4) > div.avia-builder-el-8 > div:nth-child(7) > table > tbody > tr > td { text-align: left !important; } #top.postid-2634 #main > div > div > main > div > div > div:nth-child(5) { z-index: 0 !important; position: relative; }After applying the css, please clear your browser cache and check.
Best regards,
MikeHi,
Thank you for sharing your solution, the fadeTo is nicer :)
Unless there is anything else we can assist with on this issue, shall we close this then?Best regards,
MikeHey inuit68,
Sorry for the very late reply and thanks for the link to your site, I took a look at your mobile menu for both languages, and the only difference I found was the [DE] site had an extra menu “Presse” item under “Associates”
I see that you checked the menus and didn’t see any difference, so in the [DE] menu there is no “Presse” item?
I’m not sure what could add a rouge menu item, I assume you tried disabling your plugins and custom scripts? If you include an admin login in the Private Content area we could take a look, we would like to be able to disable the plugins while debugging the site.
Otherwise, you could hide this menu item only on the [DE] version with this css:html[lang="de-DE"] #av-burger-menu-ul > li.menu-item-1384 > ul > li.menu-item-1956 { display: none !important; }If you want to try this css paste it in the General Styling > Quick CSS field in the theme options, or in the WordPress > Customize > Additional CSS field in the WordPress options.
After applying the css, please clear your browser cache and check.
To add a screenshot please try using https://savvyify.com/img/ and pasting the image URL in your post.Best regards,
MikeHi,
Sorry for the very late reply, glad to hear that you were able to sort this out. In the future, if you want to attach screenshots please use an online image host and paste the links in your post. For files, most people seem to use DropBox.
We will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)Best regards,
MikeHi,
Sorry for the very late reply, did you need further help?
Your last reply sounds like this is solved.
Shall we close this thread then?Best regards,
MikeHi,
Sorry for the very late reply and thanks for the link to your site, as I understand your issue with the mobile menu, many menu items after “PSICOLOGIA E VISIONE DELL’UOMO” are off the screen because the menu is so long.
I see that many of your menu items are children of parent menu items, collapsing these would allow all of your mobile menu items to show.Best regards,
MikeDecember 6, 2020 at 10:28 pm in reply to: Vimeo video links don't work any more (black screen) #1265356Hi,
@ocetechnologies, sorry for the very late reply and thanks for the login, I was able to copy your page to my localhost and all of the video worked, well the first one is private but it shows that. Please see the screenshot in Private Content area.
I see that Rikard had the same results, I’m not sure why this is occurring but to answer your question the elements are partially server-side with the PHP, but the javascript is client-side.
@lalalau1, thanks for the link to your site, I see that if I block your cache plugin minified javascript file the video tries to work, please try disabling all caching and minifying, and the Enfold Theme Options > Performance > JS & CSS file merging and compression option, and enable the Enfold Theme Options > Performance > Delete old CSS and JS files option, at the bottom of the same options page. If you have a server cache please clear it also. Then check.
The thought behind this is some plugins will try to minify minified files, breaking them, so let’s try purging and see if un-minified files produce the same error.
From there I would recommend looking at the plugins and custom scripts, perhaps you have already done this, but if your site was still serving cacked files the error could slip through.Best regards,
MikeHi,
Sorry for the very late reply and thanks for the link to your site, I tested your #gridda section with the icon grid, and I noticed that it looks correct until the page finishes loading, which is when it breaks.
I found that if I block your merged avia-footer-scripts the error doesn’t occur, if you have any custom scripts please remove them and clear your browser cache and any caching plugins, and go to the theme option Enfold Theme Options > Performance > Delete old CSS and JS files and enable and then save your theme options.
If this solves the issue, then please take a closer look at your scripts, if you don’t have any custom scripts or if this doesn’t help, then try disabling Enfold Theme Options > Performance > JS & CSS file merging and compression and any caching or minifying plugins, and any server cache you can. Then start disabling plugins one at a time, clearing the cache after each one until the error stops.
If you don’t have any luck, please include an admin login in the Private Content area so I can try these steps and investigate further.Best regards,
MikeHi,
Glad we were able to help and sorry again for the very late reply, we will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)Best regards,
MikeDecember 6, 2020 at 4:45 pm in reply to: Problems with access to elements via css in tablet and smartphone versions #1265280Hi,
Sorry for the late reply, unfortunately, the login didn’t work for me, but I did find on your /Team/ page the 5 team images, the last image has “alignright” instead of “alignleft” as the other images. I also found that your css doesn’t include the first image, the class for the second image is used twice “#attachment_1765”, you also have a rouge paragraph tag between the first and second images.
Please try this css in the WordPress > Customize > Additional CSS field, since it has the highest priority:@media only screen and (max-width: 1024px) { #top.page-id-22 #wrap_all #main .post-entry-22 div#attachment_1762.wp-caption.alignleft { margin: auto !important; width: 100px !important; } #top.page-id-22 #wrap_all #main .post-entry-22 div#attachment_1765.wp-caption.alignleft { margin: auto !important; width: 100px !important; } #top.page-id-22 #wrap_all #main .post-entry-22 div#attachment_1768.wp-caption.alignleft { margin: auto !important; width: 100px !important; } #top.page-id-22 #wrap_all #main .post-entry-22 div#attachment_1771.wp-caption.alignleft { margin: auto !important; width: 100px !important; } #top.page-id-22 #wrap_all #main .post-entry-22 div#attachment_1374.wp-caption.alignright { margin: auto !important; width: 100px !important; float: left !important; } }This css accounts for the errors above so you could try it as is, or you can use this to model your current css, but note the alignment of the last image (alignright), so if you correct the element you will also need to correct this css. I hope that makes sense.
Best regards,
MikeHi,
Sorry for the very late reply and thanks for the links. I see in your “News & Updates” section on mobile, that the second post “Five Ways..” doesn’t have the bottom margin due to this css:.responsive #top #wrap_all .avia-content-slider-odd .slide-entry.slide-parity-even { margin: 0; clear: both; }But I’m not sure if this is a custom rule or not, but this is also affecting the “Training” post on your /services/ page.
If this is custom please try removing it, otherwise you can try this css in the WordPress > Customize > Additional CSS field, as it has the highest priority:@media only screen and (max-width: 767px) { .responsive #top #wrap_all #main .avia-content-slider-odd > .avia-content-slider-inner > .slide-entry-wrap > .slide-entry.slide-parity-even { margin: 0 0 20px 0 !important; } }In my test this solves the issue, please check that this doesn’t cause other issues, and clear your browser cache.
Best regards,
MikeHi,
Thank you for the feedback, for your breadcrumbs on mobile I found these two css rules which I believe is added to your custom css:@media only screen and (max-width: 767px){ .responsive #top #main { padding-top: 0!important; margin: 0; } }and
@media only screen and (max-width: 989px) and (min-width: 768px){ .responsive.html_mobile_menu_tablet.html_header_top #top #main { padding-top: 0!important; margin: 0; } }If you can find these and remove them it would correct your issue, but if you can’t find them you can use this css to override them, I recommend adding this css to the WordPress > Customize > Additional CSS field, as it has the highest priority.
@media only screen and (max-width: 989px) and (min-width: 768px) { .responsive.html_mobile_menu_tablet.html_header_top #top #wrap_all #main { padding-top: 88px !important; } } @media only screen and (max-width: 767px){ .responsive #top #wrap_all #main { padding-top: 88px !important; } }After applying the css, please clear your browser cache and check.
Best regards,
MikeHi,
Ok, please try this script to hide the box on scroll, try adding this code to the end of your functions.php file in Appearance > Editor:function custom_messagebox_script() { ?> <script> (function ($) { $(window).scroll(function() { var scroll = $(window).scrollTop(); if (scroll >= 20) { $("#avia-messagebox-").hide(); } else { $("#avia-messagebox-").show(); } }); })(jQuery); </script> <?php } add_action('wp_footer', 'custom_messagebox_script');Then clear your browser cache and check.
Best regards,
MikeHi,
Sorry for the very late reply and thanks for the links, unfortunately, you can not turn a layerslider into a parallax. But I see above that you tried the full-screen slider, but you had issues.
I tried this on my localhost with your image and was able to adjust your image for a full-screen slider with the parallax effect.
For my desktop example I created an image 1520×865 to account for the parallax effect on desktop, I found to have the ink well showing I had to add 165px below the image to account for the parallax effect.
Please see the image link in Private Content area and give this a try.
I also tested this image as the parallax background of a color section with 100vh, and it worked well.Best regards,
MikeHi,
Sorry for the very late reply, just noting that I replied about this issue via your other post.
Let’s continue on just one of these threads to reduce confusion.Best regards,
MikeHi,
Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:.mec-events-template-default dt,.mec-events-template-default dd { float: unset !important; }After applying the css, please clear your browser cache and check.
Best regards,
MikeHi,
Sorry for the very late reply and thanks for the login, I believe I found the correct page, but it looks like you are testing the Modern Events Calendar Lite plugin instead of the Events Calendar plugin, has this helped your situation?Best regards,
MikeHey Dave,
Sorry for the very late reply, I took a look at your other thread but it seems that your test site is down right now, do you have another page that we can see this error in action?Best regards,
MikeDecember 5, 2020 at 10:10 pm in reply to: Picture homepage isn't adjusting in a good way to mobile #1265208Hi,
Sorry for the very late reply and thanks for the link, for your [en] page please try this css in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:@media only screen and (max-width: 767px) { html[lang="en-US"] #top.home #av_section_1 > div.container > main > div > div > div > section > div > p { margin: 0 !important; line-height: 50px; background: rgba(255,255,255,0.6); } html[lang="en-US"] #top.home #av_section_1 > div > main > div > div > div > div.hr.hr-invisible.avia-builder-el-3 { display: none !important; } html[lang="en-US"] #top.home #av_section_1 > div.container > main { vertical-align: bottom !important; } html[lang="en-US"] #top.home #av_section_1 > div.container > main > div > div > div { margin-bottom: 0px !important; } }After applying the css, please clear your browser cache and check.
Please see the screenshot in Private Content area of the expected results.Best regards,
MikeHi,
The reason your dotted border on the div is faint is that you need to add!important;to the border color to override the default values.
border: 2px dotted #000000 !important;
I see in your screenshot your HTML structure is different than the test page we have been working on, can you update the test page or link to the new one.

Based on this screenshot I would recommend this markup:<h5><span class="dotted-title">Title</span></h5> <span class="dotted-sub-title">sub-title</span> <img> (image html the same) <span class="dotted-content">content & links</span> <h6><span class="dotted-email">email link</span></h6>I would also recommend moving your inline css to a css rule.
Best regards,
MikeHey rvga,
Sorry for the late reply and thanks for the links, please try adding this css in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:#top #main .sidebar { z-index: 0 !important; }After applying the css, please clear your browser cache and check.
Best regards,
Mike -
AuthorPosts

