everrrettt
Forum Replies Created
-
Forum: Plugins
In reply to: [SameSite Cookies] Refreshes login screen when logging inExperiencing same issue (WP v 5.2.3). Login only works if “Remember Me” is selected, otherwise refreshes login screen on submit.
- This reply was modified 6 years, 7 months ago by everrrettt.
Forum: Plugins
In reply to: [Videopack] Extending WP REST API to include Additional SizesThanks, will try that!
Forum: Plugins
In reply to: [Category Color] error undefined index and property+1
Also getting undefined notices when wp-confg: debug:true
Back-end
same errors as OP for line 57, 75, 126 when viewing the category edit screenFront
Notice: Undefined index: rl_cat_color in /Users/WINSLOW/Sites/Broadway 1602/site/wp-content/plugins/category-color/rl_category_color.php on line 202Thanks
Forum: Plugins
In reply to: [MiniMU] Set different Front Pages?Hey karanits,
Not sure if you’re developing a theme but if you are, you could try my solution: I created a global php variable with my domains and a function to check which domain the visitor is “under”. From there I served different template parts, one that acted like a static page and another that acted like a posts page.
If the ability to designate different themes isn’t needed, you might also check out the plugin WP Hydra which seems to be more stable.
Forum: Plugins
In reply to: [MiniMU] SEO – REL CANONICAL OPTIONIs there a method already to retrieve the domain group data within a template file? (Like tokens)
Forum: Fixing WordPress
In reply to: Items_wrap for wp_nav_menu not working?I’m having the same issue. I’ve tried the example on the wp_nav_menu page for removing the ul wrap on both the 2011 theme and the custom theme I am working on to no effect.