Forum Replies Created
-
AuthorPosts
-
June 6, 2024 at 11:18 pm in reply to: Create transparent widget-wrap blocks and custom-header-overlay backgrounds #196018
Psink
KeymasterOkay, you can try this CSS to make the width of the header image 100%
#custom-header img{
width: 100%;
}June 6, 2024 at 12:04 am in reply to: Create transparent widget-wrap blocks and custom-header-overlay backgrounds #196011Psink
KeymasterPlease try this CSS
#wp-discord.wpd-dark,
#secondary section .widget-wrap{
background-color: rgba(0,0,0,0.6);
}let us know if this does not works
Psink
KeymasterWe regret to inform you that there is currently no theme option available to disable post navigation. Since you prefer not to disable it using CSS, the only alternative is to edit the theme code directly.
You can remove the post navigation code from the single.php file.
To assist you with this, we have created a screen recording demonstrating how to remove the post navigation code: https://www.awesomescreenshot.com/video/28373853
If you don’t want to edit the theme code
The best way to deal is to create child theme and override single.php. You can create the child theme of Education Hub Pro
June 4, 2024 at 11:51 pm in reply to: Side Widget area in customiser shows small box saying copy error #196000Psink
Keymaster@LOUISEGREENANIMALARTIST, We apologize for the issue you are facing with your site.
It seems the issue is specific to your particular site. We have attempted to replicate the same issue on our site but were not able to generate the same problem. To assist you better, could you please share some reference screenshots or provide temporary access to your site for further investigation?
As you can see in the screen recording, there is no such issue on our end: https://www.awesomescreenshot.com/video/28334397?key=13189f787d75c53c89e25561549f082b.
-
This reply was modified 1 year, 4 months ago by
Psink.
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 #195936Psink
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.
-
This reply was modified 1 year, 4 months ago by
-
AuthorPosts