- This topic has 13 replies, 3 voices, and was last updated 5 months, 4 weeks ago by
David.
-
AuthorPosts
-
July 16, 2020 at 7:46 am #1365595
Daniele
Hi,
how can I Move Page title and breadcumbs on top of Woocommerce Shop template, using a left-sidebar layout? (p.s. I was searching for this template but I didn’t found it)I want to show title before the sidebar/content
thanks
July 16, 2020 at 8:27 am #1365803Leo
StaffCustomer SupportHi there,
Any chance you can link us to the site in question?
You can edit the original topic and use the private URL field.
Let me know 🙂
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/July 16, 2020 at 9:42 am #1365901Daniele
Hi Leo,
I can link a WP access, but is not visible without logging it.Maybe this could help:
if you want to access the website please share an email address
thanks!July 16, 2020 at 12:41 pm #1366038Leo
StaffCustomer SupportYou would need to use the header element module:
https://docs.generatepress.com/article/header-element-overview/You’d need to check with WooCommerce’ support to see how to output the breadcrumbs using a shortcode or function format.
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/July 19, 2020 at 6:56 am #1368594Daniele
Thanks,
pls can you tell me which is the php template used in the shop?
p.s. I used this for Woocommerce breadcumb shortcode:
function woocommerce_bcm() {
woocommerce_breadcrumb();
}
add_shortcode( ‘woocommerce_bc’, ‘woocommerce_bcm’ );July 19, 2020 at 8:22 am #1368777Leo
StaffCustomer SupportThat case you can add the shortcode using a hook in the desired location:
https://docs.generatepress.com/article/hooks-element-overview/
https://docs.generatepress.com/article/hooks-visual-guide/Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/July 19, 2020 at 8:41 am #1368798Daniele
can you tell me which is the php template used in the shop?
July 19, 2020 at 9:10 am #1368813Leo
StaffCustomer SupportHave you tried the hook solution?
It’s definitely the better and much easier way to go.
Then you wouldn’t have to modify the template at all.
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/July 19, 2020 at 9:12 am #1368817Daniele
Yes it’s working, but I need the template for another little modify
thanks
July 19, 2020 at 10:07 am #1368850Leo
StaffCustomer SupportCan you open a new topic for the new question and provide a little more details of what you’d like to achieve?
The shop template should be in WooCommerce plugin folder as the theme doesn’t handle that.
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/July 21, 2020 at 6:13 am #1370708Daniele
Ah ok ,
so the template used is the Woocommerce standard one, not a custom developed by you, right?July 21, 2020 at 6:46 am #1370736David
StaffCustomer SupportHi there,
thats correct, GP leaves the Woocommerce plugin to provide the templates.
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/July 21, 2020 at 6:48 am #1370740Daniele
thanks
July 21, 2020 at 6:50 am #1370746David
StaffCustomer SupportYou’re welcome
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/ -
AuthorPosts
- You must be logged in to reply to this topic.