Forum Replies Created
-
AuthorPosts
-
Hey daves1997,
To copy a table you can use the Templates ▸ Save Entry As Template button to create a template of your page, idealy you would want only the elements on the page that you want to clone. If there are extra elements on the page, go a head and create a template and name it specifically as a temp template then use it on a blank page, then remove the elements you don’t want and then create a new template and delete the temp one.
Best regards,
MikeApril 8, 2023 at 9:51 pm in reply to: in tab-section the shortcode av_postcontent leftover [/av_textblock] on website #1403913Hey Jens,
Thanks for your patience, by default a tab section doesn’t include a link or a text block, perhaps you made an error somewhere, it is hard to say without examining the page. Try recreating the page/element from scratch, If this doesn’t help please include an admin login and a link to a test page in the Private Content area so we can be of more assistance.Best regards,
MikeApril 8, 2023 at 9:41 pm in reply to: Pricing table edit to text in row messes up whole table #1403912Hi,
Glad to hear that you have this sorted out, I checked your table but didn’t see anything that could cause this issue. Please let us know if you have this issue again so we can check.
In the past I have seen issues in tables when the less-than or greater-than symbols are used, I don’t see these in your table, but you may want to keep this in mind for the future.Best regards,
MikeHey Alwin,
It is hard to say what is causing this without examining the site, which also makes it hard to offer some css to correct it, please include a link to your site so we can offer a solution.Best regards,
MikeApril 8, 2023 at 8:18 pm in reply to: How to hide “avia_forced_reroute” in maintenance URL? #1403907Hey BeeCee,
Have you tried setting the Custom Error 404 Page settings to the second option (Display selected page without redirect)?
Typically this solves, if not please include an admin login in the Private Content area so we can be of more assistance.Best regards,
MikeHi,
Thank you for your patience, 20i servers have been a source of brutforce-like attacks against our server and have been unblocked many times now but the attacks continue.
Another option would be to import the demo on a localhost and use the plugin duplicator and then install the clone on your 20i server.Best regards,
MikeHi,
Thank you for your patience, 20i servers have been a source of brutforce-like attacks against our server and have been unblocked many times now but the attacks continue.
Another option would be to import the demo on a localhost and use the plugin duplicator and then install the clone on your 20i server.Best regards,
MikeApril 8, 2023 at 7:53 pm in reply to: Since update from enfold the menue structure in the backend isn´t working #1403902Hi,
Thanks for the screenshot and the link to your site, but unfortunately the login you provided doesn’t work with the htaccess login, please also provide a login for this.
I checked my install and the up & down arrows work for me, you can also drag the menu items if you are having trouble clicking them:
If you would like to make them larger for easier use try adding this code to the end of your child theme functions.php file in Appearance ▸ Editor:function make_admin_menu_items_larger(){ ?> <style> .nav-menus-php .menu-item-bar .menu-item-handle, .nav-menus-php .menu-item-settings { min-height: 40px; max-width: 482px; } .nav-menus-php .menu-item-bar .item-edit { width: 60px; right: -60px; } .nav-menus-php .menu-item-bar .menu-item-handle .item-controls { right: 60px; } .nav-menus-php .item-edit:before { margin-left: 14px; } </style> <?php } add_action('admin_head', 'make_admin_menu_items_larger', 1);
Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
this is the expected results:
Best regards,
MikeApril 8, 2023 at 7:17 pm in reply to: Need to add a banner just to the homepage with a width of 100% #1403898Hi,
guychalk have you tried Guenni007’s recommendation of using a color section and a background image? A color section will be full width.Best regards,
MikeHey Gianluca,
Thank you for your patience, but it looks like you have already sorted out how to make the masonry overlay transparent instead of white.
As for your second question on your example page when you scroll down the top section is scaled down with javascript using transform: scale(); I can’t see the javascript used. I recommend using a plugin or a library like https://greensock.com/scrolltrigger for example: https://codepen.io/snorkltv/pen/oNBGzOE
or something like this: https://stackoverflow.com/questions/64464798/transform-scale-on-scroll
but you will need to tinker with it.Best regards,
MikeHi,
To use the exact same font for the category links under each Blog entry in the grid layout as in the sidebar widgets category links I recommend this css:.html_modern-blog #top div .main_color .blog-categories a { font-family: 'open-sans', Helvetica, Arial, sans-serif; font-weight: lighter; text-transform: none; color: #567483; font-size: 16px; }
After applying the css, please clear your browser cache and check.
Please see the screenshot in the Private Content area of the expected results.Best regards,
MikeHi,
Please note that when you remove the child theme style.css it breaks the child theme and deactivates it:
I recommend restoring it so that you can export your child theme settings at Enfold Theme Options ▸ Import/Export ▸ Export Theme Settings File
Then to test the parent theme you can activate it and import the child theme settings so you don’t lose your customizations.
The cause is more likely the customized files in the child theme.Best regards,
MikeHi,
Thank you for the link to your site, I didn’t find the css rules added to your site so I added to your WordPress ▸ Customize ▸ Additional CSS and adjusted it from the US English (html[lang=”en-US”]) to the GB English that your site is using (html[lang=”en-GB”]):html[lang="en-GB"] .lang-de { display: none; } html[lang="de-DE"] .lang-en { display: none; }
I also found that using the line breaks <br> breaks the span class so I adjusted to this: </br> which works correctly.
Please clear your browser cache and check.Best regards,
MikeApril 8, 2023 at 1:02 pm in reply to: How to make product category page look like the shop page #1403873Hi,
Thank you for your patience and the link to your site, I see that you are using Enfold v4.5.7, this is not compatible with WordPress v6+ so first you will need to update to Enfold v5.5
Then you can add a sidebar to your product category pages in the theme option Enfold Theme Options ▸ Sidebar Settings ▸ Sidebar On Archive PagesBest regards,
MikeHi,
Thanks for your patience and the link to your site, to remove the border-radius and make the image larger try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:.av-catalogue-list .av-catalogue-image { border-radius: 0; width: 150px; }
The reason your images are not opening in the lightbox is because the Jetpack plugin Performance & speed option is enabled:
disable this to correct.Best regards,
MikeHi,
Thank you for your patience, we only offer a basic implementation, therefore, out of the box, the ALB doesn’t support these options.
You could try using the leaflet shortcode in a code block element.Best regards,
MikeHi,
Thank you for your patience, as I understand your goal you would like to add some padding to the top of your pages with the Full Width slider, try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:#main > #full_slider_1 { padding-top: 50px; }
Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
feel free to adjust the number to suit.
After applying the css, please clear your browser cache and check.Best regards,
MikeApril 7, 2023 at 6:15 pm in reply to: change size and font family for “title” under images when lightbox is open #1403837Hi,
Glad Guenni007 could help, thank you Guenni007, unless you have any further questions on this topic shall we close this then? Otherwise, for new topics please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHey ChristophTaschler,
Thank you for your patience, as Ismael advised here that you will need to use a membership plugin to be able to assign custom capabilities to user roles to achieve this. I have not tested which membership plugins work well with Enfold, but Ismael recommends the Members plugin.Best regards,
MikeHi,
The CF7 has many more options and addons than our contact form which is designed for basic functionality due to our limited time.
If you don’t want to use CF7 perhaps there is another plugin that you could use but I have not tested any so I can’t make any recommendations.Best regards,
MikeApril 7, 2023 at 5:59 pm in reply to: Changing Video controls in a lightbox video: Capures yes, downloads and pip no #1403833Hey MyWin,
Thanks for your patience, but I don’t believe that this is possible with the built-in lightbox, you may need to try using a plugin to achieve this.Best regards,
MikeHey Stefan,
Thank you for your patience, I see that the form is giving the successful confirmation and I don’t see any browser console errors related to the form, I believe that your emails are going to a spam folder or the server is marking it as spam and deleting them.
Typically you don’t need to use a SMTP plugin if you are using an email address that matches your domain, if you are trying to have the email sent to your gmail address or a different domain then you should use a SMTP plugin, I have not seen anyone use Mail Bank before, typically I see WP Mail SMTP in use.Best regards,
MikeHi,
Thank you for your patience, as Ismael advised above you will need to use a membership plugin to be able to assign custom capabilities to user roles to achieve this. I have not tested which membership plugins work well with Enfold, but Ismael recommends the Members plugin.Best regards,
MikeHi,
Thanks for the screenshots but your site seems to be down, I get the error ERR_SSL_PROTOCOL_ERROR please check.Best regards,
MikeHi,
Thank you for Enabling the Avia Layout Builder Debugger with this I was able to see that the Enfold Shortcode Parser shows no errors in the page shortcode:
and I copied your page to my test site and was able to edit the tabs section with no issues, so this points to a conflict on your site, try disabling all of your plugins. If that resolves the issue, reactivate each one individually until you find the cause.Best regards,
MikeHi,
Thank you for your patience but I didn’t find a solution so I have asked the rest of the team for advice and they or I will reply back. Thanks.Best regards,
MikeHi,
Thank you for your patience the space at the bottom of the column is due to the Column ▸ Advanced ▸ Animation ▸ Parallax Speed:
to offset this add the same percentage as a negative value in Column ▸ Row Settings ▸ Row Margins ▸ Custom Margins ▸ Bottom Margin:
I set this for you please clear your browser cache and check.Best regards,
Mike -
AuthorPosts