Forum Replies Created
-
AuthorPosts
-
June 21, 2022 at 12:22 pm in reply to: Color section video background not staying constrained #1355992
Hi,
Unfortunately, I didn’t find a way to disable the tab scroll and allow the inner table scroll.
I believe you will need to show the table in the tab without scrolling, or use a different layout on mobile.
Another option might be to show an image of the table for mobile that will open in a lightbox so the user can view it full screen.Best regards,
MikeHi,
Glad to hear, try this script instead:function limit_words_script() { ?> <script> (function($){ $('#top.post-type-archive-product .template-shop .products.columns-3 .product .inner_product').contents().filter(function() { return this.nodeType == 3 }).each(function(){ var length=30 this.textContent = this.textContent.split(" ",length).join(" ") + "..."; }); })(jQuery); </script> <?php } add_action('wp_footer', 'limit_words_script');Best regards,
MikeJune 21, 2022 at 11:49 am in reply to: Font-size in search result list pages, editing of search-result pages, e #1355983Hi,
Thanks for the login, but I’m not able to login, please check
FEHLER: Falscher Benutzername oder falsches Passwort.Best regards,
MikeJune 20, 2022 at 11:25 pm in reply to: How to add margins (or padding) on the left and right sides of the content only #1355908Hi,
In my screenshot above the blue section “Solutions” is fullwidth and the top image “LMS” is also fullwidth, so if you want these section to remain fullwidth use this css instead:.responsive #main .container { max-width: 917px; width: 917px; margin: auto; float: none; }After applying the css, please clear your browser cache and check.
Best regards,
MikeJune 20, 2022 at 11:10 pm in reply to: Enfold 5.0 – Layerslider Background Video Safari Browser #1355906Hi,
Please upload to DropBox and add the link below in the Private Content area, thanks.Best regards,
MikeHi,
Thanks for the feedback, on our demo can you be specific which section you see the jerky when scrolling behavior and include a screencast of it, I would like to submit it to the Dev Team for review.
Since you see it on our demo it would be better to have the Dev Team check this since it is a controlled environment, thanks.Best regards,
MikeJune 20, 2022 at 10:59 pm in reply to: Color section video background not staying constrained #1355902Hi,
I notice that under Enfold Theme Options ▸ Performance ▸ Change WordPress defaults you don’t have the jQuery options:

these options should be showing:

this typically occurs when jQuery has been forced into the footer, or disabled by the web host, sometimes it’s in the wp-config.php file but different web hosts use different methods.
Try to check your web host options to restore the proper loading of jQuery, if you don’t see this ask your web host to assist.Best regards,
MikeJune 20, 2022 at 12:05 pm in reply to: Enfold 5.0 – Layerslider Background Video Safari Browser #1355832Hi,
So you had another Mac with Safari v15.4 that didn’t show the error, but now that it’s updated to Safari 15.5 it does so the error?
I have asked the rest of the team to check if they have a Mac, can you please post a screencast of the error so we can compare.Best regards,
MikeHi,
Glad that this helped, I reported this to the Dev Team for their review for the next update.
I don’t have an iPhone to test the background prarallax behavior, but I’m not seeing this on an Android, are you seeing this on this demo?Best regards,
MikeHi,
I tested your API key on my demo site and see that it is failing, but my API key is working on your site and mine, so there is a problem with your API creation, but I’m not sure what it could be because your API key screenshot looks correct with “no restrictions”.
Please note in our documentation that Google maps will return an error if billing is not enabled.
So try going to your account type “billing” in the search bar and clicking the first result:

and ensure that you have a Billing account linked to the project

if not then you will need to set up a billing account.Best regards,
MikeJune 20, 2022 at 11:22 am in reply to: Font-size in search result list pages, editing of search-result pages, e #1355826Hi,
Thanks for the feedback, it looks like I made an error above and used “pt” instead of “px” on the font size, so try this:#top.single-post .template-single-blog .entry-content-wrapper > .entry-content { box-shadow: 0 0 10px 0 rgb(0 0 0 / 23%); padding: 2%; font-family: "Lato"; font-size: 14px; }As for your widgets, you have:
newsbox-2
monsterinsights-popular-posts-widget-2
avia_fb_likebox-2
in the top widgets, and below all other widgets you have:
newsbox-3
monsterinsights-popular-posts-widget-3
avia_fb_likebox-4
note the numbers are different, so please check your widget areas for these added widgets and remove, if you can’t find them please include an admin login in the Private Content area so we can check.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,
MikeJune 20, 2022 at 12:07 am in reply to: Color section video background not staying constrained #1355794Hi,
Thank you, I linked to the test page below, unfortunately the error didn’t reproduce, I compared our theme settings and copied your stylesheet css, I just can’t tell what PHP version you are using, I tested v7.4.30 & v8.1.7 with no issues.
I’m not sure what could be causing this.Best regards,
MikeHey laptophobo,
Thanks for your question, the #service color section has Margin-Bottom 80px

