Forum replies created
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!
Hi,
Please use the following in your Theme Options -> Custom CSS
.entry-meta a, .entry-meta {
color: #342d77 !important;
}
Thanks!
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!
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.
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
Hi Robert,
You are not using latest Alora Theme.
Yours is 2.7.1
Latest is 2.7.7
Download from your account.
Thanks!
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!
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!
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!
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!