Posts by Jandeilson De Sousa • 61 points
6 posts
-
1
votes1
answer726
viewsA: How to add Billing fields on Woocommerce’s Edit-Account page! (Wordpress)
If this CPF is coming through the plugin Woocommerce Extra Checkout Fields, the method via Billing in an array will probably not understand this information in woocommerce_edit_account_form. The…
-
0
votes1
answer38
viewsA: Plugin indication for wordpress search
The A-Z Listing does this, even through shortcodes you can assemble your structure alphabetically and add the desired filters. Another alternative, however, is to pay DW Glossary.…
-
0
votes2
answers724
viewsA: Position the zip code field at the Woocommerce checkout
A friendlier way of dealing with this type of problem related to the priority of the fields is by evaluating through the inspecter of your browser elements the priority in which the current fields…
-
0
votes1
answer35
viewsA: How to modify the list in wordpress code?
As your goal is to make the menu horizontal, just add the following code to your CSS: ul.menuclasse li { display: inline-block; padding: 0 10px; list-style: none; } This way you’re talking to the…
-
1
votes1
answer266
viewsA: Difficulties in editing HTML in Wordpress
You are sure that you have put the language files pt_BR (important the nomenclature) in the appropriate theme directories, or even in the wp-content/Languages/themes/featureName-pt_BR? If you are…
-
1
votes1
answer148
viewsA: HTML classes in menu with Wordpress
In this case you need to first organize the hierarchy of the menu. This is usually done when using a framework, for example, the CSS is already formatted, but as you are making a theme, you will…