sezgee
Forum Replies Created
-
Forum: Plugins
In reply to: [HTML5 Video Player - mp4 Video Player Plugin and Block] Default VolumeThank you! Please post here when it is included in a release.
Forum: Plugins
In reply to: [Custom Post Type UI] JSON error when updating CPT UI pageThanks so much for the quick response. I was able to find the issue. It had to do with the “quick download” widget I was adding to the pages. The widget’s fault, not yours!
Use your plugin on many sites, it’s a super offering. Thanks!Hi, We were able to identify the JSON issue was with SUCURI and no fault of your great plugin. Once we fixed that, I was able to fix this by 1) adding content to the new TITLE field in the social media icons and 2) deleting and re-adding the avatar image (which now picks up the alt tag!)
After that, I got the all-clear from WAVE and accessibility looks perfect!
Thanks so much for the great support and making the fixx to the plugin.
Sez
Thanks for the screen-record. I’m going to disable all other plugins to see if there’s a conflict there. I”ll get back to you by end of week! Appreciate the ongoing dialogue.
Thanks. I’m unable to save any changes. I get the error “Updating failed. The response is not a valid JSON response.”
I REMOVED all Team Blocks from the page and saved successfully.
I added OTHER essential blocks to the page and saved successfully.
I added a new Team Block to the page and got the error again.
I tried it on a new blank page. With other elements, I save successfully. When I add a fresh team block, I get the JSON error again….
Thanks, @arrasel403. I am using Essential Blocks 4.0.4 and still getting both of the same errors. I still see “member” as the image alt text and no content errors in the social icons. Thanks.
Cool! We are launching the site today, but I’ll update it tomorrow and test it out! Thanks for following up and letting me know!
Great, thanks for taking action. I look forward to the update.
Sure, thank you!
The photo REPEATED ALT TAG issue flag is here: https://snipboard.io/u5N0K9.jpg
The member social icon EMPTY LINK error is here: https://snipboard.io/qvPOA8.jpg
Hm, also, the team member images are just adding the alt “member” instead of the true alt text for the media file, so it’s also flagging an error. Thanks.
Ah, yeah, that was the problem!! We have SSL enabled, but it wasn’t correct in the settings. I updated the url’s and voila, all is displaying correctly. Thanks for your patience! The tool is great.
Thanks. Siteinfo is here https://pastebin.com/B2nSFBFj
I don’t have Cpanel access, and the WP config editor plugin has been decommissioned. Any other ideas?
BTW, I’ve tried some essential blocks other than the Teams block, and none are loading any of the styles.
The site is currently in dev, behind a login. Thanks!
Forum: Plugins
In reply to: [Simple Membership] Change Menu Text & LinkThanks, yeah, with the shortcode I can then customize the text with Loco Translate and CSS. Thank you!
Forum: Plugins
In reply to: [Simple Membership] Change Menu Text & LinkHi,
Using your great plugin again on another site. Is there a way to change the menu item to just LOGIN (or LOGOUT)? I tried adding this custom function through code snippets, but it didn’t do anything:
add_filter( 'wp_nav_menu_items', 'add_loginout_link', 10, 2 );
function add_loginout_link( $items, $args ) {
if ( SwpmMemberUtils::is_member_logged_in() && $args->theme_location == 'primary') {
$items .= 'Logout';
}
elseif ($args->theme_location == 'primary') {
$items .= 'Login';
}
return $items;
}Thanks,
Sez
- This reply was modified 1 year, 9 months ago by sezgee.
Forum: Plugins
In reply to: [The Events Calendar] Add Time to Confirmation EmailThanks, that’s super helpful!