Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the question-answer domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/u845912282/domains/pickplugins.com/public_html/wp-includes/functions.php on line 6121
Accordions Background Image bug

Accordions Background Image bug

0
Accordions Background Image bug 1
Jason Wilson
Oct 19, 2023 12:01 PM 1 Answers
Member Since Jun 2020
Subscribed Subscribe Not subscribe
Flag(0)

This seems to be a recurring bug...  It was fixed previously but it's back.

When using a background image for the heading of each accordion blog, the background image does not show up.

This is because in /accordions/templates/accordion/accordion-hook.php, line 222 creates $header_bg_img with the 'url()' in it and then line 227 tries to show it by using esc_url_raw around it.  It contains 'url(' it so the escaping always fails.  The esc_url_raw function needs to be removed since it is already escaped in line 222.

2 Subscribers
Accordions Background Image bug 1
Accordions Background Image bug 3
Submit Answer
Please login to submit answer.
1 Answers
Sort By:
Best Answer
0
Accordions Background Image bug 4
Azizul Raju
Oct 26, 2023
Flag(0)

Hi,
We've fixed the issue on the latest version. Please install the latest version 2.2.90 and give it a try.

Sign in to Reply
Replying as Submit


Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/u845912282/domains/pickplugins.com/public_html/wp-content/plugins/post-grid/includes/functions-builder.php on line 10