branden.espinoza
Forum Replies Created
-
Forum: Plugins
In reply to: [CalPress Calendar] Subscribe button doesn't work for meSame problem
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] No upcoming events?Bump. I have the same issue…
Actually, the widget will not “remember” any category/tag/event filter information I place in its settings.
All I see is the widget name, “There are no upcoming events”, Subscribe/Google Calendar buttons, and View Calendar.
If I click view calendar, I get a 401 error. The url is
domain.com/events-calendar/cat_ids~Array/post_ids~/tag_ids~/btw, I’m also using vantage theme.
Forum: Fixing WordPress
In reply to: Facebook sharing post URL instead of the homepage address!btw, here is my og code:
`<meta property=”og:title” content=”<?php the_title(); ?>”/>
<meta property=”og:description” content=”<?php
if ( is_singular() ) { echo the_excerpt(); }
else { print ‘The Online Magazine for sailors looking for awesome stuff.’;}
?>”/>
<meta property=”og:url” content=”<?php echo the_permalink(); ?>”/>
<meta property=”og:image” content=”<?php
if (is_singular()) { wp_get_attachment_image_src( get_post_thumbnail_id($post->ID), ”, ” ); }
else { echo “https://www.lazysheet.com/wp-content/uploads/2011/12/logoforfacebook.jpg”;}
?>”/>
<meta property=”og:type” content=”<?php
if (is_singular()) { echo “article”; }
else { echo “website”;}
?>”/>
<meta property=”og:site_name” content=”<?php bloginfo(‘name’); ?>”/>
<meta property=”fb:admins” content=”17824777″ />
<meta property=”fb:app_id” content=”172336539528722″ />`Forum: Fixing WordPress
In reply to: Facebook sharing post URL instead of the homepage address!Nope. That didn’t fix it. Now it is just redirects to the new post, unlike ideafaktory. Any thoughts?
Forum: Fixing WordPress
In reply to: Facebook sharing post URL instead of the homepage address!I’m having this same exact error. Tried pasting the http-equiv meta element, but to no avail. I’m creating a new post now, to see if it clears the problem.