dondada79
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Storefront] 2 products per row on mobile !!That looks fantastic! Thank you so much.
Forum: Themes and Templates
In reply to: [Storefront] 2 products per row on mobile !!Thanks Sam. The products page still does not appear as it should. it’s created 3 columns instead of 2. Please visit this site on your mobile: https://redeadstock.com/beta/?post_type=product
Forum: Themes and Templates
In reply to: [Storefront] 2 products per row on mobile !!Hi Sam, Looks like you’ve been super helpful with this. I went through the entire thread and tried all the codes previously listed and they did not work for my site.
The following code pushes all of the images to the left in 1 column half the page, but it doesn’t display a 2nd column on the right:
@media screen and (max-width: 770px){
.woocommerce .products .product {
width: 50% !important;
}}
@media screen and (max-width: 661px) and (min-width: 340px){
.woocommerce .products .product {
min-height: 390px;
}}My page is: https://redeadstock.com/beta/
TY in advance!
Hello all,
I seem to be having the same problem during my “Create Shipping Label”. I receive the message: “There was a problem purchasing your shipping label. Please try again in a moment.”
I’ve waited hours and continue to see the same error. I followed the same steps as above by adding a new card and trying that card, then flipping back to the original card. Also removing all cards, then just adding one, and none resolved the issue.
When checking card activity, I do see the pending charges both on the card issuers page, as well as the wordpress purchase activity page.
Any help would be appreciated.
Forum: Plugins
In reply to: [Mini twitter feed] [Plugin: Mini twitter feed] Not working anymore@brightbios, it seems like you got thes module working. do you mind telling me what you did to get it to work? i’m only getting the heater and footer of the module right now in my minitwitter feed.
Forum: Themes and Templates
In reply to: [Pinboard] featured imagehi alexander, i found this helpful in resizing the thumbnail.
i was also able to move the image to the right of the post which is what i wanted.
here’s my site: https://point2steve.com/
but as you can see in the 2nd post, the image overlaps the text. how can i float it so that the title and text sit to the left of the image?
here’s what i added in the style.css file:
.attachment-blog-thumb.wp-post-image {
width: 150px;
border-style:solid;
border-width:1px;
border-color:#000000;
position:absolute;
right:5%;
top:90px;
}thanks for all your help.