Forum Replies Created
-
AuthorPosts
-
PsinkKeymaster
You can add this CSS in the Additional CSS
.header-style-two .site-header .site-header-main .wrapper .site-branding {
margin-left: 0;
padding: 42px 20px 41px 50px;
}.custom-logo {
max-width: 82px;
}After adding this CSS header looks something like this
https://www.awesomescreenshot.com/image/47740579?key=14d857b876e6500ced8ea8290cd48c05PsinkKeymasterCan you please share your site URL? We will inspect form our side and provide you a solution
April 24, 2024 at 11:44 pm in reply to: The image in Testimonial section can not align in center #195706PsinkKeymasterYou can add this CSS to make the max width of the image 100%, currently its taking 150px
.testimonial-wrapper .featured-image img{
max-width: 100%;
}PsinkKeymaster@ARTOFVENTURACOUNTY, Yes it would be great, you can post a link of screenshot here. Could you please elaborate on the issue Does it happen on the first installation of the theme or after saving some of the settings on the customizer? Also is it possible to share a temporary login of your site?
PsinkKeymaster@RBARDALEZ, The custom post type will not show on the selectable content type. To show the custom post type as selectable content type it requires theme customization. You can hire a developer who can customize the theme code or you can hire our developer https://themepalace.com/hire-a-customizer/
PsinkKeymaster@JITIU, Actually Educollege Pro is not a plugin. It’s a theme. So you need to install the Educollege Pro zip in the theme directory not in the plugin directory
Please follow the theme instruction
https://themepalace.com/instructions/themes/educollege-pro/#doc-approach-i-from-your-admin-dashboard-2April 22, 2024 at 1:18 am in reply to: The image in Testimonial section can not align in center #195670PsinkKeymasterDo you mean the image in this section?
https://www.awesomescreenshot.com/image/47652328?key=0db9068f85d43a461bd448a6d436553aIt seems it is aligned center
April 17, 2024 at 11:36 pm in reply to: How to add images to logo slider or the header slider #195630PsinkKeymaster@RUIG, Please follow the screen record for adding the site logo and change the slider contents
https://www.awesomescreenshot.com/video/26832066?key=193b4b0fde06223bf65bb373f58be003- This reply was modified 7 months ago by Psink.
April 15, 2024 at 11:10 pm in reply to: Featured Slider has massive empty space on bottom on first load pass #195614PsinkKeymasterGood to hear that you have figured out the root cause of the issue.
Let us know if you need any assistance
PsinkKeymaster@RAYNOORDEN, Are the pages custom-made pages or pages built with the site editor? If the pages are custom templates within the theme itself then it is not possible. Also, is it possible to share a site URL and links of subpages so that we can check let you know it its possible or not
PsinkKeymasterPlease add this CSS in Additional CSS
body:not(.home) .site-branding{
display: none;
}Let us know if this works
PsinkKeymasterYou can simply add ‘.entry-meta’ on the above code like below
.entry-meta,
.single-post .single-post-meta{
display: none;
}Let us know if this works
PsinkKeymasterThe above code will apply to all single posts.
- This reply was modified 7 months, 2 weeks ago by Psink.
PsinkKeymaster@SOARTS, Is it on the single post? As you can see in the screenshot with the red mark area
https://www.awesomescreenshot.com/image/47247115?key=41686c024304b79114ba0a7d3b244951You can add this CSS in the Additional CSS to hide the post date and author from single post
.single-post .single-post-meta{
display: none;
}PsinkKeymaster@P, We have tried to replicate the issue on our side, seems there is no issue with the theme. Could you please manage to provide us with a temporary login to your site for further investigation? OR the error log of your site, it would be easy for us to address the issue and provide you a solution
-
AuthorPosts