Forum Replies Created
-
AuthorPosts
-
This reply has been marked as private.
Any help with this?
I will use Chrome for now. I have another question though.
I am using the Logo Slider with white logos with transparent backgrounds and they look great… but when I add Manual Links to the logos the background of the Logo Slider Cell turns white and has a defined shape with rounded corners. What is the CSS code I can add to keep the transparent cell format when a link is added to a logo?
Brian
IceDragon is a firefox kernel browser
Looks like it may be browser specific. I normally use IceDragon, but tried chrome and it worked. Is there a setting I need to activate in IceDragon?
That’s beautiful. You do good work. Gotta make that a standard feature. Thanks!
Brian
Well, we came full circle.
I currently have the Social Icons in my socket. I want to move them to the Footer – column2 on all pages.
I have seen other posts where custom code is required, but I couldn’t reverse engineer the code for the LinkedIn and eMail icons.
I did not find what you said would be there. This is what I found:
<?php
if(avia_get_option(‘footer_social’, ‘disabled’) != “disabled”)
{
$social_args = array(‘outside’=>’ul’, ‘inside’=>’li’, ‘append’ => ”);
echo avia_social_media_icons($social_args, false);
}echo “<nav class=’sub_menu_socket’ “.avia_markup_helper(array(‘context’ => ‘nav’, ‘echo’ => false)).”>”;
$avia_theme_location = ‘avia3’;
$avia_menu_class = $avia_theme_location . ‘-menu’;$args = array(
‘theme_location’=>$avia_theme_location,
‘menu_id’ =>$avia_menu_class,
‘container_class’ =>$avia_menu_class,
‘fallback_cb’ => ”,
‘depth’=>1
);wp_nav_menu($args);
echo “</nav>”;?>
Yay! That worked great.
Never would have gotten that on my own.
Thank you!
I even deleted the whole gallery and container and started over … got the same results. Then I changed to different column sizes and nothing changed.
I wish it were that easy. My form is showing 7. In fact it doesn’t matter what I make that number it doesn’t change anything. I think something is broken.
What name can I look for in the code that defines the number of columns?
This reply has been marked as private. -
AuthorPosts