Theme Palace » All Posts https://themepalace.com/forum/pro-themes/education-hub-pro/feed/ Thu, 26 Oct 2023 04:49:02 +0000 https://bbpress.org/?v=2.6.9 en-US https://themepalace.com/topic/change-text-length-of-notice-area-header/#post-191028 <![CDATA[Reply To: Change text length of notice area (header)]]> https://themepalace.com/topic/change-text-length-of-notice-area-header/#post-191028 Tue, 10 Oct 2023 04:13:52 +0000 Psink You can add this CSS in the Additional CSS

#notice-ticker{
min-width: 390px;
}

and you can change the value of min-width as per your requirement

]]>
https://themepalace.com/topic/change-text-length-of-notice-area-header/#post-190955 <![CDATA[Change text length of notice area (header)]]> https://themepalace.com/topic/change-text-length-of-notice-area-header/#post-190955 Mon, 09 Oct 2023 03:31:17 +0000 ppicard@usudbury.ca Hello,

I was wondering if there is a way to change the amount of text that is displayed in the ‘notice’ area of the theme (top bar that has phone number, email, notice, social icons, etc…). It is listed as ‘theme options/header options’ in the theme configuration.

At the moment it seems to display about 30-33 characters in the notice (ie. article title) but we were looking to have it display more. Is this possible?

Thanks,

Patrick

]]>
https://themepalace.com/topic/change-label-on-search-button/#post-190543 <![CDATA[Reply To: Change label on search button]]> https://themepalace.com/topic/change-label-on-search-button/#post-190543 Mon, 14 Aug 2023 04:08:20 +0000 Psink Yes, there is no options to change the label of search button.

No worries, we can change the label by adding a few lines of JS code

For that you need to install “Simple Custom CSS And JS” plugin, you can follow the screen record
https://www.awesomescreenshot.com/video/19913578?key=9ec7b5ca3282b7a20cce6e95d70ac4ed

Here is the JS code

jQuery(document).ready(function($) {
$( ‘#masthead .search-submit’ ).attr( ‘value’, ‘search…’ );
});

you can change the value ‘search…’ as per your requirement

after adding the JS code published and refresh the site

]]>
https://themepalace.com/topic/change-label-on-search-button/#post-190515 <![CDATA[Change label on search button]]> https://themepalace.com/topic/change-label-on-search-button/#post-190515 Thu, 10 Aug 2023 18:24:47 +0000 ppicard@usudbury.ca Hello,

Is it possible to change the value/label name on the search button?

I do not see an option anywhere is the theme configuration.

Thanks,

Patrick

]]>
https://themepalace.com/topic/add-item-to-header-section/#post-190514 <![CDATA[Reply To: Add item to header section]]> https://themepalace.com/topic/add-item-to-header-section/#post-190514 Thu, 10 Aug 2023 18:18:02 +0000 ppicard@usudbury.ca Hello,

I have managed to fix the issue with the js code and alignment.

You can consider the issue resolved.

Thanks.

]]>
https://themepalace.com/topic/add-item-to-header-section/#post-190501 <![CDATA[Reply To: Add item to header section]]> https://themepalace.com/topic/add-item-to-header-section/#post-190501 Wed, 09 Aug 2023 13:01:04 +0000 ppicard@usudbury.ca Hello,

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

]]>
https://themepalace.com/topic/add-item-to-header-section/#post-190317 <![CDATA[Reply To: Add item to header section]]> https://themepalace.com/topic/add-item-to-header-section/#post-190317 Mon, 24 Jul 2023 03:08:24 +0000 ppicard@usudbury.ca Hello,

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.

]]>
https://themepalace.com/topic/add-item-to-header-section/#post-190286 <![CDATA[Reply To: Add item to header section]]> https://themepalace.com/topic/add-item-to-header-section/#post-190286 Wed, 19 Jul 2023 04:25:34 +0000 ppicard@usudbury.ca Hello,

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,

]]>
https://themepalace.com/topic/add-item-to-header-section/#post-190284 <![CDATA[Reply To: Add item to header section]]> https://themepalace.com/topic/add-item-to-header-section/#post-190284 Tue, 18 Jul 2023 04:46:16 +0000 Psink You 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

]]>
https://themepalace.com/topic/add-item-to-header-section/#post-190280 <![CDATA[Reply To: Add item to header section]]> https://themepalace.com/topic/add-item-to-header-section/#post-190280 Mon, 17 Jul 2023 19:19:20 +0000 ppicard@usudbury.ca Hello 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

]]>
https://themepalace.com/topic/add-item-to-header-section/#post-190250 <![CDATA[Reply To: Add item to header section]]> https://themepalace.com/topic/add-item-to-header-section/#post-190250 Sat, 15 Jul 2023 10:39:46 +0000 ppicard@usudbury.ca Hello 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

]]>
https://themepalace.com/topic/add-item-to-header-section/#post-190245 <![CDATA[Reply To: Add item to header section]]> https://themepalace.com/topic/add-item-to-header-section/#post-190245 Sat, 15 Jul 2023 07:03:41 +0000 royalbert867 Hello

]]>