rstrah

Results 8 issues of rstrah

## Version 3.6.3 - Carbon Fields: 6.4.3 - WordPress: 8.3.1 - PHP: ## Expected Behavior No errors like "Calling get_class() without arguments is deprecated" ## Actual Behavior https://prnt.sc/5qPRcRUFP_py

autobahn.min.js:135 WebSocket connection to 'wss://site.com/socket/' failed: (anonymous) @ autobahn.min.js:135 e.create @ autobahn.min.js:136 z._create_transport @ autobahn.min.js:35 b @ autobahn.min.js:38 I use now https://cdnjs.cloudflare.com/ajax/libs/autobahn/22.10.1/autobahn.min.js In details https://stackoverflow.com/questions/77401784/autobahn-min-js181-websocket-connection-to-wss-site-com-socket-failed-an

### Describe the bug After synchronisation in scheduled notes (but maybe not in scheduled notes too) with shortcode ([SHORTCODES ULIMATE - THE #1 SHORTCODES PLUGIN](https://ru.wordpress.org/plugins/shortcodes-ultimate/)) content and url may change....

bug

### Describe your question I have function: ``` function ep_get_related_posts($post_id = null, $related_post_count = 5) { if (class_exists('\ElasticPress\Features')) { $related_posts = \ElasticPress\Features::factory()->get_registered_feature('related_posts')->find_related($post_id, $related_post_count); if ($related_posts) { echo 'Похожие новости:'; echo...

question
reporter feedback
stale

Now, when you turn on this function, the search also shows unpublished materials, how can I fix this? I expected from this function that it would speed up the search...

question
reporter feedback
stale

I tried to add a search for carbonfields on the /wp-admin/admin.php?page=elasticpress-weighting page via “ADD FIELD” but it did not produce results. `Container::make('post_meta', __('Руководители', 'crb')) ->where('post_template', '=', 'management.php') ->where( 'current_user_role', 'IN',...

question
reporter feedback
stale

### Describe your question At the moment the site dev index is used, how can it be changed ? https://minsknews.by/_search ### Code of Conduct - [X] I agree to follow...

question
reporter feedback

## Version - Carbon Fields:3.6.5 - WordPress: 6.6.1 - PHP:8.1.28 ## Expected Behavior `Container::make('post_meta', __('HTML body post')) ->where( 'post_type', 'IN', array('blog')) ->where('post_template', 'IN', array( 'single-blog.php' )) ->add_fields( array( Field::make( 'complex',...