Forum Replies Created

Viewing 15 replies - 1 through 15 (of 15 total)
  • Thread Starter rob32

    (@rob32)

    Hi Ashish,

    Did some research. On my dev environment i have 1.2.4 installed; works fine. Disabled all kind of plugins, and upgraded to 1.3.2 (released today). Same result!

    So renamed the Zakra theme directory, copied the original folder from a backup, and all is OK again.

    Perhaps this helps with the support. I have contacted support, but still no answer or reaction from them.

    Please look into this once again…

    Thanks, Rob

    Thread Starter rob32

    (@rob32)

    Thanks Ashish! I just opened a chat…

    Please elaborate what your problem exactly is. I really want to learn because it went wrong on my main site also!

    Thread Starter rob32

    (@rob32)

    Hi Ashish,
    Could not wait any longer. Restored the whole site back to short before installing the update to 1.3.0. All issues are gone now!
    I will not do another update until i’m sure it won’t happen again…

    Pleas elet me know how this happened.

    Thread Starter rob32

    (@rob32)

    I just see you released 1.3.1. What are the changes? Will it help me with my issues?

    TI, Rob

    Thread Starter rob32

    (@rob32)

    Oh, but i did that, and the complete site layout disappeared like there was no stylesheet at all. Top menu was displayed as a UL, no more sidebar (also displayed as UL under the page content) etc.
    I had to copy the child theme settings from my development site to repair that.

    So it doesn’t seem to be a typo, there is more to it. I have disabled the footer in the theme configurator, now the site looks good again. But i’ve lost my footers completely now. Cannot use them anymore, however they are present in the WP-widget config outside the theme settings (WP-Admin/widgets). But still they don’t show up on the site layout.

    Thread Starter rob32

    (@rob32)

    DEBUGGING: Found this in the Chiold Theme configurator.
    Can you help me out how to solve this ASAP???

    Fatal error: Uncaught Error: Call to undefined function zakra_footer_widget_cotainer_class() in /home/vmvklu1q/public_html/wp-content/themes/zakra-child/sidebar-footer.php:15
    Stack trace:
    #0 /home/vmvklu1q/public_html/wp-includes/template.php(722): require_once()
    #1 /home/vmvklu1q/public_html/wp-includes/template.php(671): load_template(‘/home/vmvklu1q/…’, true)
    #2 /home/vmvklu1q/public_html/wp-includes/general-template.php(111): locate_template(Array, true)
    #3 /home/vmvklu1q/public_html/wp-content/themes/zakra/inc/hooks/footer.php(57): get_sidebar(‘footer’)
    #4 /home/vmvklu1q/public_html/wp-includes/class-wp-hook.php(286): zakra_footer_widgets(”)
    #5 /home/vmvklu1q/public_html/wp-includes/class-wp-hook.php(310): WP_Hook->apply_filters(”, Array)
    #6 /home/vmvklu1q/public_html/wp-includes/plugin.php(465): WP_Hook->do_action(Array)
    #7 /home/vmvklu1q/public_html/wp-content/themes/zakra-child/footer.php(39): do_action(‘zakra_action_fo…’)
    #8 /home/vmvklu1q/public_html/wp-includes/template.php(722): require_once(‘/home/vmvkl in /home/vmvklu1q/public_html/wp-content/themes/zakra-child/sidebar-footer.php on line 15

    This is the sidebar-footer.php (please look at the enhanced code; seems to be a typo there!):

    <?php
    /**
    * The sidebar containing the footer widget area
    *
    * @link https://developer.ww.wp.xz.cn/themes/basics/template-files/#template-partials
    *
    * @package zakra
    */

    if ( ! is_active_sidebar( ‘footer-sidebar-1’ ) && ! is_active_sidebar( ‘footer-sidebar-2’ ) && ! is_active_sidebar( ‘footer-sidebar-3’ ) && ! is_active_sidebar( ‘footer-sidebar-4’ ) ) {
    return;
    }
    ?>

    <div class=”tg-footer-widget-container <?php zakra_footer_widget_cotainer_class(); ?>”>
    <?php for ( $i = 1; $i <= 4; $i++ ) { ?>
    <div class=”tg-footer-widget-area footer-sidebar-<?php echo esc_attr( $i ); ?>”>
    <?php if ( is_active_sidebar( ‘footer-sidebar-‘ . $i ) ) : ?>
    <?php dynamic_sidebar( ‘footer-sidebar-‘ . $i ); ?>
    <?php endif; ?>
    </div>
    <?php } ?>
    </div> <!– footer-widgets –>

    • This reply was modified 6 years, 9 months ago by rob32.
    • This reply was modified 6 years, 9 months ago by rob32.
    • This reply was modified 6 years, 9 months ago by rob32.
    Thread Starter rob32

    (@rob32)

    UPDATE: The problem is in the widget area. Looking at the widgets i cannot see the footer widgets, and get an error at the bottom of the screen where the widgets normally are.
    I’m hesitating to rollback anything; it clearly must be something simple.

    This is the homepage from my dev site, without the theme upgrade: https://vmvklu.vonjot.nl/.

    This is the live site, with upgrade: https://www.vmvklu.nl/.

    Please note the footers!

    • This reply was modified 6 years, 9 months ago by rob32. Reason: Additional info
    Thread Starter rob32

    (@rob32)

    Weel, that doesn’t work. I dont’t have a clue why this happened directly after upgrading Zakra to 1.3.0.
    I was away for a few days, so nothing could have changed in the meantime.

    I will search that value tho.

    It appears to be in the footer (coming from Zakra?). I would like to add a screenshot here, but that is not possible.

    I’ll let you know, but i tend to rollback a backup of the master theme…

    • This reply was modified 6 years, 9 months ago by rob32.
    • This reply was modified 6 years, 9 months ago by rob32.
    Thread Starter rob32

    (@rob32)

    Already done. Thank you, it works now with 40 words!

    Thread Starter rob32

    (@rob32)

    Hi Ashish,
    What do you mean? Of course i use a child theme (i always do for obvious reasons), but what is the difference? How can i change the number of words in that child theme?

    TIA Rob

    Thread Starter rob32

    (@rob32)

    This works perfectly, Ashish! Thanks again for the excellent support (PS already left a fine review).

    Thread Starter rob32

    (@rob32)

    Hi Ashish,
    That i’ve already tried. It works on all other pages, but not the homepage.

    Please look at the homepage:

    Now take a look on one of the other pages, color adjusted as you described above:

    You see what i mean? It’s only the menu item on the Homepage that stays in the general text color.
    Any way i could change that into the same value like the other pages (#0066bf).

    TIA,
    Rob

    Thread Starter rob32

    (@rob32)

    Never mind, already found the header stuff… But i still need some help to change the color of the title “Home” on the homepage. That i can’t find.

    • This reply was modified 7 years ago by rob32.
    • This reply was modified 7 years ago by rob32.
    Thread Starter rob32

    (@rob32)

    PERFECT! Thank you so much; even the proposed color fits like it belongs there…

Viewing 15 replies - 1 through 15 (of 15 total)