Forum Replies Created
-
Author
-
glassinebooksParticipant
Nevermind! It was “YITH WooCommerce Wishlist” that caused the issue.
Thanks!
glassinebooksParticipantIt was working until recently though when I updated a few of the plugins. Any idea what plugin or code might cause this? I’ve been turning plugins on and off and checking the CSS but I’m having trouble finding the root of the problem. What would cause the to close so early or in the wrong place like that?
glassinebooksParticipantThanks Catalin! Changing the number of related products to display did the trick!
glassinebooksParticipantThanks for going out of your way and actually testing things out on the site Catalin! While the test product has no related products listed, the related product thumbnails on other products are still 360×360 pixels, so squared versions of the earlier thumbnails. So the only thumbnails that aren’t following the woocommerce product settings are the related product thumbnails… Still not sure what’s happening there =/
In case you check the site again, I’ve unchecked “hard crop” as I do want the while image to show in the thumbnail, just smaller.
Thanks!
glassinebooksParticipantHi Catalina,
Changing the settings there didn’t seem to effect the related products thumbnails, even after regenerating all my thumbnails. In fact, I’m noticing that pretty much all the thumbnails don’t follow the sizes set there or their listed “natural” sizes. The related product thumbnails are displaying at 360×512, while apparently it’s “natural” size is 211×300, and I’ve set it to show at 300×300.
glassinebooksParticipantAh, I figured it out, requesting membership from the group page was sending the user to a page to send a comment with their request, while sending a membership request from the groups directory sends the request without asking for a comment. It’s a bit confusing that it happens differently for the different pages, but it’s manageable.
Thanks!
glassinebooksParticipantHi Catalin,
It’s set to 10, I’ve played around with numbers from 2 to 20, and when the number is low (2 or 3) they will all show, but ideally I would like to show 15. I’ve found that when I scroll all the way to the bottom of the page, one or two more elements will load, but rather than having them animate and load one by one, I’d like them to load when the page loads, or at least when the div that I’ve set to overscroll loads.
July 5, 2014 at 12:26 in reply to: Buddypress Avatar borders not rounded and images too small #21803glassinebooksParticipantI managed to figure it out! Playing around with the styling options, I realized that the color of the large border around the avatars was matching the color of the text for that section. So I added this code to the section to make the color match the background of my page and it worked!
COPY CODE.activity-avatar { color:#f0f0f0; } .rounded { color:#f0f0f0; }
July 4, 2014 at 20:19 in reply to: Buddypress Avatar borders not rounded and images too small #21776glassinebooksParticipantHi Catalin,
Changing the main background colour to transparent fixed my issue with the borders, but now the text in all my buttons on the site have become transparent too… How can I stop that from happening?
July 3, 2014 at 18:37 in reply to: Buddypress Avatar borders not rounded and images too small #21677glassinebooksParticipantHi Catalin,
Thanks for that, but what code should I add? I tried this code to make the images larger, but it didn’t do anything… I’m still quite new when it comes to html and css.
.activitystream.kleo-activity-avatar{
height: 80px;
width: 80px;
}I also tried this to make the border smaller, but with no results:
.activitystream.activity-avatar.rounded {
height: 50px;
width: 50px;
} -
AuthorPosts