Timi Makinde
Forum Replies Created
-
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, 4 months 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
Hi,
Please i am still waiting for your update on this.
Need this sorted as soon as possible so i can get the two sites running.
Thanks.
Hi,
Thank you for the guide. So i followed it and added the IP address from my cpanel and then tried it again. It gave an error message that the ip wasnt included in the restriction so I added the IP address that it noted – https://prnt.sc/sc0n5y
The ip error message went away and it just came back to the same initial error – Error: Access Not Configured. YouTube Data API has not been used in project 791959014549 before or it is disabled. Enable it by visiting https://console.developers.google.com/apis/api/youtube.googleapis.com/overview?project=791959014549 then retry. If you enabled this API recently, wait a few minutes for the action to propagate to our systems and retry.
This problem is getting really frustrating as I am trying to set this up on two different websites and cant seem to get it to work.
I followed the guide again and tried to create a new api completely but i dont see the create credentials noted in step 5 of your guide. heres what my credentials section looks like – https://prnt.sc/sc0kzv
so i only have the option to create credentials from the top which you stated “not this one” when trying to create a new credentialI have created a new api with the specific ip address that the plugin indicated but this too does not work. i just keep getting the access not configured error. I have also cleared the plugin cache and waited for some hours to be sure the api has propagated.
Please help as i do not know what to do anymore.
Hi,
I have retried for hours but doesn’t seem to work. To be clear, here are the http restrictions I currently have set for the current API key – https://prnt.sc/sb8klt
Kindly help confirm if these are correct so I know if that’s where the problem lies.
Kind regards.
Forum: Plugins
In reply to: [Leaflet Map] Whitespace added after map displayThank you!
This worked out perfectly.
- This reply was modified 5 years, 2 months ago by Timi Makinde.