while it’s inner columns have Margin-Top -80px for the overlap of the top section

the header rotator column has the same Margin-Top -80px to take up the space under the inner columns created by the Margin-Bottom of the color section above.
So if you remove the header rotator column try giving the color section above a negative Margin-Bottom.Best regards,
MikeHey Tobias,
I have tested the breadcrumbs shortcode on my demo site and it is working correctly on Enfold v5, have you tried disabling your plugins or custom scripts to check for a conflict?Best regards,
MikeJune 19, 2022 at 10:41 pm in reply to: Color section video background not staying constrained #1355788Hi,
Can you Enable the Avia Layout Builder Debugger I would like to copy the page shortcode to a new page on my demo to see if the error is reproduced.Best regards,
MikeJune 19, 2022 at 10:10 pm in reply to: How to add margins (or padding) on the left and right sides of the content only #1355786Hi,
Thank you for your patience, is this how you wanted it?

Please try this css in the WordPress ▸ Customize ▸ Additional CSS field:.responsive #main .container, #main .avia-section { max-width: 917px; width: 917px; margin: auto; float: none; } #main .container_wrap { border-top-style: none; }After applying the css, please clear your browser cache and check.
Best regards,
MikeJune 19, 2022 at 9:18 pm in reply to: Enfold 5.0 – Layerslider Background Video Safari Browser #1355780Hi,
Thanks for the feedback, I updated my Mac to Safari 15.5 and Monterey 12.4 and tested on desktop and in responsive design mode for iPad & iPhone, but could not reproduce.
I don’t have an actual iPad iPhone, but I tested on my Android phone in Chrome and could not reproduce.
I’m not sure why you are seeing this, try clearing your browser cache.
Please note that testing with iPads & iPhones can be hard to clear the cache, often you need to also clear the history to fully purge the cache, following these steps for Safari and note Step 4 where you will Clear the History.Best regards,
MikeJune 19, 2022 at 8:50 pm in reply to: Font-size in search result list pages, editing of search-result pages, e #1355777Hi,
Thanks for the links to your importetd post & new post design, with the following css I was able to achieve this result:

Please try this code in the General Styling ▸ Quick CSS field:#top.single-post .template-single-blog .entry-footer, #top.single-post .template-single-blog .related_posts, #top.single-post .template-single-blog .comment-entry, #top.single-post .template-single-blog .post-meta-infos{ display: none; } #top.single-post .template-single-blog .entry-content-wrapper { padding-left: 10px; } #top.single-post .template-single-blog .entry-content-wrapper > .entry-content { box-shadow: 0 0 10px 0 rgb(0 0 0 / 23%); padding: 2%; font-family: glacial-indifference; font-size: 14pt; } #top.single-post .template-single-blog .post-title { text-transform: uppercase; letter-spacing: 1px; font-weight: 300; color: #222222; font-size: 28px; line-height: 1.1em; text-align: center; } #top.single-post .template-single-blog .post-title:after { content: url(https://parkinson-journal.de/wp-content/uploads/2022/06/Blueline-with-red-icon.jpg); display: inline-block; margin-top: 30px; } #top.single-post .container_wrap_first:before { content: url(https://parkinson-journal.de/wp-content/uploads/2022/05/Headpic.png); }After applying the css, please clear your browser cache and check.
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,
MikeJune 19, 2022 at 7:38 pm in reply to: How to delete underline from links from News in sidebar #1355772Hi,
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,
MikeJune 19, 2022 at 3:03 pm in reply to: How to delete underline from links from News in sidebar #1355765Hey rixi,
Please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:#top #main a.news-link { text-decoration: none; } #top #socket a { text-decoration: none; } #top #main .news-headline { font-size: 20px; }Feel free to adjust the font size to suit.
After applying the css, please clear your browser cache and check.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 rixi,
Thanks for the link to your page, blog post created with the WordPress Classic or Block Editors automatically have the comment form added to the bottom, if you don’t want this you can use a plugin like Disable Comments RB to disable them, or you can add this css to your Quick CSS to hide them:#top.single-post .comment-entry.post-entry { display: none; }After applying the css, please clear your browser cache and check.
Best regards,
Mike -
AuthorPosts







