onerock
Forum Replies Created
-
It looks like the latest version of Rocket Lazy Load is now compatible with how Foogallery is pulling the images into the galleries.
However, there still seems to be an issue with the individual image containers not being displayed correctly. The images are all smashed together and the captions do not show.
Interestingly, when working with Firebug adjusting the console height “fixes” the display of images that have already been loaded. Resizing the browser window has the same affect.
Anyone have any ideas on how to fix this issue?
- This reply was modified 7 years, 9 months ago by onerock.
Unfortunately, no. I reached out to FooPlugins directly and they directed me to open a ticket on the Foogallery Github repository. I am looking at possibly solving this issue a different way, so I haven’t opened the ticket yet. Although, it looks like someone else has opened a similar ticket
@foogallery – Would it be possible for an explanation of the following change “Changed assets enqueue version to rather use extension version” in version 1.2.10? I am convenience that this is the change that has caused my lazy load plugins issue. Thanks
I have used this in the past with success in the past.
Forum: Fixing WordPress
In reply to: PHP Warning: Cannot modify header informationThank you for the troubleshooting steps. I will diligently try each one of these to see if the problem is resolved.
Forum: Fixing WordPress
In reply to: PHP Warning: Cannot modify header informationYes, thanks you for the information link.
I had already investigated this article and chedked the wp-config.php just to be sure. I found that this was not the issue.
Also as previously noted, the error specifically references cron.php and pluggable.php files. These files are core files and should not be modified. There is something else is causing the issue and I am not sure what to try first.
Thanks again.
Yes, I was able to get a plugin written to suit my need. There was too much that changed in NGG version 2.0.71 to patch the version that has been used for so many years.
The programmer that helped me can be reached here
Thanks for checking in on this issue. However, I have abandoned this plugin and hired a developer to properly coded one.
Thanks for the code snippet suggestion. It is much appreciated.
I have tried to work with it, but it keeps triggering a fatal error.
Thanks again.
Forum: Fixing WordPress
In reply to: "Edit Media" image missingTroubleshooting Update – I have went through the Fuctions.php as best I could to see if there were no extra blank line between back to back PHP code.
<?php function(){ ... } ?> <?php function(){ ... } ?>
None were found.
I then disabled all of my plugins by changing the name of plugins folder to “plugins-disable” and verified all plugins were disabled in the admin panel. The issue was not corrected after the plugins were disabled.
I remembered the previous site designer edited the header.php to add various items and I found the problem.
<?php function(){ ... } ?> <?php function(){ ... } ?>
Removed the extra blank line and the problem was solved.
@carlydibona – Add something like this
.search .ngg-gallery-thumbnail-box {float: left !important; margin-right: 20px !important;}
to your CSS file.I suggest using Firefox web browser with Firebug extension. This will allow you to tweak your site layout without actually affecting your real code until your ready.
@sprithansi – This is usually due to your JS not being fully loaded yet. I would suggest waiting until your page fully loads to see if this corrects the issue. You can also use webpage load test like pingdom tools or Web Page Test to see if there is a loading issue.
Create a blank PHP file on your local machine called something like “nggSearch2.php” and paste this code into the file.
Using FTP and assuming that you are using the default WordPress plugins directory, create a directory called something like “nggSearch2” in the “/wp-content/plugins/” directory. Place the file, created previously, into the new directory.
Place this
<?php if ( function_exists( 'ngg_images_results' ) ) ngg_images_results(); ?>
in your themes “Search.php” file. It is WordPress best practice to make modifications to theme file by creating a child theme.Log into the WordPress admin panel and activate the newly created plugin called “NextGen 2.0 Search engine”
Hopefully, I haven’t missed anything. ??
Neglected to enter the spam code, so it didn’t post correctly with above link. ??
Here is the new link.
https://pastebin.com/yaZPMXpP