Viewing 30 results - 451 through 480 (of 7,471 total)
  • Author
    Search Results
  • #1407862
    fabienneRedUmb
    Participant

    Hi,

    I would like to use the portfolio grid, but i do need to different search functions.

    Once I wanna search for Type e.g. Apple, Pear, Berry, Herb
    and then I also want a search by characteristic e.g. green, red, blue, etc.

    It would be perfect if I could combine the two, like: show me red apples, etc.

    Is this possible with Enfold and if so, how would I go about it?
    I was thinking along the lines to once sort by category (Type) and then use tags for the second search (characteristics) but it doesnt seem possible to use tags for the portfolio sorting.

    If Enfold doesnt provide this, is it possible to use a plugin like Search & Filter?

    Hey guychalk,

    Thank you for the inquiry.

    You have to add the following css rule to adjust the search text when the French language is active.

    html[lang=fr_FR] #menu-item-search a:after {
        content: ‘ Recherche’;
    }

    Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css modification.

    Best regards,
    Ismael

    #1407654

    Well I’ll be…that was it! I logged in under the user that I created for you and everything was fine. For some reason our main admin account was being stripped of certain layout permissions. I searched through all the setting in Enfold and couldn’t fine a reason for it. Any idea why it would do that? Anyways, I deleted that account and re-created it and that fixed the problem. Thank you for the help in resolving this issue. :)

    AliceH
    Participant

    Hi there,
    I want a template that includes just the header and footer but is completely full-width with no margins and no padding in the content area. I have already modified the CSS to make the header and footer full-width. I can’t seem to make the content area full width. I DON’T want to use the ALB on this page. I have included the link: I created a template in a child theme that seems to include just those items but the right side still includes a margin. I have targeted all of the CSS and nothing seems to get rid of that right margin.Here’s what I”ve targeted:
    .responsive #top #wrap_all .container {
    width: 100%;
    max-width: 100%;
    margin:0;padding:0;
    }
    The bb-container style is my workaround trying to make this content area full page.
    .bb-container {
    max-width:none;
    width:auto;
    margin:0 0;
    margin-right:0;
    }
    .entry-content{margin:0; padding:0;}

    I tried to take the call to the sidebar out of the template, but it didn’t work. I thought the sidebar may be keeping it from being full width:
    Here’s the template :

    <?php
    	/*
    	Page Template Name: BB full width
    */
    	if ( ! defined( 'ABSPATH' ) ){ die(); }
    
    	global $avia_config, $wp_query;
    
    	/*
    	 * get_header is a basic wordpress function, used to retrieve the header.php file in your theme directory.
    	 */
    	get_header();
    
    	/**
    	 * @used_by				enfold\config-wpml\config.php				10
    	 * @since 4.5.1
    	 */
    	do_action( 'ava_page_template_after_header' );
    
    	if( get_post_meta(get_the_ID(), 'header', true) != 'no')
    	{
    		//echo avia_title();
    	}
    
    	do_action( 'ava_after_main_title' );
    	?>
    
    		<div class='bb-container'>
    
    				<main class='content  <?php avia_layout_class( 'content' ); ?> units' <?php avia_markup_helper(array('context' => 'content','post_type'=>'page'));?>>
    
    					<?php
    					/* Run the loop to output the posts.
    					* If you want to overload this in a child theme then include a file
    					* called loop-page.php and that will be used instead.
    					*/
    
    					get_template_part( 'includes/loop', 'page' );
    					?>
    
    				<!--end content-->
    				</main>
    
    				<?php
    
    				//get the sidebar
    				$avia_config['currently_viewing'] = 'page';
    				get_sidebar();
    
    				?>
    
    		</div><!-- close default .container_wrap element -->
    
    <?php
    		get_footer();

    I’ve searched for days and cannot find the answer to this issue. Thanks in advance.

    BeeCee
    Participant

    Hi,

    I’ve searched the forum to find a solution to have an image caption of a single image (ALB element) BELOW the image and NOT AS OVERLAY.
    Unfortunately the ALB settings for a single image has only the option to show an image caption as overlay YES/NO, but not just below the image and not as overlay.

    I found a solution from @Yigit, but the post is old, the masonry-helper file does not exist in newest ENFOLD and I need it for single image ALB element:
    I could use, for example the ALT text of the image as suggested here in Yigit’s post —> .

    This is what I would like to achieve:

    zzz

    But please note:
    the normal behaviour of ALB image element should remain “as is” (with the possibility to show a caption as overlay).
    It would be great, if I could add IN ADDITION to it my “own” custom ALB image element “with no overlay but caption below”.

    The function from your documentation to add custom ALB elements mentioned here –> is already added in my plugin “Code Snippets” area and activated!

    Thank you.

    #1407370

    Hi,
    Thank you for your patience and the explainion with links to examples, the first example could be achieved by using the Advanced Layout Builder elements to create your product page.
    Your first example page starts with class information such as images, table, a slider and text elements, you can use the layout elements for these, and then add your “product price” element under these with your “product purchase button”, and at the botton add the “related products” element.
    I’m having trouble understanding your language on your product page example so I’m not so sure what you mean by “placing the city” first, but I think you mean the drop down options for the products:
    Enfold_Support_2069.jpeg
    these can be moved in the product variations in the backend by draging them:
    Enfold_Support_2071.jpeg
    The sign up form on the example page uses the WooCommerce Box Office plugin, I don’t have experience with it but here is a link to it’s documentation. There maybe other free WordPress plugins that will do the same job but I don’t know or tested any. WooCommerce Bookings might be another option, I recommend that you research different plugins to find one that meets your needs and try to test them with Enfold before buying anything expensive as not all plugins work well with Enfold, sometimes you will need to test first to ensure there won’t be a conflict.
    I hope this helps.

    Best regards,
    Mike

    BeeCee
    Participant

    Hi,

    I have the problem, that in my browser (Firefox 113.0 on Windows 10 professional. desktop) ENFOLD produces dark scrollbars at the right of the browser’s window. This bothers me a lot because the design of my website is very light and white.

    Apparently I’m not the only one with this problem:
    https://kriesi.at/support/topic/scrollbar-farbe-scrollbar-color/

    I’ve tested various ENFOLD demos because the scroll bar on my ENFOLD 5.6.1 page (not online yet) is dark – that looks bad if you have a bright, white website.

    Dark scroll bar:
    https://kriesi.at/themes/enfold-overview/
    demo1

    Bright scroll bar:
    https://kriesi.at/themes/enfold-freelancer/
    demo3

    Bright scroll bar:
    https://kriesi.at/themes/enfold-creative-studio/
    demo2

    Dark scroll bar:
    https://kriesi.at/themes/enfold-shop/
    demo5

    My browser’s normal scroll bar is always the light version, e.g. on Facebook or Google search:

    Facebook:
    demo6

    Google:
    demo7

    ENFOLD Forum:
    Also here in the forum the scrollbars are dark, not for the textbox where I am writing in (it’s normal light grey), but at the right browser window:
    demo8

    Since I am obviously not the only one with this issue:
    https://kriesi.at/support/topic/scrollbar-farbe-scrollbar-color/

    … so what the heck is ENFOLD doing that the scrollbars are dark, but apparently not always.
    Unfortunately with my ENFOLD 5.6.1 (still offline, because I’m still working on it) they are also dark, which looks bad, because my website has a very bright, white design.

    #1406896
    jcbolt
    Participant

    My website with Enfold Theme gets flagged in Google Search Console under Page indexing > Alternate page with correct canonical tag
    It flags pages ending with via-element-paging=4 (or any other number) (or 3 or 2 or 1).
    Can you help solving these messages? My web builder advised me to contact you.

    #1406875
    BeeCee
    Participant

    Hi,

    I have a certain problem with ENFOLD which is difficult for me to describe, but i have a suspicion.
    For the moment I just want to know:

    when I look with phpMyAdmin at the database searching for the table avia_options_enfold, where the settings normally are saved, then the table is called
    avia_options_art2023
    because my OLD modified ENFOLD theme was called “art2023”. So far, so okay.

    Due to some problems I have deactivated this modified theme, deleted it from WordPress and the FTP.
    Then I have today installed ENFOLD 5.6.1, made my theme settings NOT via IMPORT, but made the theme settings all manually.

    Why is now at phpMyAdmin not a table avia_options_enfold, instead still avia_options_art2023 although this old theme is deleted from WordPress (multisite, it was active only at one subsite resp. the main site) and it was deleted from FTP.

    Yes, I selected the right database on phpMyAdmin 😉

    BUT:
    —> How can it be, when I look at the above database table afterwards, that it contain the old theme settings from an ENFOLD that is no longer installed (“art2023”)?
    –> or are in this database table only theme settings saved, that have been IMPORTED, i.e. not the newly manually entered setings?

    screen1

    #1406677

    Hi,
    I tested Ismael code above and it removed creativeWork schema for entries, if you want to change it to something more specific like PodcastSeries then use this code:

    function avf_markup_helper_attributes_modified($attributes, $args)
    {
        global $post;
    
        if ( $args['context'] == 'entry' ) 
        {
            if ( is_object( $post ) && 'post' !== $post->post_type ) 
            {
                
    	     $attributes['itemscope'] = 'itemscope';
                $attributes['itemtype']  = 'https://schema.org/PodcastSeries';
            }
        }
    
        return $attributes;
    }
    add_filter('avf_markup_helper_attributes', 'avf_markup_helper_attributes_modified', 10, 2);

    But sense you are using Rankmath for your schema you would probably be better off disabling the Automated Schema in the theme option Enfold Theme Options ▸ SEO Support, please note the text next to the option:

    The theme adds generic HTML schema markup to your template builder elements to provide additional context for search engines. If you want to add your own specific markup via plugins or custom HTML code, you can deactivate this setting

    Best regards,
    Mike

    #1406617

    Hey guychalk,
    Thank you for the link to your site, I css that the css for these menu items, especially to show the word “search” is loading slowly.
    Typically enabling Enfold Theme Options ▸ Performance ▸ JS & CSS file merging and compression or using a caching plugin would help with this, do you plan on using a caching plugin when you are done building your site? If so this should sort out then.

    Best regards,
    Mike

    #1406496

    Hey Andreas,

    Thank you for the inquiry.

    Both plugins should work fine; however, we recommend Wordfence because many Enfold users prefer it over other security plugins. You can see the distinction between the plugins by looking at the number of search results here in the forum.

    // https://kriesi.at/support/search/wordfence/?avia_filter_search=yes&avia_search_forums=66&avia_search_dates=all&avia_search_include=no
    // https://kriesi.at/support/search/iThemes+Security/?avia_filter_search=yes&avia_search_forums=66&avia_search_dates=all&avia_search_include=no

    Best regards,
    Ismael

    may
    Guest

    maybe because I update Enfold on my website, I got problems with the Icons, in the homepage you cannot see the icon search and icon shop icon like, but on other pages you can see them.

    #1406144

    Hey edgeofcinema,

    Thank you for the inquiry.

    You can add this css code to adjust the stack order of the column containing the search field and place it in front of the other columns.

    .flex_column_table.av-6wpc-40111567c38aae6daa72a4fc72cec859 {
        z-index: 99999;
        position: relative;
    }
    

    Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css code.

    Best regards,
    Ismael

    I’m not sure what’s happened, whether one of you kind folks did something to fix my problem of clicking my Contact menu item on my iPhone not working, or something else magically happened (I did nothing to affect this fix as far as I know), but it’s now working.

    So I can accept using Enfold/Avia’s method doing the burger menu, which now at least is functional on my iPhone (and I assume on Android phones) in portrait orientation. So unless anyone can help me make my method of doing the burger overlay, moving the top of it to under the burger icon (and my Search icon)–which if possible would be ideal and much appreciated–you can close this thread.

    Thanks,
    Gary

    #1405785

    Hi,

    Sorry for the late reply.

    To modify the main query for archive you can use the pre_get_posts filter. An example how we use it to modify the search query is here:

    https://github.com/KriesiMedia/enfold-library/blob/master/actions%20and%20filters/Search/pre_get_posts.php

    For the ALB blog element we have the filter avia_blog_post_query.

    Hope this helps you.

    Best regards,
    Günter

    #1405696

    Hi,

    I made the following modifications to your core theme files:

    search.php (line 55):

    
    global $wp_query;
    
    						$atts = array(
    									'type'		=> 'grid',
    //									'post_type'	=> [ 'attachment' ],
    									'items'		=> get_option('posts_per_page'),
    									'columns'	=> 3,
    									'class'		=> 'avia-builder-el-no-sibling',
    									'paginate'	=> 'yes',
    									'use_main_query_pagination'	=> 'yes',
    									'wp_query'	=> $wp_query
    								);
    
    						/**
    						 * @since 4.5.5
    						 * @return array
    						 */
    						$atts = apply_filters( 'avf_post_slider_args', $atts, 'search' );
    
    						$blog = new avia_post_slider( $atts );
    //						$blog->query_entries();
    						echo '<div class="entry-content-wrapper">' . $blog->html() . '</div>';
    
    

    enfold\config-templatebuilder\avia-shortcodes\postslider\postslider.php (line 566):

    
    
    $this->entries = isset( $atts['wp_query'] ) && $atts['wp_query'] instanceof WP_Query ? $atts['wp_query'] : array();
    
    

    and to custom.css:

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

    Can you have a look at it please.

    Best regards,
    Günter

    #1405671

    Hi Rikard,i’ve seen old URLs in the enfold_child.css – maybe that’s the problem. I thought maybe i can change the color scheme as a css snippet.

    Do you know how i can change old (test) urls? Everything else was changed with Better Search Replace.

    Thanks
    Patrick

    #1405658
    ellamac
    Participant

    Hi there,
    I have recently noticed that a lot of the Text Element Toolbar elements are missing, such as the Heading/Paragraph dropdown, font color, indent etc, and found that this only applies when the WooCommerce Memberships plugin is active. All toolbar elements are visible when the Memberships plugin is deactivated.
    I’ve been working with SkyVerge to troubleshoot this and they have asked if we can loop Enfold Support into the email chain – is this possible?

    From SkyVerge:
    “I tested the admin area using web browser developer tools to see if there was any javascript or CSS error detected, but I was not able to find anything related to the conflict. There is nothing to indicate that it failed to load the Text Element toolbar, though it clearly has. I did some searching and I have found where others have had same issue, but caused by a different plugins. It seems to have popped up when WordPress 5.5 released and has been a random, but recurring error for some users since then.

    Would you be able to loop in Enfold’s support team in regards to this issue? I would like to see if they may be able to provide more context around what is occurring and if they potentially have a fix or workaround for it.”

    #1405526

    In reply to: Search Icon bigger

    Hey Anna_Tewes,

    Please add the following code to the Quick CSS field in Enfold theme options > General Styling tab and adjust it as needed

    
    #top #header #menu-item-search a {
      color: #a62c0a;
      font-size: 34px;
    }
    

    Best regards,
    Yigit

    #1405514

    Topic: Search Icon bigger

    in forum Enfold
    Anna_Tewes
    Participant

    hey,

    how can I adjust the Search Icon in my Enfold Theme?

    I want it bigger and another color.

    Thank you

    #1405496

    long time ago – and your code here on https://kriesi.at/support/topic/search-products-pages-and-posts-enfold/#post-1158002
    i use too and posted it here – because i did not found it via search function.

    But now i got one problem – how to show the search results page as grid – if attachments are also listed. The known changes in search.php do not work with attachments – and even if i change the custom-query there too – no effort.
    I have already asked Günter – but I do not want to overuse his friendliness and accommodation. Maybe you have an idea what it could be.

    Hey landhausaustria,
    Thanks for your patience but I don’t see a way to create this in Enfold, I recommend using a WordPress plugin for this, but unfortunately I’m not sure which one would do this so you will need to search through these.
    Sorry we couldn’t be more help with this.

    Best regards,
    Mike

    Hi,

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

    .search-results .blog-author {
      display: none;
    }

    Best regards,
    Rikard

    Hi Yigit!

    Thanks very much for replying and with your possible solution. But it didn’t work. I’ve included in the private section a permanent link to a video in my Dropbox illustrating the issue, and here is a permanent link to a public image in my Dropbox containing 6 screenshots of my iPhone (Figures 1-6) that I refer to: https://www.dropbox.com/s/mkf28lwx4jauqf4/Menus%20issues%20on%20iPhone%2020230420.jpg?dl=0. But here it is in writing as well:

    To me at least, it seems Enfold implements the burger menus/submenus in a bizarre way, creating empty gaps above & below the main burger menu to handle opening up submenus: Enfold’s burger menu overlay covers the entire vertical window space (on computer) & screen space (on mobile), and they put the first menu item correctly below the burger menu, leaving a big gap from the top of the screen/window (& overlay) to that first menu item (Figure 1) (I have chosen the Sidebar Flyout Menu (Classic) as the Menu Overlay Style in the child theme’s settings). Then when the user opens a submenu, instead of just opening the submenu under it’s parent menu like every other website implementation does, everything shifts up to the top of the screen (& overlay), filling in that big gap AND going underneath the burger menu icon (& my search button) on the z-axis (z-index-like) (Figure 2). In my expert opinion (I’ve done post-graduate MSc work in human-computer interaction (UX)), that is not good for the User Experience.

    So using responsive widths & heights, I decided to change the overlay margin-top & height so it’s always beneath the burger menu icon (& search button) (Figure 3), even when a submenu opens up (Figure 4). But if I do that, when a long submenu like for my Services menu opens up on a mobile device (well, I only tested on my iPhone), the bottom submenu items and the rest of the lowest parent menu items under that submenu become inaccessible, as the first part of my video demonstrates (sorry to other readers: I don’t have the video public). What’s happening is that the iPhone’s rubberband effect snaps to the 3rd last menu item, Patient Information, instead of the last menu item, Contact, making Contact and the FAQs menu item above it inaccessible for tapping. You can also see this in Figure 5, which shows that when I scroll to the bottom and let my finger go, the “rubberband effect” snaps the menu back to display Patient Information at the bottom of the screen, instead of the Contact menu item.

    Just as an aside: You can see in Figure 5 that Permanent Soft Liners on New & Old Dentures is highlighted: that’s not because I chose it (we’re still on the home page as you can see in the breadcrumbs (btw, I haven’t finished the breadcrumbs margins)), but because my finder happened to gently touch it as I swiped up to scroll down. That seems to be a bug in Enfold (I see it also in the Enfold demos, but not on any other website using my phone, even other websites made using WordPress).

    Back to our main problem: Actually, then another bug appears. If I attempt to scroll down a second time again, the outer window (the webpage content underneath the overlay) scrolls instead of the contents in the overlay, i.e. the menu. To me it seems overall that the code in avia-snippet-hamburger-menu.js is buggy.

    So as a compromise (unless you have a solution for this issue), I thought I’d just not change the overlay margin-top & height on actual mobile devices (hover: none), but just do it on computers (hover: hover) when the user decreases the window size to a burger width (or starts at that width with his web browser window):

    @media only screen and (max-width: 614px) and (min-height: 1px) and (hover: hover) {
        #top .av-burger-overlay {
            /* Start the overlay/flyout below the burger icon. */
            margin-top: 195px;/*215px; >>>  */
        }
    }

    In other words, leave it alone on mobile and go back to Figure 1 & 2. But doing that opens another problem I discovered. The rubberband effect works fine now, allowing me to scroll to the bottom of the menu and snap back to the bottom (Figure 6). But now when I tap the Contact menu item, instead of opening its submenu, it closes the burger menu entirely (the overlay disappears). If I open the burger menu again, scroll down to the bottom, and try tapping Contact again, the same thing happens. If I open the burger menu again, close the Services submenu, and tap the Patient Information submenu, and try tapping the Contact menu, it again does the same behavior. If I open the burger menu again, close the Patient Information submenu, and tap the FAQs submenu, and tap the Contact menu, this time it opens the Contact submenu correctly.

    Any help would be appreciated.

    Thanks,
    Gary

    One last question though on Enfold. How can I remove the author name on the search results?

    tomcusters
    Participant

    I have been using the Enfold theme (demo church) for several clients for years. Everything works perfectly in setting up various sites

    Currently I have the following problem with the site https://lacasatorre.nl. When I click on “edit page (advanced layout builder)” it remains blank, as well as when I choose new page or blog. I was able to just build the site without any problem, the blank page has only recently appeared

    I always work with safari (version 13.12) on a iMac (MacOX High Sierra).
    Other sites (e.g. maastrichtvooriedereen.nl or casatammies.nl or werkhuismaastricht.nl) made with this theme work well if I choose “edit page (in safari).

    Searched your forum, couldn’t really find anything. I have also deactivated all plugins and cleared the safari cache. No result. Same problem in firefox, only in google chrome it works, but is very slow.

    What could be the problem, hope you have a solution.
    Thanks in advance for your answer.

    Ps, I’m sending login details.

    • This topic was modified 2 years, 9 months ago by tomcusters.
    • This topic was modified 2 years, 9 months ago by tomcusters.
    • This topic was modified 2 years, 9 months ago by tomcusters.
    • This topic was modified 2 years, 9 months ago by tomcusters.
    #1404944

    In reply to: Search bar

    Hi,

    Please check the .htaccess file at the root of your WordPress installation to see if you have enabled HTTP authentication there.

    You can find the search.php file inside /wp-content/themes/enfold but this is not related to Enfold. You can switch to another theme and check the search form to verify that.

    Best regards,
    Yigit

    #1404638

    In reply to: Search question

    Hi,

    To add a search icon to the default and mobile menu in the Enfold theme, the wp_nav_menu_items and avf_fallback_menu_items filters are used. The avf_append_search_nav callback function can be found in the functions-enfold.php file located in the themes/enfold directory. This function is responsible for appending the search icon to the default and mobile menu using the appropriate filters.

    Best regards,
    Ismael

    #1404636

    In reply to: Search question

    Hi Gunter,

    Thanks a lot for the reply. Shame there’s no easier way to interact with this.

    To help us further with this, can I ask how Enfold adds the search icon to the header so that it always stays in its position in the header both on desktop and mobile? Eg: on mobile it doesn’t get added to the hamburger menu, but rather sits next to it, which is what we want.

    Thanks

    Tim

Viewing 30 results - 451 through 480 (of 7,471 total)