I have a kazillion separator’s listed, so moving a menu item from the bottom to near the top takes forever. Multiple small mouse movements to get it to scroll all the way back to the top while holding left mouse button. This is insane.
It seems like every time I move an item, more separator’s shows up?? This can’t be how this is supposed to be??
Pointers?
]]>.mainnav .menu .sub-menu li {
border-bottom: 2px solid #ffffff !important;
}
but i found it was not working (I tried to insert it into child theme’s style.css).
Inspecting the page, i noticed that the classes for submenu items <li> are:
class=”menu-item menu-item-type-post_type menu-item-object-page menu-item-###” (where ### is the menu item ID).
i tried then to substitute those classes to the css code, but it did not work.
what should i do then? thanks.
]]>Here is the link to the page. There are 2 separator lines, one is above the EAN code, and one is under the product galery. Both (for me) looks terrible on phone, i would like to delete them, but i do not know how. The longer separation line, so the second one, between the Ean and long description annoys me more. I would like to delete them all from the single product pages.
Would you please help me?
Thanks
]]>I have a question – when I create a field of type Select, how do I set it so that I can have something like this in both labels and options:
<option value="Value, Subvalue">Value, Subvalue</option>
<option value="Value2, Subvalue2">Value2, Subvalue2</option>
Currently there is only an option to separate the fields (labels and options) with a comma, which doesn’t work in my case.
Is there any other way to do this, please? For example:Value, Subvalue|Value2, Subvalue2
Thanks!
]]>I need to display the number “25000” on the output like this with the thousands separator like this “25 000” – with space thousands separator.
Thanks for answer and example.
Best regards,
Michal
Is there any hook or option (in the near future) to change the separator character? Now is – (en dash), but I would like to use | (| = pipe).
Thanks for your great plugin!
]]>i need to change the Separator in class-aal-exporter-csv.php > public function write ($data, $columns) {}
There is
fputcsv( $fp, $columns );
and
fputcsv( $fp, $encoded_row );
It must be
fputcsv( $fp, $columns, $separator = “;” );
and
fputcsv( $fp, $encoded_row, $separator = “;” );
It would be nice to change the Separator in the PlugIn-Settings of WP-Admin, then i don’t need to change it by myself every official update.