pwarwick
Forum Replies Created
-
Forum: Reviews
In reply to: [Query Wrangler] Perfect!By aggregating I mean sorting and grouping rows and then calculating totals, averages and other calculations on selected fields. By joining, I mean combining rows from different nodes on one of more common fields. Also my views could create tickers (scrolling rows.) And as said, I could create JSON files that I used in javascript to create dynamic graphics.
These were all different modules but I couldn’t find anything that would do things like that and I imagine it would be too big a task for one developer to undertake.Forum: Reviews
In reply to: [Query Wrangler] Perfect!Does it do the things that Drupal Views does? For example aggregating and joining nodes? I have views that do that and also some that export Json files. I couldn’t transfer a Drupal site to WordPress because I needed that functionality.
Forum: Fixing WordPress
In reply to: is there a default limit to login attempts?I discovered that I had been redirected to a different wordpress site. The problem problem is that subdomain hasn’t been registered.
Forum: Plugins
In reply to: [Query Wrangler] Can I use Query Wrangler with any webform?The other thing I need to replicate my Drupal views is to be able to create a page which contains either csv and json data.
Forum: Plugins
In reply to: [Query Wrangler] Can I use Query Wrangler with any webform?I looked at the fields when I was trying to build the query but all I saw was ninja_forms_form
BTW, it would be nice if your field selection included a search function like Drupal does.
Forum: Plugins
In reply to: [Query Wrangler] Can I use Query Wrangler with any webform?Since, it looks like it does not save them as posts. Do I have any other option?
Forum: Plugins
In reply to: [Query Wrangler] Can I use Query Wrangler with any webform?I do not see any posts or pages but I see a list of submissions. Is that what you mean? (I’m just a beginner at advanced wordpress features)
Forum: Plugins
In reply to: [Code Embed] Intermittent error when embedded code does not executePlug-in is working properly now. User error.
Forum: Plugins
In reply to: [Code Embed] Intermittent error when embedded code does not executeForget that … I copied this code back to the Drupal page and it stopped working although they were identical to begin with. I’ll see if I can figure out what is broken.
Forum: Plugins
In reply to: [Code Embed] Intermittent error when embedded code does not executeI understand your point BUT the script works in Drupal and it worked without problem until I made some changes to the non-script code. What do you suggest could be the problem?
Forum: Plugins
In reply to: [Code Embed] Intermittent error when embedded code does not executeI used TextWrangler to compare both embedded script and the source script and they are identical.
Forum: Fixing WordPress
In reply to: Sidebar link to page goes to the PostsIt looks like the “Posts Page” was significant … I created a new Page and it now behaves as I intended.
Forum: Fixing WordPress
In reply to: Redirecting URL to a subdirectory – brokenI have restored my site to working by using mydomain/wordpress and setting siteurl and home to mydomain/wordpress/ but what SHOULD I have done.
Forum: Themes and Templates
In reply to: [onetone] Images blurry on iPadI’m having a similar (but worse) problem with a Vysuals theme which is supposed to be responsive but is beyond blurry. It zooms in so much that the screen is grey.
Forum: Fixing WordPress
In reply to: Warning: Cannot modify header information – headers already sent byI guess the site was hacked. I found the script in the index.php file and removed it. Now the site validates correctly. I will have to find out how it got hacked in the first place.