kaizerco
Forum Replies Created
-
Forum: Plugins
In reply to: [Woocommerce Radio Buttons] Variation Images Not ChangingI have noticed that if I disable the fixed image (“product image”), the image variations change fine. When the product image is enabled, it sort of overrides the variations… Looks like a bug to me.
Thanks for the detailed explanation, and of course thanks for the plugin.
Glad to know the issue may be solved/addressed in a future release. Looking forward to it.Thanks Again!!
I have seen the same issue with many other plugins that rely on the jquery sticky method (I believe yours does too?).
Check out any one of these websites on an ipad, (some may be using some other plugins, but it’s the exact same issue. Once the scroll passes the “sticky point” and continues scrolling… the menu disappears, and only reappears when scrolling has stopped.
https://andrewhenderson.me/wp-content/tutorials/jquery-sticky-content/index.html
Even on techcrunch!
https://techcrunch.com/On apple.com, they must be using some other method, because it works on all platforms that I’ve checked:
https://www.apple.com/shop/buy-ipad/ipad-mini-2Forum: Fixing WordPress
In reply to: Site dead after following a threadWell, I managed to replace the functions.php back to what it was before, and all is working fine now. I guess I won’t be messing with functions.php any time soon, until I understand exactly what each of those commands does, and why it didn’t work…
Forum: Themes and Templates
In reply to: target css on specific page works only on some pagesRight!
I wonder why the posts page doesn’t have a page id class in it… That’s something to check.Anyway, in this case, targeting the “blog” makes it work!
.blog #user-logo { border: 1px solid #021a40; }
Thank you Andrew!
Forum: Themes and Templates
In reply to: target css on specific page works only on some pagesI guess it would help to see the pages.
Check’em out:
page id 26
page id 35It’s just an example of a black border around the logo. Checking to see why it works in page 26 and not in page 35.
Thanks
Forum: Plugins
In reply to: [Page scroll to id] styling self referenced targetsI got it working without the need for adding a the (h3links) class:
h3 .mPS2id-target, h3 .mPS2id-highlight { color: #444 !important; text-decoration: none; }
B
ut the !important still seems to be important! ??Forum: Plugins
In reply to: [WP Editor] Search nextOh!
I just noticed the option actually exists! maybe not in the expected place, but it’s there, right with all the other buttons above the editor. Great great great plugin!!!!