templateinvaders
Forum Replies Created
-
Forum: Plugins
In reply to: [TI WooCommerce Wishlist] Security vulnerabilityWe have updated this plugin to version 2.9.0, which includes fixes for SQL injection vulnerabilities. We strongly recommend updating your setup to the latest version!
Forum: Plugins
In reply to: [TI WooCommerce Wishlist] Are you remove plugin permanent from wp.orgWe have updated this plugin to version 2.9.0, which includes fixes for SQL injection vulnerabilities. We strongly recommend updating your setup to the latest version!
Forum: Plugins
In reply to: [TI WooCommerce Wishlist] Wishlist View/Share Link – 404 ErrorHello,
Based on what you’ve described, there are a few steps we recommend trying to resolve the 404 error when sharing wishlist links:
- Resave Permalinks: Go to your WordPress dashboard, navigate to Settings > Permalinks, and simply click “Save Changes” without making any adjustments. This action can often refresh your site’s permalink structure and fix related issues.
- Force Permalinks Rewrite: If resaving the permalinks doesn’t solve the problem, please try enabling the option “Force permalinks rewrite” in our plugin’s settings. This setting is designed to address permalink issues by ensuring our plugin’s links are prioritized.
- Check for URL Rewrite Conflicts: If you’re still encountering the issue, it’s possible that a custom URL rewrite rule may be interfering with our plugin’s links. To investigate this, we suggest deactivating other plugins one by one and temporarily switching to a default theme. This process can help identify if there’s a specific conflict causing the error.
Forum: Plugins
In reply to: [TI WooCommerce Wishlist] Depricated noticeHi,
Thank you for the report. We have addressed these notices in our latest update, marked as version 2.8.2.
Forum: Plugins
In reply to: [TI WooCommerce Wishlist] Shows extra attributes in the wishlist pageHi,
We’ve added integration for the mentioned plugin in our latest update, marked as version 2.8.2.
Forum: Plugins
In reply to: [TI WooCommerce Wishlist] Plugin will not deleteThe issue is fixed in the plugin version 2.8.1, feel free to update your installation.
Forum: Plugins
In reply to: [TI WooCommerce Wishlist] Your plugin showing critical error on the website.The issue is fixed in the plugin version 2.8.1, feel free to update your installation.
Forum: Plugins
In reply to: [TI WooCommerce Wishlist] Wishlist page shows Blog postHi,
There could be two possible issues causing this behavior:
- Wishlist within WooCommerce My Account Area: If you’ve integrated the wishlist into the WooCommerce My Account area, it will use a custom endpoint for the My Account page and does not require any shortcode. This setup will only work for logged-in users, as the My Account area is private.
- Wishlist on an Individual Page: If you’ve set up the wishlist on a separate page using its shortcode, it’s possible that another piece of code in your setup is using the slug ‘wishlist’. You can easily check this by setting up the wishlist on a different page with a custom slug. If everything works as it should, you’ll need to identify the bottleneck in your setup. By default, our plugin does not have this issue.
Forum: Plugins
In reply to: [TI WooCommerce Wishlist] Apply Action dropdownWe’ve noticed that you’ve disabled our plugin. If you need further assistance, please feel free to reply to this thread. We will be closing this topic for now, but we’re always here to help if you have any more questions or issues in the future.
Forum: Plugins
In reply to: [TI WooCommerce Wishlist] Show message in block on the page instead popupThanks for reaching out! We understand you’d like to display messages about wishlist actions directly on the page rather than in a popup, such as “Added to Wishlist” / “Removed from Wishlist.”
This feature does require some custom coding. Unfortunately, we can’t provide a quick code workaround for this customization.
We recommend partnering with a developer to create this custom feature for your site. If you have any more questions or need assistance with anything else, we’re here to help!
Thank you for your detailed message and for sticking with our Wishlist plugin despite the issues! To get to the bottom of this, we’d really appreciate it if you could share:
- Specific Errors: Could you please provide us with the exact errors or issues you’ve encountered? Any console logs, error messages, or descriptions of unexpected behaviors in detail will greatly aid in diagnosing the problem.
- Plugin Links: Could you provide links to the mentioned plugins you’re using?
This information will be incredibly helpful for us to understand and resolve the problem.
Looking forward to sorting this out together!
Forum: Plugins
In reply to: [TI WooCommerce Wishlist] Is there any support for this premium plugin?We sincerely apologize for the inconvenience you’ve experienced while trying to reach out for support. We appreciate your patience and the steps you’ve taken to contact us.
To ensure your concerns are addressed directly and efficiently, we kindly ask you to contact us again via our direct email support at [email protected]. Please provide a brief description of the issue you’re facing, along with any relevant details or error messages. This will help us to identify and solve your problem more quickly.
Forum: Plugins
In reply to: [TI WooCommerce Wishlist] Where are the Wishlist items stored?All wishlist data, including items added to wishlists by both registered users and guests, is securely stored in the WordPress database. This ensures that wishlist information is preserved and can be accessed or modified as needed.
For guests (unregistered users), wishlists are linked through the use of cookies. These cookies store only a unique share key associated with each guest’s wishlist. This share key serves to link the current device or browser to the corresponding guest wishlist stored in the database. This method allows guests to access their wishlists without needing to log in or create an account, providing a seamless user experience.
Rest assured, your wishlist data is handled securely and with privacy in mind, ensuring both convenience and safety for all users.
Forum: Plugins
In reply to: [TI WooCommerce Wishlist] JS Hook or how you can remove 0Hi there!
The ability to hide the empty bulb on the icon may depend on the styling of your active theme. However, you can try using the
:emptypseudo-class to achieve this.Forum: Plugins
In reply to: [TI WooCommerce Wishlist] “Align Buttons” issue on Product ListHi there!
It seems the alignment issue might be related to your website’s active theme. To address this and realign the buttons as desired, you can apply the following CSS rules to your site:
.tinv-wraper.tinv-wishlist.tinvwl-after-add-to-cart.tinvwl-loop-button-wrapper.tinvwl-woocommerce_after_shop_loop_item { position: absolute; bottom: 5px; left: 20%; }