Close

Profile: CletusRoberts18

Avatar

User posts

5 days ago

Yeah, ran into that same issue a while back — it’s caused by the plugin still relying on the old oauth_callback method (oob), which Twitter no longer supports for web-based apps. Kind of surprising it's not updated yet, especially for a theme as polished as Uptown. I ended up switching to a custom integration using Twitter’s newer API v2 — a bit of work but at least it’s stable now.

Funny enough, I was debugging this late one night and took a break on Mostbet — https://mostbet.net.in/promo/bonus/ ended up hitting a bonus promo and kind of forgot how annoyed I was with the plugin 😅 Worth checking out if you need a breather while waiting on the devs to push a fix.

Mobile view
6 days ago

todor.atanasov wrote:
Hello there,
I'd like to have a two columns product view in mobiles application. Is it possible using the parameters of the products catalog?
Thanks

Greetings,

Thank you for reaching out to us!

Unfortunately, there is no such setting in the Uptown theme. However, if you have CSS knowledge, you can write your custom CSS code and add it to the Custom Head Styles field in the theme's settings.

I ran into the same limitation with the Uptown theme. You're right — by default, it doesn't support a two-column product view on mobile. But with a bit of custom CSS, you can definitely make it work. Here's a basic example you can try adding to your Custom Head Styles:

@media (max-width: 768px) {
  .product-grid .product-item {
    width: 48%;
    margin: 1%;
    display: inline-block;
    vertical-align: top;
  }
}

This should give you a simple two-column layout on smaller screens. You may need to adjust it depending on how your theme handles padding and margins, but it's a solid starting point.

By the way, while experimenting with UI tweaks and optimization, I’ve found it surprisingly relaxing to take short breaks — sometimes even checking out things like https://mostbet.net.in/promo/bonus/ just to reset my brain. Helps keep the productivity going.