Forum Replies Created
-
AuthorPosts
-
February 16, 2021 at 12:55 pm in reply to: Images metadata lost in Enfolds generated images #1281310
Hi,
Glad to hear that you got the ImageMagick working. WordPress creates the images when you upload them, Enfold hooks into the same WordPress function and asks WordPress to create the additional “Enfold” sizes. Enfold doesn’t do this on it’s own.
I don’t have any experience with ImageMagick so I don’t know if ImageMagick uses more resources or not or what it’s advanced settings are.
I would recommend seeking out advice from an ImageMagick on WordPress expert, as in a freelancer, since ImageMagick is not used by WordPress by default researching into this further is beyond the scope of our support.
As for the link about adding “noindex” to all of your WordPress created images (thumbnails), to me this seems like a bad idea, but naturally, you are free to experiment with this on your site. The post suggests that you place the code posted in your .htaccess file.Best regards,
MikeFebruary 15, 2021 at 3:12 pm in reply to: Fullscreen Slider – Continue Automatic Rotation After Click #1280558Hey vantagepointmg,
Sorry for the very late reply and thanks for the link. To allow the slider to contenue sliding after screen interaction please edit this file:\wp-content\themes\enfold\config-templatebuilder\avia-shortcodes\slideshow\slideshow.js
on lines 1031 & 1039 you will find:this._stopSlideshow();
please comment out like this://this._stopSlideshow();
and then clear your browser cache and any cache plugin, and check.
If you don’t feel comfortable doing this, please include FTP & admin access in the Private Content area and we could assist.Best regards,
MikeHey Arend,
Sorry for the very late reply, I believe our new version will help you in this direction. We are introducing new features Theme Extensions & Custom Element Templates, I don’t believe we have a post about this yet, but this is the option text:Custom Element Templates
Create your custom ALB element templates from existing ALB elements with fixed styling and content. You can use these custom elements as base for your elements when creating your pages. Changes to these custom element templates will be used in the elements based on these templates.
Activate and select who is allowed to create and edit custom element templatesSo I believe this helps with the issue of your client’s editing elements, I don’t use ACF, but I believe that you will be able to enter act with the content just as you currently can with ACF.
We expect the update to be available soon, and then you can examine it to see if it helps.Best regards,
MikeHey Martijn,
Sorry for the very late reply, please try editing this file:
\wp-content\themes\enfold\framework\js\conditional_load\avia_google_maps_api.js
on line 288 you will find:animation: google.maps.Animation.BOUNCE,
please try adding two forward slashes like this://animation: google.maps.Animation.BOUNCE,
this will deactivate it, then clear your browser cache and any cache plugin, and check.
If you don’t feel comfortable doing this, please include FTP and admin access in the Private Content area and we could assist.Best regards,
MikeHi,
Sorry for the very late reply and thanks for the login and link, I tested your masonry element in Chrome, Firefox, and Edge (on Windows) and what I notice is that your masonry element “waits” before loading the element (images) and it is given the class av-js-disabled, after the “wait” the class is removed and the element shows. I thought this was related to the “Lazy Load” option, but your theme options are not showing the option:
Since I don’t see any “Lazy Load” plugin that could conflict with the theme, I’m thinking it’s an add-on feature to some plugin like your caching plugin, or perhaps you updated the theme manually via FTP and you tried to “overwrite” the theme folder with the new version, if this is the case, then old files were left behind and are causing this error.The easiest and safest way to update via ftp is to download the newest version from Theme Forest and rename your current theme folder to “enfold-old” via ftp then upload the new “enfold” folder and check that your site is working correctly.
Should for some reason you wish to roll-back to the old version, it’s easy to do, simply rename the new “enfold” folder to “enfold-new” via ftp and then rename “enfold-old” to “enfold” then refresh your page.
Once you are happy you can delete the “enfold-old” folder via ftp, (not the WP theme page)
Please don’t try to overwrite the theme folder, as this will leave old files behind and cause errors.Please note that the default directory name for the theme is “enfold”, I note that you have two Enfold themes installed, and I’m not sure what the actual directory names are for these, so perhaps you could let us know before you try this just to ensure there is not a strange directory structure.
Best regards,
MikeHey 118group,
Sorry for the very late reply, this issue has been corrected in the next release v4.8, we expect this release to be available soon.
If you include FTP access in the Private Content area we could upload the beta version of 4.8, but if you can wait for the update with the official release, it would probably be better.Best regards,
MikeHi,
Sorry for the very late reply and thanks for the login. So on your page, the image on the right has 3 lightboxs on click, the one built into Enfold, mfp, and then there are two more but I’m not sure which plugins they belong to,
TB_window
lg-outer
So to disable mfp you could disable Enfold Theme Options > Lightbox Modal Window or you could try css like:div[class*="mfp"] { display: none !important; }
or to hide two of them, try this css:
div[class*="mfp"], div[id*="TB_"]{ display: none !important; visibility: hidden !important; opacity: 0 !important; }
but if you are using two other plugins with lightboxes, you may run into other issues.
Best regards,
MikeHi,
Thank you, I’m happy to help :)
Cool, content breaks the countdown, so I exported your content to my localhost and on your homepage on my localhost the count down didn’t work, so I started making changes and it would solve the count down, then I would do the same thing on your site and it would not work?
So some of the rabbit holes were:
disabling the equal height on the columns
removing the countdown, saving and going to the frontend, and then adding it again
removing all of the other elements, the footer, etc.
I also tried to figure out why a single count down element on a test page by itself still works on my localhost, even after the content import, but not on your site… no luck though.
(I put it all back the way it was)
I will try some more tests and let you know.Best regards,
MikeHi,
Sorry for the very late reply, in the Enfold theme the Roboto font is actually written as roboto, for example, if you want to only have this one product woocommerce tabs have this font, please try this css:#top.single-product #wrap_all #product-1008 .woocommerce-tabs p { font-family: 'roboto' !important; }
if you want the whole product part of the page to have this font, try:
#top.single-product #wrap_all #product-1008 * { font-family: 'roboto' !important; }
If this don’t seem to work please ensure your cache is cleared and try placing in the WordPress > Customize > Additional CSS field, it has the highest priority.
Best regards,
Mike-
This reply was modified 4 years, 5 months ago by
Mike. Reason: removed image
Hi,
Sorry for the very late reply and thanks for the login, we can replace the logo image on scroll with this function, try adding this code to the end of your functions.php file in Appearance > Editor:function custom_script() { ?> <script> (function ($) { $(window).scroll(function() { var width = $(window).width(), height = $(window).height(); var scroll = $(window).scrollTop(); if (scroll > 20 && width >= 1440) { $('.logo a').find( 'img' ).attr('src', 'https://your-full-url.com/wp-content/uploads/2021/01/2nd-logo.png'); } else { $('.logo a').find( 'img' ).attr('src', 'https://your-full-url.com/wp-content/uploads/2021/01/logofinale.svg'); } }); })(jQuery); </script> <?php } add_action('wp_footer', 'custom_script');
In the code you will note that it fires after a 20px scroll, which you can adjust, and it only occurs on screens larger than 1440px, this is because I’m not sure how you want to address this for mobile.
Also please correct the url in the code, I was not sure if you wanted your domain posted.
Please give this a try.Best regards,
MikeFebruary 14, 2021 at 5:41 pm in reply to: HTML tags in Woocommerce product-list are not rendered #1280428Hi,
Sorry for the very late reply and thanks for the screenshots and login, I tested addingKartoffelstampf getrüffelt<sup>6,7</sup>
as a product on my localhost and I see that the <sup> is removed from the catalog list. This is most likely due to the wpautop filter used to remove html tags from fields which often brake elements.
I tried to find if and where this was added by WordPress, Enfold, or Woocommerce but I didn’t find the exact line of code.
But I did find that if you add the text to the Product short description it shows the tags in the catalog list instead of the content
So even though the same text is in the backend twice, the content block at the top of the product page and in the Product short description at the bottom of the product page, only the short description is shown in the catalog list.
On the actual product page, the short description is shown below the title, along with in the description:
So if you don’t want the short description to show on the product page you can add this css to your Quick CSS:.single-product .woocommerce-product-details__short-description { display: none; }
Please give this a try.
Best regards,
MikeHi,
I researched this further and found that the default image editor for WordPress is GD and according to WordPress “GD always strips profiles by default“, so since version 4.5 WordPress created a filter to use with Imagick (ImageMagick) to retain the EXIF/IPTC metadata.add_filter ('image_strip_meta', false);
So you will need to ask your webhost to enable Imagick (ImageMagick) in your PHP, and then WordPress will start using it when it creates your different media sizes.
Another option might be this plugin: ImageMagick Engine, but try asking your webhost first.Best regards,
MikeHi,
Perhaps, I also note that your test site doesn’t seem to have your child theme. Try exporting to your test site at WordPress > Tools > Export > All content and add your child theme to see if that still works.
When you installed WordPress originally for your live site, is there a chance that the install was for a special version of WordPress, such as an “optimized” or a special branded “version”? I ask because some webhosts will offer these “special” versions.
Is there a chance that the version of WordPress that you installed on the test site was the “official” version? Perhaps reinstalling WordPress on your live site would help?
I would recommend trying to export first because if that fails on the test site then it would point to something in the database.Best regards,
MikeFebruary 14, 2021 at 1:40 pm in reply to: Enfold: Blätterfunktion von Seite 2 + 3 zurück auf Seite 1 funktioniert nicht #1280412Hi,
Thank you for the login, I adjusted the enfold > framework > php > function-set-avia-frontend.php file as in this solution, and now the pagination is correct. When you update to the next version this correction will be included so no additional steps should be needed.
Please clear your browser cache and check.— Translated with Google —
Vielen Dank für die Anmeldung. Ich habe die Datei enfold> framework> php> function-set-avia-frontend.php wie in dieser Lösung angepasst und jetzt ist die Paginierung korrekt. Wenn Sie auf die nächste Version aktualisieren, wird diese Korrektur berücksichtigt, sodass keine zusätzlichen Schritte erforderlich sind.
Bitte leeren Sie Ihren Browser-Cache und überprüfen Sie.Best regards,
MikeHi,
Well, that is good news, so on the same server, on a different install, the latest Enfold and The Events Calendar plugin work correctly, so I take it that the only difference is the plugins, which is odd because we disabled the plugins on your non-working site, and that seems to be the only difference between the two, correct?Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)Best regards,
MikeHi,
Sorry for the very late reply, to add a “read more” link to your masonry elements you can use this script./* Add a "read more" link" to masonry elements */ function ava_custom_script_mod(){ ?> <script> (function($){ $(window).on('av-height-change', function() { $('.av-masonry-entry').each(function() { var more = $(this).find('.av-masonry-read-more'); var cont = $(this).find('.av-masonry-entry-content'); if( more.length == 1 ) return; cont.append('<div class="av-masonry-read-more">Read more</div>'); }); }); })(jQuery); </script> <?php } add_action('wp_footer', 'ava_custom_script_mod');
This doesn’t effect the masonry gallery element because it doesn’t include the av-masonry-entry-content class.
Best regards,
MikeHi,
Sorry for the late reply, I disabled the previous css and added this css:.single-post #main > .container_wrap_first > .container { background-color: #fff; }
Now your homepage and the “other pages” are looking correct, please clear your browser cache and check.
Best regards,
MikeHi,
Thanks for trying, I will ask for other ideas, but I feel that it is somehow related to your server, but I don’t know how.
I base this on testing on two live servers and my localhost, and these worked correctly, yet I don’t see any difference between these and yours.Best regards,
MikeFebruary 13, 2021 at 10:55 pm in reply to: Logo on the left and large menu on the top right #1280332Hi,
Sorry for the very late reply, and thanks for the screenshot, sorry I misunderstood about the main menu location.
I was going to try again but the login is not working and the site seems to be in maintenance mode. Please check.Best regards,
MikeFebruary 13, 2021 at 10:47 pm in reply to: Blog feature does not work on Enfold Theme with BigCommerce Headless active. #1280331Hi,
Sorry for the very late reply and thanks for the login, I was not able to edit your “News” page due to this error:
The site is experiencing technical difficulties. Please check your site admin email inbox for instructions.
Failed to load resource: the server responded with a status of 500 ()
I also got a 500 error when I tried to save a test page with a “post slider”, I also tested another test page with a text element and it saved until I added a masonry element which caused the same error as your “News” page.
I tested the BigCommerce plugin on my localhost and received a different error pointing to our built-in function for Woocommerce, and after some more research I found this thread, which points to this function on line 1166 in the\wp-content\themes\enfold\config-templatebuilder\avia-shortcodes\postslider\postslider.php
file:if( function_exists( 'WC' ) ) { avia_wc_clear_catalog_ordering_args_filters(); $avia_config['woocommerce']['disable_sorting_options'] = false; }
On my localhost I commented this line out like this and the element now works:
/* if( function_exists( 'WC' ) ) { avia_wc_clear_catalog_ordering_args_filters(); $avia_config['woocommerce']['disable_sorting_options'] = false; } */
You can try this as a temporary solution, but note that each ALB element may have this block, such as the masonry element, so this line would also need to be commented out for those elements to also work.
So this is good news because in the linked thread that points this issue out the customer didn’t get back to us with info from the BigCommerce plugin, perhaps if you ask BigCommerce they have seen other themes with woocommerce checks and have a working function already.
If it turns out that they do I can submit it to the dev team to be added to Enfold.Best regards,
MikeFebruary 13, 2021 at 1:54 pm in reply to: several items highlighting on mouse over in a mega menu #1280255Hi,
Sorry for the very late reply and thanks for the login, I tested the different Enfold settings on my localhost and found that to have the small featured image next to the excerpt, like this:
you need to have the sidebar enabled on the blog page at: Enfold Theme Options > Sidebar Settings > Page Sidebar navigation > Sidebar on Blog Page
The full layout looks like this:
I enabled the sidebar on your site to enable this layout, and I had to disable this css in your Quick CSS to show the featured image:.blog-meta .small-preview { display: none; }
While this works, your posts looked different so I put the settings back. Please try this yourself.
Best regards,
MikeHi,
Sorry for the late reply and thanks for the image and links. So I tested this on a clean WordPress install without Enfold, and I find that the original image you upload contains the “IPTC” data, but for every thumbnail that WordPress creates the “IPTC” data is not included.
WordPress original image:
https://getpmd.iptc.org/getpmd/html/stds/ipmd/?imgurl=https://savvyify.com/enfold/wp-content/uploads/2021/02/B7B3282.jpg
WordPress created image:
https://getpmd.iptc.org/getpmd/html/stds/ipmd/?imgurl=https://savvyify.com/enfold/wp-content/uploads/2021/02/B7B3282-1024×683.jpg
So this explains why you are having this issue, your two links above are pointing to one original and one thumbnail, aka WordPress created image.
Since WordPress doesn’t offer this functionality and Enfold doesn’t add it, I would recommend looking for a plugin.
I also notice that the “IPTC” data is not easily available in image software (on Windows) only EXIF is shown in my software.Best regards,
MikeHi,
Good idea, the dev team also suggests this. Please note, don’t try to overwrite the theme folder, as this will leave old files behind and cause errors.
The easiest and safest way to do this is to download the newest version from Theme Forest and rename your current parent theme folder to “enfold-old” via ftp then upload the new “enfold” folder via ftp and check that your site is working correctly.
Should for some reason you wish to roll-back to the old version, it’s easy to do, simply rename the new “enfold” folder to “enfold-new” via ftp and then rename “enfold-old” to “enfold” then refresh your page.
Once you are happy you can delete the “enfold-old” folder via ftp, (not the WP theme page).The idea is WordPress is looking for the installed theme “enfold” and changing the folder to “enfold-anything” via ftp, makes WordPress look for a new “enfold” folder, which you are uploading via ftp.
Best regards,
MikeHi,
1: Glad to hear.
2: Thanks for the screenshot, I note the your category options page includes a “custom permalink” option that I don’t have in my install:
So I believe this option is added by a plugin, please try disabling to see if the category links work correctly.
When you click on a blog post category it aggregates all posts with the same category, but post categories and product categories do not belong to the same category. Posts, Pages, Products, Portfolios, etc, are all different “post types” and do not share categories.
I hope this makes sense.
3: Yes, you can create a specific tag in Woocomerce for products, then if you choose this in the element it will only show these.Best regards,
MikeHi,
Thank you, unfortunately, I was not able to figure out why the countdown is not showing. I have asked the rest of the team for suggestions to what could be causing this.
Thank you for your patience.Best regards,
MikeFebruary 10, 2021 at 2:42 pm in reply to: several items highlighting on mouse over in a mega menu #1279476Hi,
Thanks for the link to your site, first lets step back and review your use of “automated”, so if you mean that you want something “automated” that will scan all of the links in your mega-menu and then match all of the ones that link to the same page, which could be many different links, and then highlight them all when one of them has mouseover.
To do this automatically without manually adding a unique class to each of the menu items for each of the matching links will require more customization than we can offer within our support scope.
But if, lets say, that you want all of the links to /the-art-of-repair/ to be highlighted when one has mouseover, and you manually add the class “same” to all of the menu items with links to that page, then we probably can make this work. If in this case to want the links to another page to behave the same, you would then create a second custom class, such as “sames”, and manually add these to the menu items.
The difference between the two is that in the first example the script scans and matches the menu links based on url, in the second example you are manually marking (identifying) which links are the same by adding the custom class.
So when you say “automated” I’m thinking of a “hands-off” approach, as in the first example, and this would be much more involved than what we can assist here.
I would also like to explain what you are seeing in the menu when you are on the /the-art-of-repair/ page, all of the menu items that link to the current page (the page you are on) have the “current-menu-item” class, automatically based on the current url, once the class is added the css does it’s job.
But there is no class added to the menu items when on a different page, so there is nothing for the css rules to work on.
I hope that explains what you are seeing and how it relates to the over-all menu function.So assuming that we will move forward with the second example where you will manually add the custom class “same” to all of the menu items that link to /the-art-of-repair/ page, when I check your mega-menu all of the items in the first column have the class “same”, but only one of these link to the /the-art-of-repair/ page, so you will need to adjust these, removing the custom class from all items except the ones linking to /the-art-of-repair/
Best regards,
MikeHi,
Can you post a link to a test image with IPTC-data and post what the IPTC-data is so I can test this?Best regards,
MikeHi,
Thanks for your feedback, to change the width of the footer & socket only on the homepage, please try this css:.home #footer > .container, .home #socket > .container { max-width: 1310px !important; padding: 0 !important; }
I see that you are using the ID styles, #styles, in a few of your color sections for your css, and while this works, I recommend changing these to a custom class because repeating the same ID on the same page can lead to other issues.
To add the background to the posts only try this css:.single-post #main > .container_wrap_first { background-image: url(https://jmcwebdesign.nl/switch/wp-content/uploads/2021/02/canvas.png); }
Best regards,
Mike -
This reply was modified 4 years, 5 months ago by
-
AuthorPosts