dangrgal
Forum Replies Created
-
Forum: Plugins
In reply to: [List category posts] posts_morelink doesn't work with a custom templateActually, I figured part of it out. I’ve been using this plugin since before this option was added and hadn’t updated my custom template.
Adding this code to my custom template adds it to every item:
//Permalink:
$lcp_display_output .= ‘ID).'”>Read more‘;However, it doesn’t fix the issue with the shortcodes not working.
Forum: Plugins
In reply to: [List category posts] posts_morelink doesn't work with a custom templateI’m having a similar problem with both the posts_morelink and morelink. Neither are working. I am using a custom template and version 0.30.3 of the plugin.
Forum: Plugins
In reply to: [Theme My Login] too many redirect loopsI’m getting same error when I try to access the login page:
Error 310 (net::ERR_TOO_MANY_REDIRECTS): There were too many redirects.
I’m using version 6.3.2 of Theme My Login and WP 3.5.1. The plugin interface has changed with this last upgrade, so the previous fixes listed in other threads don’t seem to apply.
Forum: Fixing WordPress
In reply to: Theme My Login Too Many Redirects ErrorThanks!
Forum: Fixing WordPress
In reply to: Facebook Meta Tags Not WorkingAnyone? Bueller?
Forum: Fixing WordPress
In reply to: Facebook Meta Tags Not WorkingRather, it pulls the first image in a post (not the featured image) and puts the URL in the og:image meta tag.
Forum: Plugins
In reply to: [AutoChimp] AutoChimp UserMeta FieldsI haven’t been able to find Register Plus Redux Extra Fields in the WordPress plugin directory. I’d very much like to use AutoChimp, but if it can’t sync custom extra fields then I have to find something else. I was willing to switch from CIMY, but can’t find Register Plus anywhere to download it.
Forum: Fixing WordPress
In reply to: wp_loginout() not showing as logged in with Theme My LoginIt seems that the only user account that can login is the admin that was created on install. Anybody?
Forum: Fixing WordPress
In reply to: wp_loginout() not showing as logged in with Theme My LoginI deactivated Theme My Login to see what would happen. Now I can login and the homepage shows my logged in status correctly, but any other page does not.
Forum: Fixing WordPress
In reply to: Displaying Custom Post Type Meta Data in SidebarAnybody?
Here’s the code I’m using in my sidebar:
Also, here’s the part of my custom post type where I create the data information:
Here’s the site URL: http://www.lisapaitzspindler.com/clwilson/
In the far right sidebar I can echo the whole of the events_meta that shows up in the admin, but I just want the data from $when and can’t figure out how to do that.
Forum: Plugins
In reply to: Custom Post Type Meta Box Data SavingI didn’t know I needed to use pastebin…
I’ve discovered that my problem is with my input type as a text field where the tutorial uses a textarea. Can someone tell me how to do this with a field instead. Here’s my code with a textarea:
Thanks in advance.
Forum: Themes and Templates
In reply to: Custom menu helpA custom post type shows up as a meta box in the custom menus, right? Could I use that to show all posts of a certain custom post type?
Forum: Themes and Templates
In reply to: Custom menu helpI’m interested in using custom menus this way as well because I have to use custom menus with the jQuery Vertical Accordion Menu: http://www.designchemical.com/blog/index.php/wordpress-plugins/wordpress-plugin-jquery-vertical-accordion-menu-widget/
I want to list the three most recent posts in a particular category. Can you recommend an alternate way of doing this? With a custom menu, I have to manually pick the posts that should display in the menu rather than having them display automatically based on date. I’d prefer not to have manually update my menu so often, so am definitely looking for suggestions.
Forum: Plugins
In reply to: [Share Post] [Plugin: Share Post] Can't activate plugin@linksku: Thank you so much for taking a look at my problem.
I added a footer to my theme and also added <?php wp_footer(); ?> to my footer.php and it seems to be working now.
The only remaining issue I have is that there’s a background color on the Facebook part of the horizontal layout:
http://www.lisapaitzspindler.com/2010/12/16/danger-gal-friday-quorra/
Since my site has a dark background, I tried changing it from light to dark in the plugin code below, but that didn’t affect the background:
$fburl= $url.’&layout=’.$vh[2].’_count&show_faces=false&width=71&action=like&colorscheme=light&font=arial’;
if (!$is_IE)Forum: Plugins
In reply to: [Share Post] [Plugin: Share Post] Can't activate pluginThanks for trying to fix this. I do have Javascript enabled. I’m using Firefox on a Mac, but it’s not working on a PC in IE either.
You can see what’s happening at the bottom of this post:
http://www.lisapaitzspindler.com/2010/12/16/danger-gal-friday-quorra/
Thanks!
-L