Hogash Support Forums

  • SUPPORT FORUMS
  • Documentation
    • Kallyas WordPress Theme
    • Vauss Template HTML
    • Kallyas Template HTML
  • Register

The Support Forums have now moved to MyHogash Customer Dashboard.

We're shutting down this support forums in favor of our newly launched Hogash Studio Customer Dashboard, where you can manage your purchases, activate your Kallyas copy, get updates and announcements.

To create a new support ticket, please head over to the Customer Dashboard - Support Tickets.

If you already created new support topics in the last few days, they will be solved here, however we're restricting creating new topics.

Search on forums

Bug Fix for subheader showing first products title instead of shop title

Forum ⁄ Forums ⁄ WordPress themes ⁄ KALLYAS – WordPress Theme ⁄ Bug Fix for subheader showing first products title instead of shop title

Forum › Forums › WordPress themes › KALLYAS – WordPress Theme › Bug Fix for subheader showing first products title instead of shop title

This topic is: not resolved
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • December 16, 2014 at 6:52 pm #183718
    Cosmin
    Participant
    Post count: 17572

    Hi,

    We found a bug related to the shop page where instead of the title in custom header, clients were receiving first product’s title.

    To fix this, you will need to go to: wp-content/themes/kallyas/template-helpers/pagebuilder/_header_module.php

    Open _header_module.php and find: http://screencast.com/t/p6bbk8Ck

    The line you will need to delete is:

    	else
    	{
    	echo '

    ' . get_the_title() . '

    '; }

    And it will be replaced with :

    else{
    	// echo '

    '.get_the_title().'

    '; $pid = get_option('woocommerce_shop_page_id'); if ($pid) { $post = get_post($pid); echo '

    ' . $post->post_title . '

    '; } }
    April 15, 2015 at 12:04 pm #193233
    Jeriff
    Participant
    Post count: 25

    Are you going to fix this bug ??? Any plan ?

  • Author
    Posts
Viewing 2 posts - 1 through 2 (of 2 total)

The topic ‘Bug Fix for subheader showing first products title instead of shop title’ is closed to new replies.

SUPPORT SCHEDULE

Online on Weekdays,
From Monday to Friday,
8AM - 6PM ( GMT 00:00 ) [convert time]

Offline in Weekends.

LOG IN

Lost Password

OUR THEMES & TEMPLATES

© Copyright 2010 - 2016 hogash.com