Tagged: woocommerce
-
AuthorPosts
-
June 29, 2017 at 8:49 am #814273
hello,
the frontpage contains a bloglisting and a masonry.
both disapper, if woocommerce is active.please help!
bis dann, marco.
- This topic was modified 7 years, 4 months ago by netztaucher.
July 1, 2017 at 4:16 am #815217Hey netztaucher,
Please send us a temporary admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply.
Best regards,
RikardJuly 1, 2017 at 12:24 pm #815348here it is …
July 4, 2017 at 7:43 am #816193July 6, 2017 at 10:28 pm #817515Hi,
If you enable Enfold and not the child theme, can you let us know if those issues are happening?
Best regards,
BasilisJuly 7, 2017 at 6:16 am #817621hello,
same problem.
bis dann, marco.
July 7, 2017 at 9:41 am #817691Hi netztaucher,
Are you getting any errors in your server log? Did it happen with recent WooCommerce update or was like this before?
Best regards,
Victoria- This reply was modified 7 years, 4 months ago by Victoria.
July 10, 2017 at 8:05 am #818583hello,
no. wp_debug is also clean.
error is since the last update, yes.
bis dann, marco.
- This reply was modified 7 years, 4 months ago by netztaucher.
July 10, 2017 at 9:18 am #818605hello,
progress.the f****** productslider makes the problem!
after this, nothing will show, before him, it is okay.bis dann, marco.
July 10, 2017 at 5:03 pm #818871Hi Marco,
Have you moved your website? I get 404.
Best regards,
VictoriaJuly 11, 2017 at 6:19 am #819107hello,
yes. my last idea whas the the php. after that i realized the prodcutslider foo ;-)
bis dann, marco.
July 12, 2017 at 5:35 am #819786Hi,
We need htaccess authentication as well. Please post the details in the private field. Do you have “out of stock” product items?
Best regards,
IsmaelJuly 12, 2017 at 6:43 am #819812hello,
no problem.
July 13, 2017 at 11:13 am #820453Hi,
The htaccess authentication worked but the login credentials don’t. Please check it carefully. And if you have the time, please update to version 4.1.
Best regards,
IsmaelJuly 17, 2017 at 12:28 pm #822548hello,
not better. :-/
produktgrid is the same problem. when i switch the order – grid last – the blogpost and cats are shown …
credentials see private.
bis dann, marco.
July 18, 2017 at 7:38 am #823125Hi,
The masonry gallery and blog post elements are working when I checked the home page, woocommerce is activated. Could you please provide a screenshot of the issue?
Best regards,
IsmaelJuly 18, 2017 at 8:26 am #823140ismael,
are you kidding me?
i wrote that i had to change the layout to product grid.
the slider produces the error instantly, the grid after klick to page 2o.k.
https://www.dropbox.com/s/tc48y0lwnzuyhpm/ok.png?dl=0
fucked up:
http://staging.bonsai-onlineshop.com/page/2
https://www.dropbox.com/s/dadsybhhd8e4ord/fuck.png?dl=0bis dann, marco.
July 20, 2017 at 4:01 am #824309Hi,
I see. It’s not working because of the pagination query. By default, WordPress allows one paged query unless you have an ajax script that will handle more than one of those queries. Please add this filter in the functions.php file.
add_filter( 'avia_masonry_entries_query', 'avia_masonry_entries_query_mod', 10, 2); function avia_masonry_entries_query_mod( $query, $params ) { if ( is_home() ) { $query['paged'] = 1; } return $query; }
Best regards,
IsmaelJuly 20, 2017 at 10:33 am #824465hello,
nope.not in functions.php, functions-enfold.php or in functions.php childthem.
bis dann, marco.
July 23, 2017 at 2:04 am #828533Hi,
We added the code in the functions.php file. Please remove browser cache or hard refresh before checking the page. You may also need to add the is_page conditional function.
// https://developer.wordpress.org/reference/functions/is_page/
Best regards,
IsmaelJuly 25, 2017 at 2:09 pm #829642hello ismael,
frontpage is now displaying a grid with images.
on /page/3 – fine.grid top has 5 products, grid down fewer than 3 blogposts. the
blogposts above the footer are not there. a loopproblem, i see.but i don’t understand this.
this construct works at another project, not on the frontpage, but it works.bis dann, marco.
July 26, 2017 at 5:09 am #829931Hi,
but i don’t understand this.
this construct works at another project, not on the frontpage, but it works.I’m sorry but I’m not sure if I understand you here. The masonry element is now displaying even if the pagination or paged query is set.
Best regards,
IsmaelJuly 26, 2017 at 7:00 am #829980hi, yes – but not the element news.
bis dann, marco.
July 31, 2017 at 6:24 am #831962Hi,
I see. Please add this code as well.
add_filter( 'avia_post_slide_query', 'avia_post_slide_query_mod', 10, 2); function avia_post_slide_query_mod( $query, $params ) { if ( is_home() ) { $query['paged'] = 1; } return $query; }
Please do not enable the pagination of the masonry element and the blog or news element if there is an existing pagination. Multiple paginations on a single page is not going to work properly.
Best regards,
IsmaelAugust 1, 2017 at 2:21 pm #832882Danke!
bis dann, marco.
August 1, 2017 at 2:55 pm #832906Hello Marco,
Do you still need further help with this topic, or can we close this thread? :)
Best regards,
Sarah -
AuthorPosts
- You must be logged in to reply to this topic.