Chris
Forum Replies Created
-
Forum: Plugins
In reply to: [Featured Image from URL (FIFU)] Can you hardcode an image?Sorry for delay.
In the External Featured Image field in a post, I would enter something like https://www.boots.com. Is there a way I can always append https://s.wordpress.com/mshots/v1/ to the beginning of whatever appears in the field?
Forum: Plugins
In reply to: [Latest Tweets Widget] Formatting – Removing time stampThanks Tim. I had looked at that, but was unable to decipher which bit I needed to adjust or do what with. Not to worry.
Forum: Plugins
In reply to: [Custom Post Type UI] Displaying Custom TaxonomiesMany thanks for the reply. Managed to get it working using;
<?php echo get_the_term_list( $post->ID, 'celebrity', 'Celebrity: ', ', ', '' ); ?>
Forum: Plugins
In reply to: [Cookie Control] [Plugin: Cookie Control] Unable to accept/closeI’ve not got any cache taking place on this website, so that’s not to blame. If you look at the cookie being placed by civicShowCookieIcon, what domain is placing it?
Mine is .www.xmaselves.co.uk when I suspect it should be the domain but without the leading .
Is yours the same?
Forum: Plugins
In reply to: [Cookie Control] [Plugin: Cookie Control] Unable to accept/closeI’ve got it to close now… this was because I was using an old version of JQuery. Changed my theme to point to the latest release from the JQuery website.
However, now the Cookie Control opens on every page. Even when you click on I Am Happy With This… it will close, but on opening another page, it will open the popup again.
I’ve checked the cookies on the website and on reads;
Name: civicShowCookieIcon
Value: yes
Domain: .www.xmaselves.co.uk
… not the domain has a . at the beginning. Would this be at fault? Not sure where I can change this. Any help muchly appreciated.Thanks
Forum: Plugins
In reply to: [Cookie Control] [Plugin: Cookie Control] Unable to accept/closeBy the way, the website I am testing it on is;
https://www.xmaselves.co.ukTurns out that commenting out line 676 of WikiEmbed.php has made it work again.
// $wiki_page_body = mb_convert_encoding($wiki_page_body, 'HTML-ENTITIES', "utf8");
Forum: Plugins
In reply to: Feedwordpress and Blogger.comHi
I too am having the same problem as described above. Did you find any way, or is there an alternative plugin/scraper that will import the feed from a Blogger.com into a WordPress blog?
Thanks