-
AuthorPosts
-
August 15, 2017 at 6:22 pm #839489
Hello,
Can you instruct me on how to add a member login/sign up area to the header area near the social links? I enabled it in the header options already. I would need i on the the right side and it would link to an external website so no real WordPress membership roles are required. Of course it would need to be in the same font and style. Let me know how to accomplish this. Thanks!
August 15, 2017 at 6:23 pm #839490Hey hylandgraphics,
Please provide a link to the site, page in question so we can try to aid in this.
Best regards,
Jordan ShannonAugust 15, 2017 at 6:25 pm #839491Link Below. It would be on the opposite side of the join us this Sunday line….
August 15, 2017 at 6:30 pm #839497Hi,
Please see the following in regards to adding custom widget areas to the header. This is an efficient way of accomplishing this task:
Best regards,
Jordan ShannonAugust 15, 2017 at 7:12 pm #839523This is adding it to the header area not the area above the header with the social icons. How do I get it up there? I will need it in the same style is the other text.
August 15, 2017 at 7:43 pm #839526well you can make your own “social icon link” by doing this to your functions.php of your child-theme:
function avia_add_custom_icon($icons) { $icons['login'] = array( 'font' =>'entypo-fontello', 'icon' => 'ue80b'); return $icons; } add_filter('avf_default_icons','avia_add_custom_icon', 10, 1); function avia_add_custom_social_icon($icons) { $icons['Login'] = 'login'; return $icons; } add_filter('avf_social_icons_options','avia_add_custom_social_icon', 10, 1);
after that you got on enfold – social profiles in the list at the bottom “Login” on the right you can enter a link to whatever you like.
unfortunately the entypo-fontello has no lock icon – to make it perfect you can create your own fontello font and upload it to enfold.
- This reply was modified 7 years, 3 months ago by Guenni007.
August 15, 2017 at 7:51 pm #839530I do not need a social icon. I need there to be text to the right of where I have the social icons (which are on the left) that says Member Login/Sign-Up that will link to an external website in a new window.
August 15, 2017 at 8:07 pm #839536btw : looks this way : https://webers-testseite.de left side over the logo
so you need text instead of an icon – and you allready used the “Header Phone Number/Extra Info” because this is made for that case
btw. no one hampers you to insert here html text too so this is possible:
<a href="https://webers-testseite.de/wp-login.php" target="_blank">Member Login/Sign-Up</a> Fon: +49 228 9768293
same example page on the right side!
August 15, 2017 at 8:12 pm #839537Well I feel kind of silly. I will jus used the extra info area. Thanks you very much sir! Any idea on how to edit this html so it will open in a new window?
August 15, 2017 at 8:14 pm #839540`<a href=”http://hylandgraphics.com”>Member Login/Sign-Up</a>
August 15, 2017 at 8:14 pm #839542<a href=”http://hylandgraphics.com” target="_blank">Member Login/Sign-Up</a>
- This reply was modified 7 years, 3 months ago by Guenni007.
August 15, 2017 at 8:20 pm #839547hmmm that did not seem to work? This is what I have but need it to open in a new window. Thanks so much for your help. Any way you can just edit this code?
Join us this Sunday! For more Information call: 610-543-4712 | <a href="http://hylandgraphics.com">Member Login/Sign-Up</a>
I am using my website as a test until I have the new link…
August 15, 2017 at 8:24 pm #839548where is the
target="_blank"
?August 15, 2017 at 8:27 pm #839553Tried this to no avail???
<a href="https://www.hylandgraphics.com”target="_blank">Member Login/Sign-Up</a>
August 15, 2017 at 8:30 pm #839557ok I tried the code you posted
<a href=”http://hylandgraphics.com” target="_blank">Member Login/Sign-Up</a>
. It opens a new window but is looking internally in the site for the page so says it is not found?August 15, 2017 at 8:31 pm #839560so where do you link to?
from the site to the site makes no sense? you said that you link to a login page – what is the url of it?you see my example above:
<a href="https://webers-testseite.de/wp-login.php" target="_blank">Member Login/Sign-Up</a> Fon: +49 228 9768293
it links to the wordpress login area. If you have a different login page tell me where?
- This reply was modified 7 years, 3 months ago by Guenni007.
August 15, 2017 at 8:36 pm #839564Or use the secondary menu (Will be displayed if you selected a header layout that supports a submenu here) (Currently set to: headnavigation)
but even there you have to target the link correct!
August 15, 2017 at 8:36 pm #839566So the website I am making as an external service for their members to login to. So all I need is the words “Member Login/Sign-Up” and it will link to an outside website where all of that is handled. Does that make sense?
So click Login and it opens a new window to another member site…..
As of now I am using http://www.hylandgraphics.com as an example until I get the proper URL.
- This reply was modified 7 years, 3 months ago by hylandgraphics.
August 15, 2017 at 8:45 pm #839571ok this is what worked
<a href="https://www.hylandgraphics.com" target="_blank">Membership Log-in/Sign-Up</a>
. That you for all of your help!!!!August 15, 2017 at 8:47 pm #839573see my site above – i changed it to secondary menu
left hand phone and extra info
right hand your link target is new window or tab – and than the social icons.if you press on Members Login/Sign Up a new site is opend
August 15, 2017 at 8:52 pm #839575and here you didn’t mention it that it is a https page: your thread above
anyway hope it works now.
August 15, 2017 at 8:53 pm #839576Thank you again for your help. I really appreciate you time!
August 15, 2017 at 10:50 pm #839608Hi,
Were you able to get this solved?
Best regards,
Jordan Shannon -
AuthorPosts
- You must be logged in to reply to this topic.