stefanaltius
Forum Replies Created
-
Forum: Plugins
In reply to: [Social Feeds for Threads] cURL error 56Hi, thanks.
The website is not hosted on localhost, only the connection to the database is via 127.0.0.1 and not via localhost. I have disabled all plugins and it still doesn’t work. However, the plugin worked on the old server with PHP8. Curl is enabled on both servers. The old server has cURL version 7.58 (plugin works), while the new one has 7.81 (plugin doesn’t work)-PHP8.3. On the old version, the BROTLI feature in cURL is disabled, whereas it’s enabled on the new one; otherwise, all other features appear to be the same.
Regards
Forum: Plugins
In reply to: [Social Feeds for Threads] cURL error 56Hi, thanks for your response.
Error log shows this type of error:
Got error ‘PHP message: PHP Fatal error: Uncaught Error: Cannot use object of type WP_Error as array in /web/wp-content/plugins/better-social-feeds/inc/ajax-functions.php:91\nStack trace:\n#0 /web/wp-includes/class-wp-hook.php(324): fftmj_fetch_threads()\n#1 /web/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters()\n#2 /web/wp-includes/plugin.php(517): WP_Hook->do_action()\n#3 /web/wp-admin/admin-ajax.php(188): do_action()\n#4 {main}\n thrown in /web/wp-content/plugins/better-social-feeds/inc/ajax-functions.php on line 91’,
Could it be related to the fact that I use 127.0.0.1 instead of localhost for connecting to the database? It doesn’t work via localhost with my hosting
Regards
Hi, I also need target=”_blank” option.
I found the nextgen-gallery/products/photocrati_nextgen/modules/i18n/module.i18n.php file and the function get_kses_allowed_html():
I tried to change the code adding ‘target’ => array() to allowed tags, but it still doesn’t work.
static public function get_kses_allowed_html() { global $allowedtags; $our_keys = array( 'a' => array('href' => array(), 'class' => array(), 'target' => array(), 'title' => array()), 'br' => array(), 'em' => array(), 'strong' => array(), 'u' => array(), 'p' => array('class' => array()), 'div' => array('class' => array(), 'id' => array()), 'span' => array('class' => array(), 'id' => array()) ); return array_merge_recursive($allowedtags, $our_keys); }
Can you help a little bit?
Hi,
thank you for your answer, but on my page it doesn’t work in the cart for variable products.
I’ve set the product quantity to 5. On the product page it works as it should:
Product pagebut in the cart I can change the number:
CartRegards
Forum: Plugins
In reply to: [W3 Total Cache] Image Not Showing Up on FacebookReview added.
Thanks for quick support!Forum: Plugins
In reply to: [W3 Total Cache] Image Not Showing Up on FacebookHi,
it work’s.
Thank you!Regards
Thanks.
It works, perhaps it was a cache issue…Hi.
#1 it is better, but still not ok
link#2
#3 is it possible to translate the plugin with loco translate?
RegardsOk, I figured it out. If I use the Nivo Slider instead of Flex slider, then it works.
Hi, any news about this problem?
Regards
Hi,
thanks for the answer.I wasn’t clear in my question.
I don’t need the feature to include YouTube video in the meta slider.
I have the youtube video on the page published as a post (left side of the page).
When I start the youtube video (play button) then the meta slider stops working – the slides don’t change anymore.Regards