Forum Replies Created
-
AuthorPosts
-
May 21, 2024 at 7:16 am in reply to: Mobile output with theme version 3.0 looks strange, i.e. menu, sub-menus, items #195936
Psink
KeymasterHello @KKNP,
I’m not sure but seems working well as you can see in the screen recorded. Its shows “Home” For language English and “Hem” For Svenska
https://www.awesomescreenshot.com/video/27872455?key=a9eb0424804499d3033fafb6f2932e4b
If you are looking to make “Hem” for both of languages, you can add this CSS. And remove the previous code
.trail-item a[rel=”home”] span{
display:none;
}.trail-item a[rel=”home”]:after{
content: “Hem”;
}Psink
KeymasterIs it possible to share a temporary login of your site? We will take a look and let you know
You can share with prashant.themepalace@gmail.com
May 5, 2024 at 11:22 pm in reply to: The image in Testimonial section can not align in center #195789Psink
KeymasterYou can replace the previous code with this one code, it will align the image center
.testimonial-wrapper .featured-image img {
margin: auto;
margin-bottom: 20px;
}Psink
KeymasterYou 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=14d857b876e6500ced8ea8290cd48c05Psink
KeymasterCan 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 #195706Psink
KeymasterYou 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%;
}Psink
Keymaster@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?
Psink
Keymaster@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/
Psink
Keymaster@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 #195670Psink
KeymasterDo 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 #195630Psink
Keymaster@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 1 year, 5 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 #195614Psink
KeymasterGood to hear that you have figured out the root cause of the issue.
Let us know if you need any assistance
Psink
Keymaster@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
Psink
KeymasterPlease add this CSS in Additional CSS
body:not(.home) .site-branding{
display: none;
}Let us know if this works
Psink
KeymasterYou 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
-
This reply was modified 1 year, 5 months ago by
-
AuthorPosts