amycarolyn
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Query Search Filter] Search Terms BlankThanks! I did try this. With one of the dropdowns empty I get:
Search Result for Food & Beverage,,wqsfcmfall
Do you know what I might have done wrong?
Thanks again for the code sample.
Forum: Plugins
In reply to: [jQuery Colorbox] [Plugin: jQuery Colorbox] How do you group inline content?Did you end up deciding to add this functionality? There are plenty of similar plugins that open inline content but I’m having trouble finding one where I can group them with previous/next links. Thank you.
Not when the map is set to 250px wide by 185px high, it’s cut off. Mac OS Safari and Firefox and Windows 7 Chrome, Safari, Firefox and IE. I hoped it could pop over and extend beyond the edge of the map but it doesn’t sound like that’s possible. I can just look for another solution…
Forum: Plugins
In reply to: [SM Gallery] [Plugin: SM Gallery] Thumbnails seem to be brokenDarn! I have been searching for this exact set of features for hours but I am getting full size images for the thumbnails too.
Forum: Plugins
In reply to: [SEO Smart Links] [Plugin: SEO Smart Links] Problems with headingsI had this issue as well. The setting won’t allow classes or inline styles on headings.
Forum: Plugins
In reply to: [Plus One] Missing Quote in tagFixed in the latest update. Thanks!
Forum: Plugins
In reply to: [SEO Smart Links] HTML Error in LinkChanging the instructions from
vladimir prelovac, https://www.prelovac.com/vladimir
cars, car, autos, auto, https://mycarblog.com/to
vladimir prelovac,https://www.prelovac.com/vladimir
cars, car, autos, auto,https://mycarblog.com/Will help users avoid the space issue.
My error ended up not being related to that. When you check the Prevent linking in heading tags box, the plugin interferes with any inline styles a user might try to add to a heading and outputs something like this:
<h2 style=”\”text-align:center;\””>
Forum: Plugins
In reply to: [Event Calendar] [Plugin: Ajax Event Calendar] Most Recent EventsThanks for this Eran! In my current work environment we have a no plugin edits rule, I think I can make do until your next update. Amazing response time on this.
Forum: Plugins
In reply to: [Event Calendar] [Plugin: Ajax Event Calendar] Most Recent EventsThe next 4 upcoming events (or whatever number) as opposed to choosing all events in a specified timeframe (like in the widget). So that I don’t run into the section having anywhere from no posts to 100 posts depending. I had been using another calendar that is very buggy, this one is so much nicer!
Forum: Plugins
In reply to: [AJAX Calendar] [Plugin: AJAX Calendar] Upcoming Events widget displayI agree and was just researching if this was possible, like maybe with a PHP include instead of using the widget… but an option in the widget would be okay too. The number of events in the upcoming month could vary from 0-75!
Forum: Plugins
In reply to: Slideshow Gallery 2 Plugin Causes TinyMCE editing toolbar issueThanks for posting. I just noticed that the Tiny MCE editor disappears and am pretty disappointed. Also, HTML shows up in Visual View and the page where you add your gallery shows the comment box event if you have comments disabled on that page.
I will check out your recommendation for the alternative.
Forum: Plugins
In reply to: [List category posts] Custom Field Display without Label?I do have it currently coded using PHP from the WordPress Codex, but it would be easier if I could just use the plugin like I normally do because of the special sorting needs I’ve got, relating to the category and the sorting of the posts. Just thought I would post to the plugin forum to see if there was a way. This particular plugin prints the custom field label AND value and I just wanted the value.
I can’t post the actual link, I could post the code but I’m just trying to find a plugin specific tidbit. Did I post in the wrong area? Thank for your response!
Forum: Plugins
In reply to: [List category posts] [Plugin: List category posts] Sort by CommentsI got it to sort by comment count with orderby=comment_count.
My theme uses get_the_image to grab the first image in the post. Does anyone know how can I apply that in a template instead of having to assign a Featured Image?
Hey, thanks for working on this! I also wanted to display custom fields as opposed to filtering. Displaying the custom fields is great for posts that are job listings (category list would display title, company, location), or book listings (category list could display title, price, ISBN)… things like that.
I’ve done this on the category pages using PHP within the loop, however your plugin is so useful for content managers to use and also for layouts that require more flexibility (no building a bunch of different templates for each page type).
Thanks again!