sumowebsite
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Omega] Adding a logout link to my footerHey Paul,
Try to add this code into your footer menu (next to ‘Privacy Policy’)<?php if ( is_user_logged_in() ) { echo ' | <a href="<?php echo wp_logout_url( get_permalink() ); ?>" title="Logout">Logout</a>'; }; ?>
Forum: Themes and Templates
In reply to: [Omega] Logo not appearing in the Branding HeaderThat’s odd. Can you post your logo image url? (You can get the URL from Media library.)
Forum: Themes and Templates
In reply to: [Composer] Width of contentHi, do you mean full-screen width? You can use post featured image for full-screen image. If you put the image into content editor, the maximum width you can get is equal to the content width.
Forum: Themes and Templates
In reply to: [Omega] Adding a customised search bar to my siteI’d suggest to customize the search bar via child theme. Create a child theme and copy partials/searchform.php into your child theme folder, then modify the placeholder
placeholder="<?php echo esc_attr_x( 'Search ...', 'placeholder', 'omega' ); ?>"
into
placeholder="Search author, title, genre etc."
Hope that helps.
Forum: Themes and Templates
In reply to: [Omega] Expand the width of my search boxYou can make your search box larger with custom css. Go to “Appearance > Customize > CSS” and insert this custom css
.search-field { height: auto; width: 100%; padding: 22px 20px; }
Adjust the padding and width attribute as you like
Forum: Themes and Templates
In reply to: [Omega] How to addThere is no option for that without customizing it via child theme. I’d suggest to try Omega child theme with search bar, like Magazine
Forum: Plugins
In reply to: [Yoast SEO] question about front pageYes, the SEO plugin cannot rate content outside WP editor, but Google can ??
Forum: Themes and Templates
In reply to: [Church] Content OpacityCan you post your site url?
Forum: Themes and Templates
In reply to: [Family] Change entry byline font-colorTry insert this custom css (Find “Appearance > Customize > CSS”)
.entry-header .entry-meta, .entry-header .entry-meta a { color:#000; }
Forum: Themes and Templates
In reply to: [Family] Header error when trying to log in wp-adminCan’t reproduce the issue. Have you tried the latest version of Family theme? Did you customize family theme functions.php?
Forum: Themes and Templates
In reply to: [Family] Image between postsYes if your post has featured image. Go to “Appearance > Customize > Posts” and enable “Featured Image”
Forum: Themes and Templates
In reply to: [Magazine] How to post HTML Banner on pageYou can insert js code into Widget and it should work. Try to view source to see the code is there.
Forum: Plugins
In reply to: [Yoast SEO] question about front pageSEO friendly is not about content inside a php file or inside WordPress editor. As long as you follow SEO best practice, it will be SEO friendly. WordPress page editor just a tool to make content editing hassle free.
Forum: Themes and Templates
In reply to: [Shopping] Unable to change typography on product pagesSimply install Easy Google Fonts. It works like a charm.