Forum Replies Created
-
AuthorPosts
-
Thanks, we’re all set!
Thank you! Now that I’ve move Homepage into Trash, can I manually eidt the permalink to /home instead of /home-v9-videos-and-parallax/ without issue?
Permalink: http://69.195.124.136/~reelhom1/home-v9-videos-and-parallax/
Perfect, that’s just the right shade of green too. Thank you, we are all set!
I’m sorry, I have one other request from the client. Is there a way we can get the Houzz logo at the top to highlight to a green color upon mouseover? The other links all highlight to a color.
Many Thanks!
Thank you so much for your help. We are all set. It looks great!
I uploaded a zip file with what I thought had the correct font. I uploaded it as per Steps 2 and 3 above.
Thanks
This reply has been marked as private.This reply has been marked as private.I was wondering about that value. I will remove it and we’ll be good to go.
Thanks so much for your assistance!
Wonderful, thanks. That works perfectly. Should I change anything in the shortcode that is no longer needed?
[av_button label='Contact Reel Homes' link='linkgoeshere' color='#da4824' custom_bg='red' custom_font='#ffffff' size='small' position='left' icon_select='yes' icon="]
This reply has been marked as private.This reply has been marked as private.I’ve tried to play around with putingt hex colors in each of these but none of them are responding correctly:
color=’#da4824′ custom_bg=’orange’ custom_font=’#ffffff’
Thanks!
Thank you, I want to verify that I am doing this correctly:
Step 1: Add this css to Enfold/General Styling/Quick CSS –
// Register new icon as a theme icon
function avia_add_custom_icon($icons) {
$icons[‘icon_name’] = array( ‘font’ =>’fontello’, ‘icon’ => ‘ue800’);
return $icons;
}
add_filter(‘avf_default_icons’,’avia_add_custom_icon’, 10, 1);// Add new icon as an option for social icons
function avia_add_custom_social_icon($icons) {
$icons[‘Icon Label’] = ‘icon_name’;
return $icons;
}
add_filter(‘avf_social_icons_options’,’avia_add_custom_social_icon’, 10, 1);Step 2: Go to Enfold/Import/Export and click on the Upload/Select Fontello Zip Font?
Step 3: Add the code in the paragraph below after the following line in the Functions.php file if(isset($avia_config[‘use_child_theme_functions_only’])) return;
function avia_add_custom_icon($icons) {
$icons[‘houzz’] = array( ‘font’ =>’houzz’, ‘icon’ => ‘ue800’);
return $icons;
}
add_filter(‘avf_default_icons’,’avia_add_custom_icon’, 10, 1);function avia_add_custom_social_icon($icons) {
$icons[‘Houzz’] = ‘houzz’;
return $icons;
}
add_filter(‘avf_social_icons_options’,’avia_add_custom_social_icon’, 10, 1);Step 4: At this point, I should see an Icon that I can use in the drop-down menu of the Enfold/Social Profiles section?
Thanks for your assistance.
Thanks for your response! Yes, I tried that, but the social media option (Houzz) I want isn’t included in the ones provided in the drop down list and I didn’t see an option to add your own type of social media icon.
Best Regards,
JanisPerfect, thank you so much! Greatly appreciated.
We can close out this support ticket.This reply has been marked as private.It didn’t help but I was able to fix the issue through Enfold, General Styling, Alternate Background Color. The only other thing I need to do now is figure out how to make the telephone number a darker color (maybe black). I don’t want to change the “Logo Area Secondary Font Color,” because that changes the color in the navigation. I want to add css that just makes the phone number darker and maybe the social media buttons to the right of the phone number in the top right of the header.
I tried adding this but it didn’t work:
.phone-info span { color: orange !important; }Thanks for your assistance!
Thanks, I added the css, but the top bar is still blue (same color as the header area) instead of black as specified in the css. I cleared cache to view it.
Excellent, thanks for your help!
Thanks so much for your assistance. I have it setup using the logo/partner element inside a text widget placed inside the Enfold Custom Widget Area. I am currently using all four of the horizontal columns in the footer. How do I get this one column row to show beneath the four footer columns but above the copyright row at the bottom of the site?
Thanks again!
-
AuthorPosts