OpenTips
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Omega] Search results = empty pageAs far as I could get it seems that this part of my functions.php is causing conflict:
add_action( 'wp_enqueue_scripts', 'enqueue_parent_styles' ); function enqueue_parent_styles() { wp_enqueue_style( 'parent-style', get_template_directory_uri().'/style.css' ); }
But my experience is not enough to understand what is the reason so I see blank page when I push “Enter” or trying to see all search results.
p.s. I’ve tried to switch to the “storefront” theme and everything is working fine, so the problem is somewhere inside the “omega” theme or my customisation.
Forum: Plugins
In reply to: [Advanced Woo Search] Search results page is not workingOk, I will try to contact theme developers.
There is something wrong with the template…Thank you for your help @mihail-barinov !
Forum: Plugins
In reply to: [WooCommerce] Cart update is not workingThank you @jricketts4
Forum: Plugins
In reply to: [WooCommerce] Combine / merge colour attributesThank you!
Forum: Plugins
In reply to: [WooCommerce] Combine / merge colour attributesThank you @stuartduff for your reply and help!
I’ve done the same way as on your example.
Products > Attributes: screenshotI still have the same problem, too many option.
If I get you right, my option is only to ask my client to cut amount of color attributes and that is the only way.I mean for example this option variation-swatches-and-photos will only organise the layout but will not merge the attributes.
Correct?
Forum: Plugins
In reply to: [Advanced Woo Search] Nothing found on mobile versionYes! Now it’s working perfectly!
Thank you so much for your help!
Forum: Plugins
In reply to: [Advanced Woo Search] Nothing found on mobile versionDone.
Got “Array” message instead of search form now.Forum: Plugins
In reply to: [Advanced Woo Search] Nothing found on mobile versionthe whole file looks like it:
<?php /** * The template for displaying search forms mobile in nasatheme * * @package nasatheme * @version 1.0.0 */ $_id = rand(); $url = home_url('/'); $postType = apply_filters('nasa_mobile_search_post_type', 'product'); $classInput = 'search-field search-input'; $placeHolder = esc_attr__("Start typing ...", 'elessi-theme'); $classWrap = 'nasa-searchform'; if ($postType === 'product') { $classInput .= ' live-search-input'; $classWrap = 'nasa-ajaxsearchform'; $placeHolder = esc_attr__("I'm shopping for ...", 'elessi-theme'); } ?> <div class="search-wrapper <?php echo esc_attr($classWrap); ?>-container <?php echo esc_attr($_id); ?>_container"> <form method="get" class="<?php echo esc_attr($classWrap); ?>" action="<?php echo esc_url($url) ?>"> <div class="search-control-group control-group"> <label class="hidden-tag"><?php esc_html_e('Search here', 'elessi-theme'); ?></label> <input id="nasa-input-<?php echo esc_attr($_id); ?>" type="text" class="<?php echo esc_attr($classInput); ?>" value="<?php echo get_search_query();?>" name="s" form="<?php echo do_shortcode ([aws_search_form]); ?>" placeholder="AWS_2" /> <input type="hidden" class="search-param" name="post_type" value="<?php echo esc_attr($postType); ?>" /> <div class="nasa-vitual-hidden"> <input type="submit" name="page" value="search" /> </div> </div> </form> </div>
Forum: Plugins
In reply to: [Advanced Woo Search] Nothing found on mobile versionThank you for noticing!
Fixed this issue, unfortunately still don’t get the result I want.Now I practically get not active “go” button, when I need it to be active and show the same results as if I use “enter” button on desktop.
What might be wrong?
My code at the moment is:
<input id="nasa-input-<?php echo esc_attr($_id); ?>" type="text" class="<?php echo esc_attr($classInput); ?>" value="" name="s" form="<?php echo do_shortcode ([aws_search_form]); ?>" placeholder="search" />
Forum: Plugins
In reply to: [Advanced Woo Search] Nothing found on mobile versionHello @mihail-barinov,
thank you for your respond!
1. Yes, I am using the ‘Seamless integration’ option and this is my settings page:
https://joxi.ru/bmo14LRF3ZbzpA2. Yes, I do have a standard theme form which is different for mobile and desktop version, but I did replace it with the “Advanced Woo Search” Form. Maybe I have made a mistake somewhere in this code?
<input id="nasa-input-<?php echo esc_attr($_id); ?>" type="text" class="<?php echo esc_attr($classInput); ?>" value="<?php do_shortcode ([aws_search_form]); ?>" name="s" placeholder="AWS" />
this is a php file which includes a search form for mobiles. I’m using placeholder=”AWS” to make sure I have this form and not the “template” form.
Example (request for 7396) on
mobile: https://joxi.ru/xAeKqbyHRwy9Gm
desktop: https://joxi.ru/RmzG41BIYBb8j2p.s. Installed update today, still the same issue.
Perfect for desktop, no “enter/go” functionality for mobile.Please help
Hi @wpallimport
I did install Additional Variation Images Plugin and now it seems to be working. However, it lookd very ugly but I believe it’s a problem with my custom theme. So I will try to fix it.
However, the main issue I see as solved. Thank you for your help!
Forum: Plugins
In reply to: [WooCommerce] Display attribute in emailNo one knows how to solve this?
Hi @nsinelnikov,
yes. I’ve just deleted the plugin and reinstall it back, it’s working now the way it should. Will mark this issue as solved.
Thank you all for assistance.
G’day @ultimatemembersupport
yes, I’ve made an update today so I have the newest version. I will try to delete and re-install the plugin, maybe this will help. Seems like a temporary “bug” to me
Forum: Plugins
In reply to: [WooCommerce] Display attribute in emailAnyone? Please help