Tagged: 

Viewing 26 posts - 1 through 26 (of 26 total)
  • Author
    Posts
  • #814273

    hello,

    the frontpage contains a bloglisting and a masonry.
    both disapper, if woocommerce is active.

    please help!

    bis dann, marco.

    #815217

    Hey 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,
    Rikard

    #815348

    here it is …

    #816193

    hello,

    any progress?

    bis dann, marco.

    #817515

    Hi,

    If you enable Enfold and not the child theme, can you let us know if those issues are happening?

    Best regards,
    Basilis

    #817621

    hello,

    same problem.

    bis dann, marco.

    #817691

    Hi 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 ago by Victoria.
    #818583

    hello,

    no. wp_debug is also clean.

    error is since the last update, yes.

    bis dann, marco.

    #818605

    hello,
    progress.

    the f****** productslider makes the problem!
    after this, nothing will show, before him, it is okay.

    bis dann, marco.

    #818871

    Hi Marco,

    Have you moved your website? I get 404.

    Best regards,
    Victoria

    #819107

    hello,

    yes. my last idea whas the the php. after that i realized the prodcutslider foo ;-)

    bis dann, marco.

    #819786

    Hi,

    We need htaccess authentication as well. Please post the details in the private field. Do you have “out of stock” product items?

    Best regards,
    Ismael

    #819812

    hello,

    no problem.

    #820453

    Hi,

    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,
    Ismael

    #822548

    hello,

    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.

    #823125

    Hi,

    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,
    Ismael

    #823140

    ismael,

    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 2

    o.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=0

    bis dann, marco.

    #824309

    Hi,

    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,
    Ismael

    #824465

    hello,
    nope.

    not in functions.php, functions-enfold.php or in functions.php childthem.

    bis dann, marco.

    #828533

    Hi,

    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,
    Ismael

    #829642

    hello 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.

    #829931

    Hi,

    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,
    Ismael

    #829980

    hi, yes – but not the element news.

    bis dann, marco.

    #831962

    Hi,

    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,
    Ismael

    #832882

    Danke!

    bis dann, marco.

    #832906

    Hello Marco,

    Do you still need further help with this topic, or can we close this thread? :)

    Best regards,
    Sarah

Viewing 26 posts - 1 through 26 (of 26 total)
  • You must be logged in to reply to this topic.