cressr
Forum Replies Created
-
I do use the pro thumbnail version, but there is only a default option, not any option for caption view, only caption overlay, which is not the same.
This setting is selected and the title was showing before last update, but is not showing now.
Forum: Plugins
In reply to: [Weight Based Shipping for WooCommerce] vulnerabilityIt is still a reported issue with the latest update 5.5.0.
Forum: Plugins
In reply to: [This Day In History] Duplicate EntriesOK thanks, I’ll dig deeper.
Forum: Plugins
In reply to: [This Day In History] Rolling display now wrongGreat many thanks!
Forum: Plugins
In reply to: [This Day In History] Rolling displayGreat that’s just what I need, many thanks!
- This reply was modified 6 years ago by cressr.
Forum: Plugins
In reply to: [Cooked - Recipe Management] ExcerptAs you had nothing ready, I created a “description” field for use on the main recipe, and left the excerpt as is. Not too hard to do as the plugin files are well structured.
ThanksForum: Plugins
In reply to: [Cooked - Recipe Management] Page 2 gives 404 errorMany thanks, couldn’t see where it was failing, ok now.
Forum: Plugins
In reply to: [Pets] Adopt / For Adoption TaxonomyHi,
That works for me, still don’t need Breed though but that’s for the sites I’m using
ThanksForum: Plugins
In reply to: [Pets] Adopt / For Adoption TaxonomyThought of that, but would not be sortable on the Pet page, need that function.
Forum: Plugins
In reply to: [Pets] Adopt / For Adoption TaxonomyFor now I have modified the taxonomy for “Breed” to be used for Adopt / Adopted, as this is not used on either of the charity sites the plugin is being used on.
Forum: Plugins
In reply to: [Gwolle Guestbook] Entries will not saveOK I have it all working now. It appears that the privileges had not been set up properly by the host, found this after the SQL kept failing.
Thanks for all your help in this, much appreciate it as this is the best plugin for a Guestboook!Forum: Plugins
In reply to: [Gwolle Guestbook] Entries will not saveI tried to run, ignored the delimiter, but got this error message:
Error
There seems to be an error in your SQL query. The MySQL server error output below, if there is any, may also help you in diagnosing the problemERROR: Unknown Punctuation String @ 1
STR: <?
SQL: <?php
/*
** This file is used during activation or upgrading from a prior version.
**
** It uses the PHP function version_compare(). Usage:
** version_compare(OLD_VERSION_NUMBER,NEW_VERSION_NUMBER,'<‘)
** => TRUE, if the old version number is smaller than the new one.
*/// No direct calls to this script
if ( strpos($_SERVER[‘PHP_SELF’], basename(__FILE__) )) {
die(‘No direct calls allowed!’);SQL query:
<?php /* ** This file is used during activation or upgrading from a prior version. ** ** It uses the PHP function version_compare(). Usage: ** version_compare(OLD_VERSION_NUMBER,NEW_VERSION_NUMBER,'<‘) ** => TRUE, if the old version number is smaller than the new one. */ // No direct calls to this script if ( strpos($_SERVER[‘PHP_SELF’], basename(__FILE__) )) { die(‘No direct calls allowed!’);
MySQL said:
#1064 – You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near ‘<?php
/*
** This file is used during activation or upgrading from a prior ver’ at line 1Forum: Plugins
In reply to: [Gwolle Guestbook] Entries will not saveOK, I have not done this before, so want to check understanding.
In the correct database
1) select SQL query
2) copy and paste the data
3) Does the wp_ go as the delimiter?
Then Go and the tables should be created?Forum: Plugins
In reply to: [Gwolle Guestbook] Entries will not saveCould I create the tables manually, if so what would the structure be?