Andrew Leonard
Forum Replies Created
-
Forum: Plugins
In reply to: [The Events Calendar] importing eventsI have worked this out now, the dates have to be in the YYYY-MM-DD format as shown in the examples in https://theeventscalendar.com/knowledgebase/k/csv-file-examples-for-importing/
However, if you download the example file and open it up in Excel, Excel will show them in the default manner, which in my case is DD/MM/YYYY, which confused meForum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Table width problemThanks
I have done this and it seems to be working without messagesForum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Table width problemThis is what I found in wp-config.php:
/** AL added these lines for debugging 31/11/2015 */ /*define('WP_DEBUG', false);*/ // Enable WP_DEBUG mode define('WP_DEBUG', true); // Enable Debug logging to the /wp-content/debug.log file define('WP_DEBUG_LOG', true); // Disable display of errors and warnings define('WP_DEBUG_DISPLAY', true); @ini_set('display_errors',0); /** end of AL added these lines for debugging 31/11/2015 */
(I am AL) it looks like these lines have been here foor some time
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Table width problemYes it was but I had to refresh the page to see them
I had a similar problem with another plugin that I started to see warning messages
Have I done something wrong?
- This reply was modified 4 years, 4 months ago by Andrew Leonard.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Table width problemThanks
I used the second bit of code
However when I saved the code in Plugins Options I got this:Notice: Undefined offset: 965 in /home/jnehegzp/data/www/ebps.org.uk/wp-content/plugins/tablepress/libraries/csstidy/class.csstidy_print.php on line 333
Notice: Trying to access array offset on value of type null in /home/jnehegzp/data/www/ebps.org.uk/wp-content/plugins/tablepress/libraries/csstidy/class.csstidy_print.php on line 333
Notice: Trying to access array offset on value of type int in /home/jnehegzp/data/www/ebps.org.uk/wp-content/plugins/tablepress/libraries/csstidy/class.csstidy_optimise.php on line 730
Warning: Cannot modify header information – headers already sent by (output started at /home/jnehegzp/data/www/ebps.org.uk/wp-content/plugins/tablepress/libraries/csstidy/class.csstidy_optimise.php:730) in /home/jnehegzp/data/www/ebps.org.uk/wp-includes/pluggable.php on line 1296
Warning: Cannot modify header information – headers already sent by (output started at /home/jnehegzp/data/www/ebps.org.uk/wp-content/plugins/tablepress/libraries/csstidy/class.csstidy_optimise.php:730) in /home/jnehegzp/data/www/ebps.org.uk/wp-includes/pluggable.php on line 1299
Forum: Plugins
In reply to: [Visual Form Builder] Error MessagesI have debugged this issue and I have added this code to class-format-field.php
public function format_field( $form_id, $field_id, $value ) { $field = $this->get_field_settings( $field_id ); + if (false===$field){return $value;} $type = $field['field_type'];
and to class-akismet.php
public function set_vars( $field_id, $value ) { $field = $this->get_field_settings( $field_id ); + if (false===$field){return;} $type = $field['field_type'];
- This reply was modified 4 years, 4 months ago by Andrew Leonard.
Forum: Plugins
In reply to: [Web Stories] Google Search Console errorsGoogle Search Console team have just emailed me to say all the issues have been fixed
Forum: Plugins
In reply to: [Web Stories] Google Search Console errorsMy version is 1.1.1
I have delete Nextgen (I wanted to anyway)
I have update the web story
I have (attempted) to validate all 3 fixes to errors
I get this report in AMP in Google Search ConsoleDetails Status Type Validation Trend Pages Error Tag 'amp-story' is not allowed to have any sibling tags ('body' should only have 1 child). Started 1 Error Custom JavaScript is not allowed. Started 1 Error HTML Event attributes, aka 'on*', are not allowed in AMP. Instead use 'amp-bind'. Started 1 Error Disallowed attribute or attribute value present in HTML tag. Passed 0
I am not positive Google has fully re-evaluted the web-story, however it does say:
Tested on: Nov 13, 2020 at 9:47 AM
Valid Web Story
Web Story is eligible for AMP search features in Google search results- This reply was modified 4 years, 4 months ago by Andrew Leonard.
Forum: Plugins
In reply to: [Web Stories] Google Search Console errorsGDPR Cookie Consent Banner Version 2.3.15 by termly
Forum: Plugins
In reply to: [Web Stories] Google Search Console errors@luckynasan I do not know any way of doing this
@swissspidy Are you sugesting that I stop using these plugins?Forum: Plugins
In reply to: [Yoast SEO] Google Search ConsoleThank you
Forum: Plugins
In reply to: [Web Stories] Google Search Console errorsI do not have WP Fastest Cache plugin
I do have Fast Velocity Minify Version 2.8.9 By Raul Peixoto
Forum: Plugins
In reply to: [Yoast SEO] Google Search ConsoleIn the Advanced field I put “New Research” in https://ebps.org.uk/education/new-research/
and “Archive” into https://ebps.org.uk/education/new-research/new-research-archive/
IO tried to “Validate Fix” in Google Search Console but I got the message:
Cannot continue validation process
Affected pages were found. Fix the issue and run validation again
N/A
https://ebps.org.uk/events/category/meetings/page/4/?tribe-bar-date=2016-08-20
So have I fixed https://ebps.org.uk/education/new-research/new-research-archive/ but Google Search Console wants me to fix both pages or have I not fixed anything?
I also added this code to the functions.php file in my child theme:
add_filter( ‘wpseo_breadcrumb_links’, ‘yoast_seo_breadcrumb_append_link’ );function yoast_seo_breadcrumb_append_link( $links ) {
global $post;if ( is_page ( 10316 ) ) {
$breadcrumb[] = array(
‘url’ => site_url( ‘/new-research-archive/’ ),
‘text’ => ‘New Research Archive’,
);array_splice( $links, 1, -2, $breadcrumb );
}return $links;
}Forum: Plugins
In reply to: [Yoast SEO] Google Search ConsoleI created these pages using native WordPress no plugins involved
https://ebps.org.uk/education/new-research/ has “Education” in Page Attributes>Parent field
https://ebps.org.uk/education/new-research/new-research-archive/ has “#10170 (no title)” in Page Attributes>Parent field
Both these fields wer picked from the drop down menuForum: Plugins
In reply to: [Yoast SEO] Google Search ConsoleNeither of the above pages have a “WordPress Title”
Instead they have an image which acts as a title in the content area
Please Note that Google Search Console also reports a similar error on this page
https://ebps.org.uk/events/category/meetings/page/4/?tribe-bar-date=2016-08-20
This is a page created by the plugin called The Events Calendar Version 5.2.1 By Modern Tribe, Inc.