Forum Replies Created
-
AuthorPosts
-
November 2, 2023 at 4:36 pm in reply to: Masonry-Gallery Lightbox Link Settings doesn’t work #1424414
Hi,
Glad Guenni007 could help, thank you Guenni007, 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 feedback, sorry to hear that the manual update steps above seem complicated, they are really not, but as an alternative try using the official Envato Market Plugin to manage the updates, this is recommended on the theme update panel:
I also note that you are using the Elementor plugin on your site, please note that the Enold theme includes it’s own built-it builder, the Advanced Layout Builder, and other builders like the Elementor plugin can cause conflicts, I recommend that you do not use this plugin.Best regards,
MikeHi,
Thank you for your patience, I found that for the backside of the flipboxs to have white text, you have manually added a H3 tag:
so the default H3 font color is working here, to adjust for your situation I added this css:.main_color .av-icon-cell-item .avia-icongrid-text h3 { color: #fff; }
To make the spacing between the items closer, you will need to reduce the padding:
So we made the adjustment at Icon/Flipbox Grid ▸ Styling ▸ Padding:
and now they are closer, please clear your browser cache and check.
Best regards,
MikeNovember 1, 2023 at 10:46 pm in reply to: WooCommerce – Entfernen der Dropdown-Sortierung auf der WooCommerce Shop-Seite #1424352Hi,
This remove_action is already applied in the /config-woocommerce/config.php file in the theme, that is why it is not working. I didn’t find another PHP solution so I asked the rest of the team for advice and will write back when I hear from them.
I believe that the css solution above will give you better control of where the items are removed, but possibly a PHP solution will be provided, thank you for your patienceBest regards,
MikeHi,
Then try adding a media query so the css above will only work on desktop, like this:@media only screen and (min-width: 1920px) { .avia-cookie-consent .container { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; } .avia-cookie-consent .avia_cookie_text { flex: 1; white-space: normal; margin: 0; } .avia-cookie-consent .avia-button { display: inline-block; } }
adjust the screen width to suit (min-width: 1920px)
Best regards,
MikeHi,
Thanks for the feedback, in buttons the email address is automatically recognized so the “mailto:” is not needed, but the question mark for adding a subject line & email body text breaks this function. I have submited this issue to the Dev Team for their review. I also noted that you want this to work for email addresses in other fields.
We will repliy back when a solution is found, thank you for your patience.Best regards,
MikeHi,
I’m not sure about your functions.php code, it seems to be from 2020, I recommend testing without it.Best regards,
MikeHi,
If you want the text on the first line and the buttons on the second line, please remove the css I posted above, for this is the normal state of the cookie bar, please see your site below that you did not add the above css to.Best regards,
MikeHi,
Did you create this shortcode yourself, I don’t see a reference to this in the solution from Günter above
When I read the Github avf_obfuscate_email_link filter it is intended for buttons with email links, and when I test it seems to work correctly:
This is the filter that I added to my child theme:function custom_avf_obfuscate_email_link_hex_encoding( $hex_encoding, $e_mail ) { $hex_encoding = 1; return $hex_encoding; } add_filter( 'avf_obfuscate_email_link_hex_encoding', 'custom_avf_obfuscate_email_link_hex_encoding', 10, 2 ); function custom_avf_obfuscate_email_link( $obfuscate, $e_mail ) { $obfuscate = true; return $obfuscate; } add_filter( 'avf_obfuscate_email_link', 'custom_avf_obfuscate_email_link', 10, 2 );
Try using the filter instead of your shortcode.
Best regards,
MikeHi,
I don’t think the issue is related to the code you added to the functions.php, it is because the google badge message has a min width of 300px and on very small screens, this is too large, so the solution is to use the css above.
Please give this a try.Best regards,
MikeHi,
Thanks for the feedback, I see the same issue on all three site that you linked to, perhaps you didn’t check them on very small screen sizes, under 400px.
You could add this css to all of your sites and it would help them also.Best regards,
MikeNovember 1, 2023 at 11:32 am in reply to: download of files demo enfold did not work! you might want to try reloading … #1424307Hi,
Perhaps you are getting a jQuery error for your custom lightbox script, I would need to see your site to examine, can you put it on a live server so we can examine?
Otherwise we will probably need to wait until you move to a live server so we can examine your specific issue with your custom script.Best regards,
MikeNovember 1, 2023 at 11:23 am in reply to: Enfold Theme Problem: non-JS module / ERR_CONNECTION_CLOSED #1424306Hi,
I see that you updated to PHP v8.1.24, but your PHP max input variables is still only 1k, try changing to 10k
Your PHP time limit is only 30, which is lower than before, try changing to 300
and your Max input time is only 60, try changing to 120Best regards,
MikeHi,
Glad Ismael 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,
MikeOctober 31, 2023 at 5:19 pm in reply to: Enfold Theme Problem: non-JS module / ERR_CONNECTION_CLOSED #1424261Hi,
Thanks for your feedback, on your /white-wine-weekend/ page I tried cloning your masonry gallery and added items to it, and removing items from it and I did lose the connection to the site. I see in your 301 Redirects plugin under the 404 report that /wp-admin/admin-ajax.php is listed as a 404 error, this is not normal but I’m not sure what could be the cause.
I see in your Site Health Info some of your settings are low:
try settings like this:
Perhaps this will help.Best regards,
MikeHi,
Glad Ismael 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,
MikeOctober 31, 2023 at 4:37 pm in reply to: download of files demo enfold did not work! you might want to try reloading … #1424257Hi,
Glad that this helped, as for your custom lightbox script you may need to disable the built-in lightbox script at Enfold Theme Options ▸ Lightbox Modal Window, the two scripts probably conflict with each other.
The “portfolio” items on the frontpage uses the masonry gallery element, so it will only show popup images, to change these to “single posts” you will need to change the element to the masonry element or the blog element and then create post items to show in the element.Best regards,
MikeOctober 31, 2023 at 11:32 am in reply to: download of files demo enfold did not work! you might want to try reloading … #1424234Hi,
abdouz_2000 from your screenshot it looks like you ae trying to install the demo on a localhost xamppa2, your error looks like you don’t have the PHP ZipArchive Extension installed, this is what is is called on a cPanel host, I’m not use of the settings required for xampp.
Since it looks like you tried to install the parallax demo, it is possible that the frontpage was not enabled correctly in the theme settings, please go to Enfold Theme Options ▸ Theme Options ▸ Frontpage Settings and ensure the “frontpage” was set and no option was set for the Enfold Theme Options ▸ Theme Options ▸ Where Do You Want To Display The Blog
Please note that the parallax demo only has one page, the “frontpage” and many of the images are online, so your localhost needs to have internet access.
If none of this helps, please try installing the demo on a live server and include a admin access for us to review the site, I don’t think that we can effectively guide you though settings up a localhost, as we would not have access.Best regards,
MikeHi,
Glad Ismael 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,
Envato will limit the number of times you can check in a 24 hr period, try the manual method above.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 Jorge,
Please ensure that your server has the PHP ZipArchive Extension enabled, if you are not sure try asking your web host.
If this doesn’t help, ask your web host if they are blocking our IP address, kriesi.at.
Please see our documentation for the demo import.Best regards,
MikeHi,
The built-in LayerSlider is updated when you update the theme, you can not update the LayerSlider on it’s own without purchasing a LayerSlider license, please see our documentation here. I recommend updating to the latest Enfold theme which includes the updated Layerslider to 7.9.1 and see if that helps. I see you don’t have a valid Envato private token in the theme at Enfold Theme Options ▸ Theme Update ▸ Enter a valid Envato private token try following the instructions to create a Token or you can manually update.
To manually update your version of Enfold you will need to 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,
MikeOctober 30, 2023 at 6:12 pm in reply to: OSM Leaflet Map: only one marker pop-up displaying #1424168Hi,
Thank you for the link to your site, I found that on your site when you mouse-over the map marker the pointer doesn’t change to a “pointer” it stays a “hand” I exported your map to my test page and you will see that on mouse-over the pointer changes and the popups work.
Perhaps this is a plugin conflict, I tried disabling all of your plugins except Limit Login Attempts Reloaded & WPS Hide Login I didn’t want to disable these, please give this a try. I enabled your other plugins again.
The only other difference is that your site PHP memory limit & Max input time are bothe a negative one:
and on my site they are positive numbers:
I’m not sure if this is relevant or not, try to see if you can also change these.
As for using the Gutenburg Block in the ALB, no you can not.Best regards,
MikeHi,
Nothing happens when I try to scroll on my Android device, I’m not able to scroll.
I recommend trying to not scroll when you open the burger menu, your menu is not long so it is not necessary and your visitors are probably not doing this.Best regards,
MikeHey Yaphoon,
1: to change the font size of the special heading, please use the setting in the element
2: for the table font color, try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:.main_color table caption, .main_color tr:nth-child(even), .main_color .pricing-table>li:nth-child(even), #top .main_color .avia-data-table.avia_pricing_minimal td { color: #000; }
3: to change the font colors, please use the option in the element:
4: to change the font size in the icon list element, please use the element options:
5+6: to add space above the special heading “Contact Us For More Information” and “You Might Also Like” try adding some “top padding” in 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,
Mike -
AuthorPosts