Theme Palace » All Posts https://themepalace.com/forum/pro-themes/kids-education-pro/feed/ Wed, 24 Jan 2024 09:29:01 +0000 https://bbpress.org/?v=2.6.9 en-US https://themepalace.com/topic/image-borders/#post-189948 <![CDATA[Reply To: Image borders]]> https://themepalace.com/topic/image-borders/#post-189948 Fri, 09 Jun 2023 13:19:10 +0000 Stephen Hare hi there
Ive tried adding the above in my additional css but i’m still getting the round white borders on my images. how can i have just the borderless original shape to my images/thumbnails

]]>
https://themepalace.com/topic/top-icons-and-get-rid-of-header-image-with-css/#post-189520 <![CDATA[Reply To: Top Icons and Get rid of Header Image with CSS]]> https://themepalace.com/topic/top-icons-and-get-rid-of-header-image-with-css/#post-189520 Thu, 04 May 2023 03:09:12 +0000 kharasandoval@littlelionslearn.com My header is perfect now! Thank you so much. I am excited about this change, it looks great.

My paperclip is still missing but I know I am doing something wrong because I don’t know the number part of the coding for the paperclip. This is what I have for all of them. I don’t know what this part should be for the paperclip (“\f11b”). All my icons are there but the paperclip. I hope you can help me one last time with this. I really appreciate you! https://www.awesomescreenshot.com/image/39423951?key=64181077812d014ce34d16654a08aac7

#masthead.is-sticky .fa-laptop:before{
content: “\f109” !important;
}

#masthead.is-sticky .fa-film:before{
content: “\f008” !important;
}

#masthead.is-sticky .fa-gamepad:before{
content: “\f11b” !important;
}

#masthead.is-sticky .fa-paw:before{
content: “\f1b0” !important;
}

#masthead.is-sticky .fa-paperclip:before{
content: “\f11b” !important;
}

#masthead.is-sticky .fa-shopping-cart:before{
content: “\f07a” !important;
}

]]>
https://themepalace.com/topic/top-icons-and-get-rid-of-header-image-with-css/#post-189513 <![CDATA[Reply To: Top Icons and Get rid of Header Image with CSS]]> https://themepalace.com/topic/top-icons-and-get-rid-of-header-image-with-css/#post-189513 Mon, 01 May 2023 04:07:31 +0000 Psink Regarding the menu icon seems there is an issue with the CSS

as you can see you have added the CSS something like this
content: “\f11b”;
it should be like this check this screen record
https://www.awesomescreenshot.com/video/16982663?key=9e844739e70c301d7817f709914ec90b

Regarding Header Space You can Add this CSS
.banner-wrapper{
top: 60px;
}

#header-image.no-banner-image {
min-height: 400px;
}

Regarding the homepage content, it is not possible to move the static page to the top

]]>
https://themepalace.com/topic/top-icons-and-get-rid-of-header-image-with-css/#post-189504 <![CDATA[Reply To: Top Icons and Get rid of Header Image with CSS]]> https://themepalace.com/topic/top-icons-and-get-rid-of-header-image-with-css/#post-189504 Mon, 01 May 2023 03:15:18 +0000 kharasandoval@littlelionslearn.com Thank you for your help. I really appreciate it, I really enjoy this theme.

I see the CSS for all the icons but my paperclip. Is it possible for you to help me get my paperclip back? The paperclip is the icon that disappeared. I am currently using an image as a workaround, but it stays when I scroll down and it doesn’t look the same as the others.
https://www.awesomescreenshot.com/image/39391692?key=fcef8d4aa1a3ba6a53d76b2a5d941410

The header image on every page has a large space with a photo. When I remove the image and say none, it still has a large blue space, I don’t want any space if possible. How can I get rid of this space? https://www.awesomescreenshot.com/image/39391786?key=ed30e6acc346bfdd0d8e1a4b86db230a.

I have one more question, Is it possible to rearrange the homepage? It doesn’t seem possible, but if it is I would love to rearrange the order of the homepage. I would love to have the static page on top or more towards the top if possible.

Thank you so much!

]]>
https://themepalace.com/topic/top-icons-and-get-rid-of-header-image-with-css/#post-189471 <![CDATA[Reply To: Top Icons and Get rid of Header Image with CSS]]> https://themepalace.com/topic/top-icons-and-get-rid-of-header-image-with-css/#post-189471 Thu, 27 Apr 2023 04:03:02 +0000 Psink Hello @KHARASANDOVALLITTLELIONSLEARN-COM

You can this CSS to get back icon on navigation bar

#masthead.is-sticky .fa-laptop:before{
content: “\f109”;
}

#masthead.is-sticky .fa-film:before{
content: “\f008”;
}

#masthead.is-sticky .fa-gamepad:before{
content: “\f11b”;
}

#masthead.is-sticky .fa-paw:before{
content: “\f1b0”;
}

#masthead.is-sticky .fa-shopping-cart:before{
content: “\f07a”;
}

#info-text .entry-content{
padding: 4.9% 8%;
}

#info-text .container{
padding-bottom: 30px;
}

Regarding the header image could you please explain in more detail? and share some reference screenshot

]]>
https://themepalace.com/topic/top-icons-and-get-rid-of-header-image-with-css/#post-189464 <![CDATA[Top Icons and Get rid of Header Image with CSS]]> https://themepalace.com/topic/top-icons-and-get-rid-of-header-image-with-css/#post-189464 Thu, 27 Apr 2023 03:32:41 +0000 kharasandoval@littlelionslearn.com Hello, I appreciate any help I can get with this. I am stuck.

I accidentally deleted one of my top navigation icons. I found a workaround by adding a regular image, but it isn’t ideal because it stays as we scroll whereas the rest go away, and it just doesn’t look right. Can you help me figure out how to get my icon back? I had paid for the theme and have no idea if the subscription has run out. I don’t seem to have an account, and when I logged in with my correct email, it doesn’t seem that there were any purchases, so I am a bit confused. Are the icons for the pro theme only? Is it possible my year subscription has ended?

2. I tried using CSS to get rid of the top header image. In the widgets it is called “header image”, but when I use CSS coding to get rid of the header, it deletes my top icon navigation bar. I would like to keep my top navigation bar, but get rid of the header image on all pages but the home page (I don’t want to use the “none” option in widgets because it still leaves blue space). How can get rid of this space?

Thank you in advance!

]]>
https://themepalace.com/topic/tp-events-not-saving-date-and-time/#post-188151 <![CDATA[Reply To: TP events not saving date and time]]> https://themepalace.com/topic/tp-events-not-saving-date-and-time/#post-188151 Mon, 30 Jan 2023 03:10:51 +0000 Psink Could you please share your site URL and dashboard login? We will inspect it and let you know

]]>
https://themepalace.com/topic/tp-events-not-saving-date-and-time/#post-188133 <![CDATA[TP events not saving date and time]]> https://themepalace.com/topic/tp-events-not-saving-date-and-time/#post-188133 Sat, 28 Jan 2023 16:00:37 +0000 Invictusathome Hi I have just updated from the free version to the pro and the date and time for any event is not saving please advise

]]>
https://themepalace.com/topic/top-menu-icon/#post-187085 <![CDATA[Reply To: Top menu icon]]> https://themepalace.com/topic/top-menu-icon/#post-187085 Mon, 28 Nov 2022 03:41:56 +0000 Psink @NIKONIKOENGLISH, To enable icons in the menu first we need to enable CSS Classes setting for the menu where we can add the icon class

Please follow the screen record
https://www.awesomescreenshot.com/video/12824949?key=5591cc88a15751412b02e39509a595f7

If have any confusion please let us know

]]>
https://themepalace.com/topic/top-menu-icon/#post-187063 <![CDATA[Top menu icon]]> https://themepalace.com/topic/top-menu-icon/#post-187063 Sun, 27 Nov 2022 16:05:22 +0000 Michiko Ikawa I have a question about the setting of the template.
Where can I find the setting to display the icons in the top menu like the sample page?
I tried to find a solution but I couldn’t and I’m also a beginner…please help me

Thank you for your help!

]]>
https://themepalace.com/topic/post-settings-2/#post-186660 <![CDATA[Reply To: Post settings]]> https://themepalace.com/topic/post-settings-2/#post-186660 Thu, 03 Nov 2022 03:21:45 +0000 Psink @KNIEJA, the screenshot URL does not work, seems it is XML file. Could you please send a valid screenshot?

Page Post background means is it the parts marks in the screenshot
https://tinyurl.com/285l2z5b

and also send us the reference screenshot for the second query

]]>
https://themepalace.com/topic/post-settings-2/#post-186655 <![CDATA[Reply To: Post settings]]> https://themepalace.com/topic/post-settings-2/#post-186655 Wed, 02 Nov 2022 13:55:02 +0000 Katarzyna Kabzinska Screenshot: https://drnotes.s3.eu-west-3.amazonaws.com/margin.png

Site url: http://www.juvare.pl

]]>