-
Search Results
-
My question has 2 parts:
1) How can i more font icons? is there any documentation available on it?
2) Can i add my own png/svg icons in icon list component or where ever the icons can be selected?Thanks for your help.
Faheem
I feel like I saw something like this once before on here but I can not seem to find anything on how to do it in my searches.
I would like to take the icons on the top of this page
and use them to replace the main navigation for the website. I would then add an about link in the top bar but this is where most of my traffic comes from and interacts with anyway so I would like to make it more prominent on each page of the blog without pushing all of the content down by adding it at the top of each page.
It would also be cool to just stay across the top of the screen in mobile view if that was at all possible. Not sure that is inside the scope of your support but I am sure someone has asked about using images in the header before so I thought you might be able to point me in the right direction.
Hi,
I am using the Header with social icons and bottom navigation but would like to replace the social icons (the space to the right side of logo on the header) with my own header, to include text and images especially the phone number and emall address.
I assume I will have to customized the code somewhere, can you tell me what file to update and how I can do this?
I am a bit of a novice, so any steps you can give me would be useful.
Thanks
IF you go here to see my MAIN NAVIGATION you will see the nav button called: Health Care Reform and Compliance
It’s a long navigation link and my client wants to make it two lines “stacked”Searching the Support I found this css to make it two lines using this code:
.menu-second-line {
clear: both;
display: block;
position: relative;
top: -100px;
}Visually it LOOKS FINE – but test what happens when you scroll down. The Second Line travels up and disappears upward.
Try it out:
http://ng-sandbox.com/warren/For the header I’m using:
Fixed Header with Social Icons and Additional NavigationIs there something else I can add to the navigation CSS so this does not act this way?
Hi there.
I have a site that utilises 2 domain names. The secondary URL is based in Bhutan, http://www.btb.com.bt and points to the server that the site is hosted on in the U.S., and when viewing the site using this domain name on Mozilla the icons are all missing. This is occuring on both MAC and PC. It appears to be fine on Safari. I think it is due to the font being served from a different domain, as I believe that Firefox requires that all font assets be served from the same domain. Everything appears fine when viewed via the primary domain http://www.bhutantravelbureau.com.
Is there something I can add to CSS of htaccess to force the display of this font?By the way I know this is off topic but I achieved excellent site download speeds using WP Super Cache, Autoptimise and Smush.it. Hosted with godaddy, I was having massive issues with a 60% loading ranking. It is now up to 90%. I know this is a big issue with a lot of users, and you probably already know this, but just wanted to share my experience.
Cheers
Hello!
I hope you can help me out with a few questions that I have…
1. I used the Non-Fixed Header with Social Icons and Additional Navigation. I managed to change the background color and font color in the top navigation; however, I can’t seem to change the hover effect (right now, when I hover over the words Connect or Contact in the top nav, it turns the same color as the background color). I would like the hover to be white or light gray, so the user can still see it. Is there some CSS I can put in the Quick CSS box to fix this? Also, how can I change the drop down in the top nav to match the ones in the main menu?
2. Right above the footer/socket, I have three columns where I inserted an image and used the fade animation, bottom to top (the three red circles). Is there any way to add a hover effect on each of these? I know I can write some code and just pop it into a text block, but then I would lose the fade in animation, which I really like that effect. What I’m trying to do is when the user hovers over that image, it would pull up another PNG image with text on it…we won’t have it link to anything…just a rollover effect. I’m not sure if this is something that y’all could help me with or if it’s beyond your support.
3. The hover effect on videos, images and the portfolio grids…the circle with the arrow in it. How can I change the arrow to our logo? I know I’ve seen some replies on this subject before, but I forgot to bookmark it. Could you point me in the right direction?
My site is located on this test link: http://www.fpcosms.com/fpcnew
Thanks in advance for any help you can provide!
Hello Support,
I am having an issue with the team member content element, where you can add a social service or icon link to a team member.
The description says “Below each Team Member you can add Icons that link to destinations like facebook page, twitter account etc.”Doing so, I get the following results:
(1) There is no icon below each team member, but when hovering over the picture the icon appears.
=> I’d rather would like to have it below the picture, but I see no option to do so.(2) When clicking on the picture then, I end up on my own 404-page
=> Instead of using the URL I entered into the field, it takes my homepage’s URL and adds the social-link-URL to it.Link to the page: http://bit.ly/1k9xmbD
Thanks for your support !
Topic: avia shortcode customization
Hello
i need to custimize some of the shorcodes found into Avia Layout Builder:
1) Portfolio Grid: in the “AJAX portfolio” display an icon appear to enlarge the preview image (animated rounded icond with two arrows disposed diagonally).
I need to add another link icon with some “download pdf” icon, to let the user download a PDF version of the image (the PDF link is taken from a post_meta).2) Blog posts: I need to customize the way the posts element are displayed. I wish to add an entry to “blog grid layout” like “custom way” and change the
3) Image: when I set an image I can decide what type of link the image should open on click, choosing between “no link”, “manual”, “entry” or “taxonomy”. I need to add a second optional link, so, on image hover, two icons will appear.
Behavior of the first one is managed by the existing “image link” option, and the second one is managed by the new option.The question is: where can I find the code that manage the behavior and render the elements for theese shortcodes?
Thanks
Lorenzo
Hi, I’m trying to change my header from the small fixed header to the fixed header with social icons. The small fixed header was 88px high and changed to 44px when scrolling. The menu part from the fixed header with social icons seems to be 116px high and changes to 56px.
Now I’m trying to change that menu part to be 88px instead of 116px, but if I do so the animation upon scrolling gets messed up. I still want it to resize when scrolling down. It can resize to 56 instead of 44, I just need to resize the 116 to 88.
I have tried stuff like this:
#header_main .container, .main_menu ul:first-child > li a {height:88px!important; line-height:88px!important;} #main {padding-top:119px!important;}Yes, I need to add the !important to it or it refuses to change it. Of course, that !important is probably also the reason why the animation breaks. I really don’t mind going into a .js file or such to change stuff.
Using the “Header with Social Icons and Bottom,” I would like to use the space to the right of the logo area (where you add social icons) for a phone number instead.
I know how to delete all the social icon choices by clicking the red “x” in the “Theme Options” panel…but how do I replace that content area with a text area instead, which I can then style myself using CSS? It seems as though I need to add the text in a div in the header.php file, but I don’t know where/how. Everything I’ve tried results in a PHP error.
1) Please help me add a text div in the correct area in whichever PHP file I need to target.
2) It would be great to add “Add custom content instead” in the “Social Icon” dropdown in the Header “Theme Options” admin page, where we could add our own text or image content instead of the social media icons!Thank you for your help,
KeithHi, for my site using the enfold theme, when I view it on my iphone I noticed that the social icons in the top header are not centered. I did a search in this forum and found the code below but its not working for me-
@media only screen and (max-width: 767px) {
.responsive.bottom_nav_header #header_main .social_bookmarks {
top: -15px;
}}
Any suggestions?Also for the phone area on the top right, I wanted to enlarge this font and wrapped the text in the <h5> tag which worked fine to enlarge it but it pushes the phone number down past the top bar. Is there anyway I can reduce the top padding in this section?
Thanks.
Hi!
I’ve tested my website on Android Tablet with high resolution 2048 x 1536. I have a fixed header with social icons and additional navigation menu and a search icon.
If I scroll down on my tablet the header ( the area of my logo the navigation menu and search icon) is changing its position randomly. Sometimes its going back to its provided position, sometimes it disappears completely. When I switch between landscape and portrait mode its appearing again.
What can I do?
Topic: Add New Icon
Hello there, I would like to add the WPML Language Selector function to the social media ribbon above my main menu.
I am able to do this using the code from either of these posts: Method A or Method B.
However, neither option gives me the standard WPML format that shows up when I add WPML language selector to a sidebar menu. The main problem here is that the height of the language selector box is too tall, so it would not fit in the narrow social media nav section.
Also, in some browsers (e.g. latest version of Firefox), the language selector displays completely below the social media nav. This means that it overlaps with the main menu and is inaccessible. Please advise where I can look in the code to style the language selector.


