Theme Support Forum

Support Forum for Free and Premium Themes. Premium Theme Forums are Private! Please log in first to see the Premium forums

If you Like the Asteria Lite Theme and want to Keep it free forever Please Rate it on Wordpress.org (It only takes a few seconds)
Viewing 13 posts - 1 through 13 (of 13 total)

Arteria pro size fotn slide

Home Forums Free Theme Support Asteria Lite Arteria pro size fotn slide

  • #82194

    vic

    Hello.

    In the PRO version, I can not change the font size on the front page SLIDE.
    We establish another size but keep back the 60px default.

    Thank you.

    #82203

    Towfiq I.

    administrator

    whats the current font size and what size do you want the font to change to?

    #82204

    Vic

    Font style slide: 60px

    And I do not want a particular size, I want to resize other smaller.

    #82211

    Towfiq I.

    administrator

    want to resize other smaller?

    sorry I dont understand.

    #82217

    vic

    Sorry, I write from Spain and I use a translator.
    I’ll try to explain better.

    The slide on the front page supports font sizes.
    Default is to 60px.
    I can not change the size.
    If you change to 40px for example, to save back to the default size of 60px.

    I hope I explained.

    #82404

    Towfiq I.

    administrator

    hmm.. I understand. whats your site address?

    #82474

    vic
    #82719

    Towfiq I.

    administrator

    hmm… this is a bug. You can fix it by opening asteria-config.php and find this:

    			array(
    				'id'=>'slidefont_size_id',
    				'type' => 'typography',
    				'title' => __('Slide Font Style', 'asteria'),
    				'google'=>false,
    				'subsets' => false,
    				'font-weight' => false,
    				'font-style' => false,
    				'font-backup' => false,
    				'color' => false,
    				'preview' => false,
    				'line-height' => false,
    				'word-spacing' => false,
    				'letter-spacing' => false,
    				'font-size'=>true,
    				'font-family'=>false,
    				'default' => array(
    					'font-size'=>'60px',
    					),
    				),

    and replace them with:

    			array(
    				'id'=>'slidefont_size_id',
    				'type' => 'text',
    				'title' => __('Slide Font Style', 'asteria'),
    				'default' => '60px'
    				),

    then you can change the slider font size.

    #83921

    vic

    I did what you indicated.
    The font size has decreased but I can not change it.
    See web. The size listed is now the only one I use.
    Even if you change the number of px, this does not change on the front page.

    #84157

    Towfiq I.

    administrator

    sorry I forgot another part of editing the file. open up style.php replace this line:

    .sld_layout2 h3, .sld_layout3 h3, .acc-sld_layout2 h3, .acc-sld_layout3 h3, .wrap-sld_layout2 h3, .wrap-sld_layout3 h3{font-size:<?php $slidefont = $asteria['slidefont_size_id']; echo $slidefont['font-size']; ?>!important;}

    with this:

    .sld_layout2 h3, .sld_layout3 h3, .acc-sld_layout2 h3, .acc-sld_layout3 h3, .wrap-sld_layout2 h3, .wrap-sld_layout3 h3{font-size:<?php echo $asteria['slidefont_size_id']; ?>!important;}

    #84275

    vic

    I’m sorry but does not work.
    The font size does not change. No increase or decrease the size.
    : (

    #84278

    Towfiq I.

    administrator

    you have to write 40px in the field. you just wrote 40.

    #84287

    vic

    Ok.
    Now it works.
    I was not writing “px”.

    Thank you very much for everything!!

You must be logged in to reply to this topic.