Forum replies created

    In reply to Social Buttons
    Roman
    Spectator
    Posts: 3147
    January 23, 2014 at 8:08 pm #9022

    there is always a place to share your happiness http://theme4press.com/leave-testimonial/ 🙂

    In reply to Social Buttons
    Roman
    Spectator
    Posts: 3147
    January 23, 2014 at 9:43 am #9020

    it’s very clearly to me now…on my PC, laptop and tablet also

    In reply to Social Buttons
    Roman
    Spectator
    Posts: 3147
    January 22, 2014 at 10:01 pm #9018

    and when you try to make the icons background white?

    Code:
    .social-networks a {background-color: #fff !important;}
    Roman
    Spectator
    Posts: 3147
    January 22, 2014 at 9:51 pm #9017

    please contact me here http://theme4press.com/contact/ for further discussion

    In reply to Button on slider
    Roman
    Spectator
    Posts: 3147
    January 22, 2014 at 5:09 pm #9015

    use something like this

    Code:
    <a class=”da-link” href=”http://example.com/your-page”>Learn More</a>

    In reply to Social Buttons
    Roman
    Spectator
    Posts: 3147
    January 22, 2014 at 9:36 am #9014

    I have same browser versions and OS. it’s weird. try to insert this in the Custom CSS field if it will change something:

    Code:
    .header-v3 .social-networks a {
    opacity: 1;
    }
    In reply to Social Buttons
    Roman
    Spectator
    Posts: 3147
    January 21, 2014 at 9:59 pm #9012

    the phone and email icons are not images, but a FontAwesome font. that’s why they work just fine. please write me the exact version of your browsers you are using as well as your OS.

    Roman
    Spectator
    Posts: 3147
    January 21, 2014 at 11:20 am #9009

    you need to have set the blog page with Blog template when you setting the blog page

    In reply to Social Buttons
    Roman
    Spectator
    Posts: 3147
    January 21, 2014 at 11:19 am #9008

    have you try to set darker icons in Styling Options -> Header Social Icons Color Scheme

    Roman
    Spectator
    Posts: 3147
    January 20, 2014 at 11:01 am #9006

    you could edit the content-blog.php file and change this line (2x):

    Code:
    $wp_query->query(‘posts_per_page=6′.’&paged=’.$paged);

    to something like:

    Code:
    $wp_query->query(‘category_name=staff,news&posts_per_page=6′.’&paged=’.$paged);

    change the category names per your needs