hollowjack
Forum Replies Created
-
I use SEO Ultimate, which gives me the option to set a title tag when I’m creating a post or page. I was using it along with WP Facebook Open Graph protocol before the update and it was working fine. Thanks Andrew.
Hi Andrew. Thanks for checking in. Two issues (probably stemming from the same source):
1. When someone likes a particular post, it shows up on Facebook WITHOUT the title tag. So if you like any post on beachedmiami.com right now, it’s going to show up on your FB wall as “Beached Miami” instead of, for example, “Miami Music Guide | Beached Miami” — which is what it used to do before the update.
2. The thumbnail image when you like something is not the featured image or even the top-most image. It’s a seemingly random image from the post or (worse) from the sidebar. This is an issue I had before installing this plugin. In fact, that is why I installed the plugin.
This is the error message I get when I try to load the aforementioned pages:
Fatal error: Maximum execution time of 30 seconds exceeded in /home/ineedafi/public_html/beachedmiami.com/wp-content/plugins/seo-ultimate/modules/internal-link-aliases/internal-link-aliases.php on line 273
Update: I disabled the Link Mask Generator module in SEO Ultimate and those pages are now opening without a problem. I still have the FB OG issues.
Hi Chuck. I’m having a similar issue (with added wrinkles) since the update. The first thing I noticed was that two pages on my site (www.beachedmiami.com/music-guide and /instapix) would not open. After loading for a while, I got an error message about my SEO plugin, SEO Ultimate. When I disabled SEO Ultimate, the pages worked but that wasn’t a good fix. After reading this thread, I reactivated SEO Ultimate and deactivated your OG plugin — those pages started to work again, but of course that’s not a good fix either.
In addition to the issue with those two pages (and perhaps more that I haven’t yet discovered), I am also having the title tag issue that I wasn’t having before the update. Do you have any advice? I’m not well versed in dev or programming … Thanks for your help.
Thanks for your reply, Dennis. The color change is a good idea.
Forum: Plugins
In reply to: [Event-O-Matic] [Plugin: Event-O-Matic] Insert text *above* [eom-listings]Thanks for the update Matthew. The issue I’m having now is that I hacked the hell out of the first release (out of amateurishness on my part, to be sure), but the hacks reappear now that I’ve updated. You can see that my events page does not look right on my staging site: http://www.miamibeached.com/events/
When I reinstall the latest version, it seems to retain the hacks I made on the original. Any idea how to permanently delete event-o-matic so that when I install latest version it’s brand new?
Forum: Plugins
In reply to: [Event-O-Matic] [Plugin: Event-O-Matic] Get rid of gmapsGot it. Thanks Matthew.
Forum: Plugins
In reply to: [Event-O-Matic] [Plugin: Event-O-Matic] Get rid of gmaps“Are you referring to the display of the google map at the bottom of each event posting?”
Yes. I know how to remove the display of the map — but I don’t want any of its code to linger, particularly any javascript.
So what would the code be if I DON”T want the widget to show up on the post ‘podcast-9’, DON”T want it to show up on page ‘events’, and DO want it to show up in the category ‘bike-miami’?
Very much appreciate your help. I’ve confused myself thoroughly at this point.
SCratch that last question. I basically want to know why the following code isn’t working.
!is_single(‘podcast-9’) || !is_page(‘events’) || is_category(‘bike-miami’)
Right now the widget shows up everywhere.
I want a widget to show up on
1. All post pages EXCEPT its own post page (“/bff-miami”)
2. Its own category page (“/category/bike-miami”) BUT no others
3. All pages EXCEPT one specific page (“/events”)What is the most concise way to do this in widget logic?
So far I have this, but it doesn’t keep the widget off other category pages.
!is_single(‘bff-miami’)&&!is_page(events )&&is_category(‘bike-miami’)
Thanks Amandato!
Actually, see the identical issues described above at the following links.
Here is the post page: http://www.beachedmiami.com/2011/02/24/podcast-7/
Here is where you can currently find the excerpt: http://www.beachedmiami.com/page/5/
Thank you for any help on these issues!
Forum: Plugins
In reply to: [SEO Ultimate] [Plugin: SEO Ultimate] Styling More Linkmany thanks!
Forum: Plugins
In reply to: [SEO Ultimate] [Plugin: SEO Ultimate] Styling More LinkThis is a staging site: http://www.harleykitty.com/
The plug-in allows customization of the more-links and some plugins facilitate CSS styling.