• Resolved xolite

    (@xolite)


    Would like to request for a future update in
    alg-switcher-selector-functions.php

    Code:
    $html .= implode( ‘<br>’, $links );
    $html = ‘<div id=”alg_currency_selector”>’ . $html . ‘</div>’;

    Changed:
    $html .= $links;
    $html = ‘<div id=”alg_currency_selector”>’ . $html . ‘</div>’;

    Allow us to format the list entirely by the css class alg_currency_selector, unfortuntely CSS cannot override a hardcoded <br>. Thoughts?

    Hope all is well Tom!
    Thank you as always.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter xolite

    (@xolite)

    Was thinking as well ( sorry ) , could change implode to a CSS class as well
    and would allow for a seperator via css.

    Hi @xolite,

    Hopefully I understood your request correctly – please update to new version 2.5.2. There in “General > Switcher Placement and Format Options” settings I’ve added “Link List Switcher – Separator” option (which is set to <br> by default). You can now set it to any value you need, e.g.:

    <span class="my_separator"> | </span>

    Please let me know if that was what you needed.

    Best regards,
    Tom

    • This reply was modified 8 years, 9 months ago by Algoritmika.
    Thread Starter xolite

    (@xolite)

    Hi Tom,

    Thank you so much, that is absolutely perfect, span class was what I was thinking as well. ~ Cheers!

    Rick

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Feature request for next update.’ is closed to new replies.