Forum replies created

    In reply to Layerslider
    Denzel Chia
    Moderator
    Posts: 2656
    03.01.2016 at 07:15 #23333

    Hi,

    You need to buy from here. http://codecanyon.net/item/layerslider-responsive-wordpress-slider-plugin-/1362246

    It’s a third party plugin. Not sold by us.

    Thanks!

    Denzel Chia
    Moderator
    Posts: 2656
    03.01.2016 at 07:11 #23332

    Hi,

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

    .entry-meta a, .entry-meta {
    color: #342d77 !important;
    }

    Thanks!

    Denzel Chia
    Moderator
    Posts: 2656
    03.01.2016 at 05:10 #23330

    Hi,

    Use the following in your Theme Options -> Custom CSS

    .img-responsive {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    border: medium none !important;
    box-shadow: none !important;
    text-shadow: none !important;
    }

    Thanks!

    Denzel Chia
    Moderator
    Posts: 2656
    03.01.2016 at 05:03 #23329

    Hi,

    Thank you! Happy New Year to you too! Wish you good health and great success!

    Use the following in Theme Options -> Custom CSS

    .widget_product_categories ul li a {
    font-size: 16px;
    }

    Thank you.

    Denzel Chia
    Moderator
    Posts: 2656
    31.12.2015 at 05:40 #23310

    Hi,

    The our team page is created using shortcodes and the full-width template.
    Please use the shortcodes in the following url http://pastebin.com/raw/kQWtcTmw

    I suggest you to import demo content and work from it.
    Theme Options -> General-> Import demo content

    Thanks!
    Denzel

    Denzel Chia
    Moderator
    Posts: 2656
    31.12.2015 at 05:34 #23309

    Hi Robert,

    You are not using latest Alora Theme.
    Yours is 2.7.1

    View post on imgur.com

    Latest is 2.7.7
    Download from your account.

    Thanks!

    In reply to Header
    Denzel Chia
    Moderator
    Posts: 2656
    31.12.2015 at 05:29 #23308

    Hi,

    I do not know how you managed to make the edit.
    You should have copied and moved the whole block of code.
    It will still be a link.

    Thanks!

    Denzel Chia
    Moderator
    Posts: 2656
    30.12.2015 at 06:16 #23299

    Hi,

    You have to edit the HTML of your links and add a class name.

    This link

    <a href="http://www.universityvillageguelph.ca/contact-us-2/">Volunteer</a>

    Change to the following

    <a class='volunteer_link' href="http://www.universityvillageguelph.ca/contact-us-2/">Volunteer</a>

    This link

    <a href="http://www.universityvillageguelph.ca/subscribe-to-our-newsletter/">Sign Up for E-newsletter</a>

    Change to the following

    <a class="signup_link" href="http://www.universityvillageguelph.ca/subscribe-to-our-newsletter/">Sign Up for E-newsletter</a>

    Then in custom css

    .volunteer_link:hover{
    color:#000;
    }

    .signup_link:hover{
    color:#000;
    }

    The color #000 is black, change this to your required color hex code.

    Thanks!

    Denzel Chia
    Moderator
    Posts: 2656
    30.12.2015 at 06:08 #23298

    Hi,

    At the end of Alora/functions.php

    Find the following

    // Theme4Press Theme Autoupdater
    require_once( get_template_directory() . '/framework/class-updater.php' );
    $theme_data = wp_get_theme();
    $update_manager = new Wp_Theme_Update_Manager($theme_data->Name,'https://theme4press.com/user_authenticate.php');

    Comment out or remove it.

    This will disable automatic update. You will have to install update manually.
    Download latest theme from your account on this website.

    Thanks!

    Denzel Chia
    Moderator
    Posts: 2656
    30.12.2015 at 06:03 #23297

    Hi,

    You have to modify the script in Alora/functions.php line 802
    You have to hire a developer if you need assistance.
    We can only provide customization support for changes that can be done using CSS.

    Thanks!