Forum replies created

    Denzel Chia
    Moderator
    Posts: 2656
    06.10.2015 at 11:59 #21229

    Hi,

    Please try the following.

    .mobile-selector .t4p-icon-bars {
    color: #000 !important;
    }
    .mobile-selector span {
    color: #000 !important;
    }
    #mobile-nav li a {
    color: #000 !important;
    }

    Thanks!

    Denzel Chia
    Moderator
    Posts: 2656
    06.10.2015 at 11:54 #21228

    Thank you.

    Denzel Chia
    Moderator
    Posts: 2656
    06.10.2015 at 11:53 #21227

    Hi,

    Please try the following.

    #tabs a:hover {
    background: red none repeat scroll 0 0 !important;
    }
    #tabs a {
    background: yellow none repeat scroll 0 0 !important;
    }

    Change the red and yellow to the color hex code that you need.

    Thanks!

    Denzel Chia
    Moderator
    Posts: 2656
    06.10.2015 at 11:49 #21225

    Hi,

    Please use the following in Theme Options -> Custom CSS

    .home #logo-image {
    display: none !important;
    }

    or use the following to remove the header

    .home .header {
    display: none !important;
    }

    The css class .home is only available on homepage. So it does not affect other pages.

    Thanks!

    Denzel Chia
    Moderator
    Posts: 2656
    06.10.2015 at 11:45 #21224

    Hi,

    Please use the following code in Theme Options -> Custom CSS

    table {
    border: medium none !important;
    }

    Thanks!

    In reply to 2 FAQ Questions
    Denzel Chia
    Moderator
    Posts: 2656
    06.10.2015 at 11:43 #21223

    Hi,

    Sorry, it’s not possible to have more than one FAQ page, I don’t see any settings to do this.

    Also, in the alora documentation, you mention turning n the Post Type Order plugin in the Extras area in Theme Options. I’m not seeing how to do this. Has this been removed?

    Sorry, I don’t understand this question. Please elaborate.
    If you are asking about post type order plugin. This is the one https://wordpress.org/plugins/post-types-order/

    Thanks!

    Denzel Chia
    Moderator
    Posts: 2656
    06.10.2015 at 11:34 #21222

    Hi,

    You can use media queries to target different view port sizes.
    http://www.w3schools.com/css/css_rwd_mediaqueries.asp

    Thanks!

    Denzel Chia
    Moderator
    Posts: 2656
    06.10.2015 at 11:31 #21221

    Hi,

    In your webpage source, I can find there is one big block of script that says Custom jquery 2.1
    http://prntscr.com/8o9okh

    I don’t think this belongs to the theme, I searched for that comment using my code editor and it’s not in Evolve theme or T4press core plugin.
    You cannot add your own jQuery script, need to use WordPress included jQuery.

    Your website is still have javascript errors.
    http://prntscr.com/8o9oxz

    Thanks!

    Denzel Chia
    Moderator
    Posts: 2656
    06.10.2015 at 11:18 #21219

    Hi,

    Please use the following codes in your Theme Options -> Custom CSS

    @media screen and (max-width: 768px) {
    .header {
    height: 300px !important;
    }
    }

    Thanks!

    Denzel Chia
    Moderator
    Posts: 2656
    06.10.2015 at 11:15 #21218

    Hi,

    I need to see your slide to provide css code to adjust it’s height.
    I cannot guess without seeing it.

    Yes, you are correct, this slider does not auto adjust it’s height to prevent such overflow. But sorry, I am not the developer, I do not have the knowledge to provide a fix for this.

    Thanks!