Viewing 26 posts - 1 through 26 (of 26 total)
  • Author
    Posts
  • #351820
    #351846
    This reply has been marked as private.
    #352149

    Hey!

    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 9 years, 4 months ago by Andy.
    #352153

    Hey!

    you can use one of our demo files: http://kriesi.at/themedemo/?theme=enfold-overview and check by yourself how it is done.

    Regards,
    Andy

    #352192

    Hi 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,!

    #352759

    Hello,

    Have you tried disabling all third-party plugins to see if it gets fixed?

    Regards,
    Josue

    #353590

    Hi 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?

    #353681

    Hi @ravall!

    Here’s how it looks your website on my end. Can you post a screenshot of your view logged off?

    Regards,
    Josue

    #353752

    Your 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.

    #353774

    Hi Josue,

    not possible to reply on your email-adress – filtered. But anyway, here are the screenshots logged IN / OFF.

    https://cloud.1und1.de/ngcloud/external?path=Screenshots%20von%20223621055&token=27E5FBB51ADD07DB&mandant=06&locale=de&viewType=0&guestToken=XjZv8C7JSke_O4Har02jQw&loginName=223621055#_

    Thanks

    #353801

    Hi @ravall,

    Can you please create us a WordPress administrator account? post it here as a private reply.

    Regards,
    Josue

    #353988
    This reply has been marked as private.
    #353999

    Hi!

    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!
    Josue

    #354002

    Hi 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 9 years, 4 months ago by ravall. Reason: Trested your code - sorry, not working
    #354027

    Hi!

    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,
    Josue

    #354053

    Hi 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

    #354101

    Hi!

    Please enable file editing or provide a temporary FTP account so i can edit child theme files.

    Regards,
    Josue

    #354256

    Hey 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!

    #354288
    This reply has been marked as private.
    #354289

    Hi @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

    #354420

    Hi!


    @ravall
    , the code was fine; we just needed to re-select Open Sans again in the Theme Options and it works now (logged-in and logged-out).


    @ireznek
    , i’ll look into your issue now.

    Best regards,
    Josue

    #354622

    Hi 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 9 years, 4 months ago by ravall.
    #354720

    Hi!

    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,
    Josue

    #354733

    Thanks 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

    #354899
    #355036

    Hi Josue,

    thanks for EXCELLENT support. I made the right decision with buying Enfold.

    Enjoy weekend.

Viewing 26 posts - 1 through 26 (of 26 total)
  • The topic ‘Special Heading thin font type changes to "helvetica" when I log out of WP Admin’ is closed to new replies.