-
Author
-
September 13, 2015 at 18:07 #77398
vinz98
ParticipantHi The search text is missing…How do I fill it in? Can I make the button slightly bigger?
September 14, 2015 at 18:55 #77594Radu
ModeratorHi,
Can you please provide page url and admin credentials ?
Best Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 15, 2015 at 00:23 #77691vinz98
ParticipantRadu
0%pNnzyGF(Fxb9sn8S1r0QyCswingrs.nl/wp-admin
good luck
September 15, 2015 at 18:59 #77891Radu
ModeratorHi,
For some reason the font-awesome it’s loaded from a cdn
COPY CODE<link rel='stylesheet' id='font-awesome-css' href='//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css?ver=2.6.2' type='text/css' media='all' />I’ve added this to your theme header.php
COPY CODE<link rel='stylesheet' id='font-awesome-css' href='http://seventhqueen.com/demo/sweetdatewp/wp-content/themes/sweetdate/assets/styles/font-awesome.min.css?ver=20150630' type='text/css' media='all' />And now it works.
Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 15, 2015 at 23:22 #77937vinz98
ParticipantHello Radu.
Thank you for the diagnosis. Can I host this font myself because now my SSl/https certificate can not function anymore because I am loading from the http portion of seventh now. I Just copy it and adjust the header.php?
September 16, 2015 at 17:44 #78042Radu
ModeratorSure,
COPY CODEhttps://swingrs.nl/wp-content/themes/sweetdate/assets/styles/font-awesome.min.css?ver=20150630Yesterday i added on your header.php before head tag closes the resource from seventhqeen.com
Delete that line and then copy the header.php from sweetdate to sweetdate-child
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJanuary 13, 2016 at 12:12 #98229vinz98
ParticipantHello Radu
After the newest update the icons are there in search button and so on but the only place where it is not anymore is login and register at the top.
Where have the icons gone?
January 13, 2016 at 16:27 #98279Radu
ModeratorHi,
This can be caused by theme update that has overwritten the header.php where i’ve made the modification.
Add code this to wp-content/themes/kleo-child/functions.php
COPY CODEfunction hook_fa_sweet_sq7() { $output = "<link rel='stylesheet' id='font-awesome-css' href='http://seventhqueen.com/demo/sweetdatewp/wp-content/themes/sweetdate/assets/styles/font-awesome.min.css' type='text/css' media='all' />"; echo $output; } add_action('wp_head', 'hook_fa_sweet_sq7');Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJanuary 13, 2016 at 17:47 #98305vinz98
ParticipantI entered it but I see no change. I use a child theme.
I use https so I entered this:
function hook_fa_sweet_sq7() {
$output = “<link rel=’stylesheet’ id=’font-awesome-css’ href=’https://swingrs.nl/wp-content/themes/sweetdate/assets/styles/font-awesome.min.css’ type=’text/css’ media=’all’ />”;
echo $output;
}
add_action(‘wp_head’, ‘hook_fa_sweet_sq7’);(I also have the problem that the counters at the frontpage do not count man/women anymore since I changed the fields to soft-swap/full-swap that was another topic.)
January 13, 2016 at 18:22 #98316Radu
ModeratorHi,
Just i’ve visited your website and now the icons are shown ( see screenshot )
In on your side icons are missing clear the browser cache.
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJanuary 14, 2016 at 14:24 #98505Radu
ModeratorYou’re welcome
Have a nice week
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
You must be logged in to reply to this topic.