barcode20
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Appointment] Broken links in tw_optimize folderNever mind, fixed it downloading that font and uploaded in the folder.
Forum: Themes and Templates
In reply to: [Appointment] Question about accessibilityDone, 5 stars!
Forum: Themes and Templates
In reply to: [Appointment] Question about accessibilityThank you very much!
Now it’s ok
Forum: Themes and Templates
In reply to: [Appointment] Question about accessibilityMany thanks it solved the first service title (preventivi gratuiti).
After the fix I’ve tried again with pagespeed but I got the second service title as error, that is “installazione qualificata” (h3) as you can see by the attached image.
So I made the same thing as you advice.
I changed also:
<h3><?php echo wp_kses_post($service_setting['service_two_title']); ?></h3>
on line 83 with:
<div class="wbr_service_area"><?php echo wp_kses_post($service_setting['service_two_title']); ?></div>
but it doesn’t work and still mark the second service title as h3
Forum: Themes and Templates
In reply to: [Appointment] Question about accessibilityStill 1 element to fix.
As you can see by the first image I sent you before the fix, there were 4 elements: 3 with h6 and 1 with h3. After your fix, the 3 with h6 are now solved but not the one with h3 (preventivi gratuiti)
Maybe you need to turn this h3 into h2?
Forum: Themes and Templates
In reply to: [Appointment] Question about accessibilityDone.
3 errors solved, thank you!
But there’s still one ( Preventivi gratuiti with H3):
Forum: Themes and Templates
In reply to: [Appointment] Question about accessibilitySorry, you mean I have to replace this line:
<h6><?php echo esc_html( $instance['title'] ); ?></h6>
with this:
<h3 class="wbr_cnt_title"><?php echo esc_html( $instance['title'] ); ?></h3>
Forum: Themes and Templates
In reply to: [Appointment] Question about accessibilityThanks for your prompt replay. Here’s the link: https://www.lasemetal.roma.it/
In the image you can see the rejected elements by the accessibility test (you can find them on the homepage under the slider).
Forum: Plugins
In reply to: [Plugin for Google Reviews] Reviews updateHI,
thanks for your prompt reply.
Don’t know why but today it works perfectly!
Thanks a lot.
Forum: Plugins
In reply to: [Visual CSS Style Editor] I can’t use it@cybagirl many thanks for you reply!
I will try later and let you know.
Forum: Themes and Templates
In reply to: [Appointment] Problem with child themeDone!
Forum: Themes and Templates
In reply to: [Appointment] Problem with child themeHi, I fixed the problem!
I installed it again and updated the parent theme and now it works fine.
Thanks a lot for your support!
Forum: Themes and Templates
In reply to: [Appointment] Problem with child themeMany thanks for your quick reply!
I remember I downloaded and installed the appointment green theme but now I’m a bit confused because I see red ones as child and parent themes on my site (see images)
Maybe this is the reason why after the update I got the wrong color (red/orange) instead of the green?
Please explain me why it happens and what’s the solution. Thanks.
Forum: Themes and Templates
In reply to: [Appointment] Double title@akhlesh-nagar Perfect!
Now is hidden.
Thank you a lot!Forum: Themes and Templates
In reply to: [Appointment] Double titleThanks for your reply, I’ve deactived all the plugins but unfortunately nothing has changed.
Hope to get more suggestions.Meanwhile please could you tell me where I can find the file with this div
<div class=”appointment_title_head”>?- This reply was modified 2 years, 5 months ago by barcode20.