- This topic has 2 replies, 2 voices, and was last updated 6 years, 7 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Home › Forums › Free Themes › Education Hub › Scrollup link button
Tagged: scrollup ADA link button
Running the WAVE tool for AVA compliance there is an error hit on:
1
<i class=”fa fa-chevron-up”>
I have removed the code from the editor:
## Custom Basic Scrollup Style By WEN Themes
But this remained in the HTML:
/div><!– #page –><i class=”fa fa-chevron-up”></i>
Can someone help me delete this please.
Thanks – Ron
It removed most of my post:
Running the WAVE tool for AVA compliance there is an error hit on:
<i class=”fa fa-chevron-up”>
I have removed the code from the editor:
Custom Basic Scrollup Style By WEN Themes
But this remained in the HTML:
/div><!– #page –><i class=”fa fa-chevron-up”></i>
Can someone help me delete this please.
Thanks – Ron
Hello @cosicat,
To remove the Html content at first create the child theme.
You can manually activate the child theme or simply create the child theme using the plugin given below:
https://wordpress.org/plugins/wp-child-theme-generator/
After activating the child theme, in your child theme’s functions.php add below given code.
function education_hub_footer_goto_top() {
$go_to_top = education_hub_get_option( 'go_to_top' );
if ( true !== $go_to_top ) {
return;
}
//echo '<a href="#page" class="scrollup" id="btn-scrollup"><i class="fa fa-chevron-up"></i></a>';
}
Hope this helps.
Best Regards!!
Cookie | Duration | Description |
---|---|---|
cookielawinfo-checkbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". |
cookielawinfo-checkbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". |
cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". |
cookielawinfo-checkbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. |
cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". |
viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. |