Alison Barrett
Forum Replies Created
-
Forum: Plugins
In reply to: Undefined function is_rtl()I’m sorry I didn’t get this fixed sooner. I updated my blog tonight with a fixed version of the plugin.
http://alisothegeek.com/2012/07/updatedfixed-tinymce-custom-styles-dropdown-plugin/
Thanks, Marco, for the tip on the init hook.
Sorry to say I haven’t been on this project for a few months now. I no longer work with that company.
I wish I could help more.
No problem! Happy to help.
Hi jsox,
You can customize the number of items displayed in the list any time the list is displayed. In the widget, it’s an option in the widget options panel; in the shortcode, it’s a parameter (
[social-media-mashup count="5"]) and in the template tag, it’s a parameter (social_media_mashup(5);). There is no maximum number of items you can display other than the number of items that exist in the RSS feeds.Thanks for downloading the plugin!
Thanks for this fix! Worked like a charm.
Forum: Fixing WordPress
In reply to: Media Attach – Search returning no results.Same thing here. I’ve tried everything I can think of: pasting in searchform.php from a site where it works fine, building test posts and pages that I know have certain content I’m searching for, even switching back to the Twenty Ten theme. Still zero results.
Forum: Plugins
In reply to: [Plugin: SimpleMap] v1.1.5 Doesn’t work for WPMU 2.8.5 No search results.SimpleMap does have some issues with WPMU that I haven’t been able to iron out yet. I’ll add that info to the website & the readme.
Forum: Plugins
In reply to: [Plugin: SimpleMap] Search Results do not appear.Can you post a link to your map page so I can try to troubleshoot the problem?
Thanks!
Forum: Fixing WordPress
In reply to: No posts found in admin and SafariI know this is an old topic, but I just had this exact same problem. This is how I fixed it:
I signed in to phpMyAdmin and downloaded a backup of my wp_posts table (just in case!). Then I went to “Operations” and clicked the “Repair Table” link at the bottom of the page. It took less than a second and my table was fixed. After that, my posts showed up everywhere they were supposed to.
Forum: Plugins
In reply to: [Plugin: Maintenance Mode] Uploaded 503 page, doesn’t displayHi Elemsee,
The way I was able to use the 503 page with this plugin is by adding a “503.php” page to the theme I was using. Then it uses that page instead of the default message.
Hope this is what you needed!
-AlisonForum: Plugins
In reply to: [Plugin: SimpleMap] Didn’t work for meI’m working diligently on the beta right now, to make it into a stable 1.2 release. The add locations/database backup problems are on my radar.
I recommend downloading version 1.1.5 (click on “Other Versions” in the sidebar of the download page) and trying to revert to that. You’ll have to go into your database and delete the two tables from the plugin (wp_simple_map and wp_simple_map_cats) before you install 1.1.5.
Forum: Fixing WordPress
In reply to: Does nextpage tag insert a “Read More” link on index.php?Thanks so much for your help!
I have made a lot of themes in the past couple of years, but this is the first time I went through every item in the Theme Development Checklist to make sure I covered all my bases. Paginated posts was just a base I had never covered before!
Forum: Fixing WordPress
In reply to: Does nextpage tag insert a “Read More” link on index.php?If it’s supposed to print that link, I don’t know what I’m doing wrong. I am not getting a “Read More” link on that post when I’m on the home page. I thought it was my code, so I switched to the default theme (Kubrick) and I’m still not seeing a link.
On the home page in both themes, I do get a “Read More” link when I use the
moretag, just not on the paginated post.Do I need to insert a
moretag right before my firstnextpagetag to get the link to show up? Right now, that’s the only thing that makes it work.Forum: Fixing WordPress
In reply to: Does nextpage tag insert a “Read More” link on index.php?Hi Esmi,
Thanks for your quick reply. I am using
wp_link_pages()on single.php but not within the loop on index.php. I do get the numbered page links when viewing the single post.On the home page, index.php, I need to know if
the_content('Read the rest of this entry »');will print that “Read More” link for paged posts as well as posts with themoretag.Forum: Plugins
In reply to: [Plugin: SimpleMap] Didn’t work for meThe plugin really wasn’t designed for multiple maps with different locations. The programming just isn’t there in the plugin to make that kind of usage work.
I’m really sorry that SimpleMap doesn’t fit what you need, but there are a lot of other really great Google Maps plugins out there that can spit out a single-location map pretty easily.