Spen
Forum Replies Created
-
Hello :-]
A small update – I have disabled all plugins on out staging copy of the site and the search is still not working on mobile.
For example, if you search for this on desktop: https://c885039245.nxcli.io/?s=nn8464
You will get a product in return. On mobile we get the message: “Nothing to show right now”. This even happens when we use the Inspector in Chrome Canary on desktop.
We re using the Pro framework by ThemeCo.
I hope this helps!
Spencer@mihail-barinov – no, we are not using Jetpack.
Are you able to see the site?
Search does not work at all on mobile, unfortunately. We tried to search by SKU product number but nothing is returned – it is working on desktop. Odd, eh?
Huge thanks :-]
SpencerHi, thanks for getting back.
Adv. Woo Search was conflicting with W3 Total Cache, so I disabled the latter. My client is more concerned about customers being able to search for products by SKU.
The second problem is on mobile – the search isn’t working on the iPhone at all, but is on desktop. We have tested it on a couple of different generations of phone and versions of iOS. On one the search field appears when tapped but you cannot enter any text, and on another we get “Nothing to show right now” as the search result. We used current SKUs.
Any help here would be great.Here is the most recent log: https://www.dropbox.com/scl/fi/gdxnunyfpdiz9rzbb6n1e/fatal-errors-2025-02-06.log?rlkey=60h70t4a7tp6qzm69zfs93d2y&st=ovghgxcr&dl=0
Huge thanks :-]
SpencerI should also add that we have already implemented the feature following these instructions:
https://booster.io/features/woocommerce-price-by-user-role/
So we can see the role based price but cannot also display the regular price.
Cheers!Forum: Reviews
In reply to: [Ally - Web Accessibility & Usability] Tab icons not appearingSorry, this query was posted in the wrong section!
Forum: Plugins
In reply to: [WooCommerce] Product editor layout askewThanks for getting back.
This is happening with the other plugins switched off and Storefront activated, which is what makes it so weird. The site is bare bones now: Storefront and Woo.
I will follow your advice and seek support via My Account.
Thanks!
Spencer
Forum: Plugins
In reply to: [WooCommerce] Product editor layout askewHI @rainfallnixfig,
Thanks for getting back to me with the video.
This is quite the problem. All of the regular panels that normally sit on the left i.e. the editor, product data etc. have been squashed over to the right.
Please see the linked image. I haven’t encountered this before. All of the other plugins are still off and Storefront activated.
https://pasteboard.co/8FmAxfBWVoOu.png
Strange isn’t it? Do you have any other suggestions as we cannot inout any new products.
Cheers!
Spencer
Forum: Plugins
In reply to: [WooCommerce] Product editor layout askewHi @nawaz0705
Thanks for getting back.
I have followed the steps you suggested but there have not been a change, unfortunately.
Do you have any other suggestions? The CMS has been stripped right down.
Thanks!
Spen
I think I have this sorted by unsetting the page in the plugin settings.
Cheers!
Spencer
Forum: Plugins
In reply to: [Ajax Load More – Infinite Scroll, Load More, & Lazy Load] Odd / evenHello there,
Sorry, this was the URL: http://adbirds.pointblank.ie/about/events/
I have cheated with an nth-of-type to get the entry to display correctly, but if you know why the class isn’t being loaded I am still curious to know.
Cheers,
Spencer
Forum: Plugins
In reply to: [Simple Tooltips] Peculiar positioning when set to the rightHi,
I neglected to add the markup I am using:
- [simple_tooltip style=”display:inline-block;” content=’Tooltip gubbins here’]<span class=”devicons devicons-wordpress”></span>[/simple_tooltip]
Cheers,
Spencer
Forum: Themes and Templates
In reply to: [Ryu] Transition on top menuSorry, I should have added that I attached the transition to .toppanel
Thanks,
Spen
@ckfrantz – that worked for me.
Hello there,
I am getting the same error.
I can select the gallery from within the page I want to display it on.
I used the following code to pull the gallery in:
<?php
foreach ( get_field ( ‘nextgen_gallery_id’ ) as $nextgen_gallery_id ) :
if ( $nextgen_gallery_id[‘ngg_form’] == ‘album’ ) {
echo nggShowAlbum( $nextgen_gallery_id[‘ngg_id’] ); //NextGEN Gallery album
} elseif ( $nextgen_gallery_id[‘ngg_form’] == ‘gallery’ ) {
echo nggShowGallery( $nextgen_gallery_id[‘ngg_id’] ); //NextGEN Gallery gallery
}
endforeach;
?>Advanced Custom Fields – NextGEN Gallery Field add-on 2.0
Advanced Custom Fields 4.3.9
NextGEN Gallery by Photocrati 2.0.66.29