SMae
Forum Replies Created
-
Perfect! Thank you for your help!
Hello,
Thank you.
I do not want to display social icons in the directory, only on their profile page.
I want the button to be a bootstrap “View Website” button.
Is there not a way to directly access the member’s metadata so I can place it wherever I want, styled however I want? For example, I can access the display name with
user.display_name
, yetuser.user_url
oruser.user_url_html
do not work.Thank you again.
Hello,
Thank you for your reply. I want to retrieve the user’s website url, not their profile url.
Can you help?
Forum: Plugins
In reply to: [Lesson Bookmark for Tutor LMS] Request new features hereBrilliant! Thank you!
Forum: Plugins
In reply to: [Lesson Bookmark for Tutor LMS] Request new features hereHello,
Is it possible to list the course that each bookmarked lesson is from? I have multiple lessons with the same title in different courses.
Thank you!
Hello,
Thank you for your response.
I contacted my host and their response is that they don’t have any whitelist option in order to add a User Agent Optimole(1.0).
They suggest the problem may be the Wordfence plugin, is this possible?
Also, the image you linked is stored in my theme files and not in WordPress Uploads, is there a way to deal with this?
Thank you!
Sarah- This reply was modified 3 years, 7 months ago by SMae.
Hello,
Thank you for your reply. I got it working.
Forum: Plugins
In reply to: [Subway - Private Site Option] Password Reset Not WorkingI got it working. Thank you.
Forum: Plugins
In reply to: [Subway - Private Site Option] Password Reset Not Workingsite: coaches.bestlifecoachcollective.com
Email link that does not work:
https://[my.domain]/?action=rp&key=m3fMCnncdVAZk9eIQChO&login=%5Busername%5D- This reply was modified 3 years, 8 months ago by SMae.
Correction, the fourth category allowed me to include a link in the dashboard but then the category disappeared.
I can add new links to the category, but the category is nowhere to be found so I cannot access the links.
Fixed! Thank you for being so quick!
I found my answer. Thank you!
Forum: Plugins
In reply to: [Guest Author] Show Guest Author PostsI found another plug-in that works
Forum: Fixing WordPress
In reply to: Pagination problemThank you for your reply.
I just worked it out. The problem was that I could get the pagination to work with conditional ‘posts_per_page=1’ or ‘&cat=5’ comments, but could not get it to work with both.
So I downloaded the “Different Posts Per Page” plug-in and used the original code I had without the ‘posts_per_page=1’.
<?php if ( is_front_page() ) {
query_posts($query_string.’&cat=5′);
} ?>I am sure there is a way to do it without the plug-in but I tried for hours and couldn’t figure it out so Ill stick to this solution unless someone can tell me a better one.