Forum Replies Created
-
AuthorPosts
-
April 12, 2023 at 11:33 pm in reply to: Gravity Forms “Add Form” not appearing on classic editor when Enfold installed #1404280
Hi,
Thanks for your patience, the Dev Team writes since there isn’t a CSS selector we can use to check if Gravity Forms is active, we suggest the following workaround, add this code to the end of your child theme functions.php file in Appearance ▸ Editor:function ava_gravity_forms_mod() { if ( is_plugin_active( 'gravityforms/gravityforms.php' ) ) { echo '<style> #postdivrich_wrap.avia-hidden-editor #postdivrich { visibility: visible; } #postdivrich_wrap.avia-hidden-editor #postdivrich .wp-editor-tabs, #postdivrich_wrap.avia-hidden-editor #postdivrich #insert-media-button, #postdivrich_wrap.avia-hidden-editor #postdivrich #wp-content-editor-container { display: none; } </style>'; } } add_action('admin_head', 'ava_gravity_forms_mod');
This is how it looks after adding this code to the functions.php file:
Best regards,
MikeApril 12, 2023 at 11:27 pm in reply to: Change From Slight Opacity on Linked Image Hover to Black & White Image #1404279Hi,
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,
Thanks for your patience and the link to your site, unfortunately, some web browsers do not allow autoplay with sound, so while the video is set to autoplay with sound it can not override the browser defaults, so you can not force this. You could try using the built-in LayerSlider or another slider plugin which may have a “hack” around this but the browsers try to block this with each update.Best regards,
MikeHey churchillalexander43,
Thank you for your patience, please note that we don’t recommend using the Elementor builder plugin with the Enfold theme as it may conflict with the built-in Advanced Layout Builder (ALB).
You can use the ALB to customize single product pages using the elements and you can see an example in our demo here and here.
If you want to use the same layout for multiple products then you can save it as a template and apply it to each product.
Please note that the Advanced Layout Builder for products will not work with all WooCommerce Extensions.Best regards,
MikeApril 12, 2023 at 12:05 pm in reply to: href link to #tabsection unwanted arrives @bottom from other #tab-id-2 #1404212Hi,
Thanks for the login, I found that you were adding a page content shortcode in a text element in a tab section and it was showing an error that this shortcode is not supported there:
to correct I added a new standard editor page 7238 for page content shortcode linked below and this works correctly, please check.Best regards,
MikeApril 12, 2023 at 11:40 am in reply to: text block, if i change font size i get more line spacing?… #1404210Hi,
Sorry, I don’t see the link to your site in the Private Content area of the thread, in the forum, please include it and admin login so we can examine your issue.Best regards,
MikeHi,
Thanks for your patience and the link to your site, I see that your Magazin menu item is the only one with a submenu and it is a mega menu, for this to slide up into view on hover try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:#top #header .menu-item-mega-parent:hover .avia_mega_div { animation: slideup 1s; animation-fill-mode: forwards; } @keyframes slideup { 0% { top: 200%; } 100% { top: 100% } }
After applying the css, please clear your browser cache and check.
Best regards,
MikeHi,
Thanks for the feedback they have already sent this message in the past, but unfortunately these are normal requests an each time we ask our host to unblock 20i IP address the attacks cause the server to block 20i IP again within a day. I recommend that in the future you use the above method to load the demo content to 20i servers.
Glad we were able to help you with this situation, 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 the feedback, when you are in the media library using the list mode and click on the pdf title you land on the “Edit Media” page and this page doesn’t include the div ID “wpdm-media-access” and I’m not sure if it is meant to as I tested this in the default WordPress theme and the ID or button doesn’t show there either.
Compared to when you are in the media library using the list mode and click on the pdf title you get a modal popup with the div ID.
I found no dotlottie-player.js.map 404 error, typically source maps are the original non-minified version of a minified script as in some cases a browser may search for these in the same way some browsers search for a favicon without any links to one.Best regards,
MikeHi,
I see that your menu links are now working, but I don’t understand your question about under category images, please explain further perhaps a screenshot would help.Best regards,
MikeHi,
I understand that you have a favicon set in the theme settings, but you also have a favicon.ico in the root structure of your domain, this is the default location that many web browsers look for a favicon.ico so in many cases this will override the theme settings.
Please try as I have advised.Best regards,
MikeHi,
Yes on the page in the backend in the admin panel under Layout ▸ Header visibility and transparency choose Hide Header on this page to hide the header.
Or if you do want the header but no menu, try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:#top.page-id-4151 #avia-menu { display: none; }
and change the page ID to yours, after applying the css, please clear your browser cache and check.
Best regards,
MikeHey schwabino,
I agree with your idea, it is what I would recommend.Best regards,
MikeHey flexi_floxi,
Try going to WordPress ▸ Dashboard ▸ Settings ▸ Permalink Settings ▸ Permalink structure and choose Post Name and then save the settings.
If this doesn’t correct please include admin login in the Private Content area so we can investigate.Best regards,
MikeApril 10, 2023 at 6:19 pm in reply to: New logo loading when scrolling down. By default the enfold logo keeps visible #1404052Hi,
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,
MikeApril 10, 2023 at 6:16 pm in reply to: choice of drop-down form with title and subtitle for each item #1404051Hey hyrion,
Sorry, I don’t see a way to do this out of the box, can you link to a mockup so we are sure that we understand?
The way that I’m imagining it you may need to use a more advanced form builder like WPForms or CF7 with one of it’s plugins, our contact form offers only basic functions.Best regards,
MikeApril 10, 2023 at 6:04 pm in reply to: text block, if i change font size i get more line spacing?… #1404049Hey hyrion,
Please link to a test page with admin login so we can examine it.Best regards,
MikeApril 10, 2023 at 6:01 pm in reply to: New logo loading when scrolling down. By default the enfold logo keeps visible #1404048Hey Ernie4President,
Thank you for the link to your site, there are two locations to add your logo, the standard one is at Enfold Theme Options ▸ Logo, and for the logo on transparent headers it’s at Enfold Theme Options ▸ Header ▸ Transparency Options ▸ Transparency Logo, this is the one you need to change for your homepage.Best regards,
MikeApril 10, 2023 at 5:54 pm in reply to: Reply to #1403861 / #1403821 "You must be logged in to reply to this topic" #1404047Hey Kerstin,
Thanks for the feedback, after you login you can follow this link to open a new thread or go to the Enfold forum and click the full-width blue button at the top of the forum.
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,
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,
The Dev Team has reported that the message: Deprecated: Function get_page_by_title is deprecated since version 6.2.0! Use WP_Query instead. is only a note and the function is still executed. The Dev Team is reviewing it and for now it is safe to ignore.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 Nik,
Thanks for the link to your site, I see your updates are disabled, so to update your version of Enfold to v5.5 you can download the latest installable WP 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,
MikeHi,
Thanks for the link, unfortunately, whatever happened on that page has broken it, there is no way to edit, view, or save it. I recommend deleting it and try again on a new page.
If you created the page using ALB templates I recommend not using your saved template for that page because it may be corrupt and was the cause for the page failure.
I see that you have another page with a timeline that works correctly so it doesn’t seem to be an issue with the element.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,
#4 ▸ in your root directory you have this favicon.ico
this is the default location that many web browsers look for a favicon.ico, perhaps this is your webhost icon, I don’t know but to correct convert your favicon png image into a real favicon.ico and upload it to your root directory via FTP, this will overwrite the other one and prevent this from happening again, assuming that your webhost or another script is adding it automatically.Best regards,
MikeHi,
It looks like none of the theme javascript is loading, and the only css that is loading is from the siteground-optimizer, so it looks like the siteground-optimizer is blocking the scripts from loading, perhaps a lazyload that is not loading at all. Try disabling your siteground-optimizer and see if that corrects.Best regards,
MikeApril 9, 2023 at 10:05 pm in reply to: How to make product category page look like the shop page #1403988Hi,
Glad to hear that you have one sorted out, but unfortunately you can not create custom category pages with the Advanced Layout Builder, what do you want to change about the current category page?Best regards,
Mike -
AuthorPosts