Viewing 30 results - 511 through 540 (of 7,471 total)
  • Author
    Search Results
  • #1399386
    wieckhorstpetra
    Participant

    I’m working in the Enfold Child main menu.
    Unfortunately, not all menu entries are loading.
    (‘get-in-touch’, ‘practise-area’, … are missing)
    You can’t find them using the search function either.

    #1399345

    Hey muffinwiz,
    On our demo page it is in a special heading at the top of the page:
    Enfold_Support_488.jpeg
    But I don’t see it on either of the pages you linked to, do you have any of the demo pages still on your site?
    If so try deleting them and rebuild your Relevanssi search database and then check again.
    If this doesn’t help please include an admin login in the Private Content area so we can be of more assistance.

    Best regards,
    Mike

    #1399343
    muffinwiz
    Participant

    We use the audio player (media element) on two pages. Since some time we use Relevanssi as a search plugin. When we search for “pastor”, the search returns on all pages where the audio player is used the following sentence “A list of our latest Sermons, all preached by pastor Coleman”. However this sentence is not part of any of our pages – but it is on one of the demos of enfold: https://kriesi.at/themes/enfold-church/sermons/

    Even if we check the source code (html) of one of the pages where the search finds this text, it does not exist.

    Does anyone have an idea where this sentence is coming from and how we can get rid of it? The name of our pastor is not Coleman ;-)

    #1399061
    nTECHgrate
    Participant

    Hello Enfold support team,

    First and foremost, thank you for all your help.

    I want to customize the accordion functionality on one of my websites. Specifically, I want to remove the line between the header and the content when the item is expanded. I searched through your documentation and tried looking for direction on this but came up short. Can you please point me in the right direction?

    I provided an admin username, password, and the website URL in the private content box.

    -James

    #1398995

    Hey Tom,

    The Events Calendar should inherit the colors you set in Enfold theme options > General Styling tab. It is not fully compatible with customizer.

    If you’d like to override Enfold theme options styling, please add following code to bottom of Quick CSS field in Enfold theme options > General Styling

    
    .tribe-events .tribe-events-c-search__button {
      background-color: var(--tec-color-background-events-bar-submit-button) !important;
      color: var(--tec-color-text-events-bar-submit-button) !important;
    }
    

    Best regards,
    Yigit

    Hey Tom,

    I reported the issue to our developers. Issue should be fixed in upcoming version.

    As a temporary solution, I added the following code to the bottom of the Quick CSS field in Enfold theme options > General Styling

    
    /* Temporary CSS fix for TEC styling */
    :root{
        --tec-color-text-events-title-day:var(--tec-color-text-events-title);
        --tec-color-text-events-title-latest-past:var(--tec-color-text-events-title);
        --tec-color-text-event-title-list:var(--tec-color-text-events-title);
        --tec-color-text-events-title-month-multiday:var(--tec-color-text-events-title);
        --tec-color-text-events-title-widget-list:var(--tec-color-text-events-title);
        --tec-color-text-secondary-event-date-month:var(--tec-color-text-secondary-event-date);
        --tec-color-text-secondary-event-date-month-mobile:var(--tec-color-text-secondary-event-date-month);
        --tec-color-text-day-of-week-month:var(--tec-color-text-secondary);
        --tec-color-day-marker-month:var(--tec-color-text-primary);
        --tec-color-day-marker-month-hover:var(--tec-color-text-primary-hover);
        --tec-color-day-marker-month-active:var(--tec-color-text-primary-active);
        --tec-color-day-marker-current-month:var(--tec-color-day-marker-month);
        --tec-color-day-marker-current-month-hover:var(--tec-color-day-marker-month-hover);
        --tec-color-day-marker-current-month-active:var(--tec-color-day-marker-month-active);
        --tec-color-day-marker-past-month:var(--tec-color-text-primary);
        --tec-color-day-marker-past-month-hover:var(--tec-color-day-marker-past-month);
        --tec-color-day-marker-past-month-active:var(--tec-color-day-marker-past-month);
        --tec-color-text-day-of-week-week:var(--tec-color-text-secondary);
        --tec-border-radius-month-multiday:9.5px;
        --tec-color-border-secondary-month-grid:var(--tec-color-border-secondary);
        --tec-color-border-active-month-grid-hover:var(--tec-color-border-active);
        --tec-color-background-month-grid:transparent;
        --tec-color-background-tooltip:var(--tec-color-background);
        --tec-color-text-events-bar-input:var(--tec-color-text-primary);
        --tec-color-text-events-bar-input-placeholder:var(--tec-color-text-secondary);
        --tec-opacity-events-bar-input-placeholder:var(--tec-opacity-default);
        --tec-color-border-events-bar:var(--tec-color-border-secondary);
        --tec-color-background-events-bar:var(--tec-color-background);
        --tec-color-background-view-selector:var(--tec-color-background-events-bar);
        --tec-color-background-view-selector-tabs:var(--tec-color-background-view-selector);
        --tec-color-background-view-selector-list-item-hover:var(--tec-color-background-secondary);
        --tec-color-background-subscribe-list-item-hover:var(--tec-color-background-secondary);
        --tec-color-text-view-selector-list-item:var(--tec-color-text-primary);
        --tec-color-text-view-selector-list-item-hover:var(--tec-color-accent-secondary-hover);
        --tec-color-background-search-container:var(--tec-color-background-events-bar);
        --tec-color-text-events-bar-submit-button:var(--tec-color-background);
        --tec-color-text-events-bar-submit-button-active:var(--tec-color-text-events-bar-submit-button);
        --tec-color-text-events-bar-submit-button-hover:var(--tec-color-text-events-bar-submit-button);
        --tec-color-background-events-bar-submit-button:var(--tec-color-button-primary);
        --tec-color-background-events-bar-submit-button-hover:var(--tec-color-button-primary-hover);
        --tec-color-background-events-bar-submit-button-active:var(--tec-color-button-primary-active);
        --tec-color-icon-events-bar:var(--tec-color-icon-primary);
        --tec-color-icon-events-bar-active:var(--tec-color-icon-active);
        --tec-color-icon-events-bar-hover:var(--tec-color-icon-hover)
    }
    

    You can remove in the version after 5.4.1

    Edit: After checking your other thread, I realized we must hear back from our devs. As I mentioned in the other thread, TEC styling should inherit Enfold theme options.

    Best regards,
    Yigit

    • This reply was modified 2 years, 10 months ago by Yigit.
    #1398962

    Hi,

    Adding this css code should help.

    .search .slide-entry-wrap {
    	display: flex;
    }
    

    You may need to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css code. If it is not working, please provide the login details in the private field so that we can check it further.

    Best regards,
    Ismael

    #1398933

    Hi,
    I’m not seeing this css on your page:

    .template-search .post-entry {
        clear: none;
    }

    when I test it I’m seeing the correct display:
    Enfold_Support_438.jpeg
    if you added the css in Enfold Theme Options ▸ General Styling ▸ Quick CSS field please check the css above it for missing brackets or other errors, otherwise Please include an admin login in the Private Content area so we can check.

    Best regards,
    Mike

    #1398889

    Topic: Search within toggles

    in forum Enfold
    agenturwendt
    Participant

    Hi helpers,

    on my Enfold website I use a lot of toggles. The toggles all are only on one page of my website. I want to use the search function. How can I make the results of the search open the toggles? The search function does only show the page as itself in the result. I’d like the search function to show the result within the toogles.
    Any idea?

    #1398764
    makeck
    Participant

    Hi,I have a problem with the mobile pages when google search console (GSC) indexes them. For example:https://herbst-elektro.de/erneuerbare-energie/photovoltaik/ The screenshot representation in GSC see attachment also looks strange. On my mobile the display is correct. What do I have to set so that GSC no longer tells me that the pages (implemented with Enfold template) is not mobile usable. What to do so that google can index my websites for mobil?
    Attachment: https://ibb.co/4115znb
    Thanks for the help.
    Regards Martina

    #1398724

    In reply to: Blog posts 3 questions

    Hey tom_on_wheels,

    Thank you for the inquiry.

    1.) These elements will only be enabled or will only be visible in the single post page. If you want to adjust grid layout, you have to modify the shortcode templates in the enfold\config-templatebuilder\avia-shortcodes\postslider file directly.

    2.) Since you are using the Advance Layout Builder (ALB) for the post, you have to add the Comments element manually in the builder or the editor in order to display the discussions and the comment form.

    3.) You can add this filter in the functions.php file to adjust the layout of the archive or category pages.

    add_filter('avf_blog_style','avia_change_category_blog_layout', 10, 2);
    function avia_change_category_blog_layout($layout, $context){
       if($context == 'archive') $layout = 'blog-grid';
       return $layout;
    }
    

    If you have any additional questions at this time we kindly ask that you open them up in a separate thread. The longer threads get in the forum, they become more difficult to support as they tend to drift off topic and they also make it troublesome for users trying to search for solutions. Keeping threads relevant to their original inquiry ensures that we can keep better track of what has been resolved and that users can more effectively find answers to similar issues they might be experiencing.

    Thanks!

    Best regards,
    Ismael

    #1398693
    informaticacenart
    Participant

    I’m the content manager of the Centro Nacional de las Artes page http://www.cenart.gob.mx and couldn’t update the Enfold theme via token on Theme options-Theme update-. The system said “Last time we checked the token we were not able to connected to Envato”.
    I also tried uploadind the purchased theme via zip but did not work and it said it couldn’t copy some files because “permiso de archivo inconsistentes” or some files don’t have pemits or something about functions-enfold.php

    I could upload the theme on my sandbox but not on the current page. The thing is that with the old version of the theme the search results are not clickable and I can’t restore the media contents on my sanbox (images, etc).

    I hope you can help me.

    #1398435

    Hey GoodPixel Web Agency,
    Thank you for your patience, please try adding this css:

    .template-search .post-entry {
        clear: none;
    }

    the expected results:
    Enfold_Support_389.jpeg

    Best regards,
    Mike

    #1398403

    Hey Gerry Granshaw,
    Typically you would login to your support account and open a new thread. But I see that your account is from 2016 so your support probably needs to be renewed, please go to your Envato account and renew your support.
    Your theme license is forever, but typically the support period is between 6mos to a year depending on what you purchased originally.
    You could check our fullwidth easy slider documentation, or search our fourm as typically solutions are found in older threads.

    Best regards,
    Mike

    #1398363

    Hey,

    Please refer to this post https://kriesi.at/documentation/enfold/header/#adding-a-header-widget-area, add a widget area to your header and add Search widget inside it.

    Best regards,
    Yigit

    #1398196
    sundayv
    Participant

    Hi everyone!
    I have a question, with the enfold theme is it possible to move the position of the search bar and make it extended? I attach a screenshot.
    Thank you!
    Sunday Venturini

    • This topic was modified 2 years, 11 months ago by sundayv.

    Hi there,
    I have also noticed that the pagination doesn’t work anymore. It always returns to Page 1.: https://www.patiowarehouse.co.za/?s=amalfi&avia-element-paging=2

    I am not sure if it is somehow related to one of my older posts on the same topic, but I know this was fixed on a later version of enfold: https://kriesi.at/support/topic/pagination-not-working-on-avia_product_slider-in-search-php/#post-1319492

    Please check and advise how this can be solved?

    • This reply was modified 2 years, 11 months ago by Rustum.
    • This reply was modified 2 years, 11 months ago by Rustum.
    Stefano Castelli
    Guest

    Hi, i noticed that in many many many WP websites using enfold, yesterday has suddenly appeared a message in contact forms using enfold’s recaptcha v2 to validate submissions. all these forms are now disabled (the submit button won’t show), and the message is (translated from italian) “this contact form is deactivated because the user has refused to accept the google recaptcha service, which is necessary to validate messages sent from the form.”. i tried in one of my websites, and i cna confirm is a theme problem: i deactivated all pluigns, i have WP 6.1.1, and the latest 5.4 enfold release. i also checked my recaptcha setup ion google, and they are ok. just check the error message in google and you’ll find plenty of websites, ALL of them are using enfold (i checked 10) https://www.google.com/search?q=errore+questo+modulo+di+contatto+%C3%A8+disattivato+perch%C3%A9+l%E2%80%99utente+ha+rifiutato+di+accettare+il+servizio+google+recaptcha%2C+necessario+per+convalidare+i+messaggi+inviati+dal+modulo.&oq=&aqs=chrome.4.69i59i450l8.103074j0j1&sourceid=chrome&ie=UTF-8

    #1397001
    itconnectab
    Participant

    Hi,

    I’m just finished updating or migating from Enfold 4.7 to 5.4. The problem is that everytime I hit the Plugins > Add New button the following error message comes up.
    ['all-in-one-wp-migration' => class stdClass { public $id = 'w.org/plugins/all-in-one-wp-migration'; public $slug = 'all-in-one-wp-migration'; public $plugin = 'all-in-one-wp-migration/all-in-one-wp-migration.php'; public $new_version = '7.70'; public $url = 'https://wordpress.org/plugins/all-in-one-wp-migration/'; public $package = 'https://downloads.wordpress.org/plugin/all-in-one-wp-migration.7.70.zip'; public $icons = [...]; public $banners = [...]; public $banners_rtl = [...]; public $requires = '3.3'; public $upgrade = FALSE }, 'better-search-replace' => class stdClass { public $id = 'w.org/plugins/better-search-replace'; public $slug = 'better-search-replace'; public $plugin = 'better-search-replace/better-search-replace.php'; public $new_version = '1.4.2'; public $url = 'https://wordpress.org/plugins/better-search-replace/'; public $package = 'https://downloads.wordpress.org/plugin/better-search-replace.1.4.2.zip'; public $icons = [...]; public $banners = [...]; public $banners_rtl = [...]; public $requires = '3.0.1'; public $upgrade = FALSE }, 'iwp-client' => class stdClass { public $id = 'w.org/plugins/iwp-client'; public $slug = 'iwp-client'; public $plugin = 'iwp-client/init.php'; public $new_version = '1.11.0'; public $url = 'https://wordpress.org/plugins/iwp-client/'; public $package = 'https://downloads.wordpress.org/plugin/iwp-client.zip'; public $icons = [...]; public $banners = [...]; public $banners_rtl = [...]; public $requires = '3.1'; public $upgrade = FALSE }, 'popup-maker' => class stdClass { public $id = 'w.org/plugins/popup-maker'; public $slug = 'popup-maker'; public $plugin = 'popup-maker/popup-maker.php'; public $new_version = '1.17.1'; public $url = 'https://wordpress.org/plugins/popup-maker/'; public $package = 'https://downloads.wordpress.org/plugin/popup-maker.1.17.1.zip'; public $icons = [...]; public $banners = [...]; public $banners_rtl = [...]; public $requires = '4.9'; public $upgrade = FALSE }, 'post-duplicator' => class stdClass { public $id = 'w.org/plugins/post-duplicator'; public $slug = 'post-duplicator'; public $plugin = 'post-duplicator/m4c-postduplicator.php'; public $new_version = '2.28'; public $url = 'https://wordpress.org/plugins/post-duplicator/'; public $package = 'https://downloads.wordpress.org/plugin/post-duplicator.2.28.zip'; public $icons = [...]; public $banners = [...]; public $banners_rtl = [...]; public $requires = '4.0'; public $upgrade = FALSE }, 'simple-301-redirects' => class stdClass { public $id = 'w.org/plugins/simple-301-redirects'; public $slug = 'simple-301-redirects'; public $plugin = 'simple-301-redirects/wp-simple-301-redirects.php'; public $new_version = '2.0.7'; public $url = 'https://wordpress.org/plugins/simple-301-redirects/'; public $package = 'https://downloads.wordpress.org/plugin/simple-301-redirects.2.0.7.zip'; public $icons = [...]; public $banners = [...]; public $banners_rtl = [...]; public $requires = '5.0'; public $upgrade = FALSE }, 'wp-mail-smtp' => class stdClass { public $id = 'w.org/plugins/wp-mail-smtp'; public $slug = 'wp-mail-smtp'; public $plugin = 'wp-mail-smtp/wp_mail_smtp.php'; public $new_version = '3.7.0'; public $url = 'https://wordpress.org/plugins/wp-mail-smtp/'; public $package = 'https://downloads.wordpress.org/plugin/wp-mail-smtp.3.7.0.zip'; public $icons = [...]; public $banners = [...]; public $banners_rtl = [...]; public $requires = '5.2'; public $upgrade = FALSE }, 'wordpress-seo' => class stdClass { public $id = 'w.org/plugins/wordpress-seo'; public $slug = 'wordpress-seo'; public $plugin = 'wordpress-seo/wp-seo.php'; public $new_version = '20.1'; public $url = 'https://wordpress.org/plugins/wordpress-seo/'; public $package = 'https://downloads.wordpress.org/plugin/wordpress-seo.20.1.zip'; public $icons = [...]; public $banners = [...]; public $banners_rtl = [...]; public $requires = '6.0'; public $upgrade = FALSE }, 'custom-facebook-feed' => class stdClass { public $new_version = '4.3.4'; public $stable_version = '4.3.4'; public $package = 'https://smashballoon.com/edd-sl/package_download/NTI3NTc...='; public $download_link = 'https://smashballoon.com/edd-sl/package_download/NTI3NTc...='; public $slug = 'custom-facebook-feed'; public $name = 'Custom Facebook Feed WordPress Plugin Developer'; public $url = 'https://smashballoon.com'; public $homepage = 'https://smashballoon.com'; public $last_update = '2022-12-14 11:07:30'; public $id = 300; public $requires = ''; public $requires_php = ''; public $tested = '5.9.3'; public $sections = class stdClass { ... }; public $description = [...]; public $changelog = [...]; public $upgrade = TRUE }]

    Other than the theme there are nothing else (no plugins) activated. This is the environment used

    Wordpress: v6.1.1 (single-site)
    Enfold: v5.4
    Child Theme active

    Local dev environment using Local (by Flywheel)
    Server: Nginx
    PHP: 8.0.22
    MySQL: 8.0.16

    Please advice.

    //Seb

    #1396839

    Hi,
    For v4.7.6.4 you can search for the line in /enfold/js/avia.js
    matching_link = this.$body.find(this.selector + "[href='"+current+"']").attr('href',current+'#top');
    and change to:
    matching_link = this.$body.find(this.selector + "[href='"+current+"']").attr('href',current);
    but I recommend updating to v5.4 because v4.7.6.4 had some bugs for example compatibility with PHP v8 didn’t occur until v4.8, there was a pagination bug, ect.
    See our change log for v4.8 and all of the bugs for v4.7.6.4 that were fixed.
    Plus many features have been added since v4.7.6.4.
    You really should make time to add update your site to avoid future issues.

    Best regards,
    Mike

    #1396764

    No, guys. You are wrong. Main page of the Enfold default little bit same as search results page.
    Let look closer. I put link to screencast video in private. This is problem of main theme. When you click to second page of search results you will come to 2nd page of main page, not to 2nd page of search results.

    Hi,

    I copied the above code from the forum and it is still not working on my end. The below is the latest error:

    Fatal error: Uncaught Error: Cannot access protected property avia_product_slider::$element_id in /home2/patiowarehouse3z/public_html/wp-content/themes/enfold-child/search.php:73 Stack trace: #0 /home2/patiowarehouse3z/public_html/wp-includes/template-loader.php(106): include() #1 /home2/patiowarehouse3z/public_html/wp-blog-header.php(19): require_once(‘/home2/patiowar…’) #2 /home2/patiowarehouse3z/public_html/index.php(17): require(‘/home2/patiowar…’) #3 {main} thrown in /home2/patiowarehouse3z/public_html/wp-content/themes/enfold-child/search.php on line 73

    Please advise if there is maybe something else I need to do?

    Hi,

    I added the code, but now there is a new error:

    Fatal error: Uncaught Error: Cannot use object of type avia_product_slider as array in /home2/patiowarehouse3z/public_html/wp-content/themes/enfold-child/search.php:73 Stack trace: #0 /home2/patiowarehouse3z/public_html/wp-includes/template-loader.php(106): include() #1 /home2/patiowarehouse3z/public_html/wp-blog-header.php(19): require_once(‘/home2/patiowar…’) #2 /home2/patiowarehouse3z/public_html/index.php(17): require(‘/home2/patiowar…’) #3 {main} thrown in /home2/patiowarehouse3z/public_html/wp-content/themes/enfold-child/search.php on line 73

    #1396217

    Hi,

    Sorry for the confusion. Appending a Search Icon is only available for the Top Header layout in Enfold theme options > General Layout tab.

    We will add a note about that in the upcoming version.

    Cheers!
    Yigit

    Rustum
    Participant

    Hi there,

    I am using the avia_product_slider product grid layout for my search results page as per:
    https://kriesi.at/support/topic/search-results-page-grid-layout/ and https://kriesi.at/support/topic/incorrect-counting-in-search-results/

    I get the following error:

    Fatal error: Uncaught Error: Call to a member function get_style_tag() on null in /home2/patiowarehouse3z/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcode-helpers/class-avia-product-slider.php:269 Stack trace: #0 /home2/patiowarehouse3z/public_html/wp-content/themes/enfold-child/search.php(72): avia_product_slider->html() #1 /home2/patiowarehouse3z/public_html/wp-includes/template-loader.php(106): include(‘/home2/patiowar…’) #2 /home2/patiowarehouse3z/public_html/wp-blog-header.php(19): require_once(‘/home2/patiowar…’) #3 /home2/patiowarehouse3z/public_html/index.php(17): require(‘/home2/patiowar…’) #4 {main} thrown in /home2/patiowarehouse3z/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcode-helpers/class-avia-product-slider.php on line 269.

    I am using the latest version of enfold 5.4.

    Please advise how I can resolve the error.

    WOW!
    well, it would seems as tho i figured it out!

    after MORE searching, i came across https://learn.wordpress.org/lesson-plan/widget-areas

    apparently i had to “register” a “sidebar” – which thru me, as i was wanting to modify in the footer. after looking that up, the term “sidebar” is used anywhere the theme allows the user to add widgets in. and since the Enfold footer allows for widgets, i had to “register_sidebar” and THEN modify a line in the template.
    i also didn’t understand why i had to “register” the “widget area’s” at all, thinking that just by creating the custom widgets in WP admin > Appearance > Widgets, that should do it, but no. ya gotta create them there and ALSO register them in the child functions too.

    so after reading that wordpress page (linked above), i started hunting around in the main Enfold theme files, trying to find something similar. since apparently, some things are named differently than in other themes, which is why my copy/pasting of examples i found elsewhere didn’t work.
    i found it in… themes > enfold > includes > admin > register-widget-area.php

    so i combined what that wordpress link offered with the footer widget registration and came up with this code that i put in my child functions.php

    add_action( 'widgets_init', 'MYWIDGETAREA' );
    function MYWIDGETAREA() 
    {
    	register_sidebar( array(
    		'name'			=> 'Respect Footer - Column ' . $i,
    		'id'			=> 'espect_foot_widget_' . $i,
    		'before_widget'	=> '<section id="%1$s" class="widget clearfix %2$s">',
    		'after_widget'	=> '<span class="seperator extralight-border"></span></section>',
    		'before_title'	=> '<h3 class="widgettitle">',
    		'after_title'	=> '</h3>'
    	));
    }

    in the array, i only changed the “name” & “id”, leaving the rest so the structure matches the original theme.

    then i went to my template-custom.php and found this line…

    if( ! ( function_exists( 'dynamic_sidebar' ) && dynamic_sidebar( 'Footer - Column ' . $i ) ) )
    

    …and replaced it with…

    if( ! ( function_exists( 'dynamic_sidebar' ) && dynamic_sidebar( 'Respect Footer - Column ' . $i ) ) )
    

    AMAZING!!!

    well hopefully all this may benefit someone else in a similar position some day.

    #1395640
    This reply has been marked as private.
    #1395616
    xeovision
    Participant

    Hi,
    i am looking for a solution of a small membershop.

    I have pages with products in it (not as woocommerce, not as portfolio pages), just page with blocks of image with description. Here several pages.
    The customer wants that after login as Reseller all products should display prices. I can create an logni page (enfold protected page) and hand duplicate pages of these products incl. prices below BUT this is a lot of efford and i do not know how to solve the navigation inside the protected hyrachie.

    Another idea might be to display the prices on the regular pages after login by a script probably…

    Any other ideas or solutions?

    #1395162
    Grobi
    Participant

    Dear Enfold team,
    is it possible to integrate something like this on my Enfold page: “find the right vacuum cleaner bag for the right vacuum cleaner” – like it is done on this page: https://www.swirl.de/de/Staubsaugerbeutel-Finder-Staubsaugen-mit-Swirl-648.html

    1. Click on the manufacturer of the vacuum cleaner
    2. The individual bag variants can now be found in the pull-down menu – select
    3. The name of the bag appears, including image and data

    So what is needed is some kind of query or filter in two levels that returns a result (the correct bag) at the end.

    Is it possible to build something like this with on-board resources in Enfold?
    Or, if that doesn’t work – could you point me to a plugin that could contain such a function?
    Unfortunately, I don’t know what search terms to use to search here.

    It would be great to get a helpful hint.
    Best regards
    Grobi

    #1395152

    In reply to: 3 Layers with pictures

    Hi Monika,

    You’re welcome :)
    As for your last request, I could not provide a working solution at the moment, however, I can point you to the direction on finding the answer to that request:
    1. Add a custom js function (recommended: script on footer section): https://kriesi.at/documentation/enfold/add-custom-js-or-php-script/
    2. Search for javascript or jquery code that will move elements when scrolling
    PS. If I can get a working solution, I’ll post it here.

    Best regards,
    Nikko

Viewing 30 results - 511 through 540 (of 7,471 total)