Jay Holtslander
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Twenty Twenty] Need Social Media icon helpWorks flawlessly.
For me, that snippet did provide the custom icons but it also overwrote my theme customizations and reverted TwentyTwenty back to stock.
Removing the snippet brings my customizations back.
- This reply was modified 4 years, 9 months ago by Jay Holtslander.
Forum: Themes and Templates
In reply to: [Twenty Twenty] Need Social Media icon helpCan’t use the block editor on a WP Menu though.
Can you show me the exact code you entered so I can compare it to what I entered? Because my installation practically exploded when I put that line in.
Forum: Themes and Templates
In reply to: [Twenty Twenty] Need Social Media icon helpyou would need to modify that line in your child theme to call the modified file in your child theme instead.
Can you spell out how exactly that’s done? I’m having the exact same issue.
Just adding
require get_template_directory() . '/classes/class-twentytwenty-svg-icons.php';
to my child theme’s functions.php didn’t do it for me.I tried this method as well which caused multiple fatal errors for me.
@zielinski ‘s solution didn’t work for me.
[EDIT] Turns out my actual problem was the webp files were larger than the originals so they were being deleted as per the setting in the plugin.
When I turned my compression settings to 80% I started getting webp image substitutions as expected.- This reply was modified 4 years, 9 months ago by Jay Holtslander.
Forum: Plugins
In reply to: [Blackhole for Bad Bots] Can I confirm?Can you tell me more about that security feature and why it’s needed?
I’d really like to be able to ban an IP automatically for trying to reach a URL included in a large list of exploit URLs.
Forum: Plugins
In reply to: [Blackhole for Bad Bots] Can I confirm?Hmmm. This is what I’m trying to work with:
Don’t think I can utilize
blackhole_trigger
in there.Forum: Plugins
In reply to: [Blackhole for Bad Bots] Can I confirm?Argh. I wanted to have a collection of manually defined redirects that I pointed to the blackhole. Is there some way I can do this?
Forum: Plugins
In reply to: [Blackhole for Bad Bots] Can I confirm?<facepalm>
Ok so each site gets its own unique identifier?
And as long as that identifier is used, it’ll work?Forum: Reviews
In reply to: [bbPress Voting] Pretty coolYeah. As an undo. Like if I decided I didn’t want to cast a vote at all.
Forum: Reviews
In reply to: [bbPress Voting] Pretty coolJust updated the plugin.
But instead of going from +1 to 0 it goes to -1.
Would expect it to go to 0 and then an another additional click to put it at -1.Forum: Plugins
In reply to: [powerSearch for bbPress] Errors with power search formI found the problem!
It was a conflict with the security plugin iThemes Security. Specifically the option:
Filter Long URL Strings
Limits the number of characters that can be sent in the URL. Hackers often take advantage of long URLs to try to inject information into your database.located at:
/wp-admin/admin.php?page=itsec&module=system-tweaks&module_type=recommended
Unchecking that checkbox allows search to function normally!
Forum: Plugins
In reply to: [powerSearch for bbPress] Errors with power search formJust installed the latest version. It seems better but I still get a white screen when I do a search from /forums/search/ instead of the bbpress default search input.
- This reply was modified 4 years, 11 months ago by Jay Holtslander.
Forum: Plugins
In reply to: [Yoast Duplicate Post] bbpress plans?Did you enable the plugin for Topics and Replies in the Settings, tab Permissions?
I had not. Hadn’t seen that spot before. This solves my issue thank you!
Also, let me say that a 1-star review isn’t really the best way to request for a feature
It was 2 because with 3 being a “Neutral” it seemed fitting. But now that I see that I can indeed duplicate bbpress content, I’m adjusting my review now.
Forum: Plugins
In reply to: [powerSearch for bbPress] Errors with power search formMarkdown format table from error screen:
Call Stack
|Time|Memory|Function|Location|
|—|—|—|—|—|
|1|0.0001|367256|{main}( )
|
…/index.php:0
|
|2|0.0001|367536|require( ‘/Users/me/Local Sites/redacted/app/public/wp-blog-header.php’ )
|
…/index.php:17
|
|3|0.5065|20117880|require_once( ‘/Users/me/Local Sites/redacted/app/public/wp-includes/template-loader.php’ )
|
…/wp-blog-header.php:19
|
|4|0.5096|20174000|apply_filters( )
|
…/template-loader.php:104
|
|5|0.5096|20174408|WP_Hook->apply_filters( )
|
…/plugin.php:206
|
|6|0.5096|20175912|bbp_template_include( )
|
…/class-wp-hook.php:287
|
|7|0.5096|20175912|apply_filters( )
|
…/sub-actions.php:477
|
|8|0.5096|20176320|WP_Hook->apply_filters( )
|
…/plugin.php:206
|
|9|0.5104|20179360|bbp_template_include_theme_compat( )
|
…/class-wp-hook.php:287
|
|10|0.5108|20180432|BBP_Shortcodes->display_search( )
|
…/theme-compat.php:763
|
|11|0.5118|20222512|bbp_get_template_part( )
|
…/shortcodes.php:686
|
|12|0.5118|20223784|bbp_locate_template( )
|
…/template-functions.php:41
|
|13|0.5121|20228096|load_template( )
|
…/template-functions.php:103
|
|14|0.5122|20228432|require( ‘/Users/me/Local Sites/redacted/app/public/wp-content/plugins/bbpress/templates/default/bbpress/content-search.php’ )
|
…/template.php:725
|
|15|0.5288|20922992|bbp_get_template_part( )
|
…/content-search.php:37
|
|16|0.5288|20923448|apply_filters( )
|
…/template-functions.php:38
|
|17|0.5288|20923856|WP_Hook->apply_filters( )
|
…/plugin.php:206
|
Forum: Reviews
In reply to: [bbPress Voting] Pretty coolSweet! Thanks!
I get a cursor with a “Do not/No” crossed out circle when I hover over an arrow on a topic I’ve already voted on. Is it possible to reverse a vote? (+1 and then -1) doesn’t seem to work for me unless there’s a caching issue at play?