martijn6
Forum Replies Created
-
Forum: Plugins
In reply to: [Conditional Menus] how to add conditional menu to archive pagesHi!
I encounter the same problem. Do you have a solution yet?
Forum: Plugins
In reply to: [WooCommerce] Woocommerce Bookings Calendar@wparsons, You can add the code in the functions.php file.
Forum: Plugins
In reply to: [WooCommerce] Woocommerce Bookings CalendarThanks for your reply again @luminus! I have a solution that works for me now. For people who come across this topic in the future, I used the following code to adjust the standard template:
remove_action( 'woocommerce_before_single_product_summary', 'woocommerce_show_product_images', 20); remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_title', 5); remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_rating', 10); remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_price', 10); remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_excerpt', 20); remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_meta', 40); remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_sharing', 50); remove_action( 'woocommerce_after_single_product_summary', 'woocommerce_upsell_display', 15); remove_action( 'woocommerce_after_single_product_summary', 'woocommerce_output_related_products', 20);
Indeed, this does effect all product pages, but for my site this is the intention. I placed this code in a own plugin, but off course you can also place it in the theme functions.php file.
The warning “Shortcode “Single Product Page Add To Cart”. Please view Product after assigning Custom Template” was from the plugin ‘Woocommerce Single Product Page Builder’. I used this plugin to try to adjust the product template, but that didn’t work out for me.
Forum: Plugins
In reply to: [WooCommerce] Woocommerce Bookings CalendarIn addition, if I use a custom template for the single product page I get the following message on the page where the shortcode is applied:
“Shortcode “Single Product Page Add To Cart”. Please view Product after assigning Custom Template”
Forum: Plugins
In reply to: [WooCommerce] Woocommerce Bookings CalendarHi @luminus, thank you for your response! This is definitely a step forward. Is there also a way to only display the calendar and ‘book now’ button and not the title/images/reviews and all the other information of the single product page?
Forum: Fixing WordPress
In reply to: Woocommerce Bookings CalendarClosed
Forum: Fixing WordPress
In reply to: Woocommerce Bookings CalendarI’m sorry @jaycbrf! I had different tabs open, I’ll post my question on the right forum!
Forum: Themes and Templates
In reply to: [Sketch] Page Title at the Portfolio Archive PageI have the same problem in Firefox and Chrome! See these screenshots:
Forum: Themes and Templates
In reply to: [Sketch] Page Title at the Portfolio Archive PageThank you for all the help @siobhyb! Here are two screenshots:
Forum: Themes and Templates
In reply to: [Sketch] Page Title at the Portfolio Archive PageI only have the three plugins ‘Akismet’, ‘Hallo Dolly’ and ‘Jetpack’ installed, even when I deactivate them all of just one, the ‘Portfolio’ tab doesn’t pop up in the customizer.. Any other ideas?
Forum: Themes and Templates
In reply to: [Sketch] Page Title at the Portfolio Archive PageHi Siobhan,
Thank you for the comment. The menu in the customizer shows the same tabs as in your screenshot, except for the last tab. It says ‘theme’ and if I click on this tab I only can adjust the ‘Thumbnail Aspect Ratio’ and hide the text on the front page. My error console gives a error (see screenshot), can’t figure out what causes the problem. Can you or somebody else help me out?
Forum: Themes and Templates
In reply to: [Sketch] Page Title at the Portfolio Archive PageThanks @siobhyb for your response! It’s indeed about the /portfolio page and your explanations makes sense. I only can’t find the Portfolio tab in the Theme Customizer to edit the title.. There’s a ‘Portfolio’ tab in the main admin area, but that doesn’t give me the option to add a title to the page. Do you have another idea about this?