eagleview
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] breadcrumbmmm …
[1] Yes, the site is storeit4less.co.nz
[2] I copied the snippet code to https://phpcodechecker.com/ – I got the ‘no issues found’ message
[3] I disabled all of plugins, except for the woocommerce plugin and the ‘my custom functions’ plugin with the snippett code added, and tested – the woocommerce pages remained blank at the front end
[4] In wp-config.php the define(‘WP_DEBUG’, true); was already installed. I have changed the ‘false’ to ‘true’ – I have not as yet received any error messages
….. where to from here?
Forum: Plugins
In reply to: [WooCommerce] woocommerce – Cart page – coupon tag and buttonHi Mat_
Perfect … thank you!!! ??
Forum: Plugins
In reply to: [WooCommerce] breadcrumbmmm …. I copied and pasted direct from your code block … the same outcome no product or content display in the woocommerce pages).
Could it be an issue with the “My Custom Functions” plugin?
Forum: Plugins
In reply to: [WooCommerce] breadcrumbHi Lorro,
I made the change to the following:
<?php
/* Woocommerce breadcrumb */
add_action (‘zerif_after_header’, ‘add_breadcrumbs’, 40);
function add_breadcrumbs() {
woocommerce_breadcrumbs();
}Now no product or content display in the woocommerce pages?
I must be missing something, just not sure what?Forum: Plugins
In reply to: [WooCommerce] woocommerce – Cart page – coupon tag and buttonApologies, it is the checkout page where the above display issue occurs.
location:
checkout pageForum: Plugins
In reply to: [WooCommerce] breadcrumbI installed the “My Custom Functions” plugin (great plugin), and added the
snippet
I get the error message ….
‘Sorry, but your code causes a “Fatal error”, so it is not applied! Please, check the code and try again.’I added the below snippet code:
/* Enter Your Custom Functions Here */
<?php
add_action (‘zerif_after_header’, ‘add_breadcrumbs’, 40);
function add_breadcrumbs() {
woocommerce_breadcrumbs();
}Any insight would be appreciated ? ??
- This reply was modified 7 years, 6 months ago by eagleview.
Forum: Plugins
In reply to: [WooCommerce] Red line in woocommerce pageHi dancing pony and Lorro,
Removing the below redundant worked perfectly – thank you!!! ??
/*CENTERING THE LINE BELOW PAGE TITLES*/
.entry-title::after {
left:45% !important;
}Forum: Themes and Templates
In reply to: [Zerif Lite] WordPress custom menu – in Elementor pageItem solved – the issue has been isolated to an Elementor plugin.
Thank you! ??Forum: Themes and Templates
In reply to: [Zerif Lite] display menu in woocommerce pageHi,
If my issue is in the too hard basket, is there a way to create a breadcrumb in the woocommerce pages, and with active links?
Any assistance would be appreciated.
Forum: Themes and Templates
In reply to: [Zerif Lite] display menu in woocommerce pageHi Uriahs,
I have two created menus.
The menu you refer to the ‘Main header Menu’.
The one I wish to display in the woocommerce pages is ‘Store page menu’.However, the issue is that there does not appear to be any way for me to directly post either of the menus directly into a wooocommerce page, or to display a menu in the woocommerce pages instead of at the top of the ‘zerif theme’ page?
I must be missing something, just cannot figure out what it is?
Forum: Fixing WordPress
In reply to: Help with css – woocommerce elementsMuch appreciated – posted in the woocommerce forum.
Thank you ??Hi,
I would greatly appreciate any css assistance with the above items. Css is a learning curve for me.
I am hoping that I once I see how someone codes the css for the above wordpress woocommerce elements, I will know how to add css for other elements.
Thank you ??Forum: Themes and Templates
In reply to: [Zerif Lite] display menu in woocommerce pageHi,
Any thoughts on this item would be greatly appreciated
Forum: Themes and Templates
In reply to: [Zerif Lite] display menu in woocommerce pageHi Poonam,
Yes …
I am currently trialing the Zerif ‘lite’ theme.
I see this theme only supports one menu.
Within appearance/menus/manage location/theme location, for the primary menu I can select an assigned menu, as shown belowTheme Location Assigned Menu
Primary Menu “Store page links”However, there does not appear any mechanism to place/display this menu within a woocommerce store page?
Forum: Themes and Templates
In reply to: [Zerif Lite] Page linksHi Poonam,
Perfecto … thank you !!! ??