Forum Replies Created
-
AuthorPosts
-
February 21, 2014 at 2:26 pm in reply to: Fixed Header with social icons change size and background #227483
That’s great, also found a place to change it in the styling section. The only other question is I have 3 lines of text there, how do align one line to the right and one line to the left? Thanks
February 20, 2014 at 4:08 pm in reply to: Fixed Header with social icons change size and background #226844ok, one other that was on this thread, changing the background color. thanks
February 20, 2014 at 3:11 pm in reply to: Fixed Header with social icons change size and background #226792as you can see I have 3 lines of text coming out of that area. thanks
February 20, 2014 at 12:25 am in reply to: Fixed Header with social icons change size and background #226504This reply has been marked as private.This reply has been marked as private.Little help here?
While those social icons are cool, is there a way to add my own colored ones in there to use in the header?
and I am not sure how to put something on either one of those so you can take a look, instructions pls, thanksOne other question I would like to have a picture of someone that stays stationary to the left in the boxed layout, is there a plugin for that or css you can provide for that? Thanks again.
Perfect, you rock
This reply has been marked as private.Thanks for your help
That’s great! Was wondering if I can have a 4th column on footer in a boxed layout to put social icons in? Its not showing up with the code posted above. Thanks
can I get the code to remove the social icons in the header please? Thanks
Is there any word on whether this works or not?
Well, I had to go ahead and buy a plugin to take care of the social icons issue, the above fix did not work, no matter what header it was on. However, I still need an answer on how to put a call to action button (login)logout at the end of the nav bar AFTER the search bar. It needs to be apart from the nav bar. I found this: add_filter(‘wp_nav_menu_items’, ‘add_login_logout_link’, 10, 2);
function add_login_logout_link($items, $args) {
ob_start();
wp_loginout(‘index.php’);
$loginoutlink = ob_get_contents();
ob_end_clean();
if( $args->theme_location == ‘sub-menu’ ) {
$items .= ‘
- ‘. $loginoutlink .’
‘;
}
return $items;
}
but I need to know what the menu is. I am using the small fixed header, I have tried everything I could see in replacement of sub-menu, so . is this code right? and 2. if it’s not right I need the proper code for this,
Thank you.
Need some help here please
Also, when I use html in the paragraph boxes, it looks perfect in preview but is not reading live. I need this so I can put a form in there as well as text. I also need to put a call to action button at the end of the nav bar AFTER the search bar. This does not work, the social icons do not show up at all, the header is set to small fixed and is in it’s correct position (https://www.dropbox.com/s/34bqq0yz63cntmr/Image11.jpg) so I need the social icons to the side vertically and fixed, and need to be able to change their color.
Please nevermind the prior question about the dropdown menu. Thanks
This does not work, the social icons do not show up at all, the header is set to small fixed and is in it’s correct position (https://www.dropbox.com/s/34bqq0yz63cntmr/Image11.jpg)
however, the menu drop down is now showing up like this https://www.dropbox.com/s/ekg1e9ejjnenvrq/Image2.jpg, instead of like this https://www.dropbox.com/s/h2emfn58r373pv2/Image3.jpg0. so I need the social icons to the side vertically and fixed, and need to be able to change their color. Thanks
I changed the header to the small fixed and the social icons went away, can u give me the code to make them come back, still fixed left but still needing them vertical. Thanks
https://www.dropbox.com/sc/aa3fn7mg1807pt4/nXaa-h92f4
The search icon came up where the second nav bar would be and the icons needs to be vertical and a different color. Thanks
the search bar is now in a second nav bar, much like the one that we already removed once, it needs to be all the way at the top with the rest. and I need the social icons to run up and down the side, not across/horizontal. Thanks
and to also change their color…thanks again
The search box is now below the top menu I had added before. I need it all the way on top with the other categories. And the social icons indeed went left but I need them to run vertical not horizontal, please and thanks, I appreciate your help.
That took it out but it also took the search tool out as well, I need the search back and would like to move the social icons to float vertically on the left side of the page, where the slider is? so as you scroll down it floats along with the page. Thanks
-
AuthorPosts