Forum Replies Created
-
AuthorPosts
-
Hi,
Thank you for the feedback, for your issue about your title and breadcrumbs showing on some transactions, the short answer is yes, you do need to make these changes for each of the translations in the theme options. When looking at your theme settings, while you are using the WPML plugin, you will notice a language selector at the top left in the theme options panel:

when this is on a specific language then the settings are for only that language, but in the admin toolbar there is the option to select all languages, when you use this you can edit all of the languages at once.

Please note that your current title & breadcrumb settings, for the translated pages, seem to be set to “Enfold options”, which means that you can set this in your theme options and it will affect all of your pages, doing this will also set this for future pages so you won’t have to make this change again in the future.As for your WPML language selector text, I found the correct setting in the WPML plugin and enabled it for you:


Please clear your browser cache and check.Best regards,
MikeHi,
Sorry for the late reply, so for number 2 you said: “I disable the plugin but all the pages that were created with the permalinks plugin don’t load.” this sounds like the customization to the permalinks will need to be adjusted for these pages, you can edit the links in the editor below the title for the page or post.
As for the “WooCommerce Advanced Product Labels” plugin, I’m not sure if it works correctly, but I did find this thread that pointed to it may not fully work.
As for the “Sale” icon at the Enfold Shop demo, I believe this is a woocommerce default option, no other plugins are used to create this.
As for the single product item linked below, is this what you want to add above the product?

If so my recommendation would be to create a shortcode for the html that creates this element, it looks like bootstrap html to me, and then inject this with jQuery above the single product content.
Will this same “homepage-grid-banner” be used for all products, or will each one be different?Best regards,
MikeHi,
Thanks for the login, the way the gallery next/prev click operates with your current settings is: on the page load no gallery item is assigned as the “active” item, so on the first next/prev click the first item is assigned as “active”, then on the next click(s) the “active” class is assigned to the next item, and so on.
But because there is no visual cue that there has been a change and there are 5 items showing, it takes a few clicks to move the “active” item far enough to move the row of items as a visual cue.
To demonstrate this, please try adding this css to your Quick CSS, it creates a gold border around the “active” item:.av-horizontal-gallery-wrap.av-active-gal-item { border: solid 5px gold; }
So, you could use the Active Image Style and/or Initial Active Image options in the gallery element:

With the Active Image Style, you could make the active image larger, as a visual cue.
With Initial Active Image you can pick which item gets set first as the active item, choosing “3” should help your situation.
I hope this helps explain what is going on and some options you can incorporate into your design.Best regards,
MikeHi,
@Almahabitat gracias por el enlace a su sitio, veo que el texto en el campo de derechos de autor está centrado en el móvil, pero su menú de pie de página no lo está, el siguiente CSS ayudará, pero la longitud de los elementos del menú no permite la primera línea. competir.

Pruebe este código en el campo Estilo general> CSS rápido o en el campo WordPress> Personalizar> CSS adicional :#socket .sub_menu_socket li { float: none !important; display: inline-block !important; margin: auto !important; } #socket .sub_menu_socket { margin: auto !important; } ul#avia3-menu { margin: 0 !important; text-align: center !important; }— Translated with Google —
@Almahabitat thank you for the link to your site, I see that the text in the copyright field is centered on mobile, but your footer menu is not, the following css will help but the length of the menu items do not allow the first line to compete.

Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:#socket .sub_menu_socket li { float: none !important; display: inline-block !important; margin: auto !important; } #socket .sub_menu_socket { margin: auto !important; } ul#avia3-menu { margin: 0 !important; text-align: center !important; }Best regards,
MikeHi,
Thanks, I was trying to point out above that I believe “posts” are at the top, so there is not a “level up from posts”.
I believe the ACF data is stored in the “posts” in the database
Glad that you found the Toolset plugin, this has been around for a long time, before Gutenberg, so I’m sure it still works with the Classic Editor, if that is what you are using. While I have heard of Toolset, and seen other clients using it with Enfold, I don’t use it so I have limited knowledge of it.
But I believe you were pointing to the video because it demonstrates how datasets can be picked and used within the Toolset page builder, and this is nice, but I would point out that what the Toolset is doing is creating a CPT and displaying it’s “posts”, while they are called “Team Members” they are actually “posts” in the WP structure.
This is the same as the “portfolio” items in Enfold.
I point this out because the relationship between current “posts” and how the Enfold elements display them is the same.
The ACF plugin does the same function as the built-in WP custom fields, just much nicer.
So what I’m trying to say is that with your request to “build one central template that gets filled by the entered data in a post […] so the client(s) cannot mess up the design”
is the same process as how WP posts are displayed on a page built with the ALB, once the page is created it is a “template” that doesn’t ever need to be edited again, editing the posts changes the content.
For example, many years ago I helped set up a homepage with 3 “blocks” of content, each block was actually a post in the backend that they would edit, but never the actual “homepage”.
So I’m thinking that you can use the ACF to setup a backend “form”, which is actually a post backend that looks like your form, then this post is shown by the ALB on the frontend.
If you want to create a CPT so the word “post” in the backend is custom to your site, like “widgets” or “portfolios”, you can do that, and you can register it with Enfold so the CPT can be picked in the elements.Best regards,
MikeHi,
Ok, I tested the masonry element in the Enfold 2017 Demo, and used the script above and the “read more” link shows in theav-masonry-entry-content entry-contentdiv above theav-masonry-datediv:

