Nancy
Forum Replies Created
-
Thank you! So there would be no way to group by category on the main FAQ page, then show only the top 5 on other pages (I was going to put this on the 404 page), as the settings are global – if I’m understanding you correctly.
Forum: Plugins
In reply to: [WP Job Manager] How to change the default logo of the company?I had the same question – how do I use that filter exactly?
Forum: Plugins
In reply to: [The Events Calendar] How to add read more link in tooltip textSo I have a very similar issue, not sure if it’s the same or not, since rossoonline’s solution didn’t work for us.
We want to show html (links, paragraphs, etc) in the excerpts both on the tooltip, and also on the Events List page (where their are excerpts for each event.
I had also determined that Event Cal is using a custom excerpt function (other excerpts on our site show html), but I can’t figure out where the function is stripping the html out.
I tried making the change noted above, and uploading the updated file to tribe-events/functions/template-tags within my theme. Did I not upload it to the right place, or am I trying to do something different? I didn’t think wp_trim_words removed html.
Thanks!
- This reply was modified 9 years, 7 months ago by Nancy.
OK, i think I had a break through!
Just checked and we were overriding the list-widget.php to add venue, city & state … I’m guessing things changed with the latest release so that old widget no longer worked. When I rename the tribe-events folder in the theme, i get the right information.
Will this code still get me what I need if I modify the NEW widget?
<br /> <pre><code><div class="venueinfo"><?php echo tribe_get_venue(); ?> <?php if (tribe_get_venue()){echo ',';} ?> <?php echo tribe_get_city(); ?> <?php echo tribe_get_state(); ?></div>edit: YES! i added this code to the new widget, and placed it in my tribe-events/widgets folder in my theme, and it works like a charm.
Leaving this solution here for posterity to help anyone else who has this problem.
By the way, it would be awesome if including the venue/city/state was a standard option on the widget 🙂
It’s happening on every page on the site, including the home page, and the blog page.
Here is a blank page http://iamadambauer.com/3128-2/
The other widgets in the sidebar are just text widgets, but just to be sure I pulled them out of the sidebar and the problem still occurs.I’ve move all other plugins to a temp directory, and reloaded, and problem still occurs.
I’m hesitant to switch out the theme in the middle of the day, but it hasn’t changed since 3/2014. I can look at the theme files, what would I be looking for that could overwrite your loop?
I guess it is possible that it has been going on longer than the latest release, but the client just noticed it.
Forum: Plugins
In reply to: [Posts to Newsletters] Plugin conflict with 'The Events Calendar'Hi Pllum,
We are looking at using this for Tribe’s events calendar as well. When is the next update scheduled?Not sure if this will help everyone, but it helped me.
Oddly enough my issue seemed to be that I wouldn’t receive the email if the recipient had a gmail address (as far as I can tell). So be sure to test with various submitter email domains, to see if that makes a difference.
This is what I did to fix it.
As mentioned above, I set the Additional Headers.
Example:
Sender: [email protected]
Reply-To: [your-name] <[your-email]>I ALSO set the From to
Contact Form <[email protected]>
With “Contact Form” being what ever you would like, and obviously an email address for your site.
(it would not work as long as I left it as [your-name] <[your-email]> )I think the phrase “Actions with a selected image”
as a title confused me.
I didn’t understand that selected image was an image that I would choose in another step. ‘Selected’ sounds to me like I *already* have an image selected, and now i’m going to do something with it.Something like “Set featured image to an image I choose” and “Set featured image to multiple images” would have made more sense to me.
Instead of “Actions without a selected image” I would split those up into two lines, and specifically say ” Set the first post image as featured image.” as a heading.
Hope that helps!
Forum: Plugins
In reply to: [Seamless Donations is Sunset] Giving amount list customizeI’m not the developer, but I found that answer here:
http://allendav.com/2014/03/06/how-to-customize-giving-levels-in-seamless-donations/worked for me.
Thanks, I was just concerned that it looks like there are some pretty straightforward questions out there from other users that haven’t been even acknowledged for a day or so.
I think my main question is first and foremost around making sure i have a clean install, as perhaps some of the other issues I’m seeing are due to some sort of corruption, so if I need to provide some priorities, I’ll go back and add that.By the way, one of the reasons we chose your product was your quick response time on the WP site with our initial questions when evaluating the product, so I was just surprised that it looks like your response time is much slower on your boards.
Ok, I have reposted it there, but I’m trying to get this set up today, and it looks like most of the other support requests have not been replied to in the last few days in General User Discussion. (and i’ve been very impressed with your quick response time to questions here on the wordpress site, thank you!) Is there a support email I could send to, or a way to open a ticket, so I can get a response relatively quickly?
So I should just repost this there?
OK, So since Image 1 wasn’t showing up it figured the install might be screwed up, I went back and reinstalled the plugin again. I’m now seeing image 1 showing for the video (yay!) but I’m still seeing the “</>” (which I don’t get what you mean that this is a button?) but it doesn’t do anything when you click it.
A second weird thing: Which the giving Levels are listed out, it shows the name of Level 1, with the Long description for the *project*, then the name of Level 2, with the *Long* description for the *level*. Is this expected behavior? I would think it would show the short description of the levels in both cases.
Here is the link: http://shyamdasfoundation.com/new/projects/my-test-project/
?Is this the best place to ask these questions? I couldn’t find a support area on your site, but i could have missed it.
I just downloaded 1.4.2 . I DID add image 1 (which is what I thought I was supposed to do).
Forum: Plugins
In reply to: [IgnitionDeck Crowdfunding Platform] Shortcodes?Thanks, that is very helpful.