Forum Replies Created
-
AuthorPosts
-
Spot on, Yigit! It WAS transformed.
Now that I’ve changed it everything is great!
Thanks a lot,
SusanneHi Yigit,
Thank you for your quick response.
I had already changed “home” in appearance >> menu, however it didn’t work – strangely enough.
I now also added the code you posted – to no avail. It’s still a capital H!Any other ideas?
Thanks,
SusanneProblem solved! I added plugin WP Google Fonts, set it up to Calligraffitti, and it works.
Thanks for all your support!Thanks for this, Ismael – nobody has told me this before!
Now I changed the font to a Google font, in the quicl .css, but no change. This is what I set up:#top .subtext {
float:left;
font-size:32px;
font-weight:300;
color:#7f0afc;
position:relative;
font-family:”calligraffitti” !important;
}Any idea why this doesn’t change anything on the mobile?
Any other code I should add?Thanks a lot,
SusanneHi Yigit,
In the screenshot you posted ( http://imgur.com/a/7Q7OS), the violet tagline shows NOT the font “Bradley Hand ITC” (which is a hand written style) – but Georgia or Trebuchet.The client wants it to be Bradley Hand ITC, both in the PC version and on the mobile.
In the PC version, the correct font is displayed (see here: http://imgur.com/n59pPE6).
In the mobile version, it’s Georgia or similar – so a completely different font!
Why?Thanks a lot for your patience,
SusanneGreat Yigit! Perfect solution – thanks a lot.
That did the trick, Guenni, the main container is now styled again.
You’re right about the too large header – I’ll have to discuss it with the client what she thinks about this solution – which is great for the mobile, too!Thank you so much!
SusanneGuenni007,
another surprising change after inserting max-width 1650px!
The header even in the PC version now shows logo, tagline and menu underneath each other … but unfortunately that’s not what the client wants. She only wants this for the mobile version.Also, how do I make this setting specific (100%) just for the header, not for the whole content?
After all your efforts, I feel I shouldn’t challenge you any more. I’m not a programmer so I cannot be “inventive” or play around with code like you. But I’m very grateful for your patient support!
Logo left, menu right – I’ve done that now for you to see: on PC it looks completely out of shape.
Guenni007,
You are ever so helpful, thank you so much.I’ve now taken out all other .css from the quick .css and just added what you sent me.
Option Header logo left, menu below.
The results:
1. PC version: As you’ll see, the menu crosses through the header. Also, the main content is still out of shape (no longer in the wrapper???).
2. However the mobile version looks good.So now I’ve got a good mobile version but the pc version is not working properly …
Also, the client wants the tagline font to be Bradley Hand IT.Thank you for being so patient and supportive.
Best wishes,
susanneGuenni007,
Thank you so much for your efforts.
I’ve inserted both, the suggested code in functions and the quick .css.
But as you will see now on the website, the header & menu design as well as the main content are now completely out of shape… (www.facialfitnessworkout.co.uk)Don’t know why it works on your test site?
Best wishes,
SusanneHi Andy,
Thanks a lot.
Please can you tell me how to separate logo, slogan and phone numbers AND have all three in the header?
That would help me enormously.
Thanks for your patience,
SusanneHi Diezel23,
Great websites!
I’m struggling at the moment to get the header for mobile version just like yours – Logo, tagline and picture underneath each other instead of next to each other. (URL: http://www.facialfitnessworkout.co.uk)
So far, nobody of the support team has been able to help me!
As the header/logo for computer version consists of ONE picture with logo, tagline & phone I created another header pic for mobile version, with the 3 elements underneath each other. But that didn’t help.Could you tell me how you’ve done it?
Did you add some quick .css coding?
And/Or a special header for the mobile version?Thank you in advance,
SusanneI found this suggestion by Yigit in another post in the forum, customised the URL and added it to quick css:
.header-scrolled .logo img { opacity: 0; }
.header-scrolled .logo a {
background-image: url(http://www.facialfitnessworkout.co.uk/wp-content/uploads/2015/06/NEWmoblogo.png);
background-size: contain;
background-repeat: no-repeat;
}BUT it doesn’t change anything either.
More ideas?
Thanks,
SusanneGuenni007,
This solution you suggest on solution as it is seen on https://theeventscalendar.com/product/wordpress-events-calendar-pro/ looks great.
But I have NO idea how to code this.
Thanks for this anyway,
SusanneGuenni007,
That’s exactly what I wanted to say: I can NOT see any changes on my site, even after having installed the code you sent.No – I don’t have a test install – but did you get the login details to the website itself I sent privately?
Wir können übrigens auch auf deutsch diskutieren – ich bin Deutsche…
Many thanks for your support,
Susanne<Just saw a typo in my last text:
On the mobile, you SHOULD see these elements underneath each other – Logo on top, then slogan on 2 lines.Hi Andy,
Unfortunately no change It’s about the mobile version: There is no change in the header on the mobile … Your screenshot shows it all on one level.
You see this underneath each other – Logo on top, then slogan on 2 lines.
That’s what Guenni007 suggested with his code, too.
Let’s see if anybody has another ides…
Thanks for all support, You’re a great team!Susanne
This reply has been marked as private.Guenni007, thank you so much for your support – just had an extremely busy weekend and will work on this tomorrow.
And thanks, Rikard for asking – tomorrow I’ll be in touch!Cheers, Susanne
Guenni007 – thank you so much for your suggestions.
However when I add the code to functions.php I get a fatal error message (quoted below) and the site is no longer opening. I had to delete the addition in cpanel.
Good thought adding the phone numbers in the top area. Pity that this is also visible on the desktop version – but no big issue.
I tried the .css suggestions – but nothing changes.I get an error message now even if I add the code I added yesterday… No idea what’s going on?
“Parse error: syntax error, unexpected ‘:’ in /home/judi9294/public_html/wp-content/themes/enfold-child/functions.php on line 14”Thanks for your support!
SusanneHi there,
I designed & uploaded a new logo for the mobile version (340 x 399 px).
Then I added the code you suggested to functions.php:
add_theme_support(‘avia_template_builder_custom_css’);
add_filter(‘avf_logo’,’av_change_logo’);
function av_change_logo($logo)
{
if(wp_is_mobile() )
{
$logo = “http://www.facialfitnessworkout.co.uk/wp-content/uploads/2015/06/logo1.png”;
}
return $logo;
}However, on the smartphone this new portrait-shape logo is still as small as the normal one before.
Please help.
Thanks,
SusanneThank you for this, Yigit.
I still don’t really know what to do.
Could you please advise me about:
a) what size a logo for mobile version should have
b) how I can also fit the tagline into the mobile header
c) how do I code in the phone numbers?
At the moment, the actual logo, the tagline and phone numbers are all one picture named “logo”.
So should I split these three items up for the mobile version? And how do I fit/code them into the header?Thanks a lot,
SusanneThank you for this, Rikard!
What do you exactly mean by “make a new image and display that for mobile instead”?
Or shall I separate the logo, tagline and phone?
But then – how do I fit all 3 items into the header? Because Enfold just offers to upload a logo?
Can I add tagline & phones with additional coding in the header?Thanks a lot,
SusanneHi Elliott,
Thank you very much for this.
The client had wanted to make the top menu visible – that’s why I disabled the responsive setting …
So she can’t have both!Susanne
Thank you so much, Yigit – that solved the problem.
SusanneHi Ismael,
Thanks for your reply.
However, with all websites I set up based on Abundance, their top menu is very well visible on mobile devices. AND they are lined up!
See here: http://www.saltglassstudios.co.uk
or http://www.trunch-norfolk.co.ukI really need to find a solution for my client to show the menu on mobile devices.
Can you help please?
Thanks a lot,
SusanneThank you for this, Yigit.
However, even with the new code no menu at all is visible on the smartphone.
Any other ideas?
SusanneHi Yigit,
Thanks for this.
However when I add that code, no menu at all is shown – not even the box with bullet points?So sorry – it was a missed update of the theme.
All resolved! -
AuthorPosts