Forum Replies Created
-
AuthorPosts
-
Can you please post a screenshot?
I thought internet explorer was only uses to install Google chrome. Haha 🙂
Ryanne it’s on both. Go to homepage on mobile app and select camera Icon… mind blown
I suppose it is very similar procedures.
The way it was before seemed more fluid. There was no need to save the draft you could just add everything right then and there. I guess it is just 2 more clicks, but hey…. no one likes change at first. haha
Ok… I combined everything together and found a few things my css was messing up but its should be fixed. I heard in one of your podcast you were looking for a web designer help out with somethings so hopefully Im not being annoying posting a bunch of CSS in your forum. I probably should have just contacted Jay outside of here. I will stop with the CSS now haha. Let me know if you need help anytime!
.bbp-replies .bbp-header { display: block; } .bbp-topics .bbp-header { display: block; } @media(max-width:600px){ .bbp-topics .bbp-header { display: none !important; } .bbp-reply-content { margin: 0px !important; } .bbp-reply-author { width: 100% !important; text-align: center; float: none !important; background: #f4f4f4; border: 1px solid #dddddd; margin: 20px 0px 20px 0px; padding: 20px; padding-top: 10px; } .bbp-reply-author img { float: left !important; } li.bbp-topic-title { width: 100%; padding: 10px; text-align: center !important; } li.bbp-topic-voice-count, li.bbp-topic-reply-count { text-align: center; width: 50% !important; padding: 0px 0px; margin-bottom: 0px !important; } li.bbp-topic-freshness { text-align: center; width: 100%; padding: 0px 0px; margin-bottom: 0px !important; } li.bbp-topic-reply-count:before { content: 'Replies'; float: left; margin: 0 auto; width: 100%; font-weight: bold; } li.bbp-topic-voice-count:before { content: 'Voice'; float: left; margin: 0 auto; width: 100%; font-weight: bold; } .bbp-topics li.bbp-header { display: none; } } @media(max-width:768px){ .bbp-header { display: none; } li.bbp-forum-topic-count:before { content: 'Topics'; float: left; margin: 0 auto; width: 100%; font-weight: bold; } li.bbp-forum-reply-count:before { content: 'Posts'; float: left; margin: 0 auto; width: 100%; font-weight: bold; } li.bbp-forum-info { width: 100%; padding: 10px; text-align: center !important; } li.bbp-forum-freshness { width: 100%; } li.bbp-forum-reply-count ,li.bbp-forum-topic-count { text-align: center; width: 50%; padding: 0px 0px; margin-bottom: 0px !important; } .bbp-forum-content { text-align: center !important; } }here is another bit of css that fixes some other mobile issues
@media(max-width:768px){ li.bbp-header { display: none; } li.bbp-forum-topic-count:before { content: 'Topics'; float: left; margin: 0 auto; width: 100%; font-weight: bold; } li.bbp-forum-reply-count:before { content: 'Posts'; float: left; margin: 0 auto; width: 100%; font-weight: bold; } li.bbp-forum-info { width: 100%; padding: 10px; text-align: center !important; } li.bbp-forum-freshness { width: 100%; } li.bbp-forum-reply-count ,li.bbp-forum-topic-count { text-align: center; width: 50%; padding: 0px 0px; margin-bottom: 0px !important; } .bbp-forum-content { text-align: center !important; } }You can try it in the browser inspector
Thanks!
Now I have to create a draft and save the draft without pictures.
Then go to the draft on my phone and take pictures and save/publish.
My listing process before upgrading went as follows:
- Click Sell
- Create Title With Good Keywords
- Add Photos By Selecting Button Labeled “Add Photos From Phone”
- I would get a notification on my phone
- Tap the notification and begin taking pictures
- As I took pictures they were automatically added to the listing I was creating on desktop.
-
AuthorPosts