Forum Replies Created
-
AuthorPosts
-
PsinkKeymaster
Seems, you are using the theme by “Gavias Themes”. You can get support form their official website
here is the link https://gaviasthemes.com/docs/gowilds/?page=supportPsinkKeymasterTo get a redline just below the Widget Title, you need to add an Additional Class ‘widget-title’ to that heading block
Here is the screen record how you can do that
https://www.awesomescreenshot.com/video/28591944?key=34c866e71c6f8295126964ccccc4e9e9June 12, 2024 at 1:02 am in reply to: Social Menu – Changing Twitter to X and Adding Threads #196059PsinkKeymasterTo override the old Twitter logo with the new X logo, please follow these steps:
1. Upload the X logo: Add the PNG of the X logo to your media library. You can download the logo from this https://we.tl/t-XRb24xT0ow.
2. Follow the tutorial: Watch the screen recording for a step-by-step guide on how to implement the change: https://demo.wenthemes.com/education-soul/wp-content/uploads/sites/69/2024/06/icons8-twitterx-15.png.
3. Add CSS: Insert the following CSS into the “Additional CSS” section of your theme:
.education_soul_widget_social ul li a[href*=”twitter.com”]:before {
content: “” !important;
background-image: url(https://demo.wenthemes.com/education-soul/wp-content/uploads/sites/69/2024/06/icons8-twitterx-15.png);
padding: 39px;
margin-top: 10px !important;
margin-left: 10px !important;
background-repeat: no-repeat;
}#colophon ul li a[href*=”twitter.com”]:before {
margin-top: 10px !important;
margin-left: 10px !important;
}4. Update the URL: Ensure you replace the URL in the background-image property with the URL of the X logo you uploaded to your media library.
Regarding Meta’s Threads, there may be plugins available that help you showcase Threads on your WordPress site. I recommend searching for a suitable plugin to integrate this feature.
June 11, 2024 at 7:11 am in reply to: Social Menu – Changing Twitter to X and Adding Threads #196049PsinkKeymasterCan you please share your site URL? We will take a look and provide you CSS
Regarding Meta’s Threads is it Instagram?
PsinkKeymasterHello,
You can simply change the content of widgets by changing the blocks as per your need,
here is the screen record of how you can do that
https://www.awesomescreenshot.com/video/28515300?key=1a5da870003c54ac1d8bcf5bde46b838June 10, 2024 at 11:22 pm in reply to: Social Menu – Changing Twitter to X and Adding Threads #196046PsinkKeymaster@ADAM1, currently it is not possible to release an update by changing the Twitter logo to X. However we can help you to change the Twitter logo to X with the help of Additional CSS.
Regarding adding threads – you can use a plugin by Smash Balloon
here is the link – https://wordpress.org/plugins/search/twitter+feed/PsinkKeymasterSure we will help you to update the theme to the latest version. Is it possible to share a temporary login to your site so that we can help you update the theme manually? You can share a temporary login with prashant.themepalace@gmail.com
June 9, 2024 at 11:23 pm in reply to: Side Widget area in customiser shows small box saying copy error #196038PsinkKeymaster@LOUISEGREENANIMALARTIST, Could you please share some reference screenshots and the URL of your site? We will take a look at our site and help you to manage the blank space
June 6, 2024 at 11:18 pm in reply to: Create transparent widget-wrap blocks and custom-header-overlay backgrounds #196018PsinkKeymasterOkay, 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 #196011PsinkKeymasterPlease 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
PsinkKeymasterWe 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 #196000PsinkKeymaster@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 5 months, 1 week 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 #195936PsinkKeymasterHello @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”;
}PsinkKeymasterIs 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 #195789PsinkKeymasterYou 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;
} -
AuthorPosts