Orpian
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Facebook Open Graph protocol] Can't choose from imagesHi Chuck,
Thanks for the reply! I know he does pick the first wide image (which acts as a featured image) but I would like to choose from the other pictures in the post (see at the bottom)
Any solution how I should fix that?
Thanks!
Jonas
Forum: Plugins
In reply to: [Simple Share Buttons Adder] doesn't show descriptions on FacebookI have the same problem. When you share with FB, no content is added to the message, the only thing that is in the message is the url of the website. I’ve also installed the open graph plugin, but this doesn’t work..
Forum: Themes and Templates
In reply to: [Fruitful] Remove author link and add categoryOk,
Now I know what I’ve done wrong. I was editing the wrong style.css (needed to edit the fixed-style.css)
Anyone any idea why the categories are not showing up in the footer?
Thanks a lot!
Best regardsForum: Themes and Templates
In reply to: [Fruitful] Remove author link and add categoryHi Stacyduval,
So I’ve made the code change in the style.css, like I mentioned in my first post, but nothing happens. I’ve deleted the line
.blog_post .post-content footer.entry-meta .author-link,
and added below the css the line:.blog_post .post-content footer.entry-meta .author-link { display:none; }
but it still keeps displaying the author.. Also, it doesn’t display the category in the footer. As my site is in maintenance mode, here is a temporary access url: Temporary url
Best Regards and thanks a lot!
Forum: Fixing WordPress
In reply to: Disable clicking on postsHi Andrew,
I’ve created my child theme to make sure I won’t change anything to the original theme. I’m using the Fruitful theme. Unfortunatly, in the main index.php there isn’t such a line like
<h2 class="title"><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php the_title(); ?>"><?php the_title(); ?></a></h2>
which I could then simply edit to disable the links. Any suggestions where I may find this?
Thanks a lot!
Best regards,
Jonas