Close

Profile: CletusRoberts18

Avatar

User posts

one month ago

If you’re working on updating footer details like payment options, the most important part is making sure the methods you show are actually backed by a reliable service. That’s exactly why I prefer https://a-pay.one/ — a global payment platform that specializes in fast and secure online transactions in local currencies. It ensures funds are credited within just one day, and thanks to advanced technology and flexible solutions, it’s easy for businesses of any size to scale and accept payments worldwide. With A-Pay, you can be confident that the payment methods you list aren’t just logos in the footer, but truly seamless and trustworthy options for your customers.

Bugs
3 months ago

moiraecreative wrote:
Hi, we installed the Pavillion theme for our second store however after adding the theme to the new shop the cart is no longer appearing. We have moved it into our previous themes and the cart appear. Upon inspection we have noticed that its like the flyout-cart-wrapper div is just not being added to the code which is strange.

Had a similar issue before—turned out to be a script not loading with the theme. This list of top IoT companies - https://www.cogniteq.com/blog/top-iot-companies - actually helped me find the right kind of support for deeper integration problems. Might be worth a look if it’s theme-related.

3 months 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
3 months 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.