Hi,
Your theme is great, but I would like you to update it with the latest html5shiv js lib at GitHut, currently at 3.7.3. Your theme supports only 3.7.2.
The update is easy to do on my site, but you may work on other parts, too… so please make it official.
Thanks
Rainer | LMx Research Letters
]]>I suspect a CSS issue. My site is: https://www.hellobully.com. My responsive menu is not expanding upon click in mobile view. Help please!
]]>Hey together,
well i′m kinda lost because i dont know where to continue regarding the hentry markups.
Seems like i′m missing author, updated and entry title but i have some problems to fix it like its explained everywhere.
Does anyone have an idea to fix it?
Kind regards
Artur
Hello, many thanks for this great theme. I have just installed it on my blog which has been recently upgrade to WP 4.2.
I noticed the blog title was being output twice in the <title> tag of every page. After some investigation, I noticed on line 103 of the functions.php file, you have this:
// Add the site name.
$title .= get_bloginfo( 'name' );
I was able to resolve the issue by commenting that line, which concatenates the existing title with the same again, hence leading to the issue.
Please let me know if you require any more information.
Thanks!
]]>Hi,
I’m new to php and wordpress but and maybe I’m doing somthing wrong, but…
The Elmax theme does not correctly link to the Home page.
The generated HTML is
<h1 id="logo">
<a href="">Example Title</a>
</h1>
The code that generates this is in the header.php file.
<h1 id="logo"><a href="<?php esc_url (home_url('/')); ?>"><?php bloginfo( 'name' ); ?></a></h1>
I think the code should be
<h1 id="logo"><a href="<?php echo esc_url (home_url('/')); ?>"><?php bloginfo( 'name' ); ?></a></h1>
This will then correctly generate the correct HTML
<h1 id="logo">
<a href="https://example.com/">Example Title</a>
</h1>
Cheers,
Zac
Does this theme paginate posts automatically?
]]>Is it possibel to translate the “Continue Reading” Link? Via theme customization?
]]>Hello I added a secondary menu to the theme but now the main nav doesn’t show in mobile view.
Here is the code in header.php:
<div id=”top-wrap”>
<div id=”top-inner”>
/”><?php bloginfo( ‘name’ ); ?><img src=”https://162.144.99.26/~sacrealt/wp-content/uploads/2014/08/logo2.png” style=”margin-top: .75em;” />
<nav id=”site-navigation” class=”sec-navigation” role=”navigation”>
<h1 class=”menu-toggle”><?php _e( ”, ‘elmax’ ); ?></h1>
<?php wp_nav_menu( array( ‘theme_location’ => ‘secondary’, ‘depth’ => 1 ) ); ?>
</nav>
<header id=”branding” class=”site-header” role=”banner”>
<h1 id=”logo”>/”><?php bloginfo( ‘name’ ); ?></h1>
<nav id=”site-navigation” class=”main-navigation” role=”navigation”>
<h1 class=”menu-toggle”><?php _e( ‘Menu’, ‘elmax’ ); ?></h1>
<?php wp_nav_menu( array( ‘theme_location’ => ‘primary’, ‘depth’ => 3 ) ); ?>
</nav><!– #site-navigation –>
</header>
<div class=”clear”></div>
</div>
</div>
and the CSS:
/* Primary Navigation
————————————————————– */
.main-navigation {
background: #1e318b;
display: block;
float: left;
margin: 0 auto;
width: 100%;
}
.main-navigation ul {
list-style: none;
margin: 0;
padding: 0;
}
.main-navigation li {
float: left;
position: relative;
}
.main-navigation a {
color: #fff;
display: block;
font-size: 16px;
font-size: 1.6rem;
font-weight: bold;
line-height: 2.5em;
padding: 0.5em 1.25em;
text-decoration: none;
}
.main-navigation ul ul {
-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
box-shadow: 0 3px 3px rgba(0,0,0,0.2);
display: none;
float: left;
margin: 0;
position: absolute;
left: 0;
width: 188px;
z-index: 99999;
}
.main-navigation ul ul ul {
left: 100%;
top: 0;
}
.main-navigation ul ul a {
background: #3a3a3a;
color: #fff;
height: auto;
line-height: 1.4em;
padding: 10px;
width: 168px;
}
.main-navigation li:hover > a,
.main-navigation ul ul :hover > a,
.main-navigation a:focus {
background: #62b01e;
color: #fff;
}
.main-navigation ul li:hover > ul {
display: block;
}
.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a,
.main-navigation .current_page_item > a,
.main-navigation .current_page_ancestor > a {
background: #62b01e;
}
/* Secondary Navigation
————————————————————– */
.sec-navigation {
display: block;
float: right;
margin: 0 auto;
}
.sec-navigation ul {
list-style: none;
margin: 0;
padding: 0;
}
.sec-navigation li {
float: left;
position: relative;
margin-top: 2em;
}
.sec-navigation a {
color: #green;
display: block;
font-size: 16px;
font-size: 1.6rem;
font-weight: bold;
line-height: 2.5em;
padding: 0.5em 1.25em;
text-decoration: none;
}
.sec-navigation ul ul {
-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
box-shadow: 0 3px 3px rgba(0,0,0,0.2);
display: none;
float: left;
margin: 0;
position: absolute;
left: 0;
width: 188px;
z-index: 99999;
}
.sec-navigation li:hover > a,
.sec-navigation ul ul :hover > a,
.sec-navigation a:focus {
background: #62b01e;
color: #fff;
}
.sec-navigation ul li:hover > ul {
display: block;
}
.sec-navigation .current-menu-item > a,
.sec-navigation .current-menu-ancestor > a,
.sec-navigation .current_page_item > a,
.sec-navigation .current_page_ancestor > a {
background: #62b01e;
}
/* Small menu */
.menu-toggle {
display: none;
cursor: pointer;
}
.main-small-navigation > ul {
display: none;
}
What am I doing wrong?
]]>How do i make author name clickable like category in posts by which user can filter/separate posts by author
]]>Hi,
There seems to be some issue with italics in Elmax. None of the text selected as Italics shows up in Italics when I publish my posts.
Thanks,
Ivy
Hello,
Can you help me out in reducing the post img size, on home page.. it’s getting real big where as my actual image i uploaded is small .. request you to provide assistance.
Anyone having issues with the social media icons? I can’t seem to find them on my main page.
]]>