Loop76
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: Will WordPress 5.0 update automatically?thanks
Yes that would be an option , I just wonder if this can be done in a local network.
- This reply was modified 7 years, 9 months ago by Loop76.
Forum: Fixing WordPress
In reply to: Adding a Sidebar (creating a template)Hey Liam, thank you for your reply
so I made it but I don’t know if I covered everything.
I used the sidebar creator and copid this in the functions.php (do I repeat myself here with the footer?):function theme_widget_init() {
register_sidebar( array(
‘id’ => ‘footer-info’,
‘name’ => __( ‘Footer Info’, ‘mywebsite‘ ),
‘before_widget’ => ‘<div class=”%2$s” id=”%1$s”>’,
‘after_widget’ => ‘</div>’,
‘before_title’ => ‘<h3>’,
‘after_title’ => ‘</h3>’
) );
}// Register new Sidebars
function custom_sidebar() {$args = array(
‘id’ => ‘main-sidebar’,
‘name’ => __( ‘Main Widget Area’, ‘text_domain’ ),
‘description’ => __( ‘Appears on posts and pages in the sidebar.’, ‘text_domain’ ),
‘before_title’ => ‘<h2 class=”widgettitle”>’,
‘after_title’ => ‘</h2>’,
‘before_widget’ => ‘<li id=”%1$s” class=”widget %2$s”>’,
‘after_widget’ => ‘‘,
);
register_sidebar( $args );Now Sidebar appears in the widget area in the dashboard.
The question is…is this all to it?
also I Widget Name appears a h1 headline above the sidebar. How can I style or hide this?thanks in advance
- This reply was modified 8 years, 2 months ago by Loop76.
Forum: Themes and Templates
In reply to: Twentyseventeen | Header Image alignment problemsthank you.
Forum: Fixing WordPress
In reply to: Suddenly the Slideshow does not show the photos anymoresorry I mean the Header…the pictures changing after some seconds.
In the dashboard the pics are listed but you cant see the prview and if you click on them there is nothing there.I took a look via FTP. The jpg files are still there. something must be messed up with the database
Forum: Fixing WordPress
In reply to: Suddenly the Slideshow does not show the photos anymoreits based on twenty twelve .. the normal slideshow. When i click in Media in the dashboard the pictures are listed but you cant see them anymore.