-
AuthorPosts
-
November 15, 2014 at 4:09 pm #351820
Hello, I used “Special Heading” on the site which has the thin font type. When I am logged into the wordpress backend, everything is fine. When I am logged out, the section doesn’t display the thin font type – instead, it changes to the content font (I assume). The size of the font is correct, it just displays the chubby large fonts instead if the thin one.
Is there a way around this?
Many thanks!
A smaller thing: I was trying to play around with the transparent header option but I couldnt find where I can set it to transparent. i know I had it at some point and I am sure that I’m just being bling… could you enlighten me re this as well please :D
November 15, 2014 at 6:35 pm #351846This reply has been marked as private.November 16, 2014 at 9:04 pm #352149Hey!
font:
please add this to Quick CSS: h1, h2, h3, h4, h5, h6 { font-weight: 500; }
header:
while editing a page in your WordPress backend scroll down. On the right side you’ll see the option “Header visibility and transparency”.Regards,
Andy- This reply was modified 10 years ago by Andy.
November 16, 2014 at 9:09 pm #352153Hey!
you can use one of our demo files: http://kriesi.at/themedemo/?theme=enfold-overview and check by yourself how it is done.
Regards,
AndyNovember 16, 2014 at 11:12 pm #352192Hi Andy
My problem is not this. My problem is that the originally defined font in the theme doesnt show when I am logged out of the WP admin panel. I dont want to modify the font weight of all header fonts in the theme. I just would like to have the thin font back when using “Special Heading”.
ps: i tried your solution but this is not what I meant to solve.
many thansk,!
November 17, 2014 at 11:57 pm #352759Hello,
Have you tried disabling all third-party plugins to see if it gets fixed?
Regards,
JosueNovember 19, 2014 at 12:33 pm #353590Hi Josue,
great theme. But I have the same strange problem as ireznek.
If I am logged into WP, your theme runs perfect. But if I log out of WP and visit my page as a visitor, all special headers (h1, h2 tested) are typed bold or in another charset – in any way thick und ugly.
The same on firefox and explorer. All plugins switched off (I have just a few) – same effect. I could compare plugins with ireznek – if it makes sense. I made some screenshots – or visit example page http://www.heilarbeit.de/heilkunst . Solution? Or workaround?
November 19, 2014 at 2:48 pm #353681November 19, 2014 at 4:05 pm #353752Your screenehot shows the logged OFF site view – with the bold type of headings. I send you a screenshot how it looks, when I am logged IN into WP. It shows the preset font with slim letters.
I send the screenshot to the email you respnded – as I can´t see an umpoad button on this forum.
November 19, 2014 at 4:34 pm #353774Hi Josue,
not possible to reply on your email-adress – filtered. But anyway, here are the screenshots logged IN / OFF.
Thanks
November 19, 2014 at 5:14 pm #353801Hi @ravall,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueNovember 19, 2014 at 10:13 pm #353988This reply has been marked as private.November 19, 2014 at 10:30 pm #353999Hi!
I think i was able to fix it with this code:
.av-thin-font .av-special-heading-tag, .modern-quote .av-special-heading-tag{font-weight: 500;}
Please check your website.
Cheers!
JosueNovember 19, 2014 at 10:39 pm #354002Hi Josue,
you are working late! (As me…). Sorry, but your solution doesn´t work.
As I see you added Quick CSS to the General Styling area in Enfold options. With this code we can change the look of the logged-in view – but it DOESN´T affect the look of the logged-out view. P. ex. if I change it to Open Sans 300 (the font I want to use) – the logged-in look is perfect (like now), but the logged-out look stays in size Open Sans 500. The command is not taken over to the logged-off script.
So please another trial…
- This reply was modified 10 years ago by ravall. Reason: Trested your code - sorry, not working
November 19, 2014 at 11:31 pm #354027Hi!
I see, the problem is that by default Enfold only includes Open Sans 400 and 600, add this to your child theme functions.php:
add_filter( 'avf_google_heading_font', 'add_open_sans_full'); add_filter( 'avf_google_content_font', 'add_open_sans_full'); function add_open_sans_full($fonts) { $fonts['Open Sans'] = 'Open Sans:100,300,400,600'; return $fonts; }
Regards,
JosueNovember 20, 2014 at 12:03 am #354053Hi Josue,
sorry to say – but still not working. Cleaned even browser cache etc. Stays in BOLD (supposingly 500) in the logged-off view.
Late regards
November 20, 2014 at 2:48 am #354101Hi!
Please enable file editing or provide a temporary FTP account so i can edit child theme files.
Regards,
JosueNovember 20, 2014 at 1:13 pm #354256Hey Guys, did you have a solution to this problem? As you asked Josue, I disabled and enabled all the plugins – made no difference. Reading the thread, I guess the problem was not this to begin with… Did you find a solution?
Many thanks!
November 20, 2014 at 3:15 pm #354288This reply has been marked as private.November 20, 2014 at 3:17 pm #354289Hi @ireznek,
no results yet. Only possible to adopt the logged-in view to the logged-out view – not the other way around. Josue is busy on work.
Regards
November 20, 2014 at 8:22 pm #354420November 20, 2014 at 11:53 pm #354622Hi Josue,
WORKS!
Great job … with one exception. All my sliders don´t work anymore ………….. Not a single one.
And just found out … my contact side ist blown – google maps, contact form and slider showing blanks instead of pictures, grids or frames.. http://heilarbeit.de/psychologe-vlcek/I used the easy slider and the full picture slider. No idea how to get them going. Please help. The login and FTP ist still open for you to check.
Best regards!
- This reply was modified 10 years ago by ravall.
November 21, 2014 at 12:43 am #354720Hi!
It’s an issue with WordPress 4.0.1, a patch fix (3.0.3) it’s already on wait for approval on Themeforest, please be patient.
Best regards,
JosueNovember 21, 2014 at 12:47 am #354733Thanks for reply,
great job with speacial heading. I Wait for the patch … and go to sleep. Please give short note, when patch is online.
Enjoy your time
November 21, 2014 at 5:53 am #354899November 21, 2014 at 12:00 pm #355036Hi Josue,
thanks for EXCELLENT support. I made the right decision with buying Enfold.
Enjoy weekend.
-
AuthorPosts
- The topic ‘Special Heading thin font type changes to "helvetica" when I log out of WP Admin’ is closed to new replies.