Hi
NOTICE: wp-content/themes/oenology/sidebar.php:76 – Undefined index: display_social_icons
// Boolean Theme option
|| ( isset( $oenology_options['display_social_icons'] ) && $oenology_options['display_social_icons'] )
) {
good for me
small issue
https://www.tenman.info/wp3/manualraindrops/files/list-notice.png
Thank you for new oenology !
]]>Ater the last big update my theme is messed up and showing this messages in my widgets:
Warning: sprintf() [function.sprintf]: Too few arguments in /home/content/85/11557885/html/ab_lonelyspooky_info/wp-includes/widgets.php on line 1042
Please, don’t let this theme become incompatible.
]]>You once provided this filter to remove the show/hide function. How can I update this code?
function jknetdesign_filter_widget_stuff() {
add_filter( 'oenology_showhide_widget_content_open', '__return_false' );
add_filter( 'oenology_showhide_widget_content_close', '__return_false' );
}
add_action( 'widgets_init', 'jknetdesign_filter_widget_stuff' );
]]>
A double nav has appeared, even before I updated WP.
]]>In 2 Column Page(sidebar on left) in sidebar only “Sidebar left Column is coming. But in 2 column posts all “sidebar left column”, “sidebar right column”, “sidebar top column” and “sidebar bottom column” will come.
Is it possible to add complete side bar on left in 2 column page ??
]]>i tried adding social icon widget, but it is not adding. previously it was working fine.
Only widget given by Theme are adding.
Hi Chuck
I updated Oenology (still a very great and sophisticated theme!) to 3.2 and had a page width issue, which I imagine you also found because when I updated to 3.3 that problem was fixed.
However since 3.3 I have lost my right side widgets on my static front page. All that is displaying is the main content. Before this update I had content on left and widgets on the right. When we first implemented Oenology we had a problem with getting the layout like this (it was not a normal option back then) and it might be possible that some hand edit was done in CSS file to do so.
Do you have any thoughts on where to look?
Also my trademark year doesn’t update in the footer .. it still shows 2011. Any thoughts on how to edit that?
Thanks again for a great looking theme!
]]>hi
i would like to remove the tags,permalink,shortlink, from showing on all post/page and home page
Hello Chip!
I ‘d like to know if you were counting translate your theme (French for exemple) by contributors?
Your theme is really nice! But every update, I have to re-translate for my French friends. Is there a way to make a .po file for translation?
If you are ok, i can translate the theme.
Thanks a lot!!
]]>On a mobile device the tinynav class overlaps the logo. What class do I edit in the media query to add a top margin to the header to give space below the nav?
]]>What file do I edit to create custom divs for the 2-column template?
https://growersice.com/products/
I tried this CSS with page ID.
It’s not taking it, but I would rather create a page template.
.page-id-6 .layout-two-column #main {
width: 610px;
}
.page-id-6 #main, .layout-three-column #main {
margin-left: 350px;
}
.page-id-6 #leftcol {
width: 288px;
}
]]>
https://growersice.com/espanol/
Is this just a css fix?
Do you have a filter to remove the ‘Click to view/hide’ function from the 2 column layout?
I’m using a plugin called Spots so I want the title to stay put.
https://growersice.com/services/
Most appreciated.
]]>See the titles in bold I tried H2 tags but they positioned below the image. What class do I edit in the css to get the text to wrap the image so I can go back to header tags?
]]>I’m going for the child theme.
Header image
I have a header graphic that’s 1000px 210px.
I need to add this and make it clickable to get to the home page.
Also whats the pro way to remove the site title text without effecting search engines? Usually I replace the title tag with the img but this theme requires a learning curve.
How do unlink the page titles?
Do featured images work on pages? What size do they need to be?
How do I make the footer non sticky?
]]>Is there an option to remove the WordPress info in the footer, or should I just remove the code.
]]>Hi Chip
I’ve used Oenology for the last year without problems until I finally updated all of my WP install.
I originally had problems with header images and we talked about it on this thread ..
https://www.ads-software.com/support/topic/theme-oenology-header-graphics-issue?replies=25
I seem to be faced with the same issue again. I am using the child theme just as we had laid out at the end of that thread. Any ideas as to why it’s not working?
Thanks for the theme. It’s a very sophisticated andf minimal look
BTW my site is alliancemillsoft.com
]]>I upgraded from 2.4 to 3.0 and now my Themes page tells me that Oenology is broken, the template is missing. I DLed the current zip file and couldn’t find a template file in it. What have I done wrong? Also I don’t know if it matters but I do have a child version with some simple changes to the styles.css file only.
I cannot remove the theme and reinstall it for some reason. I guess damaged themes cannot be removed from WP.
]]>Is this the kind of theme that should be customized as a child theme? Or is it like a Toolbox theme?
]]>Hello!!
I like your theme, but I have a problem with widgets. I have parts that I can not remove.
I take 2 captures to explain, I’m french and my english are not nice…..
So, first shot
I have ‘Liens” and “Licence du site”, it’s ok! But, the others (“title empty” and “meta” I would like to remove them, but I don’t do that.
Second shot
I have my 2 widgets “Liens” and “Licence du site”, but in the other sidebars, i’ve nothing, …. but yes on the website.
How remove them?
I hope you understand what I mean!
Have a nice day!
Regards
Laurent.
Hello Chris,
Here is a list a things I would like to do on the site:
1. I would like to remove the infobar and in its place just have My site title (indent format like the social icons) and the search menu.
2. How can I remove the padding from the new infobar that I would have created, just leaving the text on the background?
3. Removing the site Title from the header, leaving that 600 x 198 space free for widgets or background photo.
Thanks for your support. Theme aside, I believe your response to queries warrants a donation, and I will be making a few soon. Your help has been greatly appreciated.
[please don’t use ‘blockquote’ to mark the code, but use the ‘code’ button – see https://codex.www.ads-software.com/Forum_Welcome#Posting_Code – or even better, use the https://pastebin.com/ – and there is actually no need to post any styles as these are accessible from the link to your site]
/* Infobar Search
--------------------
*/
#postnavsearch {
float:right;
width:182px;
margin:0;
padding:0;
padding-right:3px;
padding-left: 3px;
text-align:right;
}
#postnavsearch #searchform {
margin:0;
padding:0;
}
#postnavsearch form label {
display:none;
}
#postnavsearch input {
margin-top:3px;
margin-bottom:3px;
font-size: 10pt;
font-weight: normal;
}
#postnavsearch #searchsubmit {
font-size: 10pt;
padding: 0;
}
#postnavsearch input#searchsubmit {
height:12px;
padding:0;
margin:0;
}
/*
#postnavsearch input#s {
border: 1px solid #e0e0e0;
border-top-color: #bbb;
border-left-color: #bbb;
color: #555;
background-color: #ffffff;
}
#postnavsearch input#searchsubmit {
border: 1px solid #ddd;
background-color: #ffffff;
}
]]>
Hello there,
Can someone please help with this. I would like to my posts to have excerpt on the home page. This is currently the case for Archives and search results posts.
I saw this in the post-entry.php:
<!– Post Entry Begin –>
<?php
// only display the full content on
// the blog home page, single blog posts,
// and static Pages
if (
(
// WordPress conditional tag that returns true if
// the current page is an archive index page
is_archive()
// WordPress conditional tag that returns true if
// the current page is a search results page
|| is_search()
)
// WordPress conditional tag that returns true if
// the current page has an image mime-type attachment
&& ! wp_attachment_is_image()
// WordPress conditional tag that returns true if
// the current post has the ‘link’ post-format type
&& ! get_post_format()
) {
// Output the Post Excerpt
However, I’m still unable to figure out how to change this up to get the desire outcome.
Thank you.
Can someone please tell me how to change the colour of the font. The current colour (grey) is difficult to see when you install a custom background. I’m using the Chardonnay setting. Thank you.
]]>Chip
I’m new to WP and so this whole theme/plugin/widget thing was/is a bit overwhelming. In the end I decided to try your theme because it’s developed from a teaching standpoint and appears to be more of a labor of love than most others.
So I’m onto my first task, that of putting my logo into the header. I created and fully sized an image for the header. The first try, a png file with transparent background came in a black background .. I guess from an image converter. The second attempt, a bmp file with a white background came in as such in the preview window BUT in the actual page it loads grey, and the headline texts are there too.
Any ideas as to what I’m bumping ino here? I’m suspecting it might be that there is a black image file from the menu that is laying over or behind the header graphic.
I’m using Varietal and there is no background image in use. Also I have not setup any menu yet.
Thanks for any help!
]]>If you get
`
PHP Fatal error: Call to undefined function oenology_get_current_page_template() in /wp-content/themes/oenology/sidebar.php on line 225
‘
just go to the respective page and change
oenology_get_current_page_template() to
oenology_get_current_page_layout()
which is the current name of the function.
I love the oenology theme, but the word ‘oenology’ is prefixed to section titles, like:
Oenology Recent Posts
Oenology Archives
Oenology Categories
Oenology Tags
Oenology Post Formats
Oenology Links by Cat
How to add either custom prefix (such as “SWP”) or leave it out all together so it looks like this:
Recent Posts
Archives
Categories
Tags
Post Formats
Link by Cat
Thanks.
]]>