raefwolfe
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Discord Post] Doesn’t always workI think I figured out at least PART of the problem. If I have an apostrophe in my post title, it definitely doesn’t send. It sends about 50/50 of posts without one, but it sends 0 posts with one. This might mean that punctuation in general is an issue?
Forum: Plugins
In reply to: [WoWpi] Broken?FYI the github was a custom workaround that I and my partner built out because the plugin author doesn’t respond to emails or the forums here. Thus the github code likely no longer works because of wordpress updates.
We’ve had the same issues. Trying to create workarounds for both wordpress updated and the plugin updates has been difficult. Notably, the load time from this plugin is almost unbearable. If we didn’t create custom caching or load options, our site simply wouldn’t load if we had more than a tiny handful of characters per page.
Forum: Plugins
In reply to: [WoWpi] Titles not showingOther bug: -profilemain.jpg is not a thing anymore; simply use -main.jpg
The latest version of your plugin continues to have severe lag issues. It works great for displaying one character, but forget loading a whole raid team. The site will hang and freeze. We previously had a number of custom changes in order to make your plugin load more quickly (you may have received emails from us previously about the issue, name of “widrick”). I updated from my custom 2.3.8 version to the latest (2.5.2) and attempted to add all of these changes. Unfortunately, the updates between those versions seemed to have crash and burned those customization options.Would you be able to upload this project to github? It would help us more easily track issues we find, suggestions we have, and fixes we implement.
Forum: Plugins
In reply to: [WoWpi] New orcs throwing an error on rosterThis is a Blizzard issue. The icons for Mag’har and Dark iron Dwarf simply don’t exist.
https://www.wowhead.com/races You can see the lack of icons on wowhead as well. Until Blizzard adds them, they don’t be here.
One fix is to create your own, and upload them to the assets/images/wow folder. Call them race_34_0_18.jpg (male dark iron), race_34_1_18.jpg(female dark iron), race_36_0_18.jpg (male mag’har), race_36_1_18.jpg (female mag’har).
If you’re not confident of having the images look of the proper style, make a blank/transparent icon instead until something gets added.
You could also add the generic shield icon from the achievement (Seen here for Mag’har: https://www.wowhead.com/achievement=12518/allied-races-maghar-orc or here for dark iron: https://www.wowhead.com/achievement=12515/allied-races-dark-iron-dwarf ) Just rename them as above.
Forum: Plugins
In reply to: [WP Discord Post] Bot is completely ignoring Open Graph decisionsI understand the plugin doesn’t “have integration with open graph” but that’s how my embeds used to look before I added Open Graph info to change how posts looked. It’s not seeing my meta tags – even the meta color. To me, it looks like it’s simply embedding page info, which isn’t what I want it to do. I just want it to spit out the link, which Discord will then display based on the meta tags within the page.
Forum: Plugins
In reply to: [WP Discord Post] Bot is completely ignoring Open Graph decisionsBah, sorry, Imgur changed recently so the old fast method I have of grabbing links doesn’t work anymore.
Forum: Plugins
In reply to: [Complete Open Graph] Video meta tagI misinterpreted what the code was supposed to do; I was looking to be able to set the video meta tag on a per-page basis, rather than for the whole site. The client does different commercial-type videos for his own clients, and it would be nice to set the video on specific pages.
Forum: Plugins
In reply to: [Complete Open Graph] Video meta tagI guess I am doing something wrong, because no matter what I do, I can’t get anything to happen.
I assume I’m supposed to use & subsequently customize this:
function add_new_open_graph_fields($data) { $data['keywords']['attribute'] = 'name'; $data['keywords']['value'] = 'keyword1,keyword2,keyword3'; return $data; } add_filter('complete_open_graph_all_data', 'add_new_open_graph_fields');
I added that to my theme functions file as-is, which is from your documentation, but nothing happens in the OG area beneath my content box. Is this correct to drag and drop in? Am I missing a piece?
Thanks for the fast response!
I’ll definitely keep using COG in that case. I look forward to seeing any updates on this issue ?? I’ve been desperately trying to avoid the bloat that is Yoast, and other OG plugins just don’t have the simplicity combined with customization options that this does.
Roch – if it would help, I can create an account on the back end with permissions to make changes. It’s not in any way “live”, so I don’t mind. I’d love to get this solved ??
Hi Roch,
I added it to the same album so everything is in one spot, but here is a direct link for you:
I don’t know what images to include, but here’s an imgur album of a few pictures
Thanks!
- This reply was modified 7 years, 2 months ago by raefwolfe.
Do you want me to provide screenshots of the back end?
I don’t see it on the player page or on the event page.
Event Page:
https://jen.widrick.net/?sp_event=jolly-roger-vs-quackenbush
Player Page:
https://jen.widrick.net/?sp_player=j-hookway
Ideally I’d like to auto-populate games+handicap as often as I can instead of adding it manually.
Forum: Plugins
In reply to: [EventCalendar] Calendar As WidgetFor what it’s worth, you do not need to the pro version just to change a couple of colors. You just need a little CSS know how. I’ve done it on my own site using the free version. However, it is more involved than the interface in the pro version.