Forum Replies Created
-
AuthorPosts
-
March 6, 2017 at 1:01 pm in reply to: change (or add) one of the social icons at the top and footer #756344
i would you like replace also flickr icon
but now my web site not worksadd_filter(‘avf_default_icons’,’avia_add_custom_icon’, 10, 1);
function avia_add_custom_icon($icons)
{
$icons[‘skype’] = array( ‘font’ =>’fontello’, ‘icon’ => ‘ue800’);
$icons[‘location’] = array( ‘font’ =>’fontello’, ‘icon’ => ‘uf339’);
$icons[‘flickr’] = array( ‘font’ =>’fontello’, ‘icon’ => ‘ue801’);
$icons[‘phone’] = array( ‘font’ =>’fontello’, ‘icon’ => ‘uf303′);
return $icons;
}add_filter(‘avf_social_icons_options’,’avia_add_custom_social_icon’, 10, 1);
function avia_add_custom_social_icon($icons)
{
$icons[‘Skype’] = ‘skype’;
$icons[‘Location’] = ‘location’;
$icons[‘Flickr’] = ‘flickr’;
$icons[‘Phone’] = ‘phone’;
return $icons;
}March 6, 2017 at 12:35 pm in reply to: change (or add) one of the social icons at the top and footer #756333Thank you!
I send these two links to let you know what I would do
https://www.palazzozuppellohotel.com/sample-top-footer.jpg
https://www.palazzozuppellohotel.com/sample-footer.jpg
thank you
Thank you Vinay
but i would yuo like add location-pin icon in social icon (top bar and footer)
so i have think to replace skype icon with location-pin iconnow i have resolved n.1 issue
i add following code
nav.main_menu {
left: 25%;
}please, can you help me for n.2 issue?
thank you
micolhi, There are 2 issue
1 – on dekstop the logo is not in the center of page
2- on mobile the text is too high and can not seetemporary admin login
thank you
now i see this
http://imageshack.com/a/img923/218/N4fvQM.png
the phrase is seen cut,, also the phrase and logo are not centered in the main menu
please, for a text without link?
wow perfect !! thanks
i try to add in function.php
add_filter(‘avf_logo_subtext’, ‘kriesi_logo_addition’);
function kriesi_logo_addition($sub) {
$sub .= “Via Epicarmo, 74-76 – 96011 Augusta, Siracusa Tel: +39 0931 995633”;
return $sub;
}but this is not visible
i try ….
thank you yigit
Thank you Ismael I try and let you know
perfect !!
thanks so much Yigitwp access
I would like to increase the width of the site layout (genesis-world ) as that of the site ( Levicom ) I put in both sites the same parameters but the layout looks different
- This reply was modified 8 years, 4 months ago by margiela.
thank you
i have resolved whit
function modify_jquery() {
if (!is_admin()) {
wp_deregister_script(‘jquery’);
wp_register_script(‘jquery’, ‘https://code.jquery.com/jquery-1.11.3.min.js’);
wp_enqueue_script(‘jquery’);
}
}
add_action(‘init’, ‘modify_jquery’);i have resolved whit
function modify_jquery() {
if (!is_admin()) {
wp_deregister_script(‘jquery’);
wp_register_script(‘jquery’, ‘https://code.jquery.com/jquery-1.11.3.min.js’);
wp_enqueue_script(‘jquery’);
}
}
add_action(‘init’, ‘modify_jquery’);all images are not seen more after upgrade with wordpress 4.5 !!!
dear
i’m sorry
i don’t understandthank you
micolGoodmorning Rikard
in a easy slider the bottons is big on the smartphone view
and i want to hide the arrowsdo you help me?
thank you
micolHi
I send you in privat
Tha admin access
For new.antismoking.chI would like to make it responsive entire contents of slide (text + buttons)
is it possible?
thank you
micol
hi andy
do you have received my admin access?hi Yigit,
i add the code to Quick CSS in Enfold theme options under General Styling tab
but i have the same problem.i resolve thanks
the web site is
http://www.gruppoeclat.com -
AuthorPosts