Forum Replies Created
-
AuthorPosts
-
Hey Lissasan,
Thank you for using Enfold.
How did you manage to display the product category description? Did you edit any files? The description should not be displaying by default.
Best regards,
IsmaelHi,
We enabled the header widget back and added the following css code on the Quick CSS field.
#header .custom-html-widget #ajaxsearchlite1 { width: 300px; left: 300px; }It still requires a few css adjustment.
Best regards,
IsmaelHi,
Thanks for the update.
The warning or notice above the site is not critical. It’s just looking for a custom icon font file that doesn’t exist. The site still loads. I remove the custom font from the “Iconfont Manager” to get rid of the warning.
Best regards,
IsmaelHi,
You have to add that code in the functions.php file. Did you convert the video to MP4? You can’t use vimeo if you want to implement the mute/unmute button.
Best regards,
IsmaelHi,
Thanks for the update.
We enabled the debug mode and removed the space between button shortcodes manually. The < br > tags should not be generated automatically now.
Best regards,
IsmaelHi,
The size of the background image (1280x130px) is still smaller than the actual logo/header container. It isn’t blurry when you check the site on smaller screens. Please upload a larger image (1600x200px).
Best regards,
IsmaelHi,
Thanks for the update.
Did you create a test page? I can’t reproduce the issue on the previous page anymore.
Best regards,
IsmaelHi,
No problem! Glad we could help!
Please take a moment to review our theme and show your support https://themeforest.net/downloads
Don’t forget to bookmark Enfold Documentation for future reference.Thank you for using Enfold :)
Best regards,
IsmaelHi,
I don’t need the translation, because I’m doing that by myself.
I’m not sure I follow. Are you trying to create a multilingual or multilanguage site?
// https://codex.wordpress.org/Multilingual_WordPress
// http://www.wpbeginner.com/beginners-guide/how-to-easily-create-a-multilingual-wordpress-site/Please provide a link to the site so that we can see the setup.
Best regards,
IsmaelHi,
Awesome! -Glad we could help!
Please take a moment to review our theme and show your support https://themeforest.net/downloads
Don’t forget to bookmark Enfold Documentation for future reference.Thank you for using Enfold :)
Best regards,
IsmaelHi,
No problem. Please feel free to open a new thread if you need anything else. :)
Have a nice day! :)
Best regards,
IsmaelHi,
The blog doesn’t show the full content,
You can’t display the full content when “Grid Layout” is activated. You can only display excerpts. Please choose another blog layout.
Best regards,
IsmaelHi,
At least i need Buttons instead of Text-Links
What do you mean by “text-links”? Please provide a link to a grouped product. We would like to check it.
some scripting for my quickview-case.
I’m not familiar with the “quickview-case” plugin, unfortunately. Please contact the author for additional help.
Best regards,
IsmaelHi,
Great! Glad we could help!
Please take a moment to review our theme and show your support https://themeforest.net/downloads
Don’t forget to bookmark Enfold Documentation for future reference.Thank you for using Enfold :)
Best regards,
IsmaelJune 29, 2018 at 11:28 am in reply to: Stretched Layout come content is not streched to fullwidth #979273Hi,
Awesome! Glad we could help!
Please take a moment to review our theme and show your support https://themeforest.net/downloads
Don’t forget to bookmark Enfold Documentation for future reference.Thank you for using Enfold :)
Best regards,
IsmaelHi,
I’m not so sure about that, unfortunately. It might affect the ranking because the structure of the pages and posts will change. It’s inevitable when you transfer an existing installation to a different theme.
Best regards,
IsmaelJune 29, 2018 at 11:24 am in reply to: Lightbox of Composite product (woocommerce) plugin bugs inside Enfold theme #979269Hi,
Awesome! Glad we could help!
Please take a moment to review our theme and show your support https://themeforest.net/downloads
Don’t forget to bookmark Enfold Documentation for future reference.Thank you for using Enfold :)
Best regards,
IsmaelHi,
Awesome! Glad that you figured it out. :)
Please take a moment to review our theme and show your support https://themeforest.net/downloads
Don’t forget to bookmark Enfold Documentation for future reference.Thank you for using Enfold :)
Best regards,
IsmaelHi,
I adjusted the “Order by” parameter from “name” to”title”. The ordering is more accurate when it is set to “title”.
Best regards,
IsmaelHi,
Great! Please feel free to open a new thread if you need anything else. :)
Best regards,
IsmaelHi,
Is it working when you remove that particular css code? Please provide a link to the page with the non-transparent headers.
Best regards,
IsmaelHi,
The same filter works on my end. Please copy it directly from the forum and not from your email.
Best regards,
IsmaelHey kMistDesign,
Thank you for using Enfold.
These filters should help you adjust the datepicker format.
add_filter('avf_datepicker_dateformat', 'new_date_format'); function new_date_format() { $date_format = "mm / dd / yy"; return $date_format; } add_filter('avf_datepicker_date_placeholder', 'new_date_placeholder'); function new_date_placeholder() { $placeholder = "MM/DD/YY"; return $placeholder; }Just add it in the functions.php file.
Best regards,
IsmaelJune 28, 2018 at 5:13 am in reply to: Partner Logo – when I add links the round icons now have a white box behind them #978724Hi,
Thank you for using Enfold.
This css code should set slide image background to transparent.
.main_color .avia-content-slider .slide-image { background: transparent; }Best regards,
IsmaelHi,
Alright. Let us know when you found a solution. The theme automatically switches to mobile menu on smaller screens and it looks almost the same as the mobile version of the Quad menu.
Best regards,
IsmaelHey fabiomagliozzi,
Thank you for using Enfold.
You should not lose any content because they’re saved in the database unless there are custom modifications made on the previous theme that we don’t know of. Nevertheless, you should first create a backup or a restore point in case something goes wrong during the transition.
Best regards,
IsmaelHey Sam,
Thank you for using Enfold.
Add a custom link at the very end of the main menu and then set the “Menu Style” settings to “Button Style”.
Best regards,
IsmaelHey Eefke,
Thank you for using Enfold.
Yes, this is possible with a third party plugin. You can choose between W P M L or Polylang.
// https://wpml.org
// https://wordpress.org/plugins/polylang/These plugins enables you to translate the default language to another. Refer to their respective documentation for more info.
Best regards,
IsmaelJune 28, 2018 at 4:59 am in reply to: Lightbox of Composite product (woocommerce) plugin bugs inside Enfold theme #978716Hey Michel,
Thank you for using Enfold.
How can we reproduce the issue? The lightbox still works when I click on the product options. You may need to re-initialize the lightbox whenever you change the options. Please ask the plugin developer if there’s a special js event that we can hook into when a product option is changed.
//activates the prettyphoto lightbox if($.fn.avia_activate_lightbox){ $('body').avia_activate_lightbox(); }Best regards,
Ismael -
AuthorPosts
