-
AuthorPosts
-
January 9, 2021 at 9:22 am #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
January 13, 2021 at 4:55 am #1272018Hey 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,
IsmaelJanuary 13, 2021 at 5:31 am #1272024Hello Ismael,
Thank you for replying. I took the site off maintenance mode. It’s now live.
Nik
January 15, 2021 at 7:57 am #1272603Hi,
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,
IsmaelJanuary 15, 2021 at 10:25 am #1272640Hello 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.
#1271195I 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
January 18, 2021 at 3:53 am #1273193Hi,
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,
IsmaelJanuary 20, 2021 at 7:50 am #1273940Hello 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
January 21, 2021 at 4:18 am #1274265 -
AuthorPosts
- The topic ‘Woocommerce Shop Page’ is closed to new replies.