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
Links in Accordions not displaying as links

Links in Accordions not displaying as links

Ticket for: Accordions
0
Links in Accordions not displaying as links 1
mwsmart
May 29, 2019 01:37 AM 1 Answers
Member Since Mar 2019
Subscribed Subscribe Not subscribe
Flag(0)

Hi!

We love Accordion for WordPress but have run into an issue with accordion content. In short, links are not displaying as links inside our accordions. Links still function fine, but visually they are displaying the same as any other text.

Here is an example page:
https://ww.district287.org/about-us-2/policies/

All of the policy/procedure docs link to files, etc., but the link text isn't displaying as such.

Any guidance you might provide would be greatly appreciated. Thanks!

Mike

2 Subscribers
Links in Accordions not displaying as links 1
Links in Accordions not displaying as links 3
Submit Answer
Please login to submit answer.
1 Answers
Sort By:
Best Answer
0
Links in Accordions not displaying as links 4
PickPlugins
May 29, 2019
Flag(0)

Welcome to our forum.

This is css conflict, can you please add following CSS to style link under accordion content.

.accordion-content a {
    color: #4d9ecb;
}

Please see the screenshot how it looks like

https://imgur.com/ZilIUFO

Regards

Links in Accordions not displaying as links 5
mwsmart
- May 29, 2019 03:31 AM
Flag (0)
0

Thank you! I think I can get that to work. Much appreciated.

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