-
Author
-
May 7, 2018 at 19:17 #197040TheDream18Participant
Hi,
QUESTION 1:
Why twitter load everywhere in my website? It is a part of make web slow loading, because time used to load them over mins. They are always in Top of loading time in console
1) Appearance/widget:
==> I remove 100% widget . I don’t use any widget twitter
2) Sweet-theme/setting/
Contact info & Social AND Miscellaneous
==> All is OFF and empty.
==> Time cache time :3600, i keep it as defaul of sweetheme, no change
So as you see, i don’t input Tweets API, and also remove widget. ==> Why Tweets always load? How do i complete remove these loading?
QUESTION 2:
How do i change “back to Top button” from an image to Icon?
I want to use this icon
https://fontawesome.com/v4.7.0/icon/arrow-up/
Thanks
May 7, 2018 at 19:17 #197041TheDream18ParticipantSorry forget attachment.
Attachments:
You must be logged in to view attached files.May 8, 2018 at 16:02 #197109LauraModeratorHello, can you share admin credentials so i can check it out?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
May 8, 2018 at 16:32 #197114RaduModeratorHi,
Q1.
Use this code
COPY CODEadd_action( 'wp_footer', 'wpse_262301_wp_footer', 11 ); function wpse_262301_wp_footer() { wp_register_script( 'jquery-tweet'); }
If not works change 11 priority to 10 and still not works set 999
Q2.
If you will have only that icon you can screenshot the icon then crop it, upload it to your server, then use this css and replace the img path with new ones.
COPY CODE#btnGoUp { background: transparent url("../images/up_page.png") no-repeat left top !important; }
The css will be added in wp-admin -> theme options -> styling options -> quick css
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMay 8, 2018 at 21:26 #197136TheDream18ParticipantQ1. The code only used move tweet to footer, did not complete disabled it.
==> I complete don’t use Tweet, how do i complete disabled it?Q2. I changed code.
#btnGoUp {
background: transparent!important;
}#btnGoUpa:before,
#btnGoUp:before{
content: “\f0f3”;
font-family: FontAwesome; font-size: 18px !important;
}The icon did not appear. What is wrong please?
May 9, 2018 at 21:41 #197273LauraModeratorHello 🙂
Q1- Did you add this code to functions.php of child theme?COPY CODEadd_action( 'wp_footer', 'wpse_262301_wp_footer', 11 ); function wpse_262301_wp_footer() { wp_register_script( 'jquery-tweet'); }
If not works change 11 priority to 10 and still not works set 999
Q2- Please read the reply that Radu sent and try to do that 🙂 If you have issues i will be happy to help
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
May 10, 2018 at 10:20 #197313TheDream18ParticipantHi the code worked. As i said: It moved tweet to FOOTER, did not complete removed these script loading.
I complete don’t use tweet. I want to complete remove it. If cann’t remove it, tell me which file php did you add it (which line of code should i delete)
Don’t worry i will broke website, i will note detail for future handy remove again if sweeettheme update new version.
Thanks
May 10, 2018 at 18:08 #197369LauraModeratorHello, if you have any plugin that uses tweeter, just delete it, and i am having issues understanding what do you need other than removing tweeter
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
-
AuthorPosts
You must be logged in to reply to this topic.