nate22
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Featured Image Not LoadingMark, you would do it with CSS. My featured images were in a span with a class name of “zoom” so I just added the 2 lines for height and width like this:
.zoom {
height: 100%;
width: 100%;
}Forum: Fixing WordPress
In reply to: Featured Image Not LoadingI had this same problem when I upgraded to 5.6 and bizarrely fixed it by adding a height and width of 100% to the containing element (a span).
It was a Firefox-only issue and it makes absolutely no sense to me why a WP core update would have any effect on a span element. The only explanation I can think of is maybe newer versions of WP contain some kind of new browser reset that default spans to 0x0 or something.
Forum: Plugins
In reply to: [WooCommerce] Non Standard Property ZoomStrange that un-minifying it would make it work since zoom isn’t even a property there, is it? The browser just seems to be reading a js function as if it’s a property.
Forum: Plugins
In reply to: [Wishlist] Is “Products I Love” always public? Can’t seem to make it private.The default list Products I Love is not possible to make private. Look for yourself. Your screenshot says “Cloths” not “Products I Love.” The default wishlist is Products I Love. It can not be made private. See my comments above.
Forum: Plugins
In reply to: [Wishlist] Is “Products I Love” always public? Can’t seem to make it private.Is that option only available in the Pro version of the plugin? I do not see it at all.
Forum: Plugins
In reply to: [Wishlist] Is “Products I Love” always public? Can’t seem to make it private.I do not have that option at all. See my screenshot:
Forum: Plugins
In reply to: [Wishlist] Can I shrink images instead of cropping them on Wishlist page?The full image works great! Thank you!
Can you please fix these typos?
I fixed these typos in the template before I installed the newest version and now the templates have the typos again. Maybe when I fixed the typos I accidentally broke the plugin somehow because it wasn’t adding to favorites when I simply clicked the heart. It would be better if you just fixed the typos because they need to be fixed, anyway. There shouldn’t be an apostrophe on any plural items ever.
Forum: Plugins
In reply to: [Wishlist] Can I shrink images instead of cropping them on Wishlist page?Hi, thanks for getting back so quickly!
I uploaded a screenshot here: https://imgur.com/a/9RhJf4uForum: Plugins
In reply to: [Wishlist] Plugin issue – not adding favouritesI’m not using any caching plugin, but I guess you are talking to kinky (@hbazan85).
I will make a new thread when I create the throwaway website for you to look at. Favourites not updating is a problem I’ve seen both on my localhost and when I installed Wishlist plugin on a remote server. So, it’s 2 locations and 2 completely different server environments (MAMP vs Hostgator).
I was actually wondering if upgrading to a paid version gives me access to anything like video tutorials and information about how to override templates. Please let me know. Thanks.
- This reply was modified 4 years, 6 months ago by nate22.
Forum: Plugins
In reply to: [Wishlist] Plugin issue – not adding favouritesYes, I have only used the latest version, Version 1.0.11.
I will upload a throwaway site with the plugin installed where you can see the problem.
- This reply was modified 4 years, 6 months ago by nate22.
Forum: Plugins
In reply to: [Wishlist] Plugin issue – not adding favouritesThis is still an issue. Do you have a fix yet? The favourites heart does not do anything. You can add to a new wishlist, but it’s pretty confusing for the user to have 2 hearts and 1 of them never works.
Forum: Plugins
In reply to: [Block Lab] Will blocks persist even if I switch themes?You really just have to move the blocks folder into the new theme, right? The rest is in the database, isn’t it?
Forum: Plugins
In reply to: [Block Lab] Custom Image black as background CSS?resolved…sorry about being the boy who cried wolf twice in a row (ie. fixing my own problems)
- This reply was modified 6 years ago by nate22.
Forum: Plugins
In reply to: [Block Lab] Neither text nor Image shows on website.My own template error…nevermind.
Forum: Plugins
In reply to: [Block Lab] Neither text nor Image shows on website.Update:
Now they show up ONLY ON POSTS and ONLY if I click UPDATE. (Preview doesn’t show custom blocks).
Can’t this be used for PAGES?!?