REPLcook
Forum Replies Created
-
Hey Peter!
Gone an alternative route for the search on desktop.
Thanks again for all your help.Dyl
Hey Peter,
First, thank you so much for helping with this issue.
So I think the conflict may arise here, in the functions.php file:
add_filter(‘wp_nav_menu_items’,’add_search_box_to_menu’, 10, 2);
function add_search_box_to_menu( $items, $args ) {
if( $args->theme_location == ‘main-menu’ )
return $items.get_search_form();return $items;
}Thats how we add the Search to the desktop menu. When I comment this out, and have the plugin activated, everything works ok.
Thanks,
Dylan
Hi Peter,
No worries:
When you inspect you’ll see the search form in question is at the top of the body. For whatever reason, all Analytics etc gets pushed into the body.
If I deactivate, everything goes back to its rightful place. Its a strange one. Even checked our searchform.php in case that was causing errors.
Thanks,
Dyl
Forum: Plugins
In reply to: [TinyPNG - JPEG, PNG & WebP image compression] JPG Compression ErrorHey!
We have solved the issue. Some PNGs were messing up too. Turns out that some had been “Saved for web” in Photoshop, and those were the ones causing the error.
We tested it by grabbing random images off the net (Just in case it was ust ours) and testing them with and without Photoshop compression.
Forum: Plugins
In reply to: [TinyPNG - JPEG, PNG & WebP image compression] JPG Compression ErrorOk, it works with most of our JPG images, some of them are still having issues, so I’m seeing if it is something our side first 🙂
Forum: Plugins
In reply to: [TinyPNG - JPEG, PNG & WebP image compression] JPG Compression ErrorJust updated and it works!!!!
Thanks guys!
Forum: Plugins
In reply to: [TinyPNG - JPEG, PNG & WebP image compression] JPG Compression ErrorHey!
Thanks for getting back so quickly. I can tell you what plugins we’re using and also the theme.
Theme – Avada
Plugins:
WordPress SEO
Fusion Core
Contact form 7
Revolution Slider
AkismetI can’t see any of those directly interfering.
Thanks for the help so far. Could it be a server setup issue?