Ian MacGregor
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Customizr] Author box on pagesI would suggest contacting the theme developer. From what I can see, your request is going to include adding php code into class-content-page.php. The posts seem to have the author bio included already.
Forum: Themes and Templates
In reply to: [Customizr] change to boldI have not installed this theme because the stylesheets are, in my opinion, not very “tinker-friendly” (36 style sheets?!). However, I believe the item you are looking for is in one of the 36 style sheets in wp-content/themes/customizr/inc/assets/css. You’ll need to find a line like the following:
font-weight: specified;
(where “specified” could be one of normal, italic, or bold) and change it to bold.
With 36 style sheets it’s no wonder you’re having difficulty changing the theme.
Forum: Fixing WordPress
In reply to: How do I add buttons to the post editor?Thank you, Bobby. Unfortunately, I still don’t understand how to accomplish my goal. How do I tell the system which css code to use?
This seems much more difficult than it needs to be. Writing the <div> code manually is much easier.
Forum: Fixing WordPress
In reply to: How do I add buttons to the post editor?Bob,
Thank you very much for your reply. I trust that you know what you’re doing given that you’ve done this before. I, however, have no idea what to do with the add_meta_box code. To which file should I add this code? What is the proper location within that file?My apologies for this, but I’m quite new to WordPress and php.
Forum: Themes and Templates
In reply to: [Romangie] Layout problems on iOS devicesThank you for the fast reply, and for your willingness to update the theme.
I feel that using the theme options to allow the admin to hide/show different aspects of the content is a great idea.. I don’t mind at all.
I think the best place for the right sidebar, as far as mobile devices are concerned, is at the bottom of the page. This is where I see the sidebar on most other mobile themes.
As far as the meta-content for each blog post, I feel this would be the optimum layout:
Post Title (with permalink)
Published on month day, year (perhaps with archives permalinks)Post content here
Comments
Filed under: categories/tags (with permalinks?)Thank you for writing this beautiful theme and I will leave a nice review when it is finished.
Forum: Fixing WordPress
In reply to: Custom styles helpDisregard, I found a nice plugin that does exactly what I was trying to do.
Forum: Fixing WordPress
In reply to: Custom styles helpI wrote a post, as suggested, and it can be found here.
As you can see, the built-in blockquote works, it spans multiple paragraphs, but my tip style does not. How do I style multiple paragraphs with the tip style and have it work like the built-in blockquote style?