s00001000
Forum Replies Created
-
Forum: Plugins
In reply to: [Easy Footnotes] How to remove border and shadow around tooltip?I was able to remove the border and underline, thanks!
Forum: Plugins
In reply to: [Easy Footnotes] How to remove border and shadow around tooltip?I’d also like to remove the underline under the footnote number.
Thank you so much! Everything looks great and we are very happy with the plugin.
Thank you so much! The excerpt is working perfectly now. I was able to see changes after purging all my cache.
I have the white placeholder but I was hoping to make the input text white as well. As in, when the user types in their search value, that text should appear white.
Thank you so much for your quick responses! My client and I feel very comfortable with the plugin given the quick updates and support.
The titles worked! And the popup is now hidden as well.
I re-downloaded the plugin but unfortunately excerpts are still not working for me. Could it be a conflict with Elementor?
The only other change I am looking for is to make the text in the search box white as well. I tried:
.episode-list__search input[type=’text’]
{
color: white !important;
}but that didn’t seem to work.
Thanks so much for your reply!
I re-downloaded the plugin and updated it to the latest version. I made sure that the plugin files were not updates and only applied changes to the CSS.
Unfortunately the title color did not update – however the custom font-size and font-family changes were applied. The issue with the excerpt continues as well. Even when I remove all the CSS styles I added, the excerpt did not update with the episode.
How would I go about tackling this? The other thing I would like to remove is the popup when the user clicks on the most recent episode which opens the box with the title and excerpt.
I have also chosen the option to not show the header information but it still shows up.
For reference, I am using Elementor Pro with the Hello Theme (very bare-bones theme). The podcast page URL has changed but you can navigate back to it by clicking Podcast from the top menu.
Thank you again for your help in this matter.
Can you check now? A caching plugin was causing an issue and it wasn’t showing up. Thanks so much in advance for your help!
Forum: Plugins
In reply to: [Import any XML, CSV or Excel File to WordPress] Cleaning Data from CSVResolved – thanks.
Also, I just wanted to mention that it was working fine a few days ago (so I don’t think it’s a theme issue) and that I would be happy to email the link privately.
Forum: Plugins
In reply to: [HUSKY - Products Filter Professional for WooCommerce] On Sale – IssueFor anyone that is having this issue, I hid the results I did not want via CSS. I used the class categories and followed this structure:
.class
{
display: none !important;
}This doesn’t fix the logic behind it but it at least prevents the results not in the query from showing up. Sadly, I couldn’t get proper support for this.
Forum: Plugins
In reply to: [HUSKY - Products Filter Professional for WooCommerce] Price Filter IssueI would be happy to send the link to you via email.
Forum: Plugins
In reply to: [HUSKY - Products Filter Professional for WooCommerce] Price Filter IssueUnfortunately I can’t send the link in this forum due to the client’s wishes. It didn’t work with disabling either. Basically, the price filter works when it’s used with other filters. But when I use it on its own, it does not add the ?swoof=1 in the URL. I tried the hack the other user mentionedin a different thread but it didn’t work for me. Is there anything else I can do?
Forum: Plugins
In reply to: [HUSKY - Products Filter Professional for WooCommerce] Price Filter IssueFollowing up again as this is extremely urgent. I’ve tried to add ?swoof=1 in the code but it did not work. Any other ideas I could try?
Thank you! I was just about to ask this question but you answered it already. Really appreciate the fix.
I added the change in the front.js file but I can’t find the line to update in the front_comprssd.js file. Could I be directed to where I should change it?