Home › Forums › Pro Themes › Education Hub Pro › Add item to header section
- This topic has 11 replies, 3 voices, and was last updated 1 year, 3 months ago by ppicard@usudbury.ca.
-
AuthorPosts
-
July 12, 2023 at 11:34 am #190211ppicard@usudbury.caParticipant
I have purchased the theme and everything seems to be working fine however I was wondering if there is any way to add a widget to the header options section or the header area of the theme. We use a language plugin and I would like to have it in the header section under the ‘search’ bar instead of it being on the sidebar area (it is too far down on site to be useful).
Is there a way to do this with the theme?
Thanks,
Patrick
July 12, 2023 at 11:36 pm #190215PsinkKeymasterShare us your site URL
Yes, it is possible. You can add language widgets any where in the site. We will provide you a JS to insert that particular widgets inside the header.July 12, 2023 at 11:50 pm #190217ppicard@usudbury.caParticipantThe url is usudbury.ca but the site isn’t live yet with the new theme. It is still pointing to our old website. I am working on the site at the moment and I am hoping to go live next month. We have a lot of content to move manually prior to going live.
Perfect that would be great. Where would I get the code and then where would I put the code in the template?
Thanks,
Patrick
July 13, 2023 at 1:55 am #190218PsinkKeymasterIs it possible to share the site login? Please share to this email prashant.themepalace@gmail.com
Add language widgets anywhere on the inside and let me know which widgets did you add and where we will inspect and provide you a code
July 15, 2023 at 3:03 am #190245royalbert867ParticipantHello
July 15, 2023 at 6:39 am #190250ppicard@usudbury.caParticipantHello psink,
Are you needing the login for WordPress for this?
As a note, the domain doesn’t point to the hosting yet and you would need to add an entry in your host file to get to the WordPress site.
I will be back in the office Monday and will be able to get this sorted then.
Thanks,
Patrick
July 17, 2023 at 3:19 pm #190280ppicard@usudbury.caParticipantHello PSINK,
Do you need the wordpress login for this?
As a note, the domain doesn’t point to the hosting yet and you would need to add an entry in your host file to get to the WordPress site.
Thanks,
Patrick
July 18, 2023 at 12:46 am #190284PsinkKeymasterYou can add target the id of the element and insert it inside any div here is how its works
https://www.awesomescreenshot.com/video/19206319?key=2fcebe63623019b73127d9a983332964
Here is the code
jQuery(document).ready(function( $ ){
$( ‘#tophead .container’ ).append(
$( ‘#search-2’ )
);
});To add this to the site install the simple custom CSS and js plugin, here is the screen record of how to add
https://www.awesomescreenshot.com/video/19206387?key=5c71f375132036db22aadba1a01f4df5- This reply was modified 1 year, 4 months ago by Psink.
July 19, 2023 at 12:25 am #190286ppicard@usudbury.caParticipantHello,
Thanks alot, the code has worked and it is displaying correctly. It currently aligns to the left hand side of the header.
Is there a way to have it align to the right?
Thanks,
July 23, 2023 at 11:08 pm #190317ppicard@usudbury.caParticipantHello,
The code has worked and it is displaying correctly. It currently aligns to the left hand side of the header.
Is there a way to have it align to the right?
Thanks.
August 9, 2023 at 9:01 am #190501ppicard@usudbury.caParticipantHello,
I haven’t heard back with regards to my last request. The JS code worked and the item is listed in the proper location now.
I was wondering if there was a way to align it to the right side.
Thanks
Patrick
August 10, 2023 at 2:18 pm #190514ppicard@usudbury.caParticipantHello,
I have managed to fix the issue with the js code and alignment.
You can consider the issue resolved.
Thanks.
-
AuthorPosts
- You must be logged in to reply to this topic.