rpb1001
Forum Replies Created
-
@heavymark, Jason’s written another plugin: https://www.ads-software.com/plugins/postman-smtp/
Forum: Plugins
In reply to: [Contact Form 7 Map Field] Map field attribute input fields don't appearNope!
Forum: Plugins
In reply to: [Inline Google Spreadsheet Viewer] Query debug?OK, many thanks again Meitar.
Forum: Plugins
In reply to: [Inline Google Spreadsheet Viewer] Query debug?Sorry for being such a fool and wasting your time!
I am trying the upgrade. One question: have you any idea how to copy an old form over to a new sheet? Can’t find documentation for that.
Thank you again.
Forum: Plugins
In reply to: [Inline Google Spreadsheet Viewer] Query debug?Many thanks. This line (40) is returning false clearly.
if (preg_match('/\/(edit|pubhtml).*$/', $key, $m) && 'http' === substr($key, 0, 4)) {
Forum: Plugins
In reply to: [Inline Google Spreadsheet Viewer] Query debug?Like this?
query="Select B, Q, T?order by Q desc"
Still not working for me and it is outputting the full range of columns.
Forum: Reviews
In reply to: [Inline Google Spreadsheet Viewer] Great pluginI used an early version and it worked ok. I updated a year later and there was a whole lot of new features which made it easier. The code is clear and so quite easy to customise.
The support is also fast. I hope more people will take the time to rank this highly to reflect the enormous work that has been done to make a plugin that does an amazing task.Forum: Plugins
In reply to: [Inline Google Spreadsheet Viewer] Query debug?pls note that the backticks have been formatted out!
The two examples are shown here. Thank you for an assistance you can give.
https://www.dropbox.com/s/4x5v54e8pve2ec3/Screenshot%202014-11-23%2006.07.33.png?dl=0
https://www.dropbox.com/s/y5rmkiiniugi49g/Screenshot%202014-11-23%2006.08.06.png?dl=0
Forum: Fixing WordPress
In reply to: WP 4.0 Broke Main MenuI’ve seen this now on two sites after upgrading. I have 2 menus registered – a main header navigation and smaller footer navigation. In each case, regardless of what is specified in the menu location section, it is putting the footer in the header AND the footer.
Nothing else changed, only the upgrade.
There’s a bug for sure.
Forum: Fixing WordPress
In reply to: 4.0 Broke my header menusI’ve seen this now on two sites after upgrading. I have 2 menus registered – a main header navigation and smaller footer navigation. In each case, regardless of what is specified in the menu location section, it is putting the footer in the header AND the footer.
There’s a bug for sure.
Forum: Plugins
In reply to: [Contact Form Clean and Simple] Which page was it sent from?Thanks – look forward to seeing it!
Forum: Plugins
In reply to: [Flickr Photostream] Flickr Photostream SetsHi, I don’t know about tags and not able to play with it right now.
First read this.
https://www.flickr.com/services/api/flickr.photos.search.htmlPerhaps you can change:
$f>photosets_getPhotos
for
$f->photos_search
checking which parameters to send.See what comes back by using var_dump and adjust the code that loops through accordingly?
Forum: Plugins
In reply to: [Flickr Photostream] Flickr Photostream SetsHi,
https://dl.dropboxusercontent.com/u/11234119/flickr-photostream.zip
No guarantees.
I suggest you walk through the code and see how the shortcodes are pulled out and what happens after that. It is probably not plug and play.In my template I use this.
echo do_shortcode(‘[flickrps user_id=”96789674@N05″ set_id=”123″ max_num_photos=”50″ no_pages=”true” offset=”0″]’);
or
[flickrps user_id=”96789674@N05″ set_id=”123″ max_num_photos=”50″ no_pages=”true” offset=”0″]
Sorry – I am the fool!
Sure, will let you know if I have inspiration.
Thanks again.Thanks for your swift reply!
I am using row layout, I should have mentioned. I had a look at the HTML and I see what you mean.
Here is the set up https://oi43.tinypic.com/2mmv0og.jpg
Given the distance I would have to drag a new item to reach the top, I’d be happy just to be able to collapse them totally as the click action on the meta bar does even if I have to remember what the content contained is.
Thanks however for the work on this plugin as it remains useful in other situations.