Forum Replies Created
-
AuthorPosts
-
@murdochduncan please update to the latest version of enfold (4.0.5), of woocommerce (3.0.4) and follow this instructions.
@fabimenses please update to the latest version of enfold (4.0.5), of woocommerce (3.0.4) and follow this instructions.
Sorry but I do not recall the post. I am helping in 5 forums and on github writing about 100 posts each day since woocommerce 3 has been launched. I just recall there have been several issues. So just deactivate the plugin and test it again.
April 26, 2017 at 8:38 am in reply to: Warning: Missing argument 4 for avia_woocommerce_gallery_thumbnail_description() #783327@beardbros I can’t tell it exactly but there was an issue in the past with one version of enfold not showing the update. Just download the latest version from your themeforest account and update manually via ftp.
April 26, 2017 at 8:30 am in reply to: Warning: Missing argument 4 for avia_woocommerce_gallery_thumbnail_description() #783323@beardbros please update enfold to the latest version 4.0.5 and read this post
My patch does not touch the slider. It only applies to the single product page. A few days ago an other user had a similar issue and turned out to a caching problem. Do you have by any chance a caching plugin running?
@ollihb ich habe mir das mal genauer angesehen. Die neue WooCommerce Lightbox und die Flexslider Funktion gehen immer davon aus, das dass Hauptbild mit in der Gallerie angezeigt wird (als Thumbnail). Bei Enfold ist das nicht der Fall. Da das Hauptbild aber mit im div der css Klasse woocommerce-product-gallery steckt, wird es mitgezählt. Somit ist bei einem Klick der index um eins verschoben wodurch das Bild davor gezeigt wird. Da hilft nur eine Änderung der Anzeige, denn im WooCommerce single-product.js Script kann ich das Target nicht per Monkey Patch korrigieren (z.B. um nur das .thumbnail div in enfold zu berücksichtigen)
@ollihb ich habe das anders verstanden. Wenn ich eine Variation auswähle und auf das Vorschaubild (lupe) des Hauptbildes klicke, wird das korrekte Bid gezeigt. Das Gallerie Problem sehe ich jetzt auch. Das dürfte an der fehlenden Gallerie Unterstützung liegen, da bei anderen Themes zusätzlich zur Gallerie immer auch das Hauptbild in der Thumbnails erscheint.
- This reply was modified 7 years, 6 months ago by mensmaximus.
@ollihb kann ich nicht bestätigen auch nicht auf der im Beispiel genannten Seite
The first pinned thread on the forum does answer you questions.
@rvdnol nothing is lost and nothing is damaged for ever. Once Enfold will get a WooCommerce 3 compatibility update you will regenerate the thumbnails again.
@hundianer danke für die Blumen, solche Aussagen wünscht man sich immer in den Kundenstimmen auf einer Webseite.
April 24, 2017 at 1:40 pm in reply to: Showing only specific portfolio items in a Masonry element #782287@bakbek there is no ‘point and click’ way of doing what you want. However a developer can write a function to select specific portfolio items by using the filter hook I mentioned. If you are not familiar with php and wordpress coding you would need to hire a developer.
add the following css snippet to the custom css field in enfold:
#top .scroll-down-link {
bottom: 40px;
}Adjust the 40px to your demands
April 24, 2017 at 10:48 am in reply to: application/ld+json not present in WooCommerce Product built with Layout Builder #782232Enfold uses its own html markup in the layout elements and not the markup provided by woocommerce.
@sitadi correct. As long as the target site uses any non-ssl links you can’t display those content using https.
April 24, 2017 at 10:30 am in reply to: Modal popup with contact form email address capture for CTA button #782223Than you would need to hire a developer
@sitadi because the target site loads the map over an unsecure connection (http instead of https). You can check those issue by simply opening the browser console window (e.g. in Chrom open the website and press F12). If you call a site over https any content, scripts and external resource have to use https as well.
This is not an issues with Enfold. A look into the browser console windows reveals the real issue:
Mixed Content: The page at ‘https://saintvalerien85.fr/resultats-de-lelection-presidentielle-2017/’ was loaded over HTTPS, but requested an insecure resource ‘http://elections.ouest-france.fr/widget/mes-resultats/?w=600’. This request has been blocked; the content must be served over HTTPS.
Just change the iframe source to: https://elections.ouest-france.fr/widget/mes-resultats/?w=600
From your other thread (popup) one could assume you tried some custom code and put it in the functions.php of your parent theme (never do that, always use a child theme) which would get restored in step 3 of your list. Did you try to reinstall enfold from scratch? (fresh download, delete old endlof folder and transfer the fresh ones via ftp)
April 24, 2017 at 10:00 am in reply to: Modal popup with contact form email address capture for CTA button #782210You might simply use plugin build just for that purpose like https://popup-builder.com/
April 24, 2017 at 9:56 am in reply to: Kasse in Woocommerce fuktioniert nach Update nicht mehr #782209Das ist kein Problem des Themes sondern des Setups. Einmal die Browserconsole öffnen und die ganzen Fehlermeldungen betrachten.
April 24, 2017 at 9:33 am in reply to: Showing only specific portfolio items in a Masonry element #782201You can use the filter ‘avia_masonry_entries_query’ in a child theme or plugin to modify the query argument before the entries are collected.
If you followed all instructions and the issue still exist you will have to wait for an official support member to help you.
@ana40 the chances are you did not follow the instructions by 100%. The solution I have provided works on hundreds of sites. So there are only two possible issues. Either you did wrong (95%) or you have a third party plugin that causes the problem (5%).
@benworx because I don’t see a style.css loaded from /wp-content/themes/enfold-child. You can’t debug this issue with your cache plugin running.
@benworx clearly I don’t see a child theme running at your site. My solution works on hundreds of sites.
@benworx did you disable wp-rocket for testing after applying the patch?
-
AuthorPosts