rob32
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Zakra] Latest update screwed up layoutHi 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
Forum: Themes and Templates
In reply to: [Zakra] Latest update screwed up layoutThanks Ashish! I just opened a chat…
Forum: Themes and Templates
In reply to: [Zakra] something wrong with Latest update, 1.3.0Please elaborate what your problem exactly is. I really want to learn because it went wrong on my main site also!
Forum: Themes and Templates
In reply to: [Zakra] Latest update screwed up layoutHi 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.
Forum: Themes and Templates
In reply to: [Zakra] Latest update screwed up layoutI just see you released 1.3.1. What are the changes? Will it help me with my issues?
TI, Rob
Forum: Themes and Templates
In reply to: [Zakra] Latest update screwed up layoutOh, 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.
Forum: Themes and Templates
In reply to: [Zakra] Latest update screwed up layoutDEBUGGING: 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 15This 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 –>Forum: Themes and Templates
In reply to: [Zakra] Latest update screwed up layoutUPDATE: 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
Forum: Themes and Templates
In reply to: [Zakra] Latest update screwed up layoutWeel, 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…
Forum: Themes and Templates
In reply to: [Zakra] Reducing words in post excerptsAlready done. Thank you, it works now with 40 words!
Forum: Themes and Templates
In reply to: [Zakra] Reducing words in post excerptsHi 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
Forum: Themes and Templates
In reply to: [Zakra] Change H1 homepage header colorThis works perfectly, Ashish! Thanks again for the excellent support (PS already left a fine review).
Forum: Themes and Templates
In reply to: [Zakra] Change H1 homepage header colorHi Ashish,
That i’ve already tried. It works on all other pages, but not 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,
RobForum: Themes and Templates
In reply to: [Zakra] Change H1 homepage header colorForum: Themes and Templates
In reply to: [Zakra] Change BACKGROUND color main windowPERFECT! Thank you so much; even the proposed color fits like it belongs there…
- This reply was modified 7 years, 1 month ago by Jan Dembowski.