Viewing 30 results - 2,971 through 3,000 (of 7,495 total)
  • Author
    Search Results
  • Hi 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,
    Victoria

    #954273

    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,
    Victoria

    qsla1234
    Participant

    Hi 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!

    #953852

    In 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

    #953710

    Hey studioinktvis,

    Please try the following in Quick CSS under Enfold->General Styling:

    .yith-ajaxsearchform-container form {
      margin-bottom:0 !important;
    }

    Best regards,
    Rikard

    #953237

    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,
    Victoria

    #953134

    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,
    Ismael

    #953090

    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,
    Victoria

    #953033
    Archie
    Participant

    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/jf2rwo

    https://search.google.com/test/mobile-friendly?utm_source=support.google.com%2Fwebmasters%2F&utm_medium=referral&utm_campaign=6155685&url=https%3A%2F%2Fcrackerjackmarketing.com%2Fblog%2Ffacebook-featured-photos%2F

    The 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!

    #953000

    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,
    Yigit

    #952751
    weasyweb2015
    Participant

    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

    #952481

    In 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,
    Nikko

    hansfontijn
    Participant

    Hi,
    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 advance

    #952087

    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ünter

    #951795
    Mac-TR
    Participant

    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

    #951754
    fbouillon
    Participant

    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

    Woops … 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

    #950766
    extraeyes
    Participant

    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.com

    #949835

    In 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,
    Rikard

    Cliffy
    Participant

    Hi,
    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 Six

    How do I get that centred on two lines?

    Many thanks and sorry for being so negative right now.

    #949576

    Topic: Questions

    in forum Enfold
    carlosdopico
    Participant

    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.

    #949502

    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

    #949418

    Hi,

    Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 990px) {
    #top .lvjk-search {
        top: 0 !important;
    }
    }

    Best regards,
    Rikard

    #949243

    thanks Ismael – i will give it a try.
    PS that filter was not in the list i have from https://kriesi.at/documentation/enfold/hooks-and-filters/
    Maybe a global search in enfold folder for “apply_filters” should be necessary. ;)

    #949216
    manteli
    Participant

    Hi!

    First, thanks for the greatest theme ever! Been using Enfold for many years and until now I’ve found every solution by myself. However, now I’m having a big problem with the multisite installation. I just keep missing something:

    – General Styling and Advanced Styling do not work for subsites, tried to create many subsites while searching for the answer.

    – Everything else seems to work but styling.

    – I’ve tried with and without a child theme – styling not working properly.

    – I’ve tried importing the theme options, it brings the styling options but they do not apply on the front end.

    – It’s not a browser or server cache issue, I’ve checked & I’m aware of the server cache while editing the main site CSS.

    – Tried ”Multisite Clone Duplicator” plugin as advised in this thread, that caused an internal server error and many other problems, so it’s not an option.

    – Main site works perfectly, theme styling for the subsites seems to be the only problem.

    Please advise how should I proceed, I’ve searched everything I could find on this issue.

    Thanks so much!

    #949049
    kaproadmin
    Participant

    Hello,

    I have 2 main problems with my website which uses Enfold and I have to say that I never had problems this bad.
    1. The search engine is not working properly, it keeps offering the same answer, no matter what is searched.
    2. The thumbnail pictures, which used to be one size are now in different sizes
    3 Every time that WordPress does an update, it creates problems and changes in the website (they generally end up being temporary) but it is extremely annoying!

    PLEASE HELP!!!

    Or I might have to go to Sola Solew, where they don’t have problems or at least very few.

    #948913

    Hi,

    Please remove the header widget style.

    Add the below CSS
    The Background color is used only for reference please remove it to suit your design.

    
    .container.av-logo-container .inner-container {
        display: flex!important;
        background: #eee;
        flex-direction: row;
        justify-content: space-between;
        flex-wrap:wrap;
    }
    
    #top #header .logo,
    #top #header .main_menu,
    #top #header #search-3 {
       position: relative;
    }
    
    
    /* Logo */
    #top #header .logo {
        background: #ffdd00;
        order:2;
        /*flex-grow: 1;*/
    }
    
    
    /* Menu */
    #top #header .main_menu {
        background: #0099e5;
        order:3;
        /*flex-grow: 2;*/
    }
    
    
    /* Header widget*/
    #top #header #search-3 {
        background: #34bf49;
        padding: 0;
        order:1;
        z-index: 999;
        /*flex-grow: 1;*/
    }
    
    /* Header widget Breakpoint */
    @media only screen and (max-width: 850px) {
    
       .container.av-logo-container .inner-container {
            display: block !important;
        }
        #top #header .logo {
            display: inline-block;
        }
        /* Menu */
        #top #header .main_menu {
            display: inline-block;
            float: right;
        }
        #top #header .av-main-nav-wrap {
            float: right;
        }
        #top #header #search-3 {
            margin-top: -40px;
        }
    }

    The result will be:

    For more information please feel free to check out the header layouts.

    Best regards,
    Vinay

    • This reply was modified 7 years, 11 months ago by Vinay.
    #948769

    Topic: search page / widget

    in forum Enfold
    rammandco
    Participant

    Can a custom widget be used on the search page.
    I don’t like the default – as it was showing all the pages that were included in the theme.

    EnfoldVersion: 4.2.6

    Sophie
    Participant

    Hi,

    due to the current privacy policy issue I am forced to disable Google Fonts and loading them from my own server instead. I searched the Enfold forum and found out to use this code in functions.php:

    add_action( 'init', 'enfold_customization_switch_fonts' );
    function enfold_customization_switch_fonts() {
        global $avia;
        $avia->style->print_extra_output = false;
    }
    

    In addition to that I added the following code for fonts (among others) to the style.css in my Child theme:

    /* chelsea-market-regular - latin */
    @font-face {
      font-family: 'Chelsea Market';
      font-style: normal;
      font-weight: 400;
      src: url('../fonts/chelsea-market-v5-latin-regular.eot'); /* IE9 Compat Modes */
      src: local('Chelsea Market'), local('ChelseaMarket-Regular'),
           url('../fonts/chelsea-market-v5-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
           url('../fonts/chelsea-market-v5-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
           url('../fonts/chelsea-market-v5-latin-regular.woff') format('woff'), /* Modern Browsers */
           url('../fonts/chelsea-market-v5-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
           url('../fonts/chelsea-market-v5-latin-regular.svg#ChelseaMarket') format('svg'); /* Legacy iOS */
    }
    

    and created a new folder named „fonts“ in Child theme and put the corresponding fonts in it.

    In Settings > General Settings > Fonts I chose my favored font for heading and body text; in advanced settings > Slideshow titles I chose my favored font as well.

    Until now I added the following code in functions to use the Google Fonts, but now I removed this code:

    add_filter( 'avf_google_heading_font', 'avia_add_heading_font');
    function avia_add_heading_font($fonts)
    {
    $fonts['Chelsea Market'] = 'Chelsea Market';
    $fonts['Amatic SC'] = 'Amatic SC:400,700';
    return $fonts;
    }
    
    add_filter( 'avf_google_content_font', 'avia_add_content_font');
    function avia_add_content_font($fonts)
    {
    $fonts['Chelsea Market'] = 'Chelsea Market';
    $fonts['Amatic SC'] = 'Amatic SC:400,700';
    return $fonts;
    }
    

    But it is not working somehow. Any idea how to prevent my website loading Google fonts from Google server and loading Google fonts from my own server instead?

    Thank you for your kind help in advance.

    Kind regards,
    Sophie

    #948561

    In reply to: Mobile header issues

    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: 479px) {
      li#menu-item-search a {
          top: 0px;
      }
      .responsive #top #wrap_all .main_menu {
          top: 60px;
      }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

Viewing 30 results - 2,971 through 3,000 (of 7,495 total)