-
AuthorPosts
-
August 3, 2018 at 3:20 pm #993286
Hello,
I want to report a little bug. When you pass the mouse over previous or next product in a product page and wait a few seconds, is displayed the description of the current product, not of the linked one.
Also, if the description is taken from the short description and in it there is some html this is displayed in the description. This happens all over the site also on mouse over on any product in category page.
Please see screenshots.
August 5, 2018 at 2:38 pm #993684Hey profumopuntoit,
Do you happen to have some added javascript to create the thumbnail titles, or have you customized the theme files, or have you manually added the titles to the media?
because on my install the “entry-image” thumbnails for the next / previous do not have titles for the images, and as you pointed out yours are more like descriptions than titles.
If you would like us to take a closer look, please include a admin login in the Private Content area.
Wold you like the default behavior of no titles there?Best regards,
MikeAugust 6, 2018 at 4:13 pm #993981This reply has been marked as private.August 7, 2018 at 3:55 am #994193Hi,
I was unable to look at your functions.php because the editor is disabled at:
WordPress > Appearance > Editor
Please enable it or include ftp access.
I also see your version of Enfold is old (4.2.6) and should be updated (4.4.1)
I recommend creating a backup first, and if your webhost offers staging site in your cPanel, I would use it to test how your site will respond to the update.
Best regards,
MikeAugust 7, 2018 at 11:24 am #994335we are not under a cPanel but we do have a staging site anyway where you can work on freely.
Everything is updated but also there the problem is the same
Login is below in privateAugust 8, 2018 at 9:05 am #994737Hi profumopuntoit,
Can you disable caching and minification for now?
Best regards,
VictoriaAugust 8, 2018 at 10:46 am #994821please work on the staging site I gave credentials in private in the last message. There you can do as you like and minification and caching are disabled
August 9, 2018 at 6:48 pm #995655Hi,
I looked into it and the “PB SEO Friendly Images” plugin causes this issue. If I deactivate it everything works as expected.
I’d recommend to copy the function avia_post_nav (can be found in enfold\functions-enfold.php line 507+) to your child theme. Then contact the plugin author and ask him how you need to edit this line:
$image = isset($entry->av_custom_image) ? $entry->av_custom_image : get_the_post_thumbnail($entry->ID, 'thumbnail');
so it doesn’t conflict with the plugin.
Best regards,
Dude -
AuthorPosts
- You must be logged in to reply to this topic.