Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1271196

    Hello,

    I am building a test site.

    1) Can the sidebar widgets on the wc shop page be moved below the header banner? If so, would you please suggest the coding for the move?

    2) How can the height of the header be expanded to 350 or higher?

    The link to an image of the sample page is provided in the private content.

    Any help and suggestions are much appreciated.

    Nik

    #1272018

    Hey Nik,

    Thank you for the inquiry.

    We cannot check the site because it is currently on maintenance mode. Please post the login details in the private field so that we could check the site further.

    To adjust the position of the shop banner, you may need to use a different hook for the avia_woocommerce_overview_banner_image function or callback. Currently, the function is attached to the woocommerce_before_shop_loop action hook in the enfold\config-woocommerce\config.php file.

    add_action( 'woocommerce_before_shop_loop', 'avia_woocommerce_overview_banner_image', 10);
    add_action( 'woocommerce_before_shop_loop', 'woocommerce_taxonomy_archive_description', 11 );
    

    Best regards,
    Ismael

    #1272024

    Hello Ismael,

    Thank you for replying. I took the site off maintenance mode. It’s now live.

    Nik

    #1272603

    Hi,

    Thank you for the update.

    1.) It is not possible to move the widgets below the banner without editing the template files, but you could make the page full width by disabling the Sidebar on Single Post Entries in the Enfold > Sidebar Settings panel.

    2.) To adjust the height of the header, please go to the Enfold > Header > Header Layout panel, then look for the Header Size settings.

    Best regards,
    Ismael

    #1272640

    Hello Ismael,

    Thanks for getting back. it would be too much work to edit the template file. My other option is to create a custom page using avia builder as mentioned in Post 1271195.
    #1271195

    I ran into a few issues.

    1) The Av slideshow does not stretch to cover both ends on the custom shop page. Would you suggest any CSS coding to solve this issue?

    2) The widgets appear on the custom shop page, but not on each of the category page? How do I insert widgets into each of the category page?

    3) There is a big white space between the widget section and the product grid. Would you suggest CSS coding I could use to minimize the white space?

    Please click on links in the private content to see the image description and the live page. Your suggestions to resolve the issues are much appreciated.

    Any suggestions are much appreciated.

    Nik

    #1273193

    Hi,

    Thank you for update.

    1.) The slideshow in the catalogue page is now full width. How did you fix the issue?

    2.) Which widgets are you referring to? You should be able to edit the sidebar widgets in the Appearance > Widgets panel.

    If you have any additional questions at this time we kindly ask that you open them up in a separate thread. The longer threads get in the forum, they become more difficult to support as they tend to drift off topic and they also make it troublesome for users trying to search for solutions. Keeping threads relevant to their original inquiry ensures that we can keep better track of what has been resolved and that users can more effectively find answers to similar issues they might be experiencing.

    Thanks!

    Best regards,
    Ismael

    #1273940

    Hello Ismael,

    I had another thread (Post #1271195) on the topic. Mike provided the coding to fix the slideshow width, and am helping with resolving other issues.

    Thanks so much for your help. You can close this thread.

    Nik

    #1274265

    Hi,

    Glad to know that some of the issues are fixed. Please do not hesitate to open another thread if you need anything else. We will close this one for now.

    Have a nice day.

    Best regards,
    Ismael

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Woocommerce Shop Page’ is closed to new replies.