Search:
Search took 1.00 seconds.
-
We are still getting in touch with the plugin developer to avoid issues redeveloping it.
- Jomark
-
Thanks for your patience. I think we are getting there.
- Jomark
-
As we don't see a solution in sight we will try fo fix the issue developing a plugin to fix this problem between ACF and wp 6.2.2. As soon we have resul we will share here
-
I'm messaging the marketplace admin for the updated details on the plugin developer.
You're right, I was informed by the marketplace admin of the plugin ownership many months ago which was then...
-
Thank you for your information. After seeing your post, I carefully read the manual and tried the solution you explained. However, it seems that the problem is not related to what you mentioned....
-
And so this thread will be marked as solved now.
- Jomark
-
I'll try to connect with the plugin creator to press for updates then will let you know.
- Jomark
-
Maybe it is an idea to create a separate part of the forum to post tweaks. I made alot over the years, and if people can look up which tweaks are known they can copy paste it. May also reduce strain...
-
Thanks for sharing @zygfrydt.
Anyway, it looks like a feature of an SEO plugin https://wordpress.org/plugins/seo-by-rank-math/ .
- Jomark
-
use this code in the theme CSS:
.header .custom-logo-link img {
max-height:70px;
}
-
You can add this code to functions.php or Code Snippets plugin to make location field go away...
add_filter( 'cp_display_search_location_field', '__return_false' );
-
The psd file is just a template and so you need to manually code it to the equivalent css and html file.