Al Mahmud
Forum Replies Created
-
Hello @siobhanmalik ,
Could you please share your site link so I can take a look? This will help me understand the issue better and provide you with the right solution.
Looking forward to your response!
Thanks for reaching out. We have already fixed and released an update today. Please update to the latest version and check .
Thanks for your details. I have already passed this concern to the team . Hopefully they will address this and bring fixes in our upcoming update.
Thanks for reaching out. Countdown timer is in our plan and currently under development. It will come to live soon in future update. Your cooperation and support is much appreciated.
We truly appreciate your efforts and support! It means a lot to us that you’ve included our plugin in your Woo directory. Thank you for recognizing our work—we’re grateful for your trust and encouragement!
In PostX, you can add Custom CSS to style specific elements within a block. This option is available under the Block Advanced Settings in the Gutenberg editor.How to Use Custom CSS in PostX:
When applying styles to PostX blocks, you need to prefix your class with
{{ULTP}}
to ensure that the styles are applied correctly.Example:Let’s say you want to change the background color of the post title inside a PostX block. You can add the following CSS in the Custom CSS field under Block Advanced Settings:
{{ULTP}} .ultp-block-title {
background-color: blue;
}Image for reference
Hello @adamnews90 .
Tier pricing table issue will be fixed in our upcoming update. Thanks for your cooperation and patience.
Thanks for reaching out. I tried to generate this on my end. Here its working fine – side cart , cart page
Could you please share a list of the plugins you’re using? I’d like to recreate the same environment for testing.
Additionally, it would be helpful if you could check for any potential conflicts by deactivating all other plugins and then seeing if the issue is resolved. Let me know what you find!
Wowstore formerly ProductX is designed to work efficiently with most caching solutions, including object caching, Memcached, and Redis. However, some advanced caching configurations may require specific adjustments to ensure smooth functionality.
If you experience any issues while using caching, we recommend excluding dynamic elements(style and script files of WowStore) from caching or adjusting the cache settings accordingly. Our support team is happy to assist if you need any guidance!
Good to know that . It would be great if you could spare a moment and share your feedback here on WordPress .Thanks for your cooperation.
Thanks for reaching out. Yes! We’re already working on this. In a future update, you’ll be able to choose from pre-made design templates for discount campaigns—no need to worry about colors, backgrounds, or adjustments.
Thank you for reaching out and reporting this. We’ve identified the issue and have already fixed it. The fix will be included in our upcoming update, scheduled for release within the next 1–2 days.
We truly appreciate your cooperation.
Thanks for sharing your feedback on product selection. I’ve taken note of it, and our team will review it and may bring in future.
Thanks for reaching out. WowRevenue each campaign has design customization option. You can change the layout to grid and list. customize style(color , title) of fields.
image for your reference
Thanks for reaching out. It appears there might be a caching conflict related to the nonce.
Here’s a possible solution:
- Navigate to the plugin editor.
- Open the
blocks.php
file located at: ultimate-post > classes > Blocks.php - Locate the following code for the
ultp_next_prev_callback
function:
if (! (isset($_REQUEST[‘wpnonce’]) && wp_verify_nonce(sanitize_key(wp_unslash($_REQUEST[‘wpnonce’])), ‘ultp-nonce’))) {
return ;
}4. Comment out this block of code and save your changes.
Please give this a try and let me know .It should resolves the issue.