whateverfree2
Forum Replies Created
-
Forum: Plugins
In reply to: [WC Fields Factory] I don’t known how to use the pluginIt’s ok now. I created an Admin field and can input whatever I want.
How to print the field/value at order receipt ?
Thanks
Forum: Plugins
In reply to: [Category Sticky Post] Does not work anymoreThank you for updated. I will test again and let you known soon
Forum: Plugins
In reply to: [Comments - wpDiscuz] MyCred User Ranks and Badges image does not displayThank you for the code.
The badge image still can’t display, I inspect the lost image to see the code and here is the result
<img src="https://314" class="mycred-badge-image badge-level0" title="Level 1" alt="Level 1" width="100" height="100">
Is there anyway to give guest user badge and rank via their published comment and the date count (for example: The user with first commend one year ago will get the badge “One year with my site”).
My idea:
Guest user who has more 1000 published comment will have rank: VIP member
If he join (post the first comment) one year ago will get a badge, two year will get an other badge etc.Thanks
- This reply was modified 7 years ago by whateverfree2.
Forum: Plugins
In reply to: [Comments - wpDiscuz] MyCred User Ranks and Badges image does not displayThank you for notifying me. It’s working now. Your code is for Ranks display.
How about Badges?
Thanks
Forum: Plugins
In reply to: [Comments - wpDiscuz] MyCred User Ranks and Badges image does not displayThansk for replied.
I replace with your new code but nothing display
Forum: Plugins
In reply to: [WordPress Social Login] What is benefit from “User contacts import” feature?Note: I have logged in via PHPmyAdmin and check the table wsluserscontacts
There is issues display and nothing display there. This feature seem not working anymore.Please fix it if possible
Regards,
Forum: Themes and Templates
In reply to: [Education Hub] How to remove related post?What I mean is Previous post and Next post
Forum: Themes and Templates
In reply to: [Education Hub] Logo is not responsiveThanks for quick support, working very well
Thanks Author for reply. This add-on will help me solved the project issues
Forum: Fixing WordPress
In reply to: strong HTML code always insert into Text Widget. How to remove it?I have restore my website to two days ago point and the problems has been resolved.
Thanks anyway.
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] WYSIWYG does not enter the new lineUpdate: I changed the editor to TinyMCE and eveything is ok now, it has an option that stop remove html tags …
Can I have a trial for few days, Thomas?
I want make sure the pro version will has features that I need.Or do you offer money back guarantee?
Thanks
Thanks Jim for your help. I just sent a ticket to Studiopress to ask their support, will post the code here if it got fixed.
Best regards,
Thanks Jim very much for your help.
The shortcode works very well, it can output the extra content now.However, the output display on all home page, single post, page and archive page.
I need it display for archive page (category page) only.I’ve tried with code below but the output is blank.
<?php if (is_category()) { do_shortcode('[pods name="category"]{@extra_content_for_category}[/pods]'); } ?>
Could you please checking my code if there is a mistake in it?
Thanks Jim,
OK
the final code is<?php if (is_category()) { $pod = pods('category'); echo $pod->display('extra_content_for_category'); } ?>
but nothing display, no error but nothing
I am a customer of Genesis but they did not answer my question on the forum as well the question via ticket.