Forum Replies Created
-
AuthorPosts
-
June 12, 2024 at 11:44 am in reply to: E_ERROR on Newsbox Widget / Widget panel not working #1449011
Hi,
Glad Günter was 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 12, 2024 at 11:43 am in reply to: Image with hotspots – tooltip does not appear on mouse hover #1449009Hi,
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,
Thanks but I get the error: The username is not registered on this site please checkBest regards,
MikeHey envisageiam,
Thanks for thelink to your site, I see that your number is in the menu item with no link, so I think that you left the link field empty, try adding the phone link like this:
If this doesn’t help please include an admin login in the Private Content area so we can be of more assistance.Best regards,
MikeHi,
Try to disable all of your plugins and see if you can then edit your homepage, If this doesn’t help please include admin login in the Private Content area so we can investigate.Best regards,
MikeHi,
Thanks for the login, but it is not admin so we can’t see any of the theme settings, please update to admin.
I have asked Yigit to check again, Thank you for your patience.Best regards,
MikeHi,
When I test the font it seems to work but I don’t have a link or a image of what the font should look like so I’m not sure.
I see that your zip files have multiple fonts,
so you can either zip each one independently and then upload, or follow Guenni007’s advice here and here to create a variable font.Best regards,
MikeHi,
Yes, with the Masonry Gallery element with the Perfect Automatic Masonry option so very wide images get twice the width and very high images get twice the height:
Then Lightbox linking active so the images will open in a lightbox gallery:
then you will see:
and the lightbox will so all of the images:
Best regards,
MikeHi,
Glad to hear that this has been sorted out, it looks like a dns issue, 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 Paul,
Thank you for your support, typically this may occur if you are using an old version, we are at v5.7.1 or if you have a custom class header.php or footer.php in your child theme, please check these.
If you are unable to login to the support forum because you don’t have a activate support contract, please try going to your Theme Forest account and renew your support and then log in to the support forum and open a new thread.Best regards,
MikeHi,
Thanks for the feedback, it looks like the Dev Team is adding your request, shall we close this thread then?Best regards,
MikeHi,
Did you copy the code from the forum and not an email notification so the symbols were not converted?
Please include an admin login in the Private Content area so we can check.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,
I know that you have seen our documentation for creating the demo files, but I will post the link here again for other Mods. I have reach out to the rest of the team for recommendations, perhaps I have overlooked something.
We are all in different time zones and it is the weekend here, so it might take a day or so for some feedback, Thank you for your patience.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,
Try this css:@media only screen and (max-width: 767px) { #top #header_main .logo { width: 60px; max-width: 60px; } }
Best regards,
MikeHey northorie,
To change how may items are shown on each page go to WordPress ▸ Settings ▸ Reading ▸ Blog pages show at most and change the number:
To change the excerpt length, add this code to the end of your child theme functions.php file in Appearance ▸ Editor:add_filter('avf_postgrid_excerpt_length','avia_change_postgrid_excerpt_length', 10, 1); function avia_change_postgrid_excerpt_length($length) { $length = 60; return $length; }
Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
Please note that this is for characters including spaces, and if your posts are using manual excerpts then this won’t work, you will need to adjust the manual excerpts instead.Best regards,
MikeHey PCLSIT,
Thank you for your patience, I see that you are using version 5.6.9 but we have added many accessibility updates since then so please update to 5.7.1 and check again.
There is one issue that I believe you are referring to:
Tabs that have already been clicked receive the attribute tabindex=-1. This means that once you have selected tabs, you cannot access them again using the Tab key, as these tabs are removed from the navigation tree. Tabindex=0 should be kept.
for this you will need to use enter to open tab content when tab has focus because of the defined key behavior we loose focus.
These latest updates were for European Accessibility Act (EAA), with
https://www.w3.org/WAI/ARIA/apg/patterns/tabs/examples/tabs-manual/
https://www.w3.org/WAI/ARIA/apg/patterns/tabs/
If after updating you find that this doesn’t help please open a Feature Request with the Dev Team, as this will allow you to follow and add updates as the Dev Team reviews.
Hopefully our recent changes will address what you are seeing.Best regards,
MikeHey supermanage,
Unfortunately most browsers will not auto play the video on mobile, this is a browser limitation, this is why a fallback image is used.
You can try using the LayerSlider to show your video with autoplay and “Play Muted” enabled, see the screenshots in this threadBest regards,
MikeHey Stefan,
Please link to your page so we can review. We may be able to hide it on all pages created the same way, with the plugin if you wish, or on one specific page.Best regards,
MikeHi,
When I check in portrait view the logo and link is not overlapping, the slider seems to behind the inner-container div that holds the logo & menu, so you need to bring the slider button to the top with z-index, as pointed out above, not the whole slider as then you won’t be able to click the menu button.
unfortunately tring to override the slider z-index is not working like this:#slider-88-slide-165-layer-1 { z-index: 999 !important; }
so you need to set this inside on the slider options.
I have not used the revolution sliderI’m not sure where this setting is, perhaps you do, or try checking the revolution slider documentation.Best regards,
MikeHi,
You can also export the theme setting file and give it to your customer, so them the customer has only two files to import, the .xml for the demo content and images, and the theme settings file at Enfold Theme Options ▸ Import/Export ▸ Import Theme SettingsBest regards,
MikeHey northorie,
Thank you for the link to your site, it looks like you are using the masonry element and I believe that your shortcode is for the Reading Time WP plugin. I tested this on my demo site and found that adding this code to the end of your child theme functions.php file in Appearance ▸ Editor:function add_reading_time_to_masonry_entry($content, $entry, $config) { $reading_time_html = "<div class='reading-time'>" . do_shortcode('[rt_reading_time post_id="' . $entry['ID'] . '" label="Reading Time:" postfix="minutes" postfix_singular="minute"]') . "</div>"; $content .= $reading_time_html; return $content; } add_filter('avf_masonry_entry_content', 'add_reading_time_to_masonry_entry', 10, 3);
Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
and adding this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:.av-inner-masonry .reading-time { opacity: 0; bottom: 0; position: absolute; right: 0; } .av-inner-masonry:hover .reading-time { opacity: 1; }
will add the reading time at the bottom right corner on hover only, like this:
Best regards,
MikeHey philipbrook,
Thank you for your patience, I’m not sure that your trouble is related to the JetPack plugin, right now it is disabled but when I explore your plugins “Ni Cost Of Goods” and “WooDojo”
I get the error and crash “There has been a critical error on this website.” I also see errors from your woocommerce-sales-by-country pluginTypeError: jQuery(...).datepicker is not a function
So it looks like your site is still experiencing some conflits not related to your JetPack plugin, unfortunately it becomes very tricky when multiple plugins cause issues with each other. Perhaps if you tried enabling WP_DEBUG it will offer some clues as to what is causing these conflicts.Best regards,
MikeHey nivotechwd,
Thank you for your patience, from your other posts I understand that you plan on creating custom demos to sell. I recommend creating your demo and then exporting it in: WordPress ▸ Tools ▸ Export ▸ All content this will give you a .xml file, and this is the file that you can give to your customers for them to import at WordPress ▸ Tools ▸ Import this will be the easiest for your customers.
The Enfold demo uses this function to import the buit-in demos. You can not override the register-demo-import.php in a child theme.
After you create the .xml file you should note that when your customer imports the demo with this file it will call the images from your original demo url, so unless you plan on leaving this online for your customers to review, I recommend copying the images in the same structure to a online storage and then open the .xml file with VScode and change the urls to your new location, either your server or github or whatever.
I hope this makes sense.Best regards,
MikeJune 9, 2024 at 1:37 pm in reply to: Updating PHP from 7.3 breaks WP with this Enfold on InMotion WHM #1448710Hi,
Thank you for your patience, but the login to your site doesn’t work.
I noticed that when I updated the PHP version from 7.4 to 8 that the same PHP Extensions were not enabled by default, perhaps this is what you are experiencing, try reviewing what PHP Extensions are enabled on your host compared with when you are using 7.3
These are what are enabled on my server for PHP v8.1 and it runs without errors.
Best regards,
MikeHey nicolealbaek,
Sometimes this is caused by the PHP ZipArchive Extension not enabled on the server, other times it is due to the WebHost has blocked our IP so the install can’t get the files (OVH) unfortunately OVH has told users they will not whitelist our IP.
If you are using OVH try installing the demo on a localhost and then use the Duplicator plugin to move to your webhost.
If the is not your case try following our documentation to manually install the demo, but please note that this still gets the files via the WordPress import xml file from our IP, so if your webhost has blocked our IP this won’t help.Best regards,
Mike -
AuthorPosts