-
AuthorSearch Results
-
May 12, 2018 at 5:46 am #955536
Ivan Perez
GuestGreetings Kriesi,
My name is Ivan Perez, I am beginning to work in a company as the web designer and I would like to know some things.
I have worked with Enfold theme and it has been great, I really like it. However, the company would like to buy some themes to use on multiple sites. This means: to buy them and use one of them (Enfold) to redesign our site and to design our client’s websites.
The question is, can we use Enfold theme for multiple sites with just one license? I tried to search for your terms and conditions but I think I did not search well, I could not find them.
I hope I can use this theme like I told you, I love it, I love the support and I would like to use it for my clients.
Thank you very much.
Best regards,
Ivan PerezMay 10, 2018 at 11:44 pm #954932Did some more js debugging and found the issue:
in the last line of your code
container.find('.flex-active-slide a.lightbox-added').eq(0).trigger('click');the find doesn’t find anything beause of the .flex-active-slide. If I remove that it works. So this is how it now looks:
//make woocommerce 3.6 gallery search icon clickable and open lightbox jQuery( 'body.single-product' ).on( 'click', '.single-product-main-image .avia-wc-30-product-gallery-lightbox', function( e ){ e.preventDefault(); var clicked = $(this), container = clicked.parents('.single-product-main-image'); container.find('a.lightbox-added').eq(0).trigger('click');//changed .flex-active-slide a.lightbox-added' to a.lightbox-added });Are other people having this issue? Can this me merged into the enfold code so I don’t have to keep updateing this after each update. Thanks
May 10, 2018 at 4:58 pm #954674In reply to: Attaching payment gateway
Hey Mickeyboy000,
Enfold doesn’t provide this functionality however if you’re planning on selling products, I would suggest using woocommerce plugin which also has some paypal integrations.
You can also search for plugins that might provide you with the setup you would like to have.
Hope this helps.Best regards,
NikkoMay 10, 2018 at 4:43 pm #954657In reply to: change font color in contactform
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
#top .main_color .input-text, #top .main_color input[type='text'], #top .main_color input[type='input'], #top .main_color input[type='password'], #top .main_color input[type='email'], #top .main_color input[type='number'], #top .main_color input[type='url'], #top .main_color input[type='tel'], #top .main_color input[type='search'], #top .main_color textarea, #top .main_color select { background: transparent; }Best regards,
YigitMay 10, 2018 at 1:12 pm #954530In reply to: Adjusting the search bar in front of the logo
Hi fascap,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (max-width: 767px) { body#top #ajaxsearchlitewidget-2.extendedwopts-hide.extendedwopts-mobile { display: block; width: 90vw !important; margin-top: 100px; } .responsive #top #main { padding-top: 105px !important; } .hr.hr-invisible.avia-builder-el-3.el_before_av_heading { height: 0px !important; } .responsive .logo img { width: 90%; } }If you need further assistance please let us know.
Best regards,
VictoriaMay 10, 2018 at 7:45 am #954409Hey J.,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 990px) { #menu-item-search a { color:#808080 !important; } }Best regards,
RikardMay 10, 2018 at 6:36 am #954359In reply to: Mobile menu at smaller screen sizes
Hey Rupert,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (max-width: 1024px) { nav.main_menu { display: block !important; } .menu-item { display: none; } .av-burger-menu-main.menu-item-avia-special, #menu-item-search { display: block; } .av-burger-menu-main.menu-item-avia-special a { line-height: 310px !important; } }If you need further assistance please let us know.
Best regards,
VictoriaMay 10, 2018 at 6:24 am #954348Hi goodinkcreative,
This the way to do it
Please check the Append search icon to main menu option under Enfold->Main Menu.
Just like Rikard told you. We can help you with the css to adjust it there.
Best regards,
VictoriaMay 10, 2018 at 4:48 am #954273In reply to: Search bar inside burget menu
Hi StartSmallDigital,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (max-width: 767px) { .html_av-overlay-side #top .av-burger-overlay li.menu-item-search-mobile.av-active-burger-items { margin-top: 20px; } .menu-item-search-mobile.av-active-burger-items form > div { width: 80%; margin: 0 auto; } #top #searchsubmit { width: 40px; right: 50px; border-radius: 30px; background: yellow; color: navy; font-size: 14px; } #top #s { padding: 7px 0 7px 10px; background: yellow !important; border-radius: 30px; } }If you need further assistance please let us know.
Best regards,
VictoriaMay 9, 2018 at 12:15 pm #953860qsla1234
ParticipantHi there!
I had issues with one of my websites a month ago – I uploaded a new version and then a search bar appeared vertically across each page. Mike at Enfold fixed it (see thread #935646). I now decided to purchase the ENfold theme for another website (www.qslafoundation.org). I had some trouble uploading it but that was done 2 days ago.
Now I have the same issue – the Search bar is placed vertically across each page!
Can someone help me out please?
Thank you so much!
May 9, 2018 at 12:03 pm #953852In reply to: Theme won't upload
Hi there! I got the theme to upload except now I have the same problem as I had with another website where I use Enfold – the search bar is shown vertically across every page.
This happened before with another website and Mike from Enfold fixed it. Could you take a look at reply #935646
Could you please take a look and advise what to do?Thank you!
claudia
May 9, 2018 at 6:57 am #953710In reply to: Secondaire menu is too thick
Hey studioinktvis,
Please try the following in Quick CSS under Enfold->General Styling:
.yith-ajaxsearchform-container form { margin-bottom:0 !important; }Best regards,
RikardMay 8, 2018 at 9:05 am #953237In reply to: Displaying thumbnail images on search results
Hi hostworks,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.search.search-results .search-result-counter { width: 100px; height: 100px; } .search.search-results .template-search .entry-content-wrapper .post-title, .search.search-results .template-search .entry-content-wrapper .post-title + .post-meta-infos, .search.search-results .template-search .entry-content-wrapper .entry-content { padding-left: 70px; }If you need further assistance please let us know.
https://cl.ly/0Z283a2P2I2H The setting here can increase the search results count.Best regards,
VictoriaMay 8, 2018 at 6:36 am #953134In reply to: I never had problems this bad.
Hi,
Why are you searching for digits or numbers? The default WP search, which is what the theme is using, will compare the search keyword with the post title and content. Please use a plugin like Relevanssi or SearchWP.
// https://kriesi.at/documentation/enfold/use-relevanssi-in-search-instead-of-the-default-search/
// https://kriesi.at/documentation/enfold/use-searchwp-instead-of-the-standard-search/Best regards,
IsmaelMay 8, 2018 at 5:44 am #953090In reply to: Adjusting the search bar in front of the logo
Hey fascap,
You need to add the widget there http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/ and add the search in there.
Best regards,
VictoriaMay 8, 2018 at 3:53 am #953033Topic: Individual blog pages not mobile-friendly
in forum EnfoldArchie
ParticipantHey there Enfold team!
I am getting this message from Google’s mobile-friendly test tool, it says all of my individual blog pages are not mobile-friendly.
https://prnt.sc/jf2rrw
https://prnt.sc/jf2rwoThe homepage and all other internal pages are good except for the single blog post pages. I did some research and found that this is a theme-related issue, specifically with the CSS.
Is there anything we can do to address this?
Thank you so much!
May 8, 2018 at 1:47 am #953000In reply to: Left side scroll on responsive mode
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
@media only screen and (max-width: 480px) { .responsive #top .logo,.responsive #top .av-logo-container .avia-menu { width: 100%; } .responsive .logo img { margin: auto; } .responsive #top #wrap_all .main_menu { position: inherit; margin-top: -80px; } #top #menu-item-search { float: right; } }Best regards,
YigitMay 7, 2018 at 4:44 pm #952751Topic: bug search icon woocommerce
in forum Enfoldweasyweb2015
Participantif i put this icon into the menu and i start a search in my site in i press enter, i will see the result page but if i click again on the icon this start a new search with no input and i will see an empty result page. the bug is on the icon that after a search if i click again on it start a new search instead show the popup input box.
enfold version 4.3.1
May 7, 2018 at 5:15 am #952481In reply to: Forum design issues
Hi bakbek,
We apologize for the late response.
Can you try adding this css code in Quick CSS (located in Enfold > General Styling):#bbpress-forums div.bbp-topic-author, #bbpress-forums div.bbp-reply-author { float: right; margin-right: 0; margin-left: 30px; } .avia_transform .bbp-replies .bbp-reply-author::before, .avia_transform .forum-search .bbp-reply-author::before, .avia_transform .forum-search .bbp-topic-author::before { left: auto; right: 103px; transform: rotate(225deg); } #bbpress-forums .bbp-body div.bbp-topic-content, #bbpress-forums .bbp-body div.bbp-reply-content { text-align: right; }Hope it helps.
Best regards,
NikkoMay 6, 2018 at 11:43 am #952304hansfontijn
ParticipantHi,
The design for a new site was made on a different site. (exported and imported the theme settings)
Accidently the background images pointed to the old (non-secure) website. At that point the background images still worked.
I uploaded the images to the new website and set them in the new styling.
They DO show in Enfold front-end preview!
The images don’t show in the actual website.
(changing the background color works)I’ve been searching for an answer on the forum. So I checked the rights for wp-content/uploads/dynamic_avia the folder is 777 the files are 644. I assume this is correct.
Hope you can help….Cheers in advanceMay 5, 2018 at 11:41 am #952087In reply to: Audio Player opens the title in a new window
Hey!
The problem with page transition is fixed and should be part of the next update (> 4.3.1).
Meanwhile you can replace in file \enfold\js\avia-snippet-site-preloader.js line 53:
exclude = " .no-transition, .mfp-iframe, .lightbox-added, a.avianolink, .grid-links-ajax a, #menu-item-search a";with:
exclude = " .no-transition, .mfp-iframe, .lightbox-added, a.avianolink, .grid-links-ajax a, #menu-item-search a, .wp-playlist-caption";Do not forget to make a backup of the original file for a fallback.
Regards,
GünterMay 4, 2018 at 5:48 pm #951795Topic: Enfold Child doesn't work
in forum EnfoldMac-TR
ParticipantHi,
I have a problem with the enfold child. For example I edited the file /js/avia.js regarding the ajax search in widgets. Problem is. when I make the exact same folders within enfold child and put it in there it won’t work. Only when i change the avia.js in the parent theme. But when I do this, i can never update enfold again.
What do I do wrong? I downloaded the enfold child provided here.
Kind regards
May 4, 2018 at 4:22 pm #951754Topic: Logo and product picture problem
in forum Enfoldfbouillon
ParticipantHi,
I’ve search but didn’t find a solution.
i made an update of the Enfold Theme and now i have problem with the logo and the picture of certain product…
you can see the problem on my site https://tizyx.fr and https://tizyx.fr/produit/kit-tizyx-k25/also i have a problem in the category but i think it’s a woocommerce problem
https://tizyx.fr/categorie-produit/imprimante-3d-en-kit/could you help me please ??
thank you
May 4, 2018 at 10:46 am #951507Woops … I spoke too soon!
So the theme allowed me to updated via the ‘front end’I’ve posted the FTP credentials
I got the following
An error occurred while updating Enfold: The update cannot be installed because we will be unable to copy some files. This is usually due to inconsistent file permissions. images/.DS_Store, config-templatebuilder/.DS_Store, lang/ca.po, lang/ca.mo, lang/.DS_Store, includes/.DS_Store, config-wpml/wpml-mod.js, css/.DS_Store, css/admin-preview.css, config-woocommerce/woocommerce-mod-v26.js, js/avia-admin-preview.js, config-menu-exchange/config.php, images/layout/logo_modern.png, images/layout/search.png, config-templatebuilder/avia-template-builder/.DS_Store, config-templatebuilder/avia-shortcodes/tab_sub_section.php, config-templatebuilder/avia-shortcodes/tab_section.php, config-templatebuilder/avia-shortcodes/gallery_horizontal.php, includes/admin/.DS_Store, framework/images/.DS_Store, framework/php/.DS_Store, framework/php/class-gmaps.php, config-layerslider/LayerSlider/.DS_Store, config-templatebuilder/avia-template-builder/images/sc-tabsection.png, includes/admin/demo_files/.DS_Store, includes/admin/demo_files/minimal-photography.xml, includes/admin/demo_files/minimal-photography.php, includes/admin/demo_files/dark-photography.php, includes/admin/demo_files/dark-photography.xml, includes/admin/demo_files/enfold-2017.php, includes/admin/demo_files/enfold-2017.xml, config-layerslider/LayerSlider/locales/LayerSlider-hu_HU.mo, config-layerslider/LayerSlider/locales/LayerSlider-en_US.pot, config-layerslider/LayerSlider/locales/LayerSlider-fr_FR.mo, config-layerslider/LayerSlider/locales/LayerSlider-hu_HU.po, config-layerslider/LayerSlider/locales/LayerSlider-fr_FR.po, config-layerslider/LayerSlider/views/about.php, config-layerslider/LayerSlider/views/revisions.php, config-layerslider/LayerSlider/views/system_status.php, config-layerslider/LayerSlider/includes/slider_markup_setup.php, config-layerslider/LayerSlider/includes/slider_utils.php, config-layerslider/LayerSlider/templates/tmpl-importing.php, config-layerslider/LayerSlider/templates/tmpl-popup-example-slider.php, config-layerslider/LayerSlider/templates/tmpl-import-templates.php, config-layerslider/LayerSlider/templates/tmpl-upload-sliders.php, config-layerslider/LayerSlider/templates/tmpl-embed-slider.php, config-layerslider/LayerSlider/templates/tmpl-static-layer-item.php, config-layerslider/LayerSlider/templates/tmpl-popup-presets-window.php, config-layerslider/LayerSlider/templates/tmpl-add-slider-list.php, config-layerslider/LayerSlider/templates/tmpl-transition-gallery.php, config-layerslider/LayerSlider/templates/tmpl-add-slider-grid.php, config-layerslider/LayerSlider/templates/tmpl-revisions-welcome.php, config-layerslider/LayerSlider/templates/tmpl-2d-transition.php, config-layerslider/LayerSlider/templates/tmpl-revisions-history.php, config-layerslider/LayerSlider/templates/tmpl-3d-transition.php, config-layerslider/LayerSlider/classes/class.ls.popups.php, config-layerslider/LayerSlider/classes/class.ls.revisions.php, config-layerslider/LayerSlider/avia-samples/.DS_Store, config-layerslider/LayerSlider/wp/tinymce_l10n.php, config-layerslider/LayerSlider/wp/scripts_l10n.php, config-templatebuilder/avia-template-builder/assets/js/avia-tab-section.js, includes/admin/demo_files/demo_images/enfold-2017.jpg, includes/admin/demo_files/demo_images/minimal-photography.jpg, includes/admin/demo_files/demo_images/dark-photography.jpg, framework/images/icons/new/.DS_Store, (Email address hidden if logged out) , (Email address hidden if logged out) , (Email address hidden if logged out) , config-layerslider/LayerSlider/static/air-datepicker/datepicker.min.css, config-layerslider/LayerSlider/static/air-datepicker/datepicker.min.js, config-layerslider/LayerSlider/static/codemirror/AUTHORS, config-layerslider/LayerSlider/static/dashicons/dashicons.css, config-layerslider/LayerSlider/static/dashicons/dashicons.woff, config-layerslider/LayerSlider/static/dashicons/dashicons.ttf, config-layerslider/LayerSlider/static/dashicons/dashicons.svg, config-layerslider/LayerSlider/static/dashicons/dashicons.eot, config-layerslider/LayerSlider/static/public/front.css, config-layerslider/LayerSlider/static/public/front.scss, config-layerslider/LayerSlider/static/shuffle/shuffle.min.js, config-layerslider/LayerSlider/static/minicolors/jquery.minicolors.transparent.png, config-layerslider/LayerSlider/static/minicolors/jquery.minicolors.min.js, config-layerslider/LayerSlider/static/minicolors/jquery.minicolors.png, config-layerslider/LayerSlider/static/minicolors/jquery.minicolors.js, config-layerslider/LayerSlider/static/minicolors/jquery.minicolors.css, config-layerslider/LayerSlider/static/layerslider/css/layerslider.css, config-layerslider/LayerSlider/static/layerslider/js/layerslider.transitions.js, config-layerslider/LayerSlider/static/layerslider/js/greensock.js, config-layerslider/LayerSlider/static/layerslider/js/layerslider.kreaturamedia.jquery.js, config-layerslider/LayerSlider/static/layerslider/overlays/grid_stripes_left.png, config-layerslider/LayerSlider/static/layerslider/overlays/gradient-2.png, config-layerslider/LayerSlider/static/layerslider/overlays/grid_medium.png, config-layerslider/LayerSlider/static/layerslider/overlays/gradient-4.png, config-layerslider/LayerSlider/static/layerslider/overlays/grid_small.png, config-layerslider/LayerSlider/static/layerslider/overlays/grid_hard.png, config-layerslider/LayerSlider/static/layerslider/overlays/gradient-1.png, config-layerslider/LayerSlider/static/layerslider/overlays/gradient-circle-1.png, config-layerslider/LayerSlider/static/layerslider/overlays/gradient-3.png, config-layerslider/LayerSlider/static/layerslider/overlays/grid_stripes_right.png, config-layerslider/LayerSlider/static/admin/media/revisions.mp4, config-layerslider/LayerSlider/static/admin/css/admin.css, config-layerslider/LayerSlider/static/admin/css/admin_new.css, config-layerslider/LayerSlider/static/admin/css/layerslider.transitiongallery.css, config-layerslider/LayerSlider/static/admin/css/embed.css, config-layerslider/LayerSlider/static/admin/css/about.css, config-layerslider/LayerSlider/static/admin/css/skin.editor.css, config-layerslider/LayerSlider/static/admin/css/km-ui.css, config-layerslider/LayerSlider/static/admin/css/revisions.css, config-layerslider/LayerSlider/static/admin/css/global.css, config-layerslider/LayerSlider/static/admin/css/blank.gif, config-layerslider/LayerSlider/static/admin/scss/_slide_settings.scss, config-layerslider/LayerSlider/static/admin/scss/global.scss, config-layerslider/LayerSlider/static/admin/scss/km-ui.scss, config-layerslider/LayerSlider/static/admin/scss/_mixins.scss, config-layerslider/LayerSlider/static/admin/scss/about.scss, config-layerslider/LayerSlider/static/admin/scss/sliders_list.scss, config-layerslider/LayerSlider/static/admin/scss/skin.editor.scss, config-layerslider/LayerSlider/static/admin/scss/revisions.scss, config-layerslider/LayerSlider/static/admin/scss/_layout.scss, config-layerslider/LayerSlider/static/admin/scss/slider_settings.scss, config-layerslider/LayerSlider/static/admin/scss/admin_new.scss, config-layerslider/LayerSlider/static/admin/scss/_transition_builder.scss, config-layerslider/LayerSlider/static/admin/scss/_layer_settings.scss, config-layerslider/LayerSlider/static/admin/scss/_interface.scss, config-layerslider/LayerSlider/static/admin/scss/_transition_gallery.scss, config-layerslider/LayerSlider/static/admin/scss/_tinymce.scss, config-layerslider/LayerSlider/static/admin/js/km-ui.js, config-layerslider/LayerSlider/static/admin/js/ls-admin-global.js, config-layerslider/LayerSlider/static/admin/js/ls-admin-sliders.js, config-layerslider/LayerSlider/static/admin/js/ls-admin-tinymce.js, config-layerslider/LayerSlider/static/admin/js/ls-admin-revisions.js, config-layerslider/LayerSlider/static/admin/js/ls-admin-transition-builder.js, config-layerslider/LayerSlider/static/admin/js/ls-admin-slider-builder.js, config-layerslider/LayerSlider/static/admin/js/layerslider.transition.gallery.js, config-layerslider/LayerSlider/static/admin/js/ls-admin-common.js, config-layerslider/LayerSlider/static/admin/img/nocss3d.png, config-layerslider/LayerSlider/static/admin/img/layout-fixed.png, config-layerslider/LayerSlider/static/admin/img/origami-bg.png, config-layerslider/LayerSlider/static/admin/img/layout-responsive.png, config-layerslider/LayerSlider/static/admin/img/comingsoon.jpg, config-layerslider/LayerSlider/static/admin/img/cclogo.png, config-layerslider/LayerSlider/static/admin/img/origami.png, config-layerslider/LayerSlider/static/admin/img/checkerboardpattern.png, config-layerslider/LayerSlider/static/admin/img/popup-example-slidy.png, config-layerslider/LayerSlider/static/admin/img/layout-full-screen.png, config-layerslider/LayerSlider/static/admin/img/layout-full-width.png, config-layerslider/LayerSlider/static/admin/img/sample_slide_2.png, config-layerslider/LayerSlider/static/admin/img/layout-popup.png, config-layerslider/LayerSlider/static/admin/img/popup-example-bg.jpg, config-layerslider/LayerSlider/static/admin/img/sample_slide_1.png, config-layerslider/LayerSlider/static/admin/img/ls-tb.png, config-layerslider/LayerSlider/static/admin/img/ls_80x80.png, config-layerslider/LayerSlider/static/admin/img/tag.png, config-layerslider/LayerSlider/static/admin/img/blank.gif, config-layerslider/LayerSlider/static/admin/img/slider_preview.jpg, config-layerslider/LayerSlider/static/air-datepicker/i18n/datepicker.en.js, config-layerslider/LayerSlider/static/codemirror/theme/cm-tab.png, config-layerslider/LayerSlider/static/codemirror/keymap/emacs.js, config-layerslider/LayerSlider/static/codemirror/keymap/vim.js, config-layerslider/LayerSlider/static/codemirror/keymap/sublime.js, config-layerslider/LayerSlider/static/layerslider/skins/defaultskin/loading.gif, config-layerslider/LayerSlider/static/layerslider/skins/defaultskin/nothumb.png, config-layerslider/LayerSlider/static/layerslider/skins/defaultskin/info.json, config-layerslider/LayerSlider/static/layerslider/skins/defaultskin/skin.css, config-layerslider/LayerSlider/static/layerslider/skins/defaultskin/skin.png, config-layerslider/LayerSlider/static/layerslider/skins/fullwidth/loading.gif, config-layerslider/LayerSlider/static/layerslider/skins/fullwidth/nothumb.png, config-layerslider/LayerSlider/static/layerslider/skins/fullwidth/info.json, config-layerslider/LayerSlider/static/layerslider/skins/fullwidth/skin.css, config-layerslider/LayerSlider/static/layerslider/skins/fullwidth/skin.png, config-layerslider/LayerSlider/static/layerslider/skins/noskin/loading.gif, config-layerslider/LayerSlider/static/layerslider/skins/noskin/nothumb.png, config-layerslider/LayerSlider/static/layerslider/skins/noskin/info.json, config-layerslider/LayerSlider/static/layerslider/skins/noskin/skin.css, config-layerslider/LayerSlider/static/layerslider/skins/noskin/skin.png, config-layerslider/LayerSlider/static/layerslider/skins/fullwidthdark/loading.gif, config-layerslider/LayerSlider/static/layerslider/skins/fullwidthdark/nothumb.png, config-layerslider/LayerSlider/static/layerslider/skins/fullwidthdark/info.json, config-layerslider/LayerSlider/static/layerslider/skins/fullwidthdark/skin.css, config-layerslider/LayerSlider/static/layerslider/skins/fullwidthdark/skin.png, config-layerslider/LayerSlider/static/layerslider/skins/glass/loading.gif, config-layerslider/LayerSlider/static/layerslider/skins/glass/nothumb.png, config-layerslider/LayerSlider/static/layerslider/skins/glass/shadow.png, config-layerslider/LayerSlider/static/layerslider/skins/glass/info.json, config-layerslider/LayerSlider/static/layerslider/skins/glass/skin.css, config-layerslider/LayerSlider/static/layerslider/skins/glass/skin.png, config-layerslider/LayerSlider/static/layerslider/skins/numbers/nothumb.png, config-layerslider/LayerSlider/static/layerslider/skins/numbers/info.json, config-layerslider/LayerSlider/static/layerslider/skins/numbers/skin.css, config-layerslider/LayerSlider/static/layerslider/skins/borderlesslight3d/loading.gif, config-layerslider/LayerSlider/static/layerslider/skins/borderlesslight3d/nothumb.png, config-layerslider/LayerSlider/static/layerslider/skins/borderlesslight3d/shadow.png, config-layerslider/LayerSlider/static/layerslider/skins/borderlesslight3d/info.json, config-layerslider/LayerSlider/static/layerslider/skins/borderlesslight3d/skin.css, config-layerslider/LayerSlider/static/layerslider/skins/borderlesslight3d/skin.png, config-layerslider/LayerSlider/static/layerslider/skins/minimal/loading.gif, config-layerslider/LayerSlider/static/layerslider/skins/minimal/nothumb.png, config-layerslider/LayerSlider/static/layerslider/skins/minimal/info.json, config-layerslider/LayerSlider/static/layerslider/skins/minimal/skin.css, config-layerslider/LayerSlider/static/layerslider/skins/minimal/skin.png, config-layerslider/LayerSlider/static/layerslider/skins/photogallery/loading.gif, config-layerslider/LayerSlider/static/layerslider/skins/photogallery/nothumb.png, config-layerslider/LayerSlider/static/layerslider/skins/photogallery/info.json, config-layerslider/LayerSlider/static/layerslider/skins/photogallery/skin.css, config-layerslider/LayerSlider/static/layerslider/skins/darkskin/loading.gif, config-layerslider/LayerSlider/static/layerslider/skins/darkskin/nothumb.png, config-layerslider/LayerSlider/static/layerslider/skins/darkskin/info.json, config-layerslider/LayerSlider/static/layerslider/skins/darkskin/skin.css, config-layerslider/LayerSlider/static/layerslider/skins/darkskin/skin.png, config-layerslider/LayerSlider/static/layerslider/skins/lightskin/loading.gif, config-layerslider/LayerSlider/static/layerslider/skins/lightskin/nothumb.png, config-layerslider/LayerSlider/static/layerslider/skins/lightskin/info.json, config-layerslider/LayerSlider/static/layerslider/skins/lightskin/skin.css, config-layerslider/LayerSlider/static/layerslider/skins/lightskin/skin.png, config-layerslider/LayerSlider/static/layerslider/skins/borderlessdark3d/loading.gif, config-layerslider/LayerSlider/static/layerslider/skins/borderlessdark3d/nothumb.png, config-layerslider/LayerSlider/static/layerslider/skins/borderlessdark3d/shadow.png, config-layerslider/LayerSlider/static/layerslider/skins/borderlessdark3d/info.json, config-layerslider/LayerSlider/static/layerslider/skins/borderlessdark3d/skin.css, config-layerslider/LayerSlider/static/layerslider/skins/borderlessdark3d/skin.png, config-layerslider/LayerSlider/static/layerslider/skins/carousel/loading.gif, config-layerslider/LayerSlider/static/layerslider/skins/carousel/nothumb.png, config-layerslider/LayerSlider/static/layerslider/skins/carousel/info.json, config-layerslider/LayerSlider/static/layerslider/skins/carousel/skin.css, config-layerslider/LayerSlider/static/layerslider/skins/carousel/skin.png, config-layerslider/LayerSlider/static/layerslider/skins/borderlesslight/loading.gif, config-layerslider/LayerSlider/static/layerslider/skins/borderlesslight/nothumb.png, config-layerslider/LayerSlider/static/layerslider/skins/borderlesslight/shadow.png, config-layerslider/LayerSlider/static/layerslider/skins/borderlesslight/info.json, config-layerslider/LayerSlider/static/layerslider/skins/borderlesslight/skin.css, config-layerslider/LayerSlider/static/layerslider/skins/borderlesslight/skin.png, config-layerslider/LayerSlider/static/layerslider/skins/roundedflat/nothumb.png, config-layerslider/LayerSlider/static/layerslider/skins/roundedflat/info.json, config-layerslider/LayerSlider/static/layerslider/skins/roundedflat/skin.css, config-layerslider/LayerSlider/static/layerslider/skins/borderlessdark/loading.gif, config-layerslider/LayerSlider/static/layerslider/skins/borderlessdark/nothumb.png, config-layerslider/LayerSlider/static/layerslider/skins/borderlessdark/shadow.png, config-layerslider/LayerSlider/static/layerslider/skins/borderlessdark/info.json, config-layerslider/LayerSlider/static/layerslider/skins/borderlessdark/skin.css, config-layerslider/LayerSlider/static/layerslider/skins/borderlessdark/skin.png, config-layerslider/LayerSlider/static/layerslider/skins/v5/loading.gif, config-layerslider/LayerSlider/static/layerslider/skins/v5/nothumb.png, config-layerslider/LayerSlider/static/layerslider/skins/v5/info.json, config-layerslider/LayerSlider/static/layerslider/skins/v5/skin.css, config-layerslider/LayerSlider/static/layerslider/skins/v5/skin.png, config-layerslider/LayerSlider/static/layerslider/skins/outline/nothumb.png, config-layerslider/LayerSlider/static/layerslider/skins/outline/info.json, config-layerslider/LayerSlider/static/layerslider/skins/outline/skin.css, config-layerslider/LayerSlider/static/layerslider/skins/v6/loading.gif, config-layerslider/LayerSlider/static/layerslider/skins/v6/nothumb.png, config-layerslider/LayerSlider/static/layerslider/skins/v6/info.json, config-layerslider/LayerSlider/static/layerslider/skins/v6/skin.css, config-layerslider/LayerSlider/static/layerslider/plugins/timeline/layerslider.timeline.js, config-layerslider/LayerSlider/static/layerslider/plugins/timeline/layerslider.timeline.css, config-layerslider/LayerSlider/static/layerslider/plugins/debug/layerslider.debug.js, config-layerslider/LayerSlider/static/layerslider/plugins/debug/layerslider.debug.css, config-layerslider/LayerSlider/static/layerslider/plugins/popup/layerslider.popup.js, config-layerslider/LayerSlider/static/layerslider/plugins/popup/layerslider.popup.css, config-layerslider/LayerSlider/static/layerslider/plugins/origami/layerslider.origami.css, config-layerslider/LayerSlider/static/layerslider/plugins/origami/layerslider.origami.js, config-layerslider/LayerSlider/static/codemirror/mode/php/test.js, config-layerslider/LayerSlider/static/codemirror/mode/css/less_test.js, config-layerslider/LayerSlider/static/codemirror/mode/css/gss_test.js, config-layerslider/LayerSlider/static/codemirror/mode/sass/sass.js, config-layerslider/LayerSlider/static/codemirror/mode/sql/sql.js, config-layerslider/LayerSlider/static/codemirror/mode/xml/test.js, config-layerslider/LayerSlider/static/codemirror/addon/edit/matchbrackets.js, config-layerslider/LayerSlider/static/codemirror/addon/edit/closebrackets.js, config-layerslider/LayerSlider/static/codemirror/addon/edit/trailingspace.js, config-layerslider/LayerSlider/static/codemirror/addon/edit/continuelist.js, config-layerslider/LayerSlider/static/codemirror/addon/edit/matchtags.js, config-layerslider/LayerSlider/static/codemirror/addon/edit/closetag.js, config-layerslider/LayerSlider/static/codemirror/addon/comment/continuecomment.js, config-layerslider/LayerSlider/static/codemirror/addon/comment/comment.js, config-layerslider/LayerSlider/static/codemirror/addon/display/autorefresh.js, config-layerslider/LayerSlider/static/codemirror/addon/display/panel.js, config-layerslider/LayerSlider/static/codemirror/addon/display/rulers.js, config-layerslider/LayerSlider/static/codemirror/addon/display/placeholder.js, config-layerslider/LayerSlider/static/codemirror/addon/display/fullscreen.css, config-layerslider/LayerSlider/static/codemirror/addon/display/fullscreen.js, config-layerslider/LayerSlider/static/codemirror/addon/wrap/hardwrap.js, config-layerslider/LayerSlider/static/codemirror/addon/dialog/dialog.css, config-layerslider/LayerSlider/static/codemirror/addon/dialog/dialog.js, config-layerslider/LayerSlider/static/codemirror/addon/selection/selection-pointer.js, config-layerslider/LayerSlider/static/codemirror/addon/fold/comment-fold.js, config-layerslider/LayerSlider/static/codemirror/addon/fold/markdown-fold.js, config-layerslider/LayerSlider/static/codemirror/addon/fold/foldgutter.css, config-layerslider/LayerSlider/static/codemirror/addon/hint/show-hint.css, config-layerslider/LayerSlider/static/codemirror/addon/hint/xml-hint.js, config-layerslider/LayerSlider/static/codemirror/addon/hint/css-hint.js, config-layerslider/LayerSlider/static/codemirror/addon/hint/anyword-hint.js, config-layerslider/LayerSlider/static/codemirror/addon/hint/show-hint.js, config-layerslider/LayerSlider/static/codemirror/addon/hint/javascript-hint.js, config-layerslider/LayerSlider/static/codemirror/addon/hint/sql-hint.js, config-layerslider/LayerSlider/static/codemirror/addon/hint/html-hint.js, config-layerslider/LayerSlider/static/codemirror/addon/runmode/colorize.js, config-layerslider/LayerSlider/static/codemirror/addon/runmode/runmode-standalone.js, config-layerslider/LayerSlider/static/codemirror/addon/runmode/runmode.node.js, config-layerslider/LayerSlider/static/codemirror/addon/runmode/runmode.js, config-layerslider/LayerSlider/static/codemirror/addon/lint/html-lint.js, config-layerslider/LayerSlider/static/codemirror/addon/lint/css-lint.js, config-layerslider/LayerSlider/static/codemirror/addon/lint/yaml-lint.js, config-layerslider/LayerSlider/static/codemirror/addon/lint/json-lint.js, config-layerslider/LayerSlider/static/codemirror/addon/lint/coffeescript-lint.js, config-layerslider/LayerSlider/static/codemirror/addon/lint/javascript-lint.js, config-layerslider/LayerSlider/static/codemirror/addon/lint/lint.css, config-layerslider/LayerSlider/static/codemirror/addon/lint/lint.js, config-layerslider/LayerSlider/static/codemirror/addon/search/matchesonscrollbar.css, config-layerslider/LayerSlider/static/codemirror/addon/search/match-highlighter.js, config-layerslider/LayerSlider/static/codemirror/addon/search/searchcursor.js, config-layerslider/LayerSlider/static/codemirror/addon/search/search.js, config-layerslider/LayerSlider/static/codemirror/addon/search/matchesonscrollbar.js, config-layerslider/LayerSlider/static/codemirror/addon/search/jump-to-line.js, config-layerslider/LayerSlider/static/codemirror/addon/merge/merge.css, config-layerslider/LayerSlider/static/codemirror/addon/merge/merge.js, config-layerslider/LayerSlider/static/codemirror/addon/mode/overlay.js, config-layerslider/LayerSlider/static/codemirror/addon/mode/simple.js, config-layerslider/LayerSlider/static/codemirror/addon/mode/multiplex.js, config-layerslider/LayerSlider/static/codemirror/addon/mode/multiplex_test.js, config-layerslider/LayerSlider/static/codemirror/addon/mode/loadmode.js, config-layerslider/LayerSlider/static/codemirror/addon/scroll/simplescrollbars.css, config-layerslider/LayerSlider/static/codemirror/addon/scroll/annotatescrollbar.js, config-layerslider/LayerSlider/static/codemirror/addon/scroll/simplescrollbars.js, config-layerslider/LayerSlider/static/codemirror/addon/scroll/scrollpastend.js, config-layerslider/LayerSlider/static/codemirror/addon/tern/tern.css, config-layerslider/LayerSlider/static/codemirror/addon/tern/tern.js, config-layerslider/LayerSlider/static/codemirror/addon/tern/worker.js
May 3, 2018 at 1:49 pm #950766Topic: Layerslider issues and others
in forum Enfoldextraeyes
ParticipantI was asked to open a new thread. My website is showing on the internet what it looked like in 2016. I have made numerous changes over the years, (so you know the background is white not black today. No green letters). The host says it is the Enfold theme causing the problems and keeps telling me repeatedly to Change the Theme.
The theme has been updated in my wordpress and has been since 2016 running on the current theme. The speed test is using the old unedited version of my website showing layerslider issues but after some research I find I see my current edited good site on my computer but the rest of the world sees the 2016 site like the speed test does.
My current updated edited site has my logo on all images and the images are reduced in size and again a clean white background.
Log in credentials are supplied.
http://www.ExtraEyesPhotoTours.comMay 2, 2018 at 6:38 am #949835In reply to: Search for mobile
Hi,
The feature you are looking for is available in the latest version of the theme, please try to update to 4.3: http://kriesi.at/documentation/enfold/updating-your-theme-files/
Then go to Enfold->Main Menu and check the Append search icon to main menu option.
Best regards,
RikardMay 1, 2018 at 7:11 pm #949631Topic: Multi Line – Word Wrap – Two Row – Three Row Menu
in forum EnfoldCliffy
ParticipantHi,
Having searched the forum for a simple solution to wrapping menus on to muliple lines, I can’t believe there is not a simple solution to this.
I got dismayed at a reply to someone in 2017 being referred to a post from 2014 and yet this simple, basic stuff is still not built into the theme.
https://kriesi.at/support/topic/word-wrap-in-menu-or-have-the-menu-on-two-lines/#post-283385
Not only is this so so so long winded, but it includes mistakes. You guys are great at support, you can’t fault it. But when and where do you consolidate this type of request to make Enfold a better theme. All I have seen lately is quick fixes. Changes that are introduced are never explained. It doesn’t matter how big or small the change, you still need to explain them.
You really need somewhere a user can go to get CSS Snippets that actually work, where the user does not have to pick their way through conversations about what works, what doesn’t, only to then see that the reply was only for someone using a desktop computer, not thinking someone might actually use a mobile device once in a while to visit an Enfold site.
I see we now have gradient fill in the latest release … did nobody think to add that to the overlay while they were at it? This feature is 5 years too late and it offers very little in terms of visual enhancement.
Enfold is really lacking, not only in terms of development but also in the ability for users to communicate / discuss with the development team.
Please take a serious look at Elementor, not just in what the plugin offers, but also marketing, product marketing, Facebook participation and the rest.
How do I easily get my multi-worded menu so it does not overspill the page?
Menu Item One | Menu Item Two | Menu Item Three | Menu Item Four | Menu Item Five | Menu Item SixHow do I get that centred on two lines?
Many thanks and sorry for being so negative right now.
carlosdopico
ParticipantHi!
I need some questions about the Enfold theme:
How can I increase search results? Example: https://www.sportball.es/?s=barcelona
How I can remove the category description view? Example: https://www.sportball.es/futbol/copa-del-rey/
How I can increaser the category results? Example: https://www.sportball.es/futbol/copa-del-rey/Thanks for your help.
May 1, 2018 at 12:11 pm #949502In reply to: Avia Layout Architekt ( Editor ) preview not working
Hi Rikard,
Honestly we are very disappointed about your reply. We contacted Enfold Support to assist and not getting kind of reply question.
Regarding the issue -element live preview- which was not working. After your reply I searched a lot in the internet
and found some helpful replies from your colleagues.E.g.
https://kriesi.at/support/topic/editor-element-live-preview/#post-761247
The first example was helpful for us. In the Enfold theme options – layout builder this position was disabled on our side.
After enabling live preview it is now working.
Regards
Claudia
May 1, 2018 at 7:58 am #949418In reply to: More room for mobile menu burger
-
AuthorSearch Results
-
Search Results
-
Greetings Kriesi,
My name is Ivan Perez, I am beginning to work in a company as the web designer and I would like to know some things.
I have worked with Enfold theme and it has been great, I really like it. However, the company would like to buy some themes to use on multiple sites. This means: to buy them and use one of them (Enfold) to redesign our site and to design our client’s websites.
The question is, can we use Enfold theme for multiple sites with just one license? I tried to search for your terms and conditions but I think I did not search well, I could not find them.
I hope I can use this theme like I told you, I love it, I love the support and I would like to use it for my clients.
Thank you very much.
Best regards,
Ivan PerezHi there!
I had issues with one of my websites a month ago – I uploaded a new version and then a search bar appeared vertically across each page. Mike at Enfold fixed it (see thread #935646). I now decided to purchase the ENfold theme for another website (www.qslafoundation.org). I had some trouble uploading it but that was done 2 days ago.
Now I have the same issue – the Search bar is placed vertically across each page!
Can someone help me out please?
Thank you so much!
Hey there Enfold team!
I am getting this message from Google’s mobile-friendly test tool, it says all of my individual blog pages are not mobile-friendly.
https://prnt.sc/jf2rrw
https://prnt.sc/jf2rwoThe homepage and all other internal pages are good except for the single blog post pages. I did some research and found that this is a theme-related issue, specifically with the CSS.
Is there anything we can do to address this?
Thank you so much!
Topic: bug search icon woocommerce
if i put this icon into the menu and i start a search in my site in i press enter, i will see the result page but if i click again on the icon this start a new search with no input and i will see an empty result page. the bug is on the icon that after a search if i click again on it start a new search instead show the popup input box.
enfold version 4.3.1
Topic: Enfold Child doesn't work
Hi,
I have a problem with the enfold child. For example I edited the file /js/avia.js regarding the ajax search in widgets. Problem is. when I make the exact same folders within enfold child and put it in there it won’t work. Only when i change the avia.js in the parent theme. But when I do this, i can never update enfold again.
What do I do wrong? I downloaded the enfold child provided here.
Kind regards
Hi,
I’ve search but didn’t find a solution.
i made an update of the Enfold Theme and now i have problem with the logo and the picture of certain product…
you can see the problem on my site https://tizyx.fr and https://tizyx.fr/produit/kit-tizyx-k25/also i have a problem in the category but i think it’s a woocommerce problem
https://tizyx.fr/categorie-produit/imprimante-3d-en-kit/could you help me please ??
thank you
I was asked to open a new thread. My website is showing on the internet what it looked like in 2016. I have made numerous changes over the years, (so you know the background is white not black today. No green letters). The host says it is the Enfold theme causing the problems and keeps telling me repeatedly to Change the Theme.
The theme has been updated in my wordpress and has been since 2016 running on the current theme. The speed test is using the old unedited version of my website showing layerslider issues but after some research I find I see my current edited good site on my computer but the rest of the world sees the 2016 site like the speed test does.
My current updated edited site has my logo on all images and the images are reduced in size and again a clean white background.
Log in credentials are supplied.
http://www.ExtraEyesPhotoTours.comTopic: Questions
Hi!
I need some questions about the Enfold theme:
How can I increase search results? Example: https://www.sportball.es/?s=barcelona
How I can remove the category description view? Example: https://www.sportball.es/futbol/copa-del-rey/
How I can increaser the category results? Example: https://www.sportball.es/futbol/copa-del-rey/Thanks for your help.
