eeprom_one
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to Display Breadcums in WoocommerceYes the code in Home look like <p id=”breadcumbs”>…</p>.
I am modifying the Actual Theme, (no child).
At class-breadcumbs.php in Yoast seo plugin i find this:
Code:
/**
* Determine the crumbs which should form the breadcrumb.
*/
private function set_crumbs() {
/** @var WP_Query $wp_query */
global $wp_query;$this->add_home_crumb();
$this->maybe_add_blog_crumb();if ( ( $this->show_on_front === ‘page’ && is_front_page() ) || ( $this->show_on_front === ‘posts’ && is_home() ) ) {
// Do nothing.
}
elseif ( $this->show_on_front == ‘page’ && is_home() ) {
$this->add_blog_crumb();
}
elseif ( is_singular() ) {
$this->maybe_add_pt_archive_crumb_for_post();if ( isset( $this->post->post_parent ) && 0 == $this->post->post_parent ) {
$this->maybe_add_taxonomy_crumbs_for_post();
}
else {
$this->add_post_ancestor_crumbs();
}if ( isset( $this->post->ID ) ) {
$this->add_single_post_crumb( $this->post->ID );
}
………………..Maybe is this?: $this->add_home_crumb(); ????
you can view the entire code at:
https://www.fiestas-en-barco.es/class-breadcrumbs.txtthks a lot jjbte!
Forum: Fixing WordPress
In reply to: How to Display Breadcums in Woocommercethis is my main index code:
<body class=”home page page-id-20 page-template page-template-template-one-page page-template-template-one-page-php logged-in admin-bar chrome windows wpb-js-composer js-comp-ver-4.11.2 vc_responsive customize-support no-scrollable-portfolio-enabled”
Forum: Fixing WordPress
In reply to: How to Display Breadcums in Woocommercehi again jjbte and many thanks for your support..
i have a static home page with IBUKI Theme.
I put the string in my main Css file of main theme:
body.blog p#breadcrumbs { display: none; }
and doesn′t work…
how can i sure get the class of my homepage throught my main.css? about your comment
Forum: Fixing WordPress
In reply to: How to Display Breadcums in Woocommercethank you jjbte for your fast answer…but still doesn′t work..
is there another solution?.. now the home page display the breadcum…
Forum: Themes and Templates
In reply to: [MesoColumn] How to put "add to cart" button in category viewoh sorry… its OK!
tank you very much Richie… cheers and kisses from Spain
Forum: Themes and Templates
In reply to: [MesoColumn] How to put "add to cart" button in category viewhi, thank you for your fast response.
The code send:
Parse error: syntax error, unexpected ‘<‘ in /homepages/34/d587279792/htdocs/ATUN/wp-content/themes/mesocolumn/functions.php on line 95
i put the code in my functions.php
thank you for your support Richie ??