CallMeAndy
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: code works on localhost – white screen on production siteApologies if this caused you a problem Esmi. I realise that the version is old but as this seems likely to be an environment problem rather than a WP problem I have doubts that the version will be relevant and I had hoped the OP might be able to throw me a bone.
Also as I am sure you are also aware visitors to this forum do not re-read the welcome message every time they visit and unfortunately mere mortals do not realise they have forgotten some of the detail of what they read earlier. But I promise I will try to keep it up there in the grey matter for the next visit.
Thanks for your help!
Forum: Fixing WordPress
In reply to: code works on localhost – white screen on production siteCurious if you ever resolved this as I have the same or similar issue in reverse – white screen on localhost, fine on production site. Duplicated plugins, and in fact duplicated everything as far as I can see with Duplicator plugin. However removed plugins on localhost and no whitescreen – everything working again. For me the issue is not working out which plugins are causing the issue, its about how to unify the behaviour. Preferably for the moment so that localhost bypasses issues as presumably production is doing.
Thanks.
Forum: Plugins
In reply to: [Auto Insert Title To Link] Only works with visual editor?I don’t think its working 3.8.1 at all.
Forum: Plugins
In reply to: [Grab & Save] I think the plugin is KapputMy Bad. Not having used it for a long time I forgot it is only accessible from the Add Media button in the editor, not from the Media Library dashboard menu item or the Add Featured Image part of the editor.
So my apologies!
Forum: Fixing WordPress
In reply to: Removing or Hiding Dysfunctional ShortcodesThanks so much Andrew – not sure why I didn’t think to look for a plugin myself – anyway yes that is still cool for 3.8.1
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] List Items WidgetHave tried it as is above and it is still not working. Will have to move away from this issue for now as time dictates.
The problem I have to move onto still relates to your plugin however Josh so hopefully you will be able to put me in the best direction regarding Filtering on Taxonomies and is covered in separate post!
In case anyone else has similar problems my workaround was to rely on CSS If it helps anyone then:
added this to CSS
div.pod-database-entry{ white-space:nowrap; overflow:hidden; text-overflow: ellipsis; -o-text-overflow: ellipsis; width: 100%; } div.pod-database-entry img{ width:32px; height:32px; margin-right:10px; vertical-align: middle !important; } div.pod-database-entry a{ vertical-align: middle !important; }and this was in the custom template fro the widget:
<div class="pod-database-entry" ><a href="{@permalink}"><img src={@post_thumbnail_url} />{@name} </a></div>Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] List Items WidgetSorry about the overlap – this was due to the latter test after starting a re-edit. So no this is not the issue.
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] List Items Widgetthumbnail tried also calling it image and then after this prompt changed it to more likely unique podimg but the results were the same in all instances.
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] List Items WidgetI am going to be able to presumably work around the issue using CSS but just for the record I am using File/Image/Video Field Type, would that be correct?
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] List Items Widgetso this is what I am getting:
<img src={@post_thumbnail_url.32x32} />
is returning the featured image seemingly limited by the size of the containing div and or section, that is, it is not scaling.
<img src={@thumbnail_url.32x32} />
returns src=http://adventurebod.com/ (incomplete of course) as does .thumbnail as per your last suggestion, and indeed just plain @thumbnailForum: Plugins
In reply to: [Pods - Custom Content Types and Fields] List Items WidgetI have now tried this with all other widgets deactivated and across other themes including 2011, 2013, Celestial – Lite and my preferred theme was Suffusion.
Its the same everywhere!
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] List Items WidgetThe above related to Custom Post Type I have now tried it with Advanced Content Type specifying a thumbnail field and I uploaded a file for it through the pod mechanism.
In custom template on the widget I have<a href="{@permalink}">{@name}</a> {@thumbnail}And the output is a string filespec for the jpg.
Additionally the permalink is not going to the correct url. I have the widget employed in a category page and it is trying to route me to http://adventurebod.com/activities/horseriding-holidays-in-the-high-atlas.
permalink is working on the Custom Post Type.
its not a production site! simply for test purposes.
CheersForum: Plugins
In reply to: [Pods - Custom Content Types and Fields] List Items WidgetThanks Josh but neither of those are working, all the widget is presenting is the title and link!
As a slight aside but relevant for testing if others are working, I’m curious about the identifiers, I realise perhaps some are originating in the plugin but I think I read in one of your tutorials that some of the magic tags originate in WordPress core – any link? (I’m not familiar with them)
Sorry it has taken a long time to revisit this problem. I had left it installed but the thing was churning away on feed-to-post mode as drafts. I was expecting I would have to remove it altogether as I have never had the time to get to the bottom of the problem. And frankly still have not .
However to my surprise all issues reported about links being taken from other posts, and making an unusable mess of the whole thing have mysteriously evaporated.To my recall the only thing altered in this time was the WP release. But its possible there was a plugin upgraded that I don’t recall. So not really a definitive answer but at least as far as I am concerned the product is usable again.
So sorry for the grief this question might have posed in that I never really was able to deliver on isolating the cause.
All the best,
Andy SeabrookForum: Plugins
In reply to: [WP RSS Multi Importer] Feature Suggestions: Feed Authors & Global CategoriesI understand what categories are in respect of both WP and your plugin.
I dint follow about:
>the plugin needs 1 category for the shortcode and for the default images
>Because I thought the context of this thread was talking about feed-to-post and using categories defined on the blog in which case why cant the shortcode pull posts from the blog where blog-category=blah and custom_field rssmi_source_link != “” or null (whichever is appropriate)?