-
Search Results
-
Hey guys,
I am using a plugin called “Search & Filter pro”, providing very good search functionalities for Woocommerce. With this plugin running, the sorting options in the shop page do not work anymore, simply nothing happens/changes.
Switching off the plugin – sorting works.
Switching to a standard theme, with plugin running – sorting works.The combination between this plugin and Enfold disables the sorting.
Now, the developer of the plugins tells me:
Ok, so, the ordering box you have on that page is not from WooCommerce. This is why it doesn’t work.
WooCommerce has its own “ordering” field, which it places at the top of every shop, and this paramater, when you perform a search in the URL is orderby, yours is product_order.Any solution how to overcome this?
Thanks,
KlausI upgraded our Enfold installation today to the latest version.
When my page loads, the search box is showing up on the navigation bar and then after a few seconds it disappears.
It should be showing at all until the user clicks on the Magnifying Glass.
It’s happening in Edge & Chrome. It is not happening in FireFox.
how can I fix this?
Thanks.
Micah
Topic: LayerSlider Images Cutoff
The images on the LayerSlider are not showing the correct sizes. I have the slider width set to 1140 and slider height set to 470 with responsive mode on and full-width on. I’ve tried using images of 1140×470 and 1600×470, but on both the images are cut off horizontally by about 20% (10% on top and 10% on bottom). I just have the image on the slider, no other layers. Also, the preview shows the correct size, but the regular page does not.
I have searched the documentation and other sources and can find nothing about this or a suggested image size – other than setting the image size to match the slider size, which is what I’ve done. Please show me how I can make it so the image on the slider is not cut off.
Thanks.
Topic: Mobile search solution
Hello,
I found a solution to have a search functionality in the mobile menu: https://kriesi.at/support/topic/search-box-in-header-on-mobile/ .
Nevertheless, when I do this, the “regular” search icon at the right in desktop version disappears… It shows an input field and magnifier at the left as well…Is there a good way to
– keep the search icon on desktops
– get a input field & search button above the “mobile menuThanks!
Hi again Team Kriesi!
I have a question regarding something i am trying to achieve.
On my front page i would like to display a search form inside a picture (i think i have already accomplished that on the desktop version). The question is: How can i make a different view on the mobile/tablet device so that the form always stays inside the circle of the picture?
I hope it is clear what i am trying to achieve.
/BR
Topic: Search button on plugin
Hey,
The search button on the hotel plugin look good here:
http://www.airlinestaffrates.combut it looks like this on the blog posts and pages:
http://www.airlinestaffrates.com/airport-code-quiz/What code can I add to fix this?
Thanks
CharlotteTopic: date in search
when i use the search bar, i found portfolio items, but it show also the creation date, how to not show the date ?
Topic: Google Maps not appearing
I’ve searched numerous topics and tried everything that was suggested and the google maps will still not load. I’ve put the website in the private content for you to take a look – please advise!
Hi,
I have a Portfolio Grid within a page with Search Option showing – there is currently a grey background on the Search Options bar – how do I format this to have grey writing, white background?HI,
I’m looking to create a full width div underneath the Enfold Header nav elements so that I can insert a search widget.
I was able to create a Widget in my header, but I’m wresting with placing it as I’d like. I can move the widget around using CSS, but can’t seem to create the spacing under the nav elements
The PNG Image attached shows you what I am trying to achieve.
I’ve also included a link to my dev site that shows the current layout
Any advice is much appreciated!
Topic: Color Secetion above header
Hi,
I was wondering if you have a tip on how I could achieve something like this https://smilesoftware.com/
As you can see they have a section at the start and then when you scroll the menu appears and then sticks to the top the further down you scroll.So far I tried using a page with a blank template.
– Add a 100% color section
– use the Full with Menu below.Problem is that the styling is different to the menu of the main header and things like search and social icons are not part of the shortcode.
Another problem with that is that the footer is missing. How could I alter the “blank” template so the footer is shown?Other than the full with menu, is there another way to show the full header in a section anywhere?
Thanks in advance for any tips.Hi, this ist very urgent. It`s a new site for a client-project and very time critical.
I tried to change the Logo-Area (functions-enfold.php) – now nothing works anymore.
The thing is, i need next the logo a big text and not a big graphic-text. First i tried to do it with a logo-grafic with text.
but we need a responsive Text.
Then i searched and found some support-changes – i tried a few php-changes – it worked, but suddenly nothing works anymore.Could you please help me?!!
Thanks a lot!!!
ClaudiaHello,
thanks for information about the problem with WP 4.5 updates, but if you could prompt that earlier/in real time it would have saved me 20 hrs searching and troubleshooting ;-( Perhaps you could consider a realtime note field in the templates (if it’s not already in). Beside that i’ve already got this problem 3 month ago, when WP 4.5 wasn’t out, but could resolved it by taking an earlier revision of one page.
Thanks
MarkusRecently product variations stopped working, we have processed several hundred using products with variations.
I have tried disabling all plugins accept WooCommerce and still get the error only while using Enfold.I am pretty confident there is an issue with Enfold, I recently updated to 3.5.3.
I have done a lot of research and none of the solutions I can find appear to be working
We are losing quite a bit of money while the site is down. Help would be greatly appreciated!
Thank You,
Robert
Hello Sir / Madam,
I’m pretty sure that you guys are sick of getting this kind of question. I did lots of research but, couldn’t really figure out exactly how to do it.
Basically, I’m using pages to login, logout and register in sub-menu. After someone log-in, I’d like to show ” Hello, username “, and logout page in sub-menu. Could you please let me know how to do that ?
Logout URL is https://www.funtasytrip.com/logout
If I understood correctly, I would need to put some codes in themes/enfold/includes/helper-main-menu.php. Is this right ?
Please advise.
Thanks & Regards,
Keetaek HanHi,
On my site, I had been using a code snippet in my child theme’s functions.php file to change the label of “Portfolio Items” in the backend to “Stallions”. After the update to 3.5.2 and WP 4.5, that code broke the site. I am copying my code below that worked before the update. Can you please let me know what code I should use to make the label change on the new theme version? Thanks!
function unregister_taxonomy(){
global $wp_taxonomies;
$taxonomy = ‘portfolio_entries’;
if ( taxonomy_exists( $taxonomy))
unset( $wp_taxonomies[$taxonomy]);
}
add_action( ‘init’, ‘unregister_taxonomy’, 30);// portfolio args
add_action( ‘init’, ‘init_reg_portfolio’, 50 );
function init_reg_portfolio() {
add_filter(‘avf_portfolio_cpt_args’, ‘avf_portfolio_cpt_args_mod’, 50, 1);$tax_args = array(
“hierarchical” => true,
“label” => “Stallion Categories”,
“singular_label” => “Stallion Category”,
“rewrite” => array(‘slug’=>_x($permalinks[‘portfolio_entries_taxonomy_base’],’URL slug’,’avia_framework’), ‘with_front’=>true),
“query_var” => true
);$avia_config[‘custom_taxonomy’][‘portfolio’][‘portfolio_entries’][‘args’] = $tax_args;
register_taxonomy(“portfolio_entries”, array(“portfolio”), $tax_args);
}add_action( ‘after_setup_theme’, ‘init_reg_portfolio’ );
function avf_portfolio_cpt_args_mod($args) {
$labels = array(
‘name’ => _x(‘Stallions’, ‘post type general name’,’avia_framework’),
‘singular_name’ => _x(‘Stallion’, ‘post type singular name’,’avia_framework’),
‘add_new’ => _x(‘Add New’, ‘portfolio’,’avia_framework’),
‘add_new_item’ => __(‘Add New Stallion’,’avia_framework’),
‘edit_item’ => __(‘Edit Stallion’,’avia_framework’),
‘new_item’ => __(‘New Stallion Entry’,’avia_framework’),
‘view_item’ => __(‘View Stallion Entry’,’avia_framework’),
‘search_items’ => __(‘Search Stallion Entries’,’avia_framework’),
‘not_found’ => __(‘No Stallion Entries found’,’avia_framework’),
‘not_found_in_trash’ => __(‘No Stallion Entries found in Trash’,’avia_framework’),
‘parent_item_colon’ => ”
);$args[‘labels’] = $labels;
return $args;
}For some reason my site has the following code showing in the serps….
av_textblock size=” font_color=” color=”]
It does not show on every page. It is the exact same problem mentioned in this thread https://kriesi.at/support/topic/google-search-results-av_textblock-other-code-as-the-description/ but the solution was never posted so I have no idea why some SERPs show this code and others don’t.
Any advice or support you could offer would be very appreciated