I can't seem to get the fancy list shortcode to work in a text/html sidebar widget. Any fixes or workarounds?
Website Link ("Directions" portion in the sidebar): http://hamiltonpoint.com/wreagan/contact-us/
thanks!
(4 posts)
(2 voices)
I can't seem to get the fancy list shortcode to work in a text/html sidebar widget. Any fixes or workarounds?
Website Link ("Directions" portion in the sidebar): http://hamiltonpoint.com/wreagan/contact-us/
thanks!
Hello wenmiester,
Looks like a CSS conflict with the sidebar.
As a quick fix open up /wp-content/themes/infocus/shortcodes.css and find line 321,
.fancy_list .circle_arrow{background:url(images/shortcodes/sprites/custom_sprite_dddddd.png) no-repeat -619px -2px !important;}
Change it like this,
.fancy_list .circle_arrow{background:url(images/shortcodes/sprites/custom_sprite_dddddd.png) no-repeat -619px 3px !important;}
.fancy_list .circle_arrow { padding-left: 22px !important; }
I'll check with the devs and we'll see if there is a workaround without editing code.
Perfect, it worked. thanks for the help!
Your welcome wenmiester, let us know if you have any other questions.
You must log in to post.