Forum Replies Created
-
AuthorPosts
-
Yes
you can close the ticketthanks
Hi!
I already upload the icons I want to add in my social profile,
but when I applied the code you gave me to make them available on the social profiles:
——-
// Register new icon as a theme icon
function avia_add_custom_icon($icons) {
$icons[‘icon_name’] = array( ‘font’ =>’wechat’, ‘icon’ => ‘ue803’);
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’] = ‘renren’;
return $icons;
}
add_filter(‘avf_social_icons_options’,’avia_add_custom_social_icon’, 10, 1);—–
something goes wrong, basically doesn’t work
just this new option appears “icon label” but no icon, no name..I’m adding here the customize codes and the icons names, in case I’m replacing the names wrong?
can you take a look please?
thank you in advance!!!!Delia
now its perfect!
thank you so much!solved
Delia
Thank you Yigit :)
ok, when selected works perfect, but when mouse hover
menu item remains in black and part of the line (that covers the whole submenu box) is black as wellthaaanks
Hi Yigit
thank you so much, it works!
but I’m afraid I used the wrong words.. I said “when selected” I also wanted to say “on hover” (when mouse goes on)
so the code you gave is perfect, now will be missing the color change for “on hover” (when mouse goes on)
sorry about that!!! :(thaanks
Deliagreat!
thank youuu
solvedDelia
Hi Yigit
that was fast! ;)
works partially
still missing to adjust the line on the topthaanks!
great!
thank you!
solvedsolved
thank you Yigit!Delia
Hi Yigit!
sure, in private content
thanks!btw, do you give support for the behaviour of advanced layerslider?
if yes, I will open a new thread!Delia
Thank you Elliott!
solved!Hi Yigit!
thank you for the code, it works
but just applies for the home page
can we do it in a way that wherever I place the layerslide the top margin is the same?
actually will be in all pagesif helps the right margin is 20px
thank you!
DeliaSeptember 21, 2015 at 10:27 am in reply to: Breadcrumbs, testimonials image, advanced layerslide size and pop up selector #506317Great, it is solved
thank youDelia
September 21, 2015 at 8:12 am in reply to: Breadcrumbs, testimonials image, advanced layerslide size and pop up selector #506253Hi!
thank you for the code, it works for the border radius!
but still a grey border appears on the bottom of the slider, please see screeenshot
how to remove it?and still there is a question unsolved, the one regarding the breadcrumbs, there is any option to place it as in the screenshot?
many thanks for your help!!
Delia
Hi Yigit!
Thanks for the link, ya I saw that video in the previous documentation
let’s see if I can solve it!thanks!
Delia
perfect now!
solved!thaaanks Yigit!!!
Delia
works!! now its solved!!
many thanks! great support!Delia
Hi,
I spoke too soon..
I’m using WPML and my backend is kind of divided in 2 (english and chinese) the languages I’m using
so every time I need to change something I need to do it twice.
I applied the code you gave me to adjust the logo on the header and for english works perfectly
but when I applied to chinese, the logo gets cropped, see images
any suggestion?thaaaanks!
ENG
CN
ok I’m playing with the number of the code you gave and it works!!
thank you!!
it’s solved!ou! just one little thing!
just to change the text “submit” to whitethanks!!!
Hi!
Thanks for the documentation!
Just one question, code works (basically I get it) when I have a downloaded a zip with a new icon pack, the thing is I found the icon I need but says that doesn’t need to be downloaded, just add code..
http://fortawesome.github.io/Font-Awesome/icon/weixin/
and then I’m lost again.. :(
not sure where to place this new code in the code you gave me…Would be much appreciated if you can give me some guide
thanks!Delia
great!!
many thanks!Delia
Hi!
link and acces below
thanks!great! solved
thank you!September 17, 2015 at 8:35 am in reply to: Breadcrumbs, testimonials image, advanced layerslide size and pop up selector #504567Hi,
thank you for your helpYou will find user and password in the private content.
Everything works, except point 4, the top banner.
The bottom line still appears. The thing is that I would like to use the “advanced layerslider” but make it look as the “easy slider”
As you see in the image, http://imgur.com/7QI67mW
the slider is aligned with the text margins and has rounded corners (default in easy slider) but I don’t know how to set the “advanced layersilder” to look like that.Thanks!!
September 16, 2015 at 12:15 pm in reply to: Breadcrumbs, testimonials image, advanced layerslide size and pop up selector #503964Hi!
In private there is a link with some reference image
hope it helps!thanks!
Delia -
AuthorPosts