wprrr32
Forum Replies Created
-
hi, thank you for the quick reply!
Forum: Plugins
In reply to: [Translate Wordpress with GTranslate] CSS not savingwhat i am trying to do with this css is add “Language” in front of the language codes. also is it possible to add css for a top center placement? thanks again
Forum: Plugins
In reply to: [Translate Wordpress with GTranslate] CSS not savinghello and thank you for the reply! here is the css i added:
/* Add a \”Language\” label in front of the .gtranslate_wrapper selections / .gtranslate_wrapper::before { content: \”Language \”; font-weight: bold; / Optional: Make the label bold / margin-right: 5px; / Optional: Add some spacing between the label and the selections */
}/* Ensure proper alignment and spacing */
.gtranslate_wrapper {
display: inline-flex;
align-items: center;
}/* Adjust the position and appearance of the select element if necessary / .gtranslate_wrapper select { margin-left: 5px; / Adjust spacing as needed */
}Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Custom checkout field exportHello,
Is it possible to have the export alphabetically sorted by order comments (customer notes)? I have the field in my export already but would like to have the report alpha sorted by customer notes.
Thank you!