bensontel2
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Twenty Twenty-One] How to hide the word Category:Update. It’s working now, even when I’m not logged in. Thanks.
Forum: Themes and Templates
In reply to: [Twenty Twenty-One] How to hide the word Category:functions.php is in my child folder. It does sound like a cache problem because it is working when I’m logged in, so I flushed the cache in the browser, disabled Cloudflare. Maybe it will take a while to stop serving pages. I purged all pages on the site, too.
Here is the entire contents of the functions.php in the child theme.
<?php function custom_remove_archive_title_prefix($prefix) { if ($prefix === 'Category:' || $prefix === 'Tag:') { $prefix = ''; } return $prefix; } add_filter('get_the_archive_title_prefix', 'custom_remove_archive_title_prefix');
Forum: Themes and Templates
In reply to: [Twenty Twenty-One] How to hide the word Category:Oliver, your solution works when I’m logged into my site, but not when I’m logged out.
Forum: Themes and Templates
In reply to: [Twenty Twenty-One] How to hide the word Category:I renamed the functions.php to something else and I could log in.
Forum: Themes and Templates
In reply to: [Twenty Twenty-One] How to hide the word Category:Thanks, Oliver. I have not implemented your solution because now I can’t log into the site and the prefixes are back. I commented out the previous solution but it makes no difference. I’m more worried about the error on the login page saying my browser should enable cookies. I’ll have to start another thread on this as I can’t now login to the dashboard.
Forum: Themes and Templates
In reply to: [Twenty Twenty-One] How to hide the word Category:Thank you, Mukesh and Michael. I used Mukesh’s add-filter and it worked!
- This reply was modified 3 years, 9 months ago by bensontel2.
Forum: Plugins
In reply to: [SVG Support] SVG not showing correctly on AndroidThe error was in the svg creation, not the plugin.
Thank you so much!
I got the code in right now, but it doesn’t alter the default.
https://drive.google.com/file/d/1cE_PY0gX0UlPrVZHomh209q_m1JbZMoo/view?usp=sharingOkay. I have to go out now, but will be back and figure out how to put the symbols in. Thanks.
I added this to custom css but no luck yet. I noticed the default made the font bold which I don’t want, too.
.modal-menu > li > a, .modal-menu > li > .ancestor-wrapper > a {
letter-spacing: 0.1em;
}I noticed that everything before { is showing in red in the additional css.
- This reply was modified 3 years, 11 months ago by bensontel2.
Yes, I think it might. Thank you.
I’ve set the font back to Tulpen One because that’s what I want, but –as you can see– the font is way too small on the top-level pull-down menu, but the sub menus seem correct.
Thank you, Danny. I set the basic to default as you recommended. I can style text at the block level now, big thanks.
There are still some issues I’m hoping to resolve.
1) I could not use Tulpen One as a menu item as the font kept reverting to tiny type in the pull-down menu — no matter what setting I used in navigation.
I was forced to use Open Sans light which performed better. Even Open Sans light shows as bold in the top-level pull-down menu but fine on the bottom menu.
2) What selectors only affect the Menu and Search buttons at the top right? Is there a separate selector for the top level of the pull-down menu (not the menu at the bottom of the page)?
- This reply was modified 3 years, 11 months ago by bensontel2.
- This reply was modified 3 years, 11 months ago by bensontel2.
- This reply was modified 3 years, 11 months ago by bensontel2.
- This reply was modified 3 years, 11 months ago by bensontel2.
- This reply was modified 3 years, 11 months ago by bensontel2.
Cleared chrome’s cache and it’s now working.
Forum: Themes and Templates
In reply to: [GeneratePress] Image titles too bigLeo,
Perfect! Thank you.