I would like to use Featured Images for a post carousel plugin that I am using but don’t see this option available for your theme (even under screen options). How can I activate it?
]]>I’m limiting the amount of posts seen to 3, and consequently would like to have a Newer Older Posts option underneath the last post on the page.
I’m finding lots of information and widgets for Next Previous Page, but not posts.
Is this possible with this theme?
Thanks,
-Peter
Hello,
How can i make header and navigation unmoveable, so that only content scrolls?
Header should stay fixed at top. Just like wordpress admin bar, if you are logged in at frontend.
Kind Regards,
Veslertia
Hi.
I have a curious problem.
I’m using Undiscovered theme and I’m very glad.
I’m using child theme with the instructions of WordPress codex page (even in another site with another theme and is ok).
When I use Google Chrome and I go on the page of my web site the first 15 second (about) I see big size chars.
And then return to the default size.
I tried to return to the parent theme and it works well.
I tried too to leave just the first instructions in style.css of Undiscovered child theme without change anything:
/*
Theme Name: Twenty Fourteen Child
Theme URI: https://example.com/twenty-fourteen-child/
Description: Twenty Fourteen Child Theme
Author: John Doe
Author URI: https://example.com
Template: twentyfourteen
Version: 1.0.0
Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain: twenty-fourteen-child
*/
@import url("../twentyfourteen/style.css");
/* =Theme customization starts here
-------------------------------------------------------------- */
Where obviously in url I have:
@import url("../undiscovered/style.css");
and the other informations are for undiscovered theme, but it works well just with (default) parent theme.
I wonder why.
I like a lot this theme, you (themeshaker) made a good work.
]]>Hi there –
I chose the static front page option, but wanted to integrate a different css style for the main body of hte page.
Is it possible to customize a single page differently than the rest of the website? Where in the php or css files is the style/location of the front page named?
Thanks very much for an awesome theme!!
]]>Hi –
The social media icons in your theme Undiscovered are great and super easy, but I’m curious if there is a way to make them open a new window (target=”blank”) when clicked on instead of the same window?
TIA,
-Peter
Forgive the n00b question and issue at hand!
I cannot figure out how to remove the drop shadow on the text that appears in the navigation bar. It changes with the “secondary colour” option.
I have every possible text-shadow set to “none” or “0px” in my CSS.
]]>Not invisible exactly – on my IPhone, the top drop down menu functions properly but I can’t see it!
In other words I can blindly tap and get links, but the entire interface is white and you can’t see the links. I’m guessing the link color is set to white, but I really don’t know.
I am way out of my league here and don’t know where to begin looking for the problem.
Any input on this would be greatly appreciated!
Thanks in advance,
-Peter
Anybody know how to center the navigation on this theme?
text-align: center; and float: left; don’t work.
TIA
]]>Hi,
is possibile to customize link’s color bypassing default option ?!
I would give 4 different color for links.
For example, if I put this code in child theme’s style.css:
a:link {color: blue;} /* color link */
a:visited {color: purple;} /* visited link */
a:hover {color: red;} /* mouse over link */
a:active {color: green;} /* selected link */
The code does not work well because the default is:
a:visited, a:hover, a:focus, a:active {
color: #be3243;
}
And I can’t bypass it.
Thanks.