Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter graemebillo

    (@graemebillo)

    Managed to answer my own question.

    So hopefully this might help others in the future.

    It wasn’t just the main images that didnt show it was also others about the site.

    There is an option in advanced settings in the customise menu. for lazy loading.
    “load images on scroll”

    Check this setting is turned off to see if this helps if you have the same issue.

    Hi.

    I also have the same issue,

    Undefined index: bottom_sharing_alignment

    Just wondering if there has been any idea on when the next update may be rolling out?

    Thanks

    Keep up the good work.

    Thread Starter graemebillo

    (@graemebillo)

    Hi.

    sorry for the late reply.

    ive turned on debugging and went back to the list page and back again, but nothing listed in the debug log that i can see.

    Yeah ive taken the columns down to 2.

    would it help any if i gave you a login to the back end>

    Cheers

    Thread Starter graemebillo

    (@graemebillo)

    Hi Thanks for the quick response.

    I have tried removing the entry for this.

    There where actually 2 entries.

    pdb-admin-user-settings-1
    pdb-admin-user-settings-2

    I tried deleting both individually whilst retrying but still no joy.

    I have also used the manage list columns to reduce the number displayed, and when i disabled the plugins i was also to set the show items on page to a low number.

    but the rest of the page still fails to load below that.

    I reviewed the line in the code where it advises the line in wp-db.php on line 2720

    it is the line listed below as “foreach ( (array) $this->last_result as $row ) {”

    not sure whether this helps any however.

    return $new_array;
    		} elseif ( ARRAY_A === $output || ARRAY_N === $output ) {
    			// Return an integer-keyed array of...
    			if ( $this->last_result ) {
    				foreach ( (array) $this->last_result as $row ) {
    					if ( ARRAY_N === $output ) {
    						// ...integer-keyed row arrays.
    						$new_array[] = array_values( get_object_vars( $row ) );
    					} else {
    						// ...column name-keyed row arrays.
    						$new_array[] = get_object_vars( $row );

    There are a lot of records in the database approx 30’000, and with unfortunately still more to add from here,

    thanks again for all of your help, the plugin is amazing and the extra search functions of the multicombo search is great.

    Thanks in advince

    Thread Starter graemebillo

    (@graemebillo)

    Hi Caroline.

    Thanks for your quick response.

    The web link is

    http://www.johnsmotorcyclenews.co.uk/events/

    I have currently enabled the incompatible plugin

    IP GEOBLOCK

    as you can see with this plugin enabled, as you can see the previous and next links just create a a spooling wheel.

    If you can shed any light on this that would be great.

    Thanks in advance.

Viewing 5 replies - 1 through 5 (of 5 total)