oyo84
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [GeneratePress] Product search widgetHow can I change the text of the placeholder and button?
Forum: Themes and Templates
In reply to: [GeneratePress] Product search widget/** * Change search page slug. */ function wp_change_search_url() { if ( is_search() && ! empty( $_GET['s'] ) ) { wp_redirect( home_url( "/search/" ) . urlencode( get_query_var( 's' ) ) ); exit(); } } add_action( 'template_redirect', 'wp_change_search_url' );
I have this code, but I do not know how to modify it to search for products from Woo …
Forum: Themes and Templates
In reply to: [GeneratePress] Product search widgetUnfortunately, it didn’t help me. I added the above code to the functions.php of the theme and the search widget works the same, ie it does not search for products but a standard query.
Forum: Themes and Templates
In reply to: [GeneratePress] Product search widgetHow do I replace a regular search engine URL with a product search URL?
Forum: Themes and Templates
In reply to: [GeneratePress] Product search widgetThis is a widget built into WooCommerce, basic, apparently GP is not adapted to WooCommerce and hence the differences in the appearance of both elements.
Forum: Themes and Templates
In reply to: [GeneratePress] Product search widgetThe product search engine differs in the standard one, the button pops up below and there is no icon, can it be modified or replaced with the standard URL to search for products?
Forum: Themes and Templates
In reply to: [GeneratePress] Problem with product categories widgetForum: Themes and Templates
In reply to: [GeneratePress] Problem with product categories widgetshorturl.at/lmzHR
On the right, two widgets for comparison.
Forum: Themes and Templates
In reply to: [GeneratePress] Float rightNo change.
Forum: Themes and Templates
In reply to: [GeneratePress] Float rightI have added Facebook in the menu, then Messenger and it is displayed in this order, while float right mobile is the opposite, which is a bit misleading.
Forum: Themes and Templates
In reply to: [GeneratePress] Float rightWorks only mobile, menu items change position relative to the desktop.
Forum: Themes and Templates
In reply to: [GeneratePress] Float rightThe icons have float right, but they are disastrously arranged one under the other on mobile devices and the menu does not fit.
Forum: Themes and Templates
In reply to: [GeneratePress] Float rightThere is one more error, despite the float right, it mobilely displays these elements one above the other instead of next to each other, which is a mistake.
Forum: Themes and Templates
In reply to: [GeneratePress] Float rightThank you, I have it!
Forum: Themes and Templates
In reply to: [GeneratePress] Float rightHow to disable flexbox in GP options without CSS?