Hari
Forum Replies Created
-
Forum: Plugins
In reply to: [Max Mega Menu] How do i change this color?Solved ?
we can able to find these settings in
menu themes> mega menus > panel backgroundForum: Plugins
In reply to: [Comments - wpDiscuz] display new comment at lastjust like wordpress has composer in this website, we moved the writing area to bottom and comments on top of it.
When a user posts the comments it needs to be pushed to the bottom of all comments OR after clicking the “post comment” button page needs to be reloaded. if you can help with any small code that would be much appreciated ?? big fan of wpdiscuz
Forum: Plugins
In reply to: [Yoast SEO] QA page : MainEntity missing when yoast plugin is activatedi think this in my case i can’t add FAQ block because my posts are discussions/forum is there any other way i can add “mainEntity” manually?
Example:
<html> <head> <title>How many ounces are there in a pound?</title> <script type="application/ld+json"> { "@context": "https://schema.org", "@type": "QAPage", "mainEntity": { "@type": "Question", "name": "How many ounces are there in a pound?", "text": "I have taken up a new interest in baking and keep running across directions in ounces and pounds. I have to translate between them and was wondering how many ounces are in a pound?", "answerCount": 3, "upvoteCount": 26, "acceptedAnswer": { "@type": "Answer", "text": "1 pound (lb) is equal to 16 ounces (oz).", "upvoteCount": 1337, "url": "https://example.com/question1#acceptedAnswer" }, "suggestedAnswer": [ { "@type": "Answer", "text": "Are you looking for ounces or fluid ounces? If you are looking for fluid ounces there are 15.34 fluid ounces in a pound of water.", "upvoteCount": 42, "url": "https://example.com/question1#suggestedAnswer1" }, { "@type": "Answer", "text": " I can't remember exactly, but I think 18 ounces in a lb. You might want to double check that.", "upvoteCount": 0, "url": "https://example.com/question1#suggestedAnswer2" } ] } } </script> </head> <body> </body> </html>
https://developers.google.com/search/docs/appearance/structured-data/qapage
Thanks a lot, this really made my day! ??
<?php /* * Change the display name to default to just the first name using the Force First Last WordPress plugin. * https://www.ads-software.com/plugins/force-first-last/ * * You can add this recipe to your site by creating a custom plugin * or using the Code Snippets plugin available for free in the WordPress repository. */ function my_ffl_display_name_just_first( $display_name_order, $first_name, $last_name ) { $display_name_order = array( $first_name ,'' ); return $display_name_order; } add_filter( 'ffl_display_name_order', 'my_ffl_display_name_just_first', 15, 3 );
- This reply was modified 2 years, 1 month ago by Hari.
Forum: Plugins
In reply to: [WooCommerce] IFTTT integrationTBH https://ifttt.com/wordpress has no woo commerce order status triggers
integromat and make.com both are a single entity and their services are expensive! where each woo commerce order easily has 3 to 4 stages every order creates more requests and we can not go with free tire.
1,000 Ops/month
You may suggest us to opt for paid services but we are a non-profit organization we prefer no monthly subscriptions.
The reason we need IFTTT is we can trigger android SMS to customers for every order. In India we have restrictions by govt (DLT by TRAI) we need to go through a lot of processes to obtain SMS API from providers like MSG91
we tried this extension but it is not working https://www.ads-software.com/plugins/free-sms-for-woocommerce/
anyways, thanks for responding.
Forum: Plugins
In reply to: [Custom Post Type UI] how can i create custom categories?thanks ???
Forum: Plugins
In reply to: [FOX - Currency Switcher Professional for WooCommerce] Indian Rupee SymbolThanks, @mediawebster you’re a life saviour!
- This reply was modified 2 years, 10 months ago by Hari.
Forum: Plugins
In reply to: [YARPP - Yet Another Related Posts Plugin] YARPP support for Flarumthanks for the ping, I have tried it. I could not understand Shareaholic services. do you offer free or paid service? when I tried it showed the same discussions as related and there is no way to turn off sample mode and there is no option to set related posts something like quora (list view).
https://i.imgur.com/1kBmWsp.png
but it is so expensive in my case, I can not afford it.
flarum has around 1 lack + active forum software users. we would be really happy to use free service even it is limited to some extent.
https://discuss.flarum.org/d/28939-related-post-for-flarum-using-shareaholiccom/3
—
Thanks for making wp-YARPP free ?
Forum: Plugins
In reply to: [WC - APG SMS Notifications] MSG91 correctionshow much it may cost? i would like to sponsor if its in my budget
Forum: Plugins
In reply to: [Comments - wpDiscuz] show “date” instead of “months ago”i think this plugin does that, what do you think ? https://www.ads-software.com/plugins/meks-time-ago/
Forum: Plugins
In reply to: [Comments - wpDiscuz] show “date” instead of “months ago”Thanks, that really helps. what if i want to show date for older comments (older than a month) and human readable format for latest comments like 1min ago and 2 days ago ..
if the comment is one month old it should show date .
if its possible please let me know how to set it and i can add code in WordPress files too . do suggest something
no issues at all, just wanted to see “Tested up to 5.7” label ??
- This reply was modified 3 years, 6 months ago by Hari. Reason: added imgur ref image
Forum: Plugins
In reply to: [Leira Letter Avatar] Option to select Less Bright ColorsSir, any possibility of adding this into the plugin level and allowing us to set custom hexa colors? if its easy to implement and if you get time please do sir, because if you do it at plugin level it will make life easier to update plugin in future too.
Forum: Plugins
In reply to: [Leira Letter Avatar] Plugin applying letters to profile with picsYay!!!! awesome, its working you are faster than thunder man sir .. thanks a lot ??
Forum: Plugins
In reply to: [Leira Letter Avatar] Plugin applying letters to profile with picsplease add a feature “Use wpDiscuzz profile picture if available” that will solve the issue ??