mluther
Forum Replies Created
-
Someone in IRC gave me this list:
Documentation codex.www.ads-software.com
Plugins www.ads-software.com/extend/plugins
Suggest Ideas www.ads-software.com/extend/ideas
Support Forum www.ads-software.com/support
Themes www.ads-software.com/extend/themes
WordPress Blog www.ads-software.com/news
WordPress Planet planet.www.ads-software.comTo WPYogi or anyone else who knows CSS:
I have a child theme for my twentyeleven theme.
It currently is pretty much empty:
/* Theme Name: Twentyeleven Child Version: 12.8 Template: twentyeleven */ /* =Reset default browser CSS. Based on work by Eric Meyer: https://meyerweb.com/eric/tools/css/reset/index.html -------------------------------------------------------------- */ @import url("../twentyeleven/style.css"); /* Sidebar Text Widget Title text becomes red */ .widget-title { color: #FF0000; }
How do I use the “float: right;” code? What exactly do I write into my child css file? Thanks.
WPyogi,
Thank you for your input.
Here’s my site’s CSS:
https://goo.gl/AkcL4Here’s a page’s HTML:
https://goo.gl/M8TDUkarunshakya45,
Is using two menus the best way to solve the problem?
How do I use two menus?
What does your “one” (in top one and bottom one) refer to?
Forum: Fixing WordPress
In reply to: Where are my site's statistic logs? I want to check on 404 errors.Thanks, Chris. I discovered that the GoDaddy Economy Hosting plan does not support error-log collection (https://products.secureserver.net/images/hosting/amiusingeconomyhostingerrorlogs.png). And I’m on that plan!
Anyway, Google Webmaster Tools seems like a good-enough web service to show me broken links.
Hope I’m not missing too much by not having error logs.
Thanks, Clayton. That was the solution.
Thanks for chiming in, Clayton. I don’t plan on adding a lot of links in text widgets, so maybe your advice of adding an “inline style directly to the text widget” would be easier.
What is the html code for adding inline style of “non-bold” or “font-weight:normal”?
Thanks for your help.
Thanks, Andrew, for your reply.
Using firebug in Firefox, I see that everything in the sidebar is in
<div id="secondary">
(main posts/pages are in<div id="primary">
, and both primary and secondary comprise<div id="main">
.The text widget is in
<aside id="text-2" class="widget widget_text">
, and the body of the text widget is inside<div class="textwidget">
.I have taken note of your instruction to ” create a CSS style of font-weight: normal.” But what exactly will be getting that font-weight of normal? The entire
<div class="textwidget">
? I think that will mean that everything without exception inside the textwidget will be normal (not bolded). But what if I add a<b>
code in the text widget?Thanks for helping a newbie.
Andrew, I do use a child theme. What changes must I make to my child theme to unbold the mailto link?
Forum: Fixing WordPress
In reply to: I want to color the title of one text widget redDear all,
My child’s style.css has this:
/*
Theme Name: Twentyeleven Child
Version: 12.8
Template: twentyeleven
*/@import url(“../twentyeleven/style.css”);
.widget-title {
color: #FF0000;}
And now, my one and only widget in all of our website has the red title.
But when i added another text widget, the title of the 2nd text widget also appears in red. Please help.
Forum: Fixing WordPress
In reply to: I want to color the title of one text widget reddear esmi,
thank you for your quick response.
I’ve created a basic child theme.
What should I be editing? And is it possible so that even if I have more than one text widget in use, only this particular widget will have the red title?Thanks.
Joachim,
Thanks for your informative post. I’m learning a lot.I don’t know how to edit thems, but would like to try your suggestion. What must I do to see the
display_ca_sidebar()
?Dear Joachim,
I discovered something about Twenty Eleven. I changed the page/post’s template from “Default Template” to “Sidebar Template” and I now see Content Aware Sidebar in my Twenty Eleven-themed website. But sadly, there’s no quick way to tell Twenty Eleven dashboard to have a sidebar in the bbpress forum pages.
Dear Joachim,
Thanks for confirming that you mean (A).
“Replace” “Main Sidebar” was already selected. I put a check into all the boxes on the “Edit Sidebar” page (Show with all posts; Show with all pages; Show with all forums; Show with all topics; Show with all Replies; Show with all Categories; Show with all tags; Show with all Page Templates), but I still do not see the Content Aware Sidebar or any of the widgets.
??
Dear Joachim Jensen,
Thank you for your reply.When you say “go to the sidebar edit screen”, do you mean:
(A) https://mywebsite.com/wp-admin/post.php?post=442&action=edit
(Titled Edit Sidebar)or
(B) https://ourwebsite.com/wp-admin/plugin-editor.php?file=content-aware-sidebars/content-aware-sidebars.php
(Titled Edit Plugins) ?If (A), do you mean to say that I should change Exposure, Handle, or Merge position?
If you say “Handle”, my “Replace” options are:
- Main Sidebar
- Showcase Sidebar
- Footer Area One
- Footer Area Two
- Footer Area Three
If (B), what exactly do I write in the code?
Thank you?