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

Kallyas Joomla version :multilanguage fix

Forum ⁄ Forums ⁄ Joomla ⁄ Kallyas Template for Joomla! ⁄ Kallyas Joomla version :multilanguage fix

Forum › Forums › Joomla › Kallyas Template for Joomla! › Kallyas Joomla version :multilanguage fix

This topic is: not resolved
Viewing 1 post (of 1 total)
  • Author
    Posts
  • November 17, 2015 at 3:12 pm #220002
    Ionut
    Participant
    Post count: 3702

    If you have multilanguage on your site and menu is shown only at refresh , please use this fix:

    1. make back-up 2 go to : plugins/system/hg_assets/shortcodes/shortcodes.php
    2. delete this text http://prntscr.com/b9xup7
    // Load Custom Shortcodes
    $custom_shc_path = JPATH_THEMES.DS.(JFactory::getApplication()->getTemplate()).DS.'custom'.DS.'shortcodes'.DS.'shortcodes.php';
    if (JFile::exists($custom_shc_path))
        require_once($custom_shc_path);
    
    ?>
    
    1. add
    // Load Custom Shortcodes
    $db = JFactory::getDbo();
    $query = $db->getQuery(true);
    $query
        ->select($db->quoteName('template'))
        ->from($db->quoteName('#__template_styles'))
        ->where($db->quoteName('client_id'). ' = "0" AND ' . $db->quoteName('home').' = "1"');
    $db->setQuery($query);
    $frontend_template = $db->loadResult();
    // Load Custom Shortcodes
    $custom_shc_path = JPATH_THEMES.DS.( $frontend_template ).DS.'custom'.DS.'shortcodes'.DS.'shortcodes.php';
    if (JFile::exists($custom_shc_path))
        require_once($custom_shc_path);
    ?>
    
  • Author
    Posts
Viewing 1 post (of 1 total)

The topic ‘Kallyas Joomla version :multilanguage fix’ 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