Jump to content

Prism Design

Creator
  • Posts

    37
  • Joined

  • Last visited

Everything posted by Prism Design

  1. Changed Status from Work in Progress to Fixed
  2. Changed Fixed In to Next Version
  3. Changed Status from Pending to Work in Progress Changed Fixed In to Next Version
  4. The update broke things I didn't expect it to I'm working on a new update to fix those things gifting this template was based on paynows old default template. I haven't had the time to update the subscriptions to the account ver
  5. Changed Status from Pending to No Response
  6. I'm currently working on an update that should fix gifting issues and other bugs In your layout.html file search for var gameServerId = $('#gameServerDropdown').attr('data-selected-option-value'); and replace it with var gameServerId = document.getElementById('gameServerDropdown')?.value;
  7. are you getting this as an error
  8. Changed Status from Work in Progress to Closed
  9. Changed Status from Pending to Work in Progress
  10. Changed Fixed In to 1.2.4-hotfix
  11. Search for: <div class="grid grid-cols-1 md:grid-cols-2 xl:grid-cols-4 gap-5 mt-4"> {% for product in products %} <div class="flex flex-col justify-between gap-4 bg-zinc-700 rounded-sm shadow p-2 hover:bg-zinc-800 cursor-pointer text-white" onclick="loadProduct('{{ product.slug }}')"> <div class="flex flex-col items-center gap-4 h-full"> <div class="flex items-center justify-center flex-grow"> {% if product.image_url %} <img class="h-[10rem]" alt="{{ product.name }}" src="{{ product.image_url }}" /> {% else %} <i class="fa-solid fa-box-open text-gray-900 text-9xl"></i> {% endif %} </div> in the category.html file replace it with <div class="grid grid-cols-1 md:grid-cols-2 xl:grid-cols-4 gap-5 mt-4"> {% for product in products %} <div class="flex flex-col justify-between gap-4 bg-zinc-700 rounded-sm shadow p-2 hover:bg-zinc-800 cursor-pointer text-white" onclick="loadProduct('{{ product.slug }}')"> <div class="flex flex-col items-center gap-4 h-full"> <div class="flex items-center justify-center flex-grow"> {% if product.image_url %} <img class="h-[10rem]" alt="{{ product.name }}" src="{{ product.image_url }}" /> {% else %} <i class="fa-solid fa-box-open text-gray-900 text-9xl"></i> {% endif %} </div> <span class="text-title font-bold text-xl ">{{ product.name }}</span> this would be tthe end result should end up looking like the image
  12. I assume you mean the product name in the catagory page?
  13. Any time! Sorry if I inconvenienced you. Changed Status from Pending to Fixed Changed Fixed In to 1.2.3
  14. add to the vary top of the product.html <div data-product-slug="{{ product.slug }}"> and add to the vary bottom </div>
  15. let me take a look real quick
  16. Version 1.1.1

    5 downloads

    Features: Responsive design, optimized for desktop as well as phone customers 8 themes 7 fonts Easy Set Up: Create a new template file on the webstore page. https://dashboard.paynow.gg/webstore Press the “Upload template” and drag in the Horizon.zip Activate the template Reload your webpage after a few seconds Preview : https://raid-ready.paynow.store/ Scrollable product description
    $25.00
    This plugin is perfect for servers starting out to interact with people.
  17. in the layout.html look for the line <ul class="hidden lg:flex items-center gap-6 tracking-wide"> and replace it with <ul class="hidden lg:flex items-center justify-center gap-6 tracking-wide">
  18. Version 1.4.0

    22 downloads

    Features: Responsive design, optimized for desktop as well as phone customers FAQ section, Can be enabled and disabled Easy to change Colors Easy Set up: Create a new template file on the webstore page. https://dashboard.paynow.gg/webstore Press the “Upload template” and drag in the Horizon.zip Activate the template Reload your webpage after a few seconds Preview:https://horizontemplate.paynow.store/ Logo Float Animation Logo Grow Animation Logo Drop Animation
    $10.00
  19. Version 1.0.0

    230 downloads

    Prefabs: 951 This is a reimagined bandit camp. It offers all of the original features of bandit camp plus a few extra. Car lift Research table Refinery Large Furnace Drone Marketplace Casino Cabin
    Free
1.6m

Downloads

Total number of downloads.

7.7k

Customers

Total customers served.

115.3k

Files Sold

Total number of files sold.

2.3m

Payments Processed

Total payments processed.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.