Teresa In
Forum Replies Created
-
Hi Patrick @wpmudevsupport12
The accessibility checker I used is a browser plugin axe DevTools
Here is the exported code of the form and screenshot
Best Regards, Teresa
The problem was that I put the same form twice, which is why the ids were repeated.
Resolved
Thank youSorry, I can’t edit the previous post.
I also add more issue of the same type ‘Element IDs are not unique’ in another formhttps://basyar.es/gestion-de-alojamiento-turistico/
in the “Calcular Rendimiento” button there is the form
- This reply was modified 1 year, 2 months ago by Teresa In.
Sorry, I can’t edit the previous post.
I also add another requirement for accessibilityH44: Using label elements to associate text labels with form controls
H65: Using the title attribute to identify form controls when the label element cannot be used
H85: Using OPTGROUP to group OPTION elements inside a SELECT
Forum: Plugins
In reply to: [Easy Property Listings] Interested in a demo for WP pluginHere’s a Easy Property Listings demo
If you install the plugin, in the easy-property-listings/lib/assets folder you have an xml file to import examples with the wordpress importer plugin that is in Tools
The design is very adaptable with css Showcase
Greetings
Forum: Plugins
In reply to: [Essential Real Estate] Can’t override CSS shortcode template… and also in main.css
wp-content/plugins/essential-real-estate/public/assets/css/main.min.css
.property-info-item-tooltip { display: flex; align-items: center; }
Forum: Themes and Templates
In reply to: [Customizr] Woocommerce products blocks don’t workI have tried the indications
Sorry I can’t share the url because I’m working on localhostThe problem is solved by unchecking the options located in the customizer > Global Settings > Formatting (…) https://prnt.sc/s3yaoh
I have done tests with the child theme and the parent theme Customizr, the error is the same when the external links options are checked in the customizer > Global Settings > Formatting (…) https://prnt.sc/s3ycif
The info under Dashboard > Themes > About Customizr
# SITE_URL: https://localhost/huver2020 # HOME_URL: https://localhost/huver2020 # IS MULTISITE : No # ACTIVE THEME : Customizr Child 1.0.0 # PARENT THEME : Customizr 4.2.4 # WP VERSION : 5.4 # PERMALINK STRUCTURE : /%postname%/ # ACTIVE PLUGINS : Advanced Woo Search: 1.99 All In One SEO Pack: 3.4.2 Contact Form 7: 5.1.7 Cookie Notice: 1.3.1 Custom Sidebars: 3.2.3 Loco Translate: 2.3.3 Really Simple CAPTCHA: 2.0.2 Regenerate Thumbnails: 3.1.3 WooCommerce: 4.0.1 WooCommerce Checkout Manager: 5.0.3 WooCommerce Enhancements for Spanish Market: 1.6 WooCommerce PDF Invoices: 3.0.11 WP-Optimize - Clean, Compress, Cache: 3.0.19 PHP Version: 7.2.24-0ubuntu0.18.04.4 MySQL Version: 5.7.29-0ubuntu0.18.04.1 Web Server Info: Apache/2.4.29 (Ubuntu) WordPress Memory Limit: 40MB PHP Memory Limit: 256M PHP Upload Max Size: 18M PHP Post Max Size: 36M PHP Upload Max Filesize: 18M PHP Time Limit: 30 PHP Max Input Vars: 1000 PHP Arg Separator: & PHP Allow URL File Open: Yes WP_DEBUG: Disabled Show On Front: page Page On Front: Huevos, Verduras y Frutas a Domicilio (#834) Page For Posts: (#0)
Greetings, Teresa
Forum: Plugins
In reply to: [Leaflet Map] IconUrl property in geojson file does not workThat is to say, I will try to integrate this plugin of Leadlet in WordPress
https://github.com/coryasilva/Leaflet.ExtraMarkers
with this guide
https://github.com/bozdoz/wp-plugin-leaflet-map#how-can-i-add-another-leaflet-plugin- This reply was modified 4 years, 8 months ago by Teresa In.
Forum: Plugins
In reply to: [Leaflet Map] IconUrl property in geojson file does not workHi, thanks for your quick answer
I am not an expert, I am starting to learn to read the PHP languageI have looked at the leaflet.js file where the HTML of the icon image and its src is created,
var Ae = Be.extend({ options: { iconUrl: "marker-icon.png", ...
but I am not able to modify that path when it refers to the iconUrl option in the files that you indicate.
I’ll be watching the issue on github
At the moment I will change the icons by installing another plugin like Leaflet extra-markersGreetings Teresa
Forum: Plugins
In reply to: [Invoices for WooCommerce] Hide 0,00€ values in the tax rate columnComparing the file of previous versions 2.5.7 of the body.php file of the micro template, I found this difference in the code:
version 2.6.0 micro template body.php
line 156
if ( isset( $tax_item_total ) ) {
version 2.5.7 micro template body.php /* this version hides the numbers when the value is zero*/
line 169
if ( '' != $tax_item_total ) {
I have very basic knowledge of php
I’ve modified the code. I do not know if this will be correct but it worksForum: Plugins
In reply to: [Invoices for WooCommerce] The tax rate title is twice. Micro template 2.8.0Yes, I created a custom template
I need to have the disaggregated taxes as in the micro template.
In the minimal template I can not do itThanks Bas
RegardsForum: Plugins
In reply to: [Invoices for WooCommerce] The tax rate title is twice. Micro template 2.8.0I have deleted code from the body.php file of the micro template, which is between / *. ‘ ‘ . WC_Tax::get_rate_percent( $tax_item[‘rate_id’] )* /.
I do not know if this will be correct but it works<!– Tax –>
line 67
<th class="align-left"><?php echo $tax_item['label'] /*. ' ' . WC_Tax::get_rate_percent( $tax_item['rate_id'] )*/; ?></th>
<!– Tax –>
and line 259
<td colspan="<?php echo $colspan['right_left']; ?>"><?php echo $tax->label /*. ' ' . WC_Tax::get_rate_percent( $tax->rate_id )*/; ?>
Forum: Themes and Templates
In reply to: [Customizr] Change Customizr Skin To White On Black?You can do it with css, but you must create a child theme if you make many changes or customize from advanced options of the theme…
Customizr Theme Options : Advanced optionsbody {
padding-bottom: 0;
color: #fafafa;
background: #5a5a5a;
}To modify the header is more complicated
You can try selecting 2 sidebars, right and left, on the page layout without any widget.
There is a plugin that allows you to choose the widgets that can appear on a page …in case you want to put some widget on the side
Forum: Plugins
In reply to: [Invoices for WooCommerce] Trying to reduce top-margin PDF invoiceHello Bas,
I have done what it says in the FAQ “How to add your custom template?” but the only place to change the margin is in the file wp-content/plugins/WooCommerce-pdf-invoices/includes/abstracts/abstract-bewpi-document.php, and when I upgrade, lose changesRegards, Teresa