michelkopp
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Moesia] Costumizer not working anymoreYES – you are the man! It’s working again – thank you so much!
Easy if you know it… ??
kind regards,
MichelForum: Themes and Templates
In reply to: [Moesia] trouble after updateand this is how my Customizer looks like… empty, also here… ??
“loading” is showing up at the top, but nothing happens.
https://drive.google.com/file/d/1ZERwQyFxnagxK2UOVVRDEA3OliUTWPYc/view?usp=sharing
- This reply was modified 4 years, 12 months ago by michelkopp.
Forum: Themes and Templates
In reply to: [Moesia] trouble after updatehttps://drive.google.com/file/d/1mDl4OGswmlxW3uAr_P6fsgj7SBrY-8qa/view?usp=sharing
I can chlick on “library”, but there is nothing showing up…
Forum: Themes and Templates
In reply to: [One Page] hide white section between logo and featured Image:-))) it works!!
you’re my star ??
thanks a lot!!!Forum: Themes and Templates
In reply to: [Point] Top Menu Clipping on Theme WidthHi there
I’m working on https://www.care-farming.ch (in German, but doesn’t matter)
My problem is the header-menu (as mentioned in the post above)! I got some sub items on every menu-title. When hovering the titles, the sub items get cut-off (to the left side).
ex: “Der Verein” => “Mitglieder” => there should appear “intern” -> it get’s cut off!
Any ideas to solve it?
thx, Michel
Forum: Themes and Templates
In reply to: [Gridster-Lite] static sidebarOk, thanks, I’ll try it… Where do I put this code?
Forum: Themes and Templates
In reply to: [Gridster-Lite] static sidebarany idea?
Forum: Themes and Templates
In reply to: [Gridster-Lite] static sidebarHi
There are 4 widgets in it (menu, wp-calendar, text, rss from blog). Can’t provide a link, I’m working on it my local server (MAMP on Mac), sorry…
Isn’t there a code (like “position:fixed”) that I can insert anywhere?That’s the sidebar.php:
<?php /** * The Sidebar containing the main widget areas. * * @package Gridster */ ?> <div id="container"> <div id="sidebar"> <h1 id="blogtitle"><a>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home"><?php bloginfo('name'); ?></a></h1> <p class="tagline"><?php bloginfo( 'description' ); ?></p> <div class="sidebarwidget"> <?php wp_nav_menu( array( 'theme_location' => 'primary' ) ); ?> </div> <?php do_action( 'before_sidebar' ); ?> <?php if ( ! dynamic_sidebar( 'sidebar-1' ) ) : ?> <?php get_search_form(); ?> <h3 class="sidetitle"><?php _e( 'Archives', 'gridster' ); ?></h1> <ul> <?php wp_get_archives( array( 'type' => 'monthly' ) ); ?> </ul> <h3 class="sidetitle"><?php _e( 'Meta', 'gridster' ); ?></h1> <?php endif; // end sidebar widget area ?> </div><!-- End Sidebar -->
Forum: Reviews
In reply to: [Gridster-Lite] AwesomeYes, it really is!