aderojas
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Share Buttons Adder] Shortcode to place buttons in theme template?That seems to work, thanks!!
It would be great to have the hiding option in the plugin interface, something like:
Placement:
-After
-Before
-Both
-Use shortcode.Cheers!
Found the problem: conflicting Sitemap plugin and 404 error issues. We still can’t access the sitemap from our website, but Google Webmaster Tools shows everything in place.
Cheers.
Forum: Plugins
In reply to: [Responsive Select Menu] Selectively Activate Theme Locations not workingHey Chris,
I’m sorry I couldn’t check this fix earlier, it works. The theme was using the menu name instead of the location.
Thanks!
Forum: Plugins
In reply to: [Simply Instagram] CSS StylingThanks Andreas! I just was nesting the CSS under the incorrect class. It works like a charm now!
Forum: Plugins
In reply to: [Responsive Select Menu] Selectively Activate Theme Locations not workingThanks @sevenspark, could you give me an example of how that call should look? The theme seems to be working fine with the menus.
Cheers.
Forum: Plugins
In reply to: [Simply Instagram] Open images in Instagram siteAgree! It would be great to link from the author name or form somewhere inside the gallery to the original page. It would help A LOT with copyright issues.
Forum: Plugins
In reply to: [Simply Instagram] CSS StylingHi there,
Kind of the same question here, how can I edit the CSS to change the layout?
Cheers!
Hi mordauk!
Just wondering if it would still be inside a “simple” idea to show the address with the map-pin, just so when using the plugin you don’t have to write the address somewhere else for people who just want to read it.
Thanks!
Forum: Fixing WordPress
In reply to: Change Custom Post Type Slug, then REDIRECTThanks Dhanukanuwan!
We discovered we had something else going on with the redirections so we are going to wait to change it until we redesign the site, but this definitely helps!
Forum: Fixing WordPress
In reply to: Change Hello World and Sample Page in address barYes, best way will be deleting and posting the new one. Although you should have the option to change the link right under the title field when editing the page, as with posts, right?
So, I found that Jetpacks’ Sharedaddy was adding another meta og:description to the header. I have gone to the plugin file “sharing-sources.php” and deleted this whole function:
‘public function display_header() {
if ( $this->share_type == ‘share’ ) {
// Set the open graph description, otherwise Facebook may pick up some random text from the page
global $post;if ( $post && $post->ID > 0 )
echo ‘<meta property=”og:description” content=”‘.esc_attr( apply_filters( ‘sharing_post_title’, $post->post_title, $post->ID, $this->id ) ).'” />’;
}
}’So the second meta og:description doesn’t appear anymore, but apparently Facebook still gets the wrong description from somewhere. Any ideas?
Thanks.
Forum: Fixing WordPress
In reply to: Facebook not picking up post or blog description when sharingThanks 😉 No idea what “echo PHP code means”, though!
The problem is that if I add those tags by hand into the header, then when I use the plugings to share on facebook (I can’t just code that) I feel they are going to either overwrite them or duplicate the tags. Also, when I write an specific description in the SEO plugin I want Facebook to pick that, instead of the default description. It works with Google.
I understand what All in One SEO ads is my fault, but the default Jetpack Sharing plugin should have this solved!
Forum: Fixing WordPress
In reply to: RSS Error – The feed could not be foundI have the same problem now. I can put the feed in my wordpress.com blog without any problems, but i get this error when trying in my own server installation. The people from the newspaper I’m getting the feed from says is not their problem, and actually it works, so I guess it’s something failing in WP-2.8