Forum Replies Created
-
AuthorPosts
-
already tried that…same behaviour
INTERESTING BEHAVIOUR:
If I add exact 4 or more products to the upsell box, than my shortcode works as expected.
So, somehow, the upsell (counter) and enfold productslider/wc must be linked.Hi Mike,
thanks for the check-up.
As I’ve mentioned before, this only occures on WC product page (single product).
Now I’ve found where it is beeing set: wp-content/plugins/woocommerce/includes/wc-template-functions.php
from line: 456 -> function wc_get_loop_class()There seems to be something wrong with the modulo calculation:
$columns = absint( max( 1, wc_get_loop_prop( 'columns', wc_get_default_products_per_row() ) ) ); $loop_index ++; wc_set_loop_prop( 'loop', $loop_index ); if ( 0 === ( $loop_index - 1 ) % $columns || 1 === $columns ) { return 'first'; } if ( 0 === $loop_index % $columns ) { return 'last'; }
Maybe I did not mention, that in the enfold shop settings under “product gallery” I’m using: WC 3.0 product gallery (not enfold default).
Could you please check again? Thanks!
So, the problem is still unsolved…any updates regarding this issue?
Very strange, I’ve turned of all plugins and custom code, same result. (WP, WC, etc. on latest version, PHP8)
BUT: as I tested the code via functions.php on ALL pages, I’ve found out that it’s NOT working correctly ONLY on WC product pages (single),
any other page type works fine, even blog post, which is also single.Please test the code also on your installation on all post types.
add_action( 'ava_before_footer', 'related', 15 ); function related(): void { ?> <div id="av_section_3" class="avia-section av-67b3u7-b76b4296f6d03b9bb4a425ab60d3cd36 alternate_color avia-section-default avia-no-border-styling avia-builder-el-0 avia-builder-el-no-sibling avia-bg-style-scroll container_wrap fullsize"> <div class="container av-section-cont-open"> <main role="main" itemprop="mainContentOfPage" class="template-page content av-content-full alpha units"> <div class="post-entry post-entry-type-page post-entry-2559"> <div class="entry-content-wrapper clearfix"> <div class="flex_column av-3aftcf-0defea7f6cd2898ac4c585f671f6abd0 av_one_full avia-builder-el-1 avia-builder-el-no-sibling first flex_column_div "> <?php echo do_shortcode( "[av_productslider categories='207' wc_prod_visible='' wc_prod_hidden='' wc_prod_featured='' wc_prod_additional_filter='' sort='0' prod_order='' items='-1' offset='0' columns='4' image_size='woocommerce_thumbnail' autoplay='no' interval='5' alb_description='' id='' custom_class='' template_class='' element_template='' one_element_template='' av_uid='av-l2zt9pqe' sc_version='1.0']" ); ?> </div> </div> </div> </main> </div> </div> <?php }
Sorry, not possible at this point…local dev.
But you can see the rendered code here…as described:
https://pasteboard.co/DHMIUmMg1Hjd.pngHi, I found this script, but I’m facing the same issue: auto-scroll on page load (without any click).
I’ve also tried deactivating all plugins and other scripts. Same odd result.
I’ve also tried .on(‘click’) instead of .click()…same sameThis is what I get in the console:
The service worker navigation preload request was cancelled before ‘preloadResponse’ settled. If you intend to use ‘preloadResponse’, use waitUntil() or respondWith() to wait for the promise to settle.Any thoughts? Thanks!
push!
same here…even Enfold itself:
February 12, 2019 at 12:27 pm in reply to: Comments in posts with ALB through functions.php #1065923Hi Ismael,
yes, it’s working now. Thank you!
Topic can be marked as solved and closed.Hey Ismael,
this is what I put in functions.php: https://pastebin.com/sskpNaJD
The result is very strange. It outputs the comments BUT NOT the comment form. Instead it shows: comments are closed.
(also tested with comments_open(), which returns FALSE)
But comments are 100% open.
“Allow Comments” is set to TRUE in the post settings. (even checked it in the database)
Discussion is also enabled sitewide.
Latest WP and Enfold.It has to be something with ALB mode.
Only if I add a Comments sections in the Backend the do_shortcode one in functions.php is also working.EDIT: it is working actually….can be closed/deleted…
Thank You…indeed, it occured because of enormous browser cache in Chrome.
(Ticket can be closed)Hi,
interesting….the “freezing” and slowness only occurs in Google Chrome.
Everything fine in FF.
Any ideas?Thanks!
Here you go…
Hallo Andy,
mit einem Standard Theme kann ich ja nicht die Enfold Font Einbindung testen.
Habe stattdessen die Schriftart zusätzlich nochmal über Google Font eingebunden.<link href=’https://fonts.googleapis.com/css?family=Bitter:400,700′ rel=’stylesheet’ type=’text/css’>
Ergebnis ist deutlich besser. Jetzt ist es so wie es sein soll.
Daher liegt die Vermutung nahe, dass bei der Einbindung über Enfold irgendwas nicht stimmt.Zum Vergleich, so sieht das (schlechte) Ergebnis der Enfold Einbindung aus:
<!– google webfont font replacement –>
<link rel=’stylesheet’ id=’avia-google-webfont’ href=’//fonts.googleapis.com/css?family=Bitter%7CRoboto%7CPacifico’ type=’text/css’ media=’all’/>Ggf. sollte da was seitens kriesi angepasst werden.
Bisher haben wir dieses Phänomen nur bei dieser Schriftart festgestellt.
June 3, 2015 at 12:02 pm in reply to: Portfolio Raster – Grid Entry Breaking Point (4 columns) #453690Hi!
Here are 2 screenshots…normal view and shrinked view (smaller viewport).
https://www.dropbox.com/s/3tlsg6qh99isic6/normal_view.PNG?dl=0
https://www.dropbox.com/s/1wtw2jgbbjvx6xi/shrinked_view.PNG?dl=0
What I need to achieve is an earlier breaking point…from 4 per row, to 3 and then to 2 per row…because i need a min-width to show the single grid elements (items) correctly.
Thanks!
May 28, 2015 at 4:11 pm in reply to: Portfolio Raster – Grid Entry Breaking Point (4 columns) #451226Visual Explanation:
Actual (as it is)
Desktop, 4-col
[–300px–] [–300px–] [–300px–] [–300px–]Tablet, 4-col
[200px] [200px] [200px] [200px]Target (as it should be)
Desktop, 4-col
[–300px–] [–300px–] [–300px–] [–300px–]
Tablet, 3-col
[–300px–] [–300px–] [–300px–]
[–300px–] [–300px–] [–300px–]
Tablet, 2-col
[–300px–] [–300px–]
[–300px–] [–300px–]- This reply was modified 9 years, 6 months ago by freddyB.
-
AuthorPosts