ptichka
Forum Replies Created
-
Here’s what worked for me.
Downgrade to elementor 3.1.2 and add this code to functions.php// Polylang add_filter( 'elementor/theme/get_location_templates/template_id', function( $post_id ) { if ( function_exists( 'pll_get_post' ) ) { $translation_post_id = pll_get_post( $post_id ); if ( null === $translation_post_id ) { // the current language is not defined yet return $post_id; } elseif ( false === $translation_post_id ) { //no translation yet return $post_id; } elseif ( $translation_post_id > 0 ) { // return translated post id return $translation_post_id; } } return $post_id; } );
- This reply was modified 3 years, 8 months ago by ptichka.
Forum: Plugins
In reply to: [Calculated Fields Form] Shortcode not working with elementorI’m having the same issue.
I tried placing the shortcode in 2 block types (text, shortcode)
but both of them are not working on the front end.
Can you assist?I’m also having trouble with display rules.
I had 2 campaigns running:1. Newsletter subscription popup was supposed to show on every page once.
2. Premium content campaign was supposed to show only on selected pages. I also added a custom code to make this one stickey.After configuring everything properly, it was working for a while, but after updating plugin version:
– campaign #1 became sticky
– Campaign #2 is showing on random pages. I had set it to show only on specific URL’s, but it didn’t help.Now the plugin is deactivated, but I’m hoping to be able to use it again. Please Assist.
Thanks!
Ditsagoogle chrome on windows
thanks RK. On my end i just see the image without the overlay text. I’ve cleared all cache and deactivated some plugins but the problem persists. any other suggestions?
I’m having the same problem after the latest wordpress update
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] syntax errorthanks for your reply.
I see the red lines but when i click on them nothing opens.
Please advise.Hi
I also have the same problem on this pageHow can i fix it?
Thanks
Thanks for your reply.
I added the codes from the doc into the custom CSS and JS and it worked!However, I’m not sure you understood the second part of my question.
I want to show the popup to all the users, registered or unregistered, and only hide it from users who have purchased a specific product in my woocommerce store.Is that possible?
Thanks!
Forum: Plugins
In reply to: [Pay For Post with WooCommerce] Add a trial period?alternatively, is there a way i can present the “oops” message inside a popup? currently it appears at the end of my page. as you can imagine it kinda misses the point…
Forum: Plugins
In reply to: [Pay For Post with WooCommerce] Add a trial period?if you wanted on your install to have everything be free trial, you would simply add your IF statement to the render() function
I’m also seeking for the same functionality. can you elaborate?
ThanksForum: Plugins
In reply to: [WooCommerce] how can i change the number of product per category page?wow, i feel stupid now! Thanks so much!
Forum: Plugins
In reply to: [WooCommerce] New Order notification emails not sentThe order status is complete. I checked for spam and social messages and i definitely did not receive a notification.
Several hours after this event, i had another purchase on the site and the emails were sent as usual. Meanwhile i installed wp-logging, but it doesn’t backtrace previously sent emails. Should I still be worried about the email configurations? So far everything was working fine, and I wouldn’t want to mess things up with wp-smpt…
Thanks for your help!Forum: Plugins
In reply to: [Loco Translate] hebrew translation coming out as gibrishhere’s the mo file, hope you can open it Download