ladislavsulc
Forum Replies Created
-
Forum: Plugins
In reply to: [Side Cart Woocommerce | Woocommerce Cart] Hide cart when emptyThere were some errors so this is what works for me:
// Woo Sidecart - hide when empty add_action( 'wp_footer', function() { if ( WC()->cart->is_empty() ) { echo '<style type="text/css">.xoo-wsc-basket{ display: none; }</style>'; } });
The slight usability problem is when you add something to the cart, close the side cart, the basket icon only appears after a refresh or navigating to another page.
- This reply was modified 4 years, 8 months ago by ladislavsulc.
Forum: Plugins
In reply to: [Side Cart Woocommerce | Woocommerce Cart] Hide cart when empty@xootix thank you!
Hi.
Thank you. At the moment, I extended it and custom coded it below the player with icons using the Pods plugin.
Where exactly can be this set in the settings so each podcast has its specific link for iTunes and perhaps in the future also Soundcloud?
Thank you.
Forum: Plugins
In reply to: [Seriously Simple Podcasting] WordPress Tag for EpisodeI have no clue what specifically worked but now it does. Still worth looking into it.
I enabled sync, CPT support + also had to resave the podcasts (CPT type) to add them to a particular language.
So I guess it will work only when you enable the CPT translation, even if you don’t need it at the beginning.
Hope it helps someone else.
Thank you for your time.
Forum: Plugins
In reply to: [Seriously Simple Podcasting] WordPress Tag for EpisodeFound it. I have a multilingual site using Polylang (which I need – EN + DE). When I disable Polylang, tag archive works. Must be some collision between these two plugins.
Didn’t dig 100% deeper with the Polylang settings, but it seems whatever I do regarding these setting:
– Custom post types and Taxonomies
– SynchronizationIt gives 404 error.
When I disable Polylang. It works.
Please, could you look into it?
Thank you.
Forum: Plugins
In reply to: [Seriously Simple Podcasting] WordPress Tag for EpisodeHi @psykro,
thank you for a quick reply. Let me debug that on localhost and get back to you.
So you are using a Podcast custom post type and not a WP native post, right? And tags and categories work for you?
I can always go back to “posts”, but I prefer this solution.
Thank you for your time.
Will get back to you with this.
Forum: Plugins
In reply to: [Seriously Simple Podcasting] WordPress Tag for EpisodeHi,
I am using the latest version of the plugin and I have the same problem. No matter if using the CPT or posts, still no luck displaying tags – I need something like podcast “categories” or tags and display the results in the archive.
Getting 404 error. Also while trying to circumvent this using Pods plugin and creating a custom taxonomy (categories) while extending the native Podcast CPT. Same problem.
Could you please provide any help?
Thank you.
Forum: Plugins
In reply to: [Gravity Forms: GDPR Framework Add-On] Visitors export, delete, modifyHi,
I have a similar problem. I can’t seem to export anything from admin, trying to achieve the same from Privacy Tools page following the above still won’t work.
https://csred.cz/en/privacy-tools/ (example). I get 404 error on exporting data table/JSON there.
Same goes for the Gravity Forms Add-on. Any help would be much appreciated.
Thank you.
PS: just tried the private tab – again 404 yet I get the email with a link about personal data. Clicking on it again leads to 404 error.
- This reply was modified 6 years, 6 months ago by ladislavsulc. Reason: addition
Thank you. Closing this.
Thank you. So if I understand this correctly it can work side by side? And how about that cookie notification/warning. Any idea how to solve this? Kind of annoying with enabled debug in development mode.
Screen: https://i.imgur.com/Z2zQXOy.png
Forum: Plugins
In reply to: [Redis Object Cache] Connecting redis on a site knocks another site offlineHey, I had the same problem, this definition in wp-config.php solved it.
define( ‘WP_CACHE_KEY_SALT’, ‘sitename: yournameuptoyou’ );
Discussion: https://community.rtcamp.com/t/enabling-redis-on-more-than-one-site-messes-up-the-sites/4893
Hope it helps also others.
Forum: Reviews
In reply to: [Autoptimize] bad bad bad bad bad very badI am pretty sure this is a troll or someone without the basic understanding of WordPress ecosystem at all. This plugin works perfectly and I am thankful for it.
Forum: Plugins
In reply to: [WP Web Scraper] Error parsing: Query returned empty responseI have the same problem. Is anybody out there??
- This reply was modified 7 years, 8 months ago by ladislavsulc.
Forum: Reviews
In reply to: [Adminimize] No supportI think that such idiotic reviews should be banned on WordPress Plugin Directory. It’s like a disease everywhere – people get angry because of unrealistic expectations or because they do not understand how things works. WordPress team should definitely do something about it.
Forum: Plugins
In reply to: [VS Event List] Very Simple Event List – translate this plugin