001122334455
Forum Replies Created
-
I see Woo system user here: https://prnt.sc/ugwA4hltLYih
https://business.facebook.com/latest/settings/system_users?business_id=xxxxxxx
Don’t see it here, no: https://www.facebook.com/settings?tab=business_tools&ref=settingsI don’t see it here connected neither: https://business.facebook.com/latest/business_app_store/discover
Facebook support is unreachable…
ThanksForum: Plugins
In reply to: [Cool Timeline (Horizontal & Vertical Timeline)] CustomizationUpdate: I see it’s a featured image, next Q: is it possible to disable opening the image on click?
Forum: Plugins
In reply to: [Cool Timeline (Horizontal & Vertical Timeline)] CustomizationIs it possible to add media in the free version? I see settings if we want the media to be Full, but don’t see where to upload it?
Forum: Plugins
In reply to: [Permalink Manager Lite] Change permalink of custom post typeHello, a follow-up question about this:
1) If I temporarily or permanently disable/delete the plugin, will the permalinks be set without any problem to the default? (default being the “Title” of the post instead of the numeric random string)
2) If I’d want to keep the plugin but reset the settings (for this cpt or any other cpt I change the permalinks structure in the future) to default or just set it the way it was before (add the title / meta field value) to the URL, will it automatically rewrite the existing URLs and then work on any new custom post I create?
If it rewrites, will the redirects work fine, or any problems I can expect?Thanks
Forum: Plugins
In reply to: [Permalink Manager Lite] Change permalink of custom post typeWonderful, thanks a million for your help!
Forum: Plugins
In reply to: [Permalink Manager Lite] Change permalink of custom post typeHello,
I am using a code snippets plugin to add the code, it didn’t return a fatal error before. Now it works, however, it returns a random string of letters. I guess that works, but perhaps a little nicer would be a random string of numbers, is that possible?
ThanksForum: Plugins
In reply to: [Permalink Manager Lite] Change permalink of custom post typeHey, thanks for the prompt response. I installed the plugin and added the code, changed the permalink:
https://prnt.sc/wck9-zdCjOQ_
I created several new CPTs to test, but the random number doesn’t appear, the URLs are just
.com/cpt-category/
https://prnt.sc/6bpEZoOl6Gj1
And that’s it, the random string is not being added.
Any thoughts? ThanksSeems like I was able to fix this with chatgpt… so seems like it’s solved. I’ll circle back if something related to this comes up
Hello,
So there were 2 issues:
1) FN + Initial of LN –> I solved this via a new php snippet so now it displays as I wanted
2) However, the display name of new users is still the username by default. I need to open the user -> click save, and only then it gets updated to the display name set by the plugin.
I tried to change the priority
add_action( ‘user_register’, ‘ffl_fix_user_display_name’, 20 );
to 100, but no luck.Any thoughts?
ThanksAlso one more issue – the plugin by default works (i.e. changing the display name to FN + LN) BUT only if I change something in the profile + saved it.
By default, the display name was the username.Forum: Plugins
In reply to: [Gutenberg] Gutenberg full width breaks page responsivenessIt’s purely Hello theme incompatibility. Fixed with this
body {
overflow-x: hidden!important;
}Forum: Plugins
In reply to: [Gutenberg] Gutenberg full width breaks page responsiveness@hanspeterfuss – are you also using Hello Theme?
can you send a screenshot of your settings?
I haven’t fiddled with anything this way, but interested to see what you mean exactly.
Thx
Hello, got the error again
Syntax error, unexpected &
Here is the code: https://docs.google.com/document/d/14pEkBq6u6Vv7_YXv5uX57nuktkcdLIyfpHPYDbQL8kE/edit?usp=sharing
Thanks!
Hello, thanks for the reply. Currently it’s not giving any error and everything works fine, so I’ll wait until it happens again.
Forum: Plugins
In reply to: [Front End PM] Pull dynamically or add manually user ID to shortcodeHello, thanks for the reply.
1) Manually adding the profile ID to shortcode works ONLY for the button shortcore, creating a submit form doesn’t seem to work
2) I am using JetEngine. Can you tell me a more specific questions I should ask their support? I’ll open a tech support ticket, but I think I need a more specific question to ask them.
Also I plan to purchase PRO version, just need to make sure I can get this work in the first place.
Thanks