Salih K
Forum Replies Created
-
Forum: Developing with WordPress
In reply to: WP REST API: _fields not returning featured imageOoops!
My bad, I was trying to get the featured image by Post Id using wrong function,
I should have got the image id using get_post_thumbnail_id($object[‘id’]); then using wp_get_attachment_image_src().Forum: Fixing WordPress
In reply to: Widgets screen vanished after 5.8 updateAs of WP 5.8, block editor is enabled by default in widgets,
you can disable this by using the filter below:add_filter( 'use_widgets_block_editor', '__return_false' );
Thank you @stoyangeorgiev
it works.Forum: Plugins
In reply to: [Caldera Forms Anti Spam] reCAPTCHA disappearing after latest update@genoq Yes, that will be better, move from Caldera, why should @andrewza waste his time on this. I am now using Gravity forms, you wont see this form as flexible as Caldera in the design perspective but this is a solid alternative when considering the performance and developer tools.
Of course you wont find a free alternative for Caldera – that is a sad truth ??
- This reply was modified 3 years, 10 months ago by Salih K.
Forum: Plugins
In reply to: [Caldera Forms Anti Spam] reCAPTCHA disappearing after latest update@andrewza Is there any development on this issue? Still not resolved even after the CF update last day.
Forum: Plugins
In reply to: [Caldera Forms Anti Spam] reCAPTCHA disappearing after latest updateWhen I use V3, the reCaptcha will not disappear, but if we keep the page opened for a while and try to submit the form, I am getting a link says:
The captcha wasn't entered correctly. Reset.
If I click on the Reset link, nothing happens.Forum: Plugins
In reply to: [Caldera Forms Anti Spam] reCAPTCHA disappearing after latest updateThanks for the response.
I am using
reCAPTCHA type:v2 Checkbox@sunbytes Is this issue resolved, or any way to fix this? I am also facing the same issue, and this is a Divi theme.
Forum: Fixing WordPress
In reply to: After 5.5 update getting JS errors in the admin screensSorry, I am re-opening this thread because in few of my other sites I am getting same
wp-auth-check
error, even if I installed Enable Jquery Migrator plugin, and that is not logging any error at all. Is there any clue about this, how can I fix this.here is the screenshot of console: https://snipboard.io/pCwDy2.jpg
if I check network tab I can see this: https://snipboard.io/j634LT.jpgNow I am able make it work, thank you so much.
- This reply was modified 4 years, 6 months ago by Salih K.
Forum: Fixing WordPress
In reply to: After 5.5 update getting JS errors in the admin screensOf course the “Enable jQuery Migrate Helper” will help to fix the issue, I have enabled this to some other sites and worked after fixing by myself, after that I removed.
So Here is my catch on the issue I raised,
Thewp-auth-check
error appears when we have any other js error, but some times it is tricky to find the issue from console, for me I got only errors related to wp-auth-check, but when I added Jquery Migrator plugin, it displayed errors in some of the plugins, that was not showing in console, so I fixed that error in plugin files – interestingly very minor errors(like some deprecated jQuery functions like live, load etc). So now I have a clean console.Anyhow thanks @macmanx , you forced me to go one step in depth.
For some reason I dont see it is working for me, I will check in detail.
Thank you.I have created the term meta using the hooks, that works for me when we are adding/editing the term meta from the taxonomy edit page. I was asking when we add through post edit page taxonomy UI, is there any possibility to update term meta. As you said I also see a least chance for this, but just asking the community if any workaround or tips that we can use.
The feature I am looking for is I dont want to go to the other screen and add a term meta for the new term I add for a new post I am creating, when I save post I need to update term meta for the one I just created(may be a default value) right away. ??
Forum: Plugins
In reply to: [WP Notification Bars] Need some CSS to show bar at bottom.mtsnb { top: auto !important; bottom: 0 !important; }
this is enough to show in the bottom, but if you assigned “Hide/Close Button” option to “Close Button” this is ok, but if it is “Toggle Button” you may have to check for other work around.
Forum: Plugins
In reply to: [GravityExport Lite for Gravity Forms] File could not open!Yes, that works.
Thank you so much for your help and support.