and so there is no overlap.
Theav-masonry-entry isotope-itemdiv is the actual masonry item div and it has no margin or padding.
It sounds like you have other custom css that is displacing the inner elements, try removing your custom css and see if it looks similar to my screenshot above.
Another option would be for you to create another local instance using the 2017 Demo, to achieve the result above, and then you can test and examine the difference between your two sites and how to implement this on your site.
Please note, that I do not mean for you to import the 2017 Demo into your current working localhost site, this would overwrite your site, you would need to create a new WP localhost site.Best regards,
MikeFebruary 18, 2021 at 3:17 pm in reply to: Feature req.: Select individual WC products in Product grid to insert into pages #1282002Hi,
Thank you for the feedback your explanation helps, I recently helped someone who wanted a specific “highlighted” product in each post which they would manually add via a woocommerce shortcode with a specific product ID, in this thread the direct woocommerce shortcode was a better solution than the ALB shortcode. This sounds like what you are describing.
So specificly, is it the layout of the masonry element, as in what the css is doing, or is it the control of the content that is the appeal of the masonry element in your case?
If it is the control of the content, then the power of the element is in that it can query the database and display a filtered result, based on a relationship, in this case “tags or categories”, but specifying a specific post ID for the element to show seems like it is not using the query and is only a container for the css.I bring this up because I envision the backend of the masonry element with a specific post field to enter multiple IDs to show, but in a broad use of the element these multiple IDs probably belong to a “group” (tags & categories) anyways.
*I understand that you don’t want to use tags or categories, but if a query is used then a relationship would need to be created.So I’m happy to submit a feature request to allow specific item IDs in the masonry element, the main issue I see for the “product” example is that the woocommerce shortcodes does this now, not counting the “layout” (css). Did I miss something else?
Best regards,
MikeHi,
Thanks, I feel like I get the sense of what you are saying, but I can’t quite put my finger on it.
So as I understand, ACF would be the raw data (text, posts), which clients can edit or create, ALB would be the design that clients can not touch. Perfect 👍
So my thinking is that this sounds like the ACF should be a custom post type (CPT) so it is the content, and ALB would be the design.
My thinking is that the default WP “post” is at the top of the dataset, within the WP structure, it is meant to be the raw data, and WP gives the ability to create a new “post” type, and from my understanding, as a non-user, ACF is custom fields within any post type, so if the “post” is the top of the dataset, ACF is one step down adding content to the “post” type.
Currently, within the theme you can lock the ALB and lock it from other admins, so the layout can not be changed, but perhaps the best approach would be to make the clients an “Author” so they can only edit their own posts and no pages or layouts.
Or you can create a new user role with custom abilities.
So I’m thinking that a combination of CPT & ACF & user roles is the solution?Here is a post about the new feature above, I don’t think it applies to your request, but I figured I’d link to it since I brought it up earlier.
Best regards,
MikeHi,
Glad to hear that helped, I don’t find any reference to “read more” being added to masonry items, and as I’m sure you have noted, the masonry element only offers:
Display Title and Excerpt
Display Title
Display Excerpt
Display NeitherSo we could continue with the above solution, or I can submit a feature request to add “Read More” to the masonry element.
If you would like to continue with the above solution, then it would help me if you would post a link to your test page, adjusting padding and margin should be easy to do, but not by removing a class, by adding css.
I see above you don’t seem to want to post your link, but there are many theme settings that change the layout even in the same demo, so while I can adjust this on my localhost, typically this doesn’t always translate exactly to the customer’s (your) site.
I hope that makes sense.Best regards,
MikeHi,
Yes, I do imagine that the WordPress dev team knows about this, since they are the ones that put this into their documentation, and created a way to use the ImageMagick instead of GD.
But as far as why WordPress would choose GD as the default script (program) over ImageMagick, I’m not 100% sure, but I guess that it has to do with licensing, or that WordPress doesn’t ship with ImageMagick and to use it is depending on if your server has it installed,.. or both?
I’m sure that somewhere the WordPress dev team explained the reason, but I didn’t find it. You could try going to Make WordPress Core and ask them.Best regards,
MikeHi,
Sorry for the late reply and thanks for the login, so I added this css:#top.home #header.av_header_transparency .menu-item-top-level > a { height: 50px !important; line-height: 50px !important; }and I adjusted this css from “181px” to “50px”:
#top.home #header.av_header_transparency .main_menu ul:first-child >li > ul, #top #header.av_header_transparency .main_menu .avia_mega_div > .sub-menu { top: 50px !important; }Now the main menu items before page scroll, are near the top, similar to your mockup, and after page scroll the main menu item are centered to the logo image and menu container.
Please see the screenshot in the Private Content area.
Please clear your browser cache and check.Best regards,
MikeFebruary 16, 2021 at 2:42 pm in reply to: Blog feature does not work on Enfold Theme with BigCommerce Headless active. #1281349Hi,
Thank you for the feedback, I would not think that you would get this error again after commenting out these lines, at least I didn’t on my localhost, please check if your webhost has object caching, if so please try disabling this on the server.Best regards,
MikeHi,
Thanks for linking to the demo site, from the examples when you click in the input field the “placeholder” text is moved to the top of the field with javascript. So it makes sense that your javascript error is preventing this animation from occuring. Currently your site is still serving cached files, please try disabling all of your caching and minifying, there is a good chance that your caching is serving the error.
In my experience with W3, simply disabling it on the plugin page works well, then when it is re-enabled it will remember it’s settings.Best regards,
MikeFebruary 16, 2021 at 1:56 pm in reply to: Fullscreen Slider – Continue Automatic Rotation After Click #1281323Hi,
Thank you for the login, I edited the file and cleared your Autoptimize and Enfold minifying cache and now the slider keeps sliding after the screen interaction.
Please clear your browser cache and check.Best regards,
MikeFebruary 16, 2021 at 12:55 pm in reply to: Images metadata lost in Enfolds generated images #1281310Hi,
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, 11 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,
Mike -
This reply was modified 4 years, 11 months ago by
-
AuthorPosts
