Forum Replies Created
-
AuthorPosts
-
August 20, 2022 at 8:26 pm in reply to: WooCommerce product images not displaying correctly #1362299
Hi,
Glad to hear that this has been sorted out, 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,
Thanks for your patience, but the login doesn’t seem to be working, please check.Best regards,
MikeAugust 20, 2022 at 8:03 pm in reply to: Font-size in search result list pages, editing of search-result pages, e #1362296Hi,
I see that you moved the header to the sidebar, so this will change the solution, but the login you provided before doesn’t work now, please update.Best regards,
MikeHi,
Thanks for your patience, to show the scroll-up button for mobile please try adding the css to your Quick CSS:@media only screen and (max-width: 767px) { .responsive #top #scroll-top-link { display: block; } }For the /backhandwerk/ page, your question was scrolling to the top after clicking a category, but when I check you need to be at the top to click on a category.
So I’m not seeing where there a need here.
Please try explaining further, perhaps a screenshot would help.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,
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,
MikeHi,
Guenni007, thanks for your input, the font-weight was automatically generated by the .ttf files, there are no .woff and .woff2 files for this font, which was downloaded from an unknown source and created by an unknown author.
Typically you would be correct, but in this case the files didn’t seem normal so this was a workaround.Best regards,
MikeHi,
Glad to hear, I assume that you want the description to be even closer to the field, so the description text is 12px so we will use a line height of 12px with this css:#top .frm_fields_container .frm_description { line-height: 12px; }After applying the css, please clear your browser cache and check.
Please see the screenshot in the Private Content area for the expected results.Best regards,
MikeHey DUALWERK,
Thanks for your question when the timeline is in horizontal scrolling mode it uses the \enfold\config-templatebuilder\avia-shortcodes\slideshow\slideshow.js on line 786 you will see a line that is commented out:

un-comment this line and comment out the line under it:

This will make to scroll all of the showing milestones, such as 3 at a time. I have linked to my test page below which has 9 milestones with 3 showing at a time.
After you edit the slideshow.js you will need to clear the Enfold Theme Options ▸ Performance ▸ JS & CSS file merging and compression by disabling it and then enable Enfold Theme Options ▸ Performance ▸ Delete old CSS and JS files and clear your browser cache.
I’m not sure if this will change other slider behaviors so you should check, if you want to add this modification to your child theme, ensure this function is in your child theme functions.php file:function avia_include_shortcode_template( $paths ) { if( ! is_array( $paths ) ) { $paths = array(); } $template_url = get_stylesheet_directory(); array_unshift( $paths, $template_url . '/shortcodes/' ); return $paths; } add_filter( 'avia_load_shortcodes', 'avia_include_shortcode_template', 15, 1 );then add the directory /shortcodes/ to your child theme and then copy the directory /slideshow/ with your customized file to the /shortcodes/ directory.
Then clear the file merging and compression and your browser cache.Best regards,
MikeHi,
Thank you for your patience and the link to your font file, each font file should be uploaded as a zip file individually, the variants for this font seem a little odd as each one only has one font-weight and when they are all uploaded together they are all combined in the Custom Font Manager, I assume that the headers in the font files themselves are not quite correct. But I tested uploading them individually and this worked correctly, below I linked to a DropBox folder with all of the zip files I tested:


Best regards,
MikeHi,
Thanks for your feedback, let’s wait for Guenni007’s insight on this.Best regards,
MikeAugust 18, 2022 at 11:02 pm in reply to: How to use layout architekt with the events calendar to style event page? #1362136Hi,
Ok I added the line back for a scrolled page, and I added a menu break point for 1230px.
Please clear your browser cache and check.Best regards,
MikeHi,
The magnificPopup (lightbox) is used by many elements, it is the theme’s default lightbox. I would recommend at least wrapping your code in a media query for mobile only, like you did to unfloat the images above. On Guenni007’s test page above he has added the class “people”, which if you have the same you could add to your css to target this element, like this:@media only screen and (max-width: 479px) { .mfp-wrap.people .mfp-arrow-left { left: -7px; } .mfp-wrap.people .mfp-arrow-right { right: -7px; } }I don’t see a link to your page to check and I don’t see this class added in Guenni007’s solution above so I’m not sure, but you could add a custom class in Guenni007’s solution above if you need to.
Best regards,
MikeAugust 18, 2022 at 8:58 pm in reply to: How to use layout architekt with the events calendar to style event page? #1362123Hi,
I believe that your Token doesn’t have the specific permissions enabled to update
You seem to only have these enabled:
your purchases
Your username
Your email
please see the link to our documentation to see all of the permissions required.If you continue to have issues try downloading the latest version from your Theme Forest account and upload it to your WordPress ▸ Appearance ▸ Themes ▸ Add Themes ▸ Add New

after you choose the zip file and click install, you will see a This theme is already installed message because you are updating, you can continue

then you will see the Theme updated successfully message.
Best regards,
MikeAugust 18, 2022 at 2:17 pm in reply to: CSS conflict with FormidablePRO (forms) in the datepicker / calendar element #1362066Hi,
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,
MikeAugust 18, 2022 at 2:16 pm in reply to: How to use layout architekt with the events calendar to style event page? #1362065Hi,
I added this css, and it now seems correct:#top.single-tribe_events #main h2.tribe-events-single-section-title { font-weight: 700; } @media only screen and (min-width: 989px){ #top.tribe-theme-enfold.single-tribe_events #main .tribe-events-meta-group { margin-right: 3%; } }please clear your browser cache and check.
Best regards,
MikeAugust 18, 2022 at 1:31 pm in reply to: How to use layout architekt with the events calendar to style event page? #1362060Hi,
Thanks for the feedback, for the border I added this css:#top.single-tribe_events #header_main, #top.single-tribe_events #header_main.container_wrap { border: none; }for the background image I adjusted your custom css to this:
.single-tribe_events div#main > .container_wrap:first-child { background-image: url(//your-image.jpg); background-repeat: no-repeat; background-position: 50% 50%; background-attachment: fixed; }please clear your browser cache and check.
Best regards,
MikeAugust 18, 2022 at 1:14 pm in reply to: CSS conflict with FormidablePRO (forms) in the datepicker / calendar element #1362058Hey Frans,
Thanks for your question, please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:#top #ui-datepicker-div .ui-datepicker-title > select { padding: 0px; display: inline; margin-bottom: 0; }After applying the css, please clear your browser cache and check.
The expected results:

Best regards,
MikeAugust 18, 2022 at 12:48 pm in reply to: How to use layout architekt with the events calendar to style event page? #1362053Hi,
Ok, thank you, my mistake I missed that the domain changed.
So to have a transparent header for your single tribe events pages like your other pages, I adjusted the css in the Quick CSS to this:@media only screen and (min-width: 990px) { #top.single-tribe_events .header_color .header_bg { background-color: transparent; } #top.single-tribe_events .header-scrolled-full.header_color .header_bg { background-color: #fff; } .html_header_top.html_header_sticky #top.single-tribe_events #wrap_all #main { padding-top: 0; } #top.single-tribe_events #main > .container_wrap_first { padding-top: 116px; } }below I linked to the page I tested, please clear your browser cache and check.
Best regards,
MikeHi,
Glad Guenni007 could help, thank you Guenni007, we will leave this open for any closing comments from Guenni007.Best regards,
MikeHey virtualbis,
Thanks for the link to your site, please try this css to your Quick CSS:#top .frm_fields_container input[type="text"], #top .main_color .frm_fields_container select{ margin-bottom: 0; }After applying the css, please clear your browser cache and check.
Best regards,
MikeAugust 18, 2022 at 2:54 am in reply to: Enfold Law Theme Boxes and Menu Button Usage in Enfold Classic Theme #1362018Hi,
To import the section into your current demo you will need to first add the Law Demo icons to your site at Enfold Theme Options ▸ Import/Export ▸ Iconfont Manager Please find the link below.
Then you will need to Enable the Avia Layout Builder Debugger and this section of code:
Please note that you may need to reslect the icons.
The expected results:

Please give this a try.Best regards,
MikeHi,
Thanks for sharing, 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 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,
MikeHi,
Glad to hear that you have this sorted out, 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 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,
MikeAugust 18, 2022 at 1:55 am in reply to: How to use layout architekt with the events calendar to style event page? #1362009Hi,
Unfortunately, this didn’t work, when your ban is over please disable this plugin so we can assist you.Best regards,
MikeAugust 17, 2022 at 11:57 pm in reply to: How to use layout architekt with the events calendar to style event page? #1362006Hi,
Ok, I checked again but it’s still not working 🙁
I only have two more chances for the next 4 hoursBest regards,
MikeAugust 17, 2022 at 1:08 pm in reply to: How to use layout architekt with the events calendar to style event page? #1361934Hi,
It seems that I’m now locked out for 4 hours:

Perhaps try the Temporary Login Without Password plugin.- Install and activate ” Temporary Login Without Password “.
- Go to ” Users > Temporary Logins ” on the left-side menu.
- Click ” Create New “.
- Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
( to be sure that we have enough time to debug ). - Click ” Submit “.
- You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.
When your issue is fixed, you can always remove the plugin!
Best regards,
Mike -
AuthorPosts


