Viewing 30 posts - 1 through 30 (of 33 total)
  • Author
    Posts
  • #912978

    Hi
    I just updated both the WooCommcerce plugins and the Enfold theme on my staging server.

    My products shortcode I use, that display selected products in 4 cols, not longer display these correctly. So instead off displaying a 4-col selection, it displays only three and the fourth one on the next row.

    Here’s are links whee you can see these:
    http://herbalhealing.staging.wpengine.com/wholesale (hosted on WPengine)

    Thanks
    Lyse

    #913022

    Hi,
    Could this issue also be causing my registration to display incorrectly? Here’s the link to it: https://www.herbalhealinginc.com/wholesale-registration

    Thanks
    Lyse

    #913026

    Here’s a link to the registration on my staging server where it displays correctly: http://herbalhealing.staging.wpengine.com/wholesale-registration (hosted on WPengine)

    #913492

    Hi Lyse,

    We will need credentials to see the products issue. Can you please post those in private?

    Registration pages look the same on my end. Can you please attach a few screenshots of the issue?

    Best regards,
    Victoria

    #913669

    Hi Victoria,

    See below credentials.

    Thanks
    Lyse

    #913804

    Hi Lyse,

    Credentials did not work for me. Could you please update the credentials?

    Best regards,
    Victoria

    #913824

    Sorry Victoria. I have resetted the password. Please try again.

    #913854

    Hi Lyse,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .products .product.first {
        clear: none;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #913948

    Hi Victoria
    It moved the 4th product on the same row as the others but the two products in the center butt against each other.
    Have a look here: http://herbalhealing.staging.wpengine.com/ (hosted on WPengine)
    Thanks
    Lyse

    #914022

    Hi,

    In which page you are using 4 of them? I checked all the site and I can see 3 everywhere, have you changed it for a reason?

    Best regards,
    Basilis

    #914076

    Hi Basilis,

    Here where you can see what’s happening: http://herbalhealing.staging.wpengine.com/ (hosted on WPengine)

    Thanks
    Lyse

    #914083

    Look at the featured products section at the very bottom of the page

    #914296

    Hi Lyse,

    Seems to work fine on my end. Could you please attach some screenshots of the issue?

    Best regards,
    Victoria

    #914341

    Hi Victoria,

    Here’s a screen shot:
    https://www.dropbox.com/s/mmsevsvtsanb9ch/4-col%20issue.jpg?dl=0

    It’s right on my home page on both my staging and live site.

    Lyse

    #914528

    Hi,

    I can see it, it seems that there is a padding space.
    Have you added ant custom code at all for there?

    Best regards,
    Basilis

    #914538

    Hi Basilis

    All was displaying well before the updates. The only CSS that Victoria recommended is what I added which made the next row move up to the first row, but I was left with the butting issue.
    Thanks
    Lyse

    #914712

    Hi,

    Please remove the previous css modification then modify the config-templatebuilder > avia-shortcodes > productslider.php file. Add this code around line 402.

    wc_reset_loop();
    

    Best regards,
    Ismael

    #914963

    Hi Ismael,

    I edited the file you suggested and added the code on line 402. But the problem is not fixed. I also tried on my staging area, where there is not cache, and still the grid first row is broken into two rows.

    Thanks
    Lyse

    #915262

    Hi,

    Thanks for the update. I didn’t notice the product grid element. Please move the wc_reset_loop() function inside the query_entries function around line 679. I tried to edit the file via the Appearance > Editor panel but I got errors. This fix is going to be included in the latest version of the theme.

    Best regards,
    Ismael

    #915548

    Hi Ismael,

    It’s still not working even after moving the code to line 679. This is for both my live and staging.
    see where here:

    			$query = apply_filters( 'avia_product_slide_query', $query, $params );
    			query_posts( $query );
    			
    			wc_reset_loop();   
    		   
    		    // store the queried post ids in

    Thanks
    Lyse

    #915835

    Hi,

    Thank you for the update. Please provide the FTP details in the private field. We can’t modify the file in the Appearance > Editor panel.

    Best regards,
    Ismael

    #916207
    This reply has been marked as private.
    #916208
    This reply has been marked as private.
    #916955

    Hi,

    The SFTP login credentials are not working. Please check it carefully. Do we have to connect to a specific port?

    Best regards,
    Ismael

    #916958

    Hi Ismael,
    Yes Port 2222
    I also resetted the password (kept it the same)
    Lyse

    #916974

    Hi,

    Are you sure that this is the correct directory? I deleted the content of the header.php file intentionally to create an error but the site is still working properly.

    Best regards,
    Ismael

    #917189

    Hi Ismael,

    The home page product grid is displaying correctly.
    See here: https://www.herbalhealinginc.com/

    Lyse

    #917605

    Hi Ismael,
    Just found this page here that does not display the grid correctly:

    Can you have a look?
    Thanks
    Lyse

    #917714

    Hi,

    Are you sure that this is the correct directory? I deleted the content of the header.php file intentionally to create an error but the site is still working properly.

    Is that the access to the live site? The staging site no longer exist.

    Best regards,
    Ismael

    #917879

    Hi Ismael,
    This is access to the live website and the staging still exists with the same issues.
    Lyse

Viewing 30 posts - 1 through 30 (of 33 total)
  • The topic ‘Products in 4-column display incorrectly’ is closed to new replies.