Hi Edward,
I’m a fan of the simplicity of this plug-in however I’m running into an issue which I’ve spent some time trying to resolve on my own.
Theme = digitale-pracht
Plugin = grid
Issue = Any way I try, I am unable to add new container types.
Installation = Followed your guide for WordPress here: https://doc.the-grid.ws/dokumentation/anwender/installation/
Steps Attempted:
Settings>Sidebar support disabled.
Create a new container
Support for Sidebars: None
Denominator: 2
Slot Sizes (divided by a comma): (1,1)
No error message shows, and no new container type is created or available for use.
Perhaps I am misunderstanding something in the directions with regards to how to structure the create new container process.
Can you please assist me gather a better understanding of what I am doing wrong?
Sincerely,
Will
…no space between boxes. Otherwise, the plugin works fine.I’m not the only one in this situation, Cathryn999 already ask for it. Could you find a solution? Thank’s.
]]>Not sure if this is critical (don’t believe so) but: From the logs
www php-fpm: WordPress-Datenbank-Fehler You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1 für Abfrage select count(grid_id) from wp_grid_nodes where nid= von require('wp-blog-header.php'), require_once('wp-includes/template-loader.php'), include('/themes/liebefeld/404.php'), get_header, locate_template, load_template, require_once('/themes/liebefeld/header.php'), body_class, get_body_class, apply_filters('body_class'), WP_Hook->apply_filters, call_user_func_array, grid_plugin\post->body_class, grid_plugin\post->post_has_grid
The default:
<?php the_excerpt(); ?>
within a have_posts loop, produces empty out.
Reverting to old grid, the templates work as expected.
]]>It may, of course also be an issue with comet cache or varnish-http-purge, but, the latter does work with ‘normal’ page updates (article/page, etc).
]]>Is ist possible to introduce locking of page edits while editing the grid so that only one user can edit at a time? We have conflicts arrising from multiple editors trying to modify the grid at the same time.
]]>On a WordPress site with “Grid” installed, which used to run perfectly fine, we have some new and rather serious issues.
Situation:
All existing pages with grid display well.
When you try to edit a WordPress page with an existing grid, after saving the page will be empty in the frontend. In the backend however, it seems like the changes haven’t been saved.
If you create a new page and then try to edit the grid, the edit form doesn’t show – instead there’s the following error message:
Cannot add or update a child row: a foreign key constraint fails (
db16836_74
.wp_grid_container
, CONSTRAINTwp_fk_container_type
FOREIGN KEY (type
) REFERENCESwp_grid_container_type
(id
) ON DELETE CASCADE ON UPDATE CASCADE): insert into wp_grid_container (id,grid_id,grid_revision,type) values (0,48,0,2)
So at the moment we’re completely stuck with the website – we can’t edit the existing pages, and we can’t re-create them from scratch either.
Any help would be greatly appreciated!
]]>The default CSS is not responsive. How can I remove it completely?
]]>I tried to create a custom grid box. I used the instructions from the german tutorial page. I created a folder in the plugin directory named grid-boxen in this folder i have two files: grid_boxes.php and grid_meine_box_box.inc
I removed the dots (“…”) and also the empty arrays in grid_boxes.php.
I changed the variable1 to text like the description.
When I activate the plugin there is an fatal error:
Fatal error: Class ‘grid_static_base_box’ not found in
I also had a look into the git repo. There is written in usage:
Whatever you want to do, require grid.php and instantiate a new grid_library object.
The grid_library object will provide you with everything you need to.
So i added in the plugin these lines:
require_once plugin_dir_path(__FILE__).'../grid/lib/grid.php';
global $grid_lib;
$grid_lib = new grid_library();
No there is a new fatal error:
Fatal error: Cannot redeclare class grid_library in
What should I do that it works?
By the way, in the german documentation is an writing error:
__contruct()
Im Konstruktor muss…
it should be:
__construct()
Im Konstruktor muss…
How can I disable a Grid Metabox?
A Metabox is a collection of grid boxes. The Metaboxes will be listed when we click on “Box” at the right top of the grid admin.
]]>How can I disable a Grid Box Type?
]]>In Grid – Media-Box – how do I stop the image file name and date from showing and just display the actual image itself?
]]>This is a great plug-in but there is no space between boxes when I view a page. For example I have a container with three media boxes. On the website, they display directly side by side ie not even a pixel between them. Am I doing something wrong?
]]>#1. Just landing pages?
#2. Does the plugin use the old CSS for grids or the new? Or maybe both?
How to use styles?
]]>Habe das Plugin heute installiert um es auszuprobieren, allerdings funktioniert einfach nichts. Die einzige Fehlermeldung die ich bekomme: Table ‘*_grid_container_type’ doesn’t exist.
Warum wurden die entsprechenden Tabellen nicht bei der Plugin Aktivierung erstellt?
]]>Diese Reaktion bekomme ich, wenn ich das Plugin aktivieren will.
Didr
User data like $_GET[‘postid’] shouldn’t be concatenated directly into SQL like it is in grid_wp_thegrid.
Bad practice like this means that there’s a fair chance that there is a SQL injection vulnerability somewhere in this plugin.
]]>The Grid Facebook like box and Grid Twitterbox embedded in the Grid plugin show up as separate plugins in the plugin list.
WordPress takes the current version from each php file but the latest version from the version of Grid on the plugins site. Since the two extra plugins are version 0.0 and the latest version of Grid is 1.1 this means that the WordPress updates page persistently states that Grid Facebook like box and Grid Twitterbox have updates and letting it updates just re-downloads the exact same version of Grid again.
]]>Unlike Gridster, this actually works (though I may have to extend it with my own box type to get post links and thumbnails), so it’s nice.
However it looks like a few spots of the interface are not in English.