Kenneth Feldman
Forum Replies Created
-
Forum: Plugins
In reply to: [Display RSS Feed] Display Password Protected Feed?Great! That actually does work. Very cool!
Unfortunately, in this case, it turns out that it will not be a good idea for me to put user/pw info into a URL — as that would need to be the billing system admin credentials.
Oh well.
Hi Cristian,
Thanks! It’s great to know this is possible.
However, can I ask for one more bit of guidance?
In my Theme, the template is in two parts; single.php (the outer portion), and content.php (the inner portion).
See https://pastebin.com/Dgtfifh8 for the inner part, content-private-page.php
(Scroll down 3/4 of the way to see where I want to add the ACF fields.)
I plugged in your code and it didn’t quite work, getting syntax error.
I think it’s either missing the ($post global variable like you mentioned) or maybe missing some <?php beginnings or endings <?php endif; ?> ?
Can you take a quick look and advise?
Thanks!
- This reply was modified 7 years, 9 months ago by Kenneth Feldman.
Thanks Eric!
I’ll update and check it out.
Overall, Charitable is quite awesome.
Once we launch our site, I’ll post a link (if that’s allowed) so you can see what I did with this plugin.
Thanks again!
I have deleted the entire Charitable plugin and data, and reinstalled.
This issue seems to be gone now.
Maybe this is related to my other pending issue? Just wondering.
Perfect. That did the trick. Thank you!!!
Forum: Plugins
In reply to: [Easy Table] Add class/attr for row?Very cool! Will make a mental note for next time — since I really do love the Easy Table plugin.
Forum: Plugins
In reply to: [Easy Table] Add class/attr for row?No, I didn’t. We switched to TablePress for tables.
Thanks for your help!
Okay, super simple fix:
get_field, instead of the_field — and added echo statement:
<?php $this_tag = get_field('isbn_number'); echo do_shortcode( '[events_list tag="'.$this_tag.'"]'); ?>
Thanks — yeah, the isbn is just printing to the page.
But this is a great start — will run it by a friend who speaks PHP better that I do!
This doesn’t work — and I don’t know enough how to fix or do other way:
<?php echo do_shortcode( '[events_list tag="<?php the_field('isbn_number'); ?>"]' ); ?>
Ultimately, I have a page template file where I’d like to have a PHP code which lists out events by a “dynamic” tag.
So I’d need the PHP equivalent of:
[events_list tag=”variable”]
…where the variable is provided by a field from the Advanced Custom Fields:
<?php the_field('isbn_number'); ?>
Alin,
So far so good with the new GADWP release. Getting all reports from the few sites I have upgraded.
(off-topic)
John, no, I have made no reports to iThemes as of yet. I really don’t understand exactly what was happening, so I’m not sure I could explain it.They’ve been pretty responsive to my past support requests, so I expect that if they receive a clear issue report, that they’d do what they can if someone more knowledgable contacts them.
As far as GA for each client, I guess I just do it so that each client has their own third party services accounts. I’m more of a developer and hosting company. I set up GA (and other services) for clients, but don’t necessarily manage their SEO or traffic strategies.
(/off-topic)Just updated two sites to GADWP 4.8.2, and both seem to be working now. Not getting any errors.
Will monitor over the next few days.
Thank you so much Alin!!!