norimbog
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
I tried different settings: legacy, normal mode, block wrapper, inline wrapper etc and it didn’t help 🙁
Is that function is available for free version of Elementor or only pro ? I can’t find it.
- This reply was modified 7 years ago by norimbog.
Thanks for answer. So as I understand I have to wait for newer version of wordpress maybe 5.1 for solution for this problem ?
Maybe someone knows plugin which will better manage images ?
- This reply was modified 7 years, 4 months ago by norimbog.
Forum: Plugins
In reply to: [WP Private Content Plus] Change default message of protected datayes it was resolve d by filter for posts in functions.php:
add_filter('wppcp_content_restricted_default_message','wppcp_content_restricted_default_message',10,2); function wppcp_content_restricted_default_message($message,$params){ return "Tylko dla zalogowanych"; } add_filter('wppcp_archive_page_restrict_message','wppcp_archive_page_restrict_message',10,2); function wppcp_archive_page_restrict_message($message,$params){ return "Tylko dla zalogowanych"; }
Viewing 4 replies - 1 through 4 (of 4 total)