stuartwaldner
Forum Replies Created
-
Forum: Plugins
In reply to: [HD Quiz] Instagram/FB integrationOh, I see. These buttons allow users to share on social media.
I guess I can use the same button(s) if I want to share it myself to promote the quiz. Correct?
Thanks for all your help!
Forum: Plugins
In reply to: [HD Quiz] Instagram/FB integrationSorry, how do I use the default social share settings?
Thanks,
StuartForum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Can’t add new PodHi,
Just wanted you to know that I figured this out! ??
Best,
StuartForum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Can’t add new PodHi,
I was finally able to get it to work. I had to select a different option and then select post. Then the title fields appeared. Maybe it was a javascript thing.
Anyway, I’m creating a landing page for my new content type and want to include the featured image. How do I do that?
Many thanks,
StuartForum: Plugins
In reply to: [HD Quiz] Load a new quiz button?Hi,
Thanks for the excellent support and generosity of your time. I greatly appreciate it.
I tested with another theme and it worked.
I switch back to my theme and then created a link via text, rather than a button and it opened in another tab! ??
Thanks again for the great support and plugin! ??
Stuart
Forum: Plugins
In reply to: [HD Quiz] Load a new quiz button?Here’s the code I see using Inspector on my webpage. Unfortunately, my site is on my local host and not something I can share a link to (yet).
I see its targeting a blank page, but it doesn’t work.
Thanks,
StuartForum: Plugins
In reply to: [HD Quiz] Load a new quiz button?Thanks for the support!
I followed these instructions making the target of the link “_blank” and when I click on the button I created, it simply scrolls up the page to the top of the quiz I just took, and doesn’t open a new quiz on a new tab. Hmmm.
Any thoughts?
Thanks,
StuartForum: Plugins
In reply to: [HD Quiz] Load a new quiz button?I’m unclear on how I would link to the “results text?” Keep in mind that my quiz is just one piece of content on a webpage with multiple pieces of content, not a stand-alone webpage.
Thanks for al your help!
Best,
StuartForum: Plugins
In reply to: [HD Quiz] How to change the Question FontThank you SO much!
This is exactly what I needed! I’ve change the font from Arial and made some other adjustments, and it’s looking good.
I greatly appreciate your help and support.
Thanks,
StuartForum: Plugins
In reply to: [HD Quiz] How to change the Question FontThanks for your help. I could see that when inspecting my page, however, when I would try and call up a different font instead of the H3, it did nothing. As I said, I”m not a coder so things need to be spelled out for me a bit.
In inspector I see the following:
h2.hdq_results_title, h3.hdq_question_heading { margin-top: 1rem; margin-bottom: 1rem; line-height: 1.2; color: #222; }
S
However, in the inspector when I change the “h3” and/or “h2” to “p” nothing happens. ??
Also, in my CSS override file is says the “h2” and “h3” on those lines are “overqualified.” Not sure what that means.
Thanks for your help.
Stuart
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Read MoreHi Jory,
Thanks! That was a big help.
Is there a repository of tags somewhere on the Pods website that I can use as a reference for this kind of thing in the future? I checked, but I couldn’t find one.
Thanks,
StuartForum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Read MoreI figured out I could call up the excerpt in my Pods Template by replacing:
<p>{@post_content}</p>
with
<p>{@post_excerpt}</p>But I’m at a loss for how to add the “read more” button so that it takes the reader to the entire interview.
Thanks for all your help!
Stuart
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Read MoreThanks!
I was able to make excerpts available to my Pods content type and added the following code to my child theme’s funcations.php file:
<?php /** * Allow shortcodes in a Pods Template */ add_filter( 'pods_templates_post_template', 'do_shortcode', 10, 1 );
I was hoping that the above code would allow WordPress short codes (more) to work in my Pods content type, but it doesn’t. ?? Do you have any suggestions on this?
Alternatively, IF I end up using the excerpts. I would put the first few paragraphs of the interview in the excerpt. How do I call up that excerpt in my Pods display?
My Interview template code currently shows the entire interview, not just the excerpt.
Here’s the code I have for the template:
<h2>Welcome to Samuel's Interviews from Phoenix Rising, the quarterly newsletter from <a href="https://pi.phoenixinstitute.org">Phoenix Institute</a>. On this page you'll find over 100 Interviews on a wide variety of searchable topics. Use the search in the sidebar to search all interviews. Have fun!</h2> <hr color="#e91e63" size="10"> <h1><strong>{@post_title}</strong></h1> <p>{@post_content}</p>
Thanks for all your help!
Stuart
Forum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] Shop emails from cloned sitesHi David,
Thanks SO much for your help!
I installed WP Mail Logging plugin and can now see that my emails for purchases and contact form submissions are actually working, but not being sent due to Updraft’s terms and conditions.
You help is much appreciated!
Thanks and cheers,
StuartForum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] Shop emails from cloned sitesHi bcrodua,
Thanks for your help!
Actually, the cloned site is being hosted by Updraft, so it’s on their server.
I’ve tried multiple emails on the cloned site and none of them work.
How can I check the email logs on the cloned site?
I tested my contact form on both my prod site and cloned site. I rec’d the contact form email from my prod site, but not from the cloned site.
Does this help troubleshoot things?
Thanks for your help!!!
Stuart