-
AuthorPosts
-
February 7, 2014 at 6:06 pm #220981
Hi Kreisi!
I create two facebook icon on my home page (http://www.onfejlesztoter.hu/). One of them is in the menu: how can I set to the link open in a new tab?
There is an other facebook icon in the notification box, bottom of the page, how can I set that the icon show without underlined?
Thank you!
Regards:
RobiFebruary 8, 2014 at 4:53 am #221120Hi caroberto6!
Go to Appearance > Menu > Screen Options then enable the Link Target option. You can choose to open the menu link on a new window or tab.
Add this on Quick CSS to remove the underline:
.avia_message_box_content .av-icon-char { text-decoration: none; }
Regards,
IsmaelFebruary 11, 2014 at 3:30 pm #222267Hi Ismael!
Thank you for your answer, code works perfectly! :)
Unfortunately I didn’t find the screen options menu, could you sign on the next pictures, where is it?
https://drive.google.com/file/d/0B19WV53D7jS5ZE9uNl95QWF5MVE/edit?usp=sharing
https://drive.google.com/file/d/0B19WV53D7jS5b3ppV3FsSnBPdWM/edit?usp=sharingI have a new question: when I load the page first, in the header the facebook icon appear later, then the menu. How can I switch off the delay?
https://drive.google.com/file/d/0B19WV53D7jS5QkRzNlowc3FVa0U/edit?usp=sharingThank you!
Regards!
RobiFebruary 13, 2014 at 3:18 pm #223453Hi!
Please go to Appearance > Menus and click Screen Options then check Link Target http://i.imgur.com/O4T8xcx.jpg
then click on menu item and make sure to set link target http://i.imgur.com/63emdNX.jpg
Please add following code to Quick CSS in Enfold theme options under Styling tab#header_main .av_font_icon { -webkit-animation: none; -moz-animation: none; -o-animation: none; animation: none; opacity: 1; -moz-transform: scale(1); -webkit-transform: scale(1); -o-transform: scale(1); transform: scale(1); }
Regards,
YigitFebruary 14, 2014 at 10:33 am #223862Hi Yigit!
Both of solution work, thank you, they are really professional support team! :)
I have two question, how can I move the Facebook icon a little bit up? I tried to add the follow code, but it didn’t work:
#header_main .av_font_icon {
position: relative;
height: 80 px;
}
https://drive.google.com/file/d/0B19WV53D7jS5LURYVTRkRHFJdzA/edit?usp=sharingThe other problem is the follow:
https://drive.google.com/file/d/0B19WV53D7jS5REh3UC03Nk5ycDg/edit?usp=sharing
The menu line appears wrong at the F icon.Thank you!
Regards:
RobiFebruary 14, 2014 at 3:22 pm #224014Hi!
Please add following code to Quick CSS as well
#header_main .av_font_icon { top: -2px; } #mobile-advanced a { min-height: 48px; } #mobile-advanced .avia_transform .av_font_icon { opacity: 1; -moz-transform: scale(1); -webkit-transform: scale(1); -o-transform: scale(1); transform: scale(1); }
Cheers!
YigitFebruary 14, 2014 at 4:31 pm #224045Hey Yigit!
The mobil menu is ok, but position of the header facebook icon didn’t change.
Regards:
RobiFebruary 14, 2014 at 4:40 pm #224050Hey!
Do you mind creating a temporary admin login and posting it here privately so i can take a look?
Cheers!
YigitFebruary 14, 2014 at 5:17 pm #224063This reply has been marked as private.February 14, 2014 at 5:33 pm #224071Hi!
Changes are done. Please review your website. I made a small CSS adjustment in the code. You can find it in the bottom of Quick CSS section
Regards,
YigitFebruary 14, 2014 at 5:46 pm #224082Hi Yigit!
Thank you very much, it is perfect! :)
Have a nice weekend! :)
Regards:
RobiFebruary 14, 2014 at 5:49 pm #224084 -
AuthorPosts
- The topic ‘Icon questions’ is closed to new replies.