codegearthemes
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Cosme] List Block Not Working on Pages or PostsCan you provide more details on what is this list block? Is this default WordPress blocks or elementor widget?
Forum: Themes and Templates
In reply to: [Cosme] Blog Post Date-Author-Comment AmountIt should work on both the single Article page and the Blog page. Please page link we will check if it is not working.
Forum: Themes and Templates
In reply to: [Cosme] Grey Section with BreadcrumbsThe feature is not available in the free version of the theme please use CSS display none property or upgrade to the premium version of the theme.
Forum: Themes and Templates
In reply to: [Cosme] Grey Section with BreadcrumbsFor product category page:
function codegear_hide_category_page_title( $title ) { if ( is_product_category() ) $title = false; return $title; } add_filter( 'woocommerce_show_page_title', 'codegear_hide_category_page_title' );For Shop Page
function codegear_hide_shop_page_title( $title ) { if ( is_shop() ) $title = false; return $title; } add_filter( 'woocommerce_show_page_title', 'codegear_hide_shop_page_title' );Forum: Themes and Templates
In reply to: [Cosme] Blog Post Date-Author-Comment AmountYou can hide Post Date, Author & Comment with this CSS
.entry-header .entry-meta{ display: none; }Forum: Themes and Templates
In reply to: [Cosme] List Block Not Working on Pages or PostsIs this product page or a Shop page? It seems like your site is password protected.
Forum: Themes and Templates
In reply to: [Cosme] CSSPlease update the theme to the latest version and goto Themes >> Customize >> Header > Main Header and you can disabled it from the settings available.
If you still need help please let us know.
Forum: Themes and Templates
In reply to: [Acoustics] Child Themeseem like your email is not working please send another email or we will upload the theme file in GitHub and we provide a link to download here.
Forum: Themes and Templates
In reply to: [Acoustics] Child ThemeHi, We have sent you Zip file please check the spam folder too.
Forum: Themes and Templates
In reply to: [Acoustics] Child ThemeI hope you got the child theme file.
Forum: Themes and Templates
In reply to: [Acoustics] Child ThemeHi Sydro,
We will send an Acoustic child theme please contact us
Thank you!