Forum Replies Created
-
AuthorPosts
-
wensolutionsKeymaster
Hello @dnahraun,
Actually, we have not updated the font awesome to the latest version for the theme so it will not work as you have mentioned.
Also since it does not support the recent version it requires lots of other code customization to make it work.
But we will definitely work on the font awesome and try to update the theme to the latest version.
Thank you.
Regards!!
wensolutionsKeymasterHello @lindaje,
We would like to apologize for the trouble.
We will look for your issue and reply you back.
Thank you.
Regards!!
wensolutionsKeymasterHello @cassius,
To remove the author box in the post add below given CSS by going to Admin Panel > Appearance > Customize > Additional CSS.
.single .about-author { display: none; }
Hope this helps.
Regards!!
wensolutionsKeymasterHello @cassius,
Actually, we are not quite clear with your query.
So can you please provide the screenshot of the request explaining what you exactly want so that we can help you further.
Thank you.
Regards!!
wensolutionsKeymasterHello @cassius,
Glad that your issue is resolved.
Let us know if you have any confusion further.
Thank you.
Best Regards!!
wensolutionsKeymasterHello gerrytb,
Glad that your issue is fixed.
Let us know if you have any issues further.
Thank you.
Regards!!
wensolutionsKeymasterWhile we have not tested this code at this instance, unfortunately, we are not exactly sure the cause.
Alternately, you can take further assistance from our Hire a Customizer service.
November 17, 2018 at 10:39 am in reply to: Category created not accessible ( university HUB PRO) #85275wensolutionsKeymasterPlease refer to the documentation to know how you can assign the category to the slider.
http://themepalace.com/instructions/themes/education-hub/
Also, make sure your new categories has post assigned to theme and are published.
wensolutionsKeymasterHi Gerrit
Have you purchased the Education Hub Pro theme? If so you should activate the Premium theme instead of the free theme to input the license key.
Please refer to this article to know how you can install and activate the purchased theme:
http://themepalace.com/tutorials/how-do-i-install-the-themes/
http://themepalace.com/tutorials/activate-themes-license/wensolutionsKeymasterHi Kids_mania,
Please refer to the documentation to know how to set up the website including homepage step by step.
http://themepalace.com/instructions/themes/kids-education-pro/
Let us know if you’ve any questions.
wensolutionsKeymasterPlease check your Site Title or Tagline to change the words. In your dashboard, go to Settings > General.
wensolutionsKeymasterHi Rowlandsb,
Please refer to the documentation in order to set the header image. http://themepalace.com/instructions/themes/kids-education-pro/
You can also check the steps to setup the homepage.
wensolutionsKeymasterHello @baugli,
If you want to show you complete image in big screen then you can add below given CSS. This is for the HD screens. But, please crop the image as per required.
@media screen and (min-width: 1600px) { #banner-image { padding-bottom: 100%; } }
If you add the CSS without cropping then it will show the image as in the give link:
Also, do not remove this CSS.
body.single-post #page { max-width: 100%; }
For the mobile phone, it is not recommended to show the full image as it will take the entire screen or more. Leave it as it is.
Thank you.
Regards!!
wensolutionsKeymasterHello @unaimartinastorkia,
If you meant by the menu on the side of the logo, then you can definitely add 4 menus in either side.
To add/change the icon in the menu please follow below given steps.
To have the icon in the menu section above the menu items you have to add the font awesome classes in the backend in menu sections.
For this goto Admin Panel > Appearance > Menus .
To make the section to place the CSS classes appear you have to check the CSS classes in the screen options as seen in screen shot below.
http://image.prntscr.com/image/73df40b42c724926866f3dd2b2a2a8fd.pngHere in the particular menu item assigned to menu, you can see the section to place the CSS class . There you can place the CSS class and you will have the icon in front end.
For more clear information please refer to below screen shot.
http://image.prntscr.com/image/3e61809bc7c44103a900c8f82b968865.png
Hope this helps.
Regards!!
wensolutionsKeymasterHello @baugli,
To manage the popular section as you have said add below given CSS.
@media screen and (min-width: 500px) { .popular-place .grid { display: flex; flex-wrap: wrap; height: auto !important; } .popular-place .grid .grid-item { position: relative !important; left: auto !important; top: auto !important; overflow: hidden; margin: 0 10px 20px; height: 300px; width: calc(50% - 20px); } .popular-place .grid .grid-item .featured-image { padding: 0; height: 100%; } } @media screen and (min-width: 992px) { .popular-place .grid .grid-item { height: 350px; width: calc(33.33% - 20px); } }
But actually, we do not recommend this because we have to overwrite the JS code with the CSS which is not a good approach.
Also, your last query is not clear so please explain it with the proper screenshot so that we can help you further.
Thank you.
Regards!!
-
AuthorPosts