Hello, i need some help. (Manifesto Wordpress Theme)
1. In the team member container, i want to modify the team members to add a link when you press on the name of the member. When I tried to modify it, it said "This block contains unexpected or invalid content."
2. I want to modify the header logo(both light and dark version) of the website to make a little bigger (just on PC) but i don't know how.
3. I want to add on footer settings - social link for tiktok+icon, but i don't have anything there and i don't know how to add it.
1. In the team member container, i want to modify the team members to add a link when you press on the name of the member. When I tried to modify it, it said "This block contains unexpected or invalid content."
Instead of modifying the shortcode by putting an extra field for URL in its settings we suggest getting the HTML output of team members (you can do this in browser right click -> View Page Source), copying it, modifying it by adding the URL and then pasting it back in the content as raw HTML
2. I want to modify the header logo(both light and dark version) of the website to make a little bigger (just on PC) but i don't know how.
You just need to increase the height of the logo as it will cover the available width
And you can do this in a media query.
@media (min-width:1025px)
#logo img { height: 50px;
}
}
Change the value fo the height in pixels and then add the code to customizer -> additional CSS
3. I want to add on footer settings - social link for tiktok+icon, but i don't have anything there and i don't know how to add it.
If you can provide wp admin access with Appearance -> Theme file editor enabled we can add TikTok to the social networks list and we will add it in the next update as well
Hello, i need some help. (Manifesto Wordpress Theme)
1. In the team member container, i want to modify the team members to add a link when you press on the name of the member. When I tried to modify it, it said "This block contains unexpected or invalid content."
2. I want to modify the header logo(both light and dark version) of the website to make a little bigger (just on PC) but i don't know how.
3. I want to add on footer settings - social link for tiktok+icon, but i don't have anything there and i don't know how to add it.
Attached files: team-member.png
header-logo.png
footer-social-links.png
Please?
Hello Daniel,
We have received your ticket and we will process it first thing in the morning.
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
Hello Daniel,
My answers inline, bolded:
1. In the team member container, i want to modify the team members to add a link when you press on the name of the member. When I tried to modify it, it said "This block contains unexpected or invalid content."
Instead of modifying the shortcode by putting an extra field for URL in its settings we suggest getting the HTML output of team members (you can do this in browser right click -> View Page Source), copying it, modifying it by adding the URL and then pasting it back in the content as raw HTML
2. I want to modify the header logo(both light and dark version) of the website to make a little bigger (just on PC) but i don't know how.
You just need to increase the height of the logo as it will cover the available width
And you can do this in a media query.
@media (min-width:1025px)
#logo img {
height: 50px;
}
}
Change the value fo the height in pixels and then add the code to customizer -> additional CSS
3. I want to add on footer settings - social link for tiktok+icon, but i don't have anything there and i don't know how to add it.
If you can provide wp admin access with Appearance -> Theme file editor enabled we can add TikTok to the social networks list and we will add it in the next update as well
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
I found the issue on the URL, it was a photo uploaded on media called "about" :D
It is necessary to keep the gutenberg plugin?
Hi Daniel,
Glad your sorted out the pb with the 'about' slug.
Now, Gutenberg is the default WordPress editor. So I'm not sure what is the alternative if you want to disable it, Elementor?
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
Thanks for help, all good now.