Timi Makinde
Forum Replies Created
-
Hi Kris @wpmudevsupport13, I’ve resolved this thanks. I was using the do_shortcode function to display the form which caused the error. I’ve switched this to just using the regular shortcode method in the body of the page and the error is gone but might be worth looking into the conflict it seems to have with the do_shortcode function.
Thank you.
Thanks for the quick response. Please is there any timeline on when v1.23.2 will be released?
I tried sending information from forminator to a checkbox in hubspot as well and getting the same Failed to process request : Property values were not valid error when the checkbox is checked. How can this be rectified as well?
Also, is it possible to see what format hubspot expects for different form fields, maybe the data can be manipulated with JS on the frontend perhaps?
Thanks for the help.
Forum: Plugins
In reply to: [Like Button Rating ? LikeBtn] Shortcode not displayingOk thank you. I am only using the shortcode to control the positioning and dont need any stats.
I would take a look again.
Thank you.
Forum: Plugins
In reply to: [Like Button Rating ? LikeBtn] Shortcode not displayingHello,
Thank you for your response. The shortcode was working fine with my current theme (hello elementor) and stopped working after I made some changes to like/dislike settings and also switched to the free plan.
Does the free plan not support shortcodes? And also how do I remove the like/dislike from the bottom of content position and ONLY have it displayed wherever I paste the shortcode?
Appreciate the help.
Kind regards.
Forum: Plugins
In reply to: [Posts Like Dislike] Cant change likes/dislikes upon making themYes @happy-coders please this would be really useful as users can easily make mistakes and need to change their rating.
It can still be restricted to one vote per user depending on the restriction setting, but users should be able to change the like/dislike.
Please help look into this.
Kind regards.
Forum: Plugins
In reply to: [Custom Post Type UI] Taxonomy not showing in quick editForum: Plugins
In reply to: [Custom Post Type UI] Taxonomy not showing in quick editThanks Michael!
I seem to have made a mistake and that works fine. Please how can I add those taxonomies as columns for the CPTs?
Appreciate the speedy response.
Kind regards.
Hi @rankmath
Oh nevermind, I was able to sort it out using another method with PHP.
Thanks for the help.
Regards.
Hi @rankmath
Please can you help with the complete code, I currently am only getting the < as my output as well in my setup, where i would like to get the Primary category as the output.
But I am not sure how this
$terms = wc_get_product_category_list( $arguments );
$terms[0]; // This will be the Pirmary term.transitions to this
add_filter( ‘term_links-product_cat’, function( $links ) {
return [ $links[0] ];
});Would appreciate if i could get the complete block of code please.
Kind regards
- This reply was modified 4 years ago by Timi Makinde.
Hi @mihaiimagely,
Thank you for the response. I already responded to this when @gabyimagely replied the other day. The CSS option is available in the free version but when I put any code in here, it does not work. Anything I can do about that please?
Thanks
Hi,
Thank you for the response. I really only need this singular feature for this site which is why i’m trying not to opt for the pro version as all the other features it has are not required.
Could you please explain how to go about the css tho? The option is available in the free option but doesnt seem to work.
Would appreciate your help.
Kind regards
Hi,
I have been able to finally sort it out! I tried with another account and went through the steps and it worked out so all good now!
Thanks for all the help and support.
Cheers!
Hi,
Thank you for the response. The API is enabled but keeps showing errors. Please check here – https://prnt.sc/seb281 and https://prnt.sc/seb24c
I have disabled the cache and tried again. This what was I got – https://prnt.sc/seb6jn it keeps saying its not enabled for the project, but it is.
The site is trying to connect quite alright as can be seen from the dashboard but there’s an error for some reason. Any ideas as to what it might be please?
Appreciate all the help so far.
I am also trying to add my own css styling to override a default. The default is currently set to;
.ngg-album-compact {
float: left;
padding: 0 12px 4px 0 !important;
margin: 0px !important;
text-align: left;
}I simply want to reduce the right padding so 5 items can show on my page at once instead of 4 now. I have changed it to the code below using various methods
.ngg-album-compact {
padding: 0 7px 4px 0 !important;
}using the nggallery.css method, add the css code in customiser additional css, adding the css to my page directly. None seem to work please.
Please help.
Thanks