SSO plugin informs me:
The <head> HTML tag in your header templates should include a function, action, or filter for its attributes. Change the existing <head> HTML tag to:
<head <?php do_action( ‘add_head_attributes’ ); ?>>
Being a HTML ignoramus, I would appreciate confirmation as to exactly where to insert the code in header.php of Elucidate (which I use as a Child). TIA
<?php
/**
* The Header for our theme.
*
* Displays all of the <head> section and everything up till <div id="content">
*
* @package Elucidate
*/
?><!DOCTYPE html>
<html <?php language_attributes(); ?>>
<head>
<meta charset="<?php bloginfo( 'charset' ); ?>">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title><?php wp_title( '|', true, 'right' ); ?></title>
<link rel="profile" href="https://gmpg.org/xfn/11">
<link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>">
<?php wp_head(); ?>
</head>
<body <?php body_class(); ?>>
<div id="page" class="hfeed site">
<?php do_action( 'before' ); ?>
<div class="screen-reader-text skip-link"><a href="#content"><?php _e( 'Skip to content', 'elucidate' ); ?></a></div>
<header id="masthead" class="site-header" role="banner">
<div class="site-branding">
<h1 class="site-title"><a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a></h1>
<h2 class="site-description"><?php bloginfo( 'description' ); ?></h2>
<?php if ( get_header_image() ) { ?>
<a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home">
<img src="<?php header_image(); ?>" height="<?php echo get_custom_header()->height; ?>" width="<?php echo get_custom_header()->width; ?>" alt="" />
</a>
<?php } ?>
</div>
<nav id="site-navigation" class="main-navigation" role="navigation">
<button class="menu-toggle" aria-controls="menu" aria-expanded="false"><?php _e( 'Menu', '_s' ); ?></button>
<?php wp_nav_menu( array( 'theme_location' => 'primary' ) ); ?>
</nav><!-- #site-navigation -->
</header><!-- #masthead -->
<div id="content" class="site-content">
]]>
My main theme is Elucidate which I use a customized child configuration. The child has become corrupted as if there was no theme used. When I activate the main theme the visualization of the site is correct. I have contacted BPS (https://forum.ait-pro.com/) to see if this situation may have been caused by their plugin.
]]>I have used your template for a client’s site and she absolutely loves it. She did notice recently that when she copies a link from her site to post on Facebook, when she pastes the URL into a new post on Facebook, it renders an image, article date, article title, and a snippet of the post. In her case, when she pastes a link, Facebook renders the content, however, it duplicates the post date, formats the post text improperly, etc. I have viewed other examples from other WordPress blogs on Facebook and they do not have these issues. Is there anything I can do to correct the formatting? I have been reading a ton, but so far, no solution. Anything you can offer is appreciated.
]]>Hi – I want to customize the template tag for all posts (on the homepage and otherwise).
I want the date, author, and category displayed right below the post title. Right now, there is only the date, which is above the post title.
Any help would be appreciated!
]]>Hi there,
First of all, nice theme! I am glad to be using it.
My question is, I uploaded some pictures into my media and put them into my posts. I keep them at a medium size when loading the page. The turn out nicely on desktop but when you view on mobile, they go from portrait mode to landscape and the pictures are stretched weirdly. Most of the pictures I upload are taken with iphone and the dimensions are 3264 × 2448. I also uploaded an iphone screen shot with the dimension of 640 x 1136 and they look great on mobile but when I tried those dimensions on the other pictures, they’re still distorted.
Also, sometimes when I click on a photo on the post it takes me to a picture that’s rotated (not sure if this is a theme issue though).
Thank you
]]>Hello,
From romaniancar.com here again.
Can you please tell me where i can find the meta tags ?
Also, can you please tell me how i can use the footer ? I tried some plugins, but they don`t seem to work. I want to add some links and banners in there.
Thank you !
]]>Hi…
I wish to the author name to be alone, without “by” (or “por”, translated to portuguese).
So I just took the word “by” off the template tags, and then my blog simply doesn’t show the author name.
I returned then the “by” to it’s place, but it still didn’t come back.
function elucidate_byline() {
printf( __( '', 'elucidate' )
Why?
]]>I don’t like how much it resizes on mobile format. If I am understanding the code correctly there is 1 media query for screen sizes below 600 or whatever. Is there a way to let it resize down to a certain size, like a minimum size and not let it get any smaller after that?
Thanks!
Ps. New update works great!
First, this is a great simple theme, I love it. This is a first for me and I was using a more complicated theme and trying to simplify it, then I found this one.
I am trying to insert a widget to my front page. I am using the static front page. I have tried inserting the basic (calender, recent post, tags, categories, etc) widgets and they will not work. However, they do work on my other pages. In the customizer widget editor it shows “front page widget 1” but then it shows “The first (leftmost) sidebar used by front-page.php” It is my understanding that the widget areas are horizontal? I have set a background color and I can see the three blank widget areas. I will only want to use one of them, so how can I turn off the other two so it is not just blank tables showing my background color.
sorry I am running on my computer, no url for you.
Thanks in advance.
Hello,
First of all thank youu for this great theme.
I have https://romaniancar.com/ . Can you please tell me how i can bring the logo closer to the menu ? And also lose that empty space between logo and top of page.
Thank you
Crisan Marius
]]>I wanted to translate “Leave a comment” into German, but Translation does not work here. “Edit” for instance is translated correctly.
]]>Have a strange issue inserting morse code text into Elucidate. When customizing any text within Elucidate the correct syntax for a morse code text is viewed when edited.
ie:
.-.. — …- .
however after accepting the changes it is converted to:
.-.. — …- .
the three dashes are converted to a bar and the formatting of three dots in a row is also altered, thus returning an error when converting morse code to text. Have tried various options without any success.
It should be:
.-..
—
…-
.
Fail to see how to resolve this issue with my favorite theme… Elucidate. Using a child theme for customization.
Blog site is abzu2.com
TIA
]]>Hi, I like this theme a lot (thanks). Wondering how, for mobile, I might keep my sidebar/widgets display on right, rather than being moved to bottom for the responsive display. Thanks for any help.
Jon B. St Paul Mn
Reposting this on WordPress ? Support ? Elucidate, which I originally erroneously posted on WordPress ? Support ? Themes and Templates
Am using Email subscribers plugin by Gopi Ramasamy which allows the tag ###POSTIMAGE### to be inserted to new post notifications. Investigating the failure of displaying the featured image from the post, my suspicion is the empty string in functions.php:
add_theme_support( ‘post-thumbnails’ )
information is from https://codex.www.ads-software.com/Function_Reference/get_the_post_thumbnail
according to Gopi:
Size information is based on your default image setting in your WordPress dashboard. It use default wordpress method get_the_post_thumbnail() to load the images.
Would appreciate information as to where and the exact syntax to use in adding this string to my current functions.php which is as follows:
<?php
function elucidate_byline() {
printf( __( ‘Posted by’, ‘elucidate’ ) . ‘ ‘ . ‘<span class=”author vcard”>%2$s</span>’,
esc_url( get_author_posts_url( get_the_author_meta( ‘ID’ ) ) ),
esc_html( get_the_author() )
);
}
Of possible interest to add the Post Image feature to Elucidate:
https://justintadlock.com/archives/2009/11/16/everything-you-need-to-know-about-wordpress-2-9s-post-image-feature
TIA
abzu2.com
Please can you tell me how to remove the tags off the front page and only show them on the actual posts?
Thanks ??
]]>Had made a modification to Elucidates template_ file so that Posted By is displayed rather than the default By
It seems that the best way to modify themes is to create a Child Theme in order to maintain modifications when updating the theme.
Is there a Child Theme template for Elucidate that I can use to make the modifications required to tags.php
? Prior to updating from 1.0.2 to 1.1, is it advisable to undo the change I made to tags.php ?
Not too sure on how to exactly proceed. Not HTML savvy.
TIA
AbZu
abzu2.com
Hi,
tried to search, but can’t find the answer. IN my website for better SEO i need to change sidebar h1 tags to h2 or h3. Because now archives, tags cloud has h1 tags too. Where to find them? With css i know the drill.
]]>Hi
I would like to know how I can insert an image onto the homepage below the menu. The theme settings don’t come with any option to upload an image. The only option I have is with the header but the image goes up the menu.
Please help.
Thanks
Max