Forum Replies Created
-
AuthorPosts
-
December 13, 2020 at 7:37 pm in reply to: fullwith dropdown unter hamburger menü mit social media icons #1266922
Hi,
Sorry for the very late reply and thanks for the links.
Try adding this code to the end of your functions.php file in Appearance > Editor:function custom_burger_social_bookmarks_script() { ?> <script> (function($){ $('#avia-menu').one('click', function(){ jQuery('ul.social_bookmarks').clone().wrapInner('<div class="burger_social_bookmarks"/>').children(0).unwrap().appendTo('#av-burger-menu-ul'); }); })(jQuery); </script> <?php } add_action('wp_footer', 'custom_burger_social_bookmarks_script');Then add this css in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:
#av-burger-menu-ul > .burger_social_bookmarks > li { width: 30px; height: 30px; line-height: 30px; text-align: center; display: inline-block; margin-right: 20px; }Then clear your browser cache and check.
Best regards,
MikeHi,
Thank you for your patience, once we hear back from the dev team we will reply here.Best regards,
MikeDecember 13, 2020 at 6:19 pm in reply to: Partial Success Importing the Construction Demo – but not images were imported. #1266913Hi,
Sorry for the very late reply and glad you were able to sort this out. We understand your frustration and are also sorry for this, we will certainly improve our responses.
As you have asked to disregard this request, we will close this thread. 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 13, 2020 at 6:11 pm in reply to: Add an image on enfold's default blog page (grid model) #1266909Hi,
Sorry for the very late reply and thanks for the login and links, I tested the solution above in your child theme because I didn’t see it activate on your site, I also added this css to center the image:@media only screen and (max-width: 767px) { .banner-img { display: block; margin: auto; padding-top: 30px; height: 200px; } }It seems to show on your Blog page & your category pages, please clear your browser cache and check.
Best regards,
MikeHi,
Sorry for the very late reply and thanks for the links, for #1, Tablet Header is no longer sticky on tablet I found your css has a max-width of 767px, please try changing this to 988px.media only screen and (max-width: 767px){ .responsive #top #wrap_all #header { position: fixed !important; } }For #2 & #3, please try adding this css:
@media only screen and (max-width: 989px) and (min-width: 768px) { .responsive.html_mobile_menu_tablet #top #header_main > .container .main_menu .av-main-nav > li > a { height: 80px !important; line-height: 80px !important; top: -10px; } }For #4, please try adding this css:
@media only screen and (max-width: 768px) { #top.home #footer > div { padding: 0 !important; } }For #5 your mobile menu social icons have the class
only-mobileand this css only allows it to show on tablets and above:@media only screen and (min-width: 768px) { .only-mobile { display: none; } }Did you add this css? Please try removing it.
Best regards,
MikeDecember 13, 2020 at 4:27 pm in reply to: Enfold tab: an image disappears with the Weglot translation? #1266903Hi,
Sorry for the very late reply and thanks for the links. I took a look at the section in both languages and all 7 images show correctly. Please see the screenshots in Private Content area.
Is this the same as you are seeing?Best regards,
MikeDecember 13, 2020 at 4:18 pm in reply to: Issues with Mansory and blogposts in combination with polylang in latest version #1266902Hi,
Thank you for the feedback, I re-read your first post where you said that:When I set up the Child theme, is it impossible to have my general styling and quick css “running”
It seems like that the child overrides those settings.The child theme will override parent theme settings, child themes are designed to do this.
For example, I tested your child theme and found it to look very similar to the parent theme, the only difference I saw was the header was a light blue due to this css in your child theme stylesheet:#header_main { background: aliceblue !important; }but the page title bar was white and not the dark color of your screenshot.
So since this css is in your child theme it is correct for it to display, I see this is the only css in your child theme stylesheet, was this a test?
Please see the screenshot in Private Content area.
I compared your child theme quick css to the parent theme quick css and see they are a little different, typically when the parent theme settings are imported the quick css is also imported, did you try this?Best regards,
MikeHi,
Sorry for the late reply, dose the plugin have any options to not use a popup, perhaps inline? Perhaps the plugin author has seen this error before, have you asked them?
Can we login a take a look at the backend?Best regards,
MikeHi,
Sorry for the late reply, I would recommend using the theme lazy load and disable the other ones.
It seems that you have done this and the missing H6 closing tag is being added by the DOM automatically, at least in Chrome, but this might not happen in every browser, every time.
I added the closing H6 tag to each mega menu item and I then found the css adding the border and corrected it, please clear your browser cache and check./*Bordure des images*/ .avia_mega_div > .sub-menu li > span.mega_menu_title > a:nth-child(1) {border: solid 0px #cca752!important;}Best regards,
MikeDecember 12, 2020 at 1:50 pm in reply to: Picture homepage isn't adjusting in a good way to mobile #1266770Hi,
For your Dutch site, I found that the css for the box is in your WordPress > Customize > Additional CSS:.page-id-1623 #av_section_1 .avia_textblock.av_inherit_color:first-of-type, .page-id-67 #av_section_1 .avia_textblock.av_inherit_color:first-of-type { background: rgba(56,56,56,0.6); padding: 7px 0px; text-align: center; }I adjusted the background color to white:
background: rgba(255,255,255,0.6);
The reason the button didn’t show was because in your custom css there was atop: 145pxpushing the box down so the button didn’t show, I commented it out./*.page-id-1623 #av_section_1 > div.container > main > div > div > div,*/ .page-id-67 #av_section_1 > div.container > main > div > div > div { top:145px; } }I noticed the box was still over your face a little so I added this css to help:
@media only screen and (max-width: 767px){ html[lang="nl-NL"] #top.home #av_section_1 > div.container > main > div > div > div > section > div { padding: 0 !important; } html[lang="nl-NL"] #top.home #av_section_1 > div.container > main > div > div > div > section > div > h1 { margin: 0 !important; } }This seems to help, but the text is longer in Dutch, perhaps reducing the font size a little more would help.
Please clear your browser cache and check.Best regards,
MikeHi,
Thanks for the feedback, but your screenshot is leading to a 404, please check the link.
Also, the login token seems to have expired.Best regards,
MikeDecember 11, 2020 at 3:24 pm in reply to: Problems with access to elements via css in tablet and smartphone versions #1266557Hi,
Thank you for changing this, the reason the last image drops down a row is that the combined width of all of the images is wider than the page, for example, on the desktop the image widths are 213px, if they were 209px they would if in a single row.
One thing we can do is remove the un-needed right margin on the last image to give the row more space, so in your Quick CSS I added#top.page-id-22 #wrap_all #main .post-entry-22 div#attachment_1374.wp-caption.alignleft { margin-right: 0 !important; }This seems to solve for above 1230px.
For below 430px I needed to target this specifically so I changed your media queries to include a min width, like this:
@media only screen and (min-width: 430px) and (max-width: 768px) and (orientation : landscape) { ... }
then I added this for below 430px:@media only screen and (max-width: 429px) { #top.page-id-22 #wrap_all #main .post-entry-22 .wp-caption.alignleft { width: 28% !important; } }Please clear your browser cache and check.
I also found this css in your child theme stylesheet, and it was causing issues for this so I commented it out.div#attachment_1765.wp-caption.alignleft { margin-left: 2px; } div#attachment_1768.wp-caption.alignleft { margin-left: 2px; } div#attachment_1771.wp-caption.alignleft { margin-left: 1px; }So now your page seems to look good on 425px & 375px mobile devices, with 3 images per row, but the smallest 320px will need to be 2 images per row to look good.
Best regards,
MikeHi,
That is good news, unless there is anything else we can help with on this issue, shall we close this then?Best regards,
MikeDecember 10, 2020 at 2:48 pm in reply to: Problems with access to elements via css in tablet and smartphone versions #1266299Hi,
Thank you for the feedback, I review the older post but I didn’t find an example of the code used, but the current missing H6 tag is an issue that should be corrected.
It looks like the AMP plugin is rebuilding the mobile menu, please try disabling this plugin and check. Of the plugins you have installed, the ones that have shown to cause issues on other sites are AMP, Autoptimize, JetPack, & Smush. For example, you have lazyload enabled in the theme settings, and in Smush, and Autoptimize, this could be a conflict.
Is the AMP new, I don’t recall seeing this on your site before?Best regards,
MikeDecember 10, 2020 at 1:32 pm in reply to: Problems with access to elements via css in tablet and smartphone versions #1266288Hi,
I tested the css by injecting it into the browser. I note that the last team image is still “alignright” where all of the other ones are “alignleft”, I was going to try changing it but in the backend of the page seems blank with the Advanced Layout Builder and the default editor. Did you use the Advanced Layout Builder for the page?Best regards,
MikeHi,
Thanks for the link to your other site, it looks like the plugin opens a popup at the point that the Enfold site gets stuck on, does the plugin have an inline option, so the popup is not used? Try disabling the Enfold Theme Options > Lightbox Modal Window theme option, perhaps there is a popup (lightbox) conflict?Best regards,
MikeDecember 10, 2020 at 12:09 pm in reply to: Problem with table: Height of "Label Column" does not grow with other columns #1266262Hi,
Glad to help, unless there is anything else we can help with on this issue, shall we close this then?Best regards,
MikeHey fcp,
Sorry for the very late reply and thanks for the login and video, I took a look at your mega menu and see that you have added the images in the menu by adding HTML to the menu items, this HTML doesn’t include the title tag and it is missing the closing H6 tag, for example this is your first item:
<img src="https://your-site.fr/medias/accueil/menu/nos-univers-bonne-nuit-les-petits.jpg"><h6><br>Bonne nuit les petits
I changed it to:
<img src="https://your-site.fr/medias/accueil/menu/nos-univers-bonne-nuit-les-petits.jpg" title="Bonne nuit les petits"><h6><br>Bonne nuit les petits</h6>
Now the title is showing on hover for that item, please check.
Please note that mobile devices do not have a “hover” event, so the mouseover image title will not show in the mobile menu on actual devices.Best regards,
MikeHi,
Sorry for the very late reply, I tried to test your skills shop and found that I can not complete the order, I am redirected to a page between the cart and the checkout, the URL includes?provider=tribe_wooticketso I assume that this is due to the plugin. Please see the screenshot in Private Content area.
I’m not sure that I took the correct steps, please describe the steps that should occur with this plugin stating with a product page.Best regards,
MikeHey rokki_e_w,
Entschuldigen Sie die sehr späte Antwort und bedanken Sie sich für den Link zu Ihrer Website. Auf der Demoseite, auf die Sie verlinkt haben, wird ein Blog-Element verwendet, um das Blog-Raster anzuzeigen. So sieht das Backend aus:

Nachdem Sie eine Seite erstellt haben, die Ihr “Blog” sein wird, können Sie einen Menüpunkt auf der Seite erstellen und den Menüpunkt “Blog” benennen.
Bitte beachten Sie, dass in den WordPress- und Theme-Einstellungen das “Blog” eine spezielle Seite ist, die automatisch erstellt wird. Dies ist die Seite, die Sie jetzt als Ihre “Blog” -Seite sehen.
Um Ihre neue Seite anstelle der von WordPress erstellten automatischen Seite anzuzeigen, gehen Sie zu den Optionen für das Thema “Entfalten” und suchen Sie “Und wo möchten Sie den Blog anzeigen?”. und auf “Seite auswählen” setzen, um dies zu deaktivieren.

Bitte probieren Sie es aus.— Translated with Google —
Sorry for the very late reply and thanks for the link to your site. So on the demo page, you linked to, a blog element is used to show the blog grid. This is what the backend looks like:

So after you create a page that will be your “blog” you can then create a menu item to the page and name the menu item “Blog”.
Please note that within the WordPress and theme settings the “Blog” is a special page that is automatically created, this is the page you now see as your “Blog” page.
So to see your new page instead of the auto page WordPress creates, go to the Enfold theme options and find “And where do you want to display the Blog?” and set to “Select page” to deactivate this.

Please give this a try.Best regards,
MikeDecember 9, 2020 at 1:11 pm in reply to: Problems with access to elements via css in tablet and smartphone versions #1265981Hi,
Please see the screenshots in the Private Content area, of mobile and tablet when I test the above css, can you try and take a screenshot of what you are seeing?Best regards,
MikeHi,
Glad we could help, unless there is anything else we can assist with on this issue, shall we close this then?Best regards,
MikeHi,
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,
Mike -
AuthorPosts


