Michael Bailey
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Inkness] Tagline Not Showing in Inkness ThemeThanks!
Did the trick, and good enough for now.I guess I’ll just have to choose themes that consider tag lines important enough to add functionality.
Developers, see above.
π
Forum: Themes and Templates
In reply to: [Inkness] Tagline Not Showing in Inkness ThemeWell Michael, I am sorry no one else here can help you. I am also sorry that this theme, and so many others, sloppily leave out the functionality of a basic user-friendly tagline on/off button.
Here’s my suggestion:
1) Go to the Editor under Appearance.
2) Select the file “header.php” on the right side of the page. This displays the raw code used to generate the header that appears on the top of every page on your website.
3) Look for the code “<?php bloginfo( ‘name’ ); ?>,” which displays the title of the blog.
4) Type the following code right after that:β¨<?php bloginfo( ‘description’ ); ?>
5) Click Update file.
Make sure you have entered the tagline text in the Settings/General area. (Im guessing you already entered it here where it brilliantly did nothing.)Please note: Adding the code above, will create there identical font and color of the title. In order to change it, you will need to go into the CSS. Honestly, its almost not worth it. Furthermore, when/if the theme is updated, you must go back into the header.php file, and the CSS (if you change that as well) and modify all over again. Its all a pain when a simple on/off switch would be so helpful for a basic tagline, which should be a god-given right to any web site owner.
Anyway, here’s the code how it appears after I added in the header.php section of this theme. Hope it helps, and good luck!
h1 class="site-title"><a>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?>, <?php bloginfo( 'description' ); ?></a></h1>[Moderator Note: Please post code & markup between backticks or use the code button. Your posted code has now been permanently damaged by the forum’s parser.]
Forum: Themes and Templates
In reply to: [Asteria Lite] Blog Page Not Showing All Blogs or PaginationThank you. Seems to work.
Shouldn’t there also be pagination, or at next/previous post titles on the individual posts pages?M
Forum: Themes and Templates
In reply to: [Inkness] Inkness Plus Vs Inkness ProThat is a very confusing statement.
I have the free theme. I’m not asking for support for the Pro or Plus. I am asking what the difference is.
What do you mean by commercial? The developer told me support is available here and provided me a link. Please explain/advise. This is unneccesarily confusing.
Thanks.I solved my problem by deleting the original Jetpack install, and reinstalling. I suspect it had something to do with the original username associated with the imported WP install I did.
Forum: Themes and Templates
In reply to: [isis] Adjusting Margin Space of Call Out Text BoxI seem to have set this by adding this code:
padding-top: 10px;
padding-bottom: 10px;
padding-left:10px;
padding-right:10px;Is this correct?
Forum: Themes and Templates
In reply to: [isis] Adjusting Margin Space of Call Out Text BoxThanks, but, that seems to adjust the space of the text box on the web page.
I want to adjust the space of the margins INSIDE the call out text box around the text. The text is too close to the inside edge of text box.
thanks again.
Forum: Themes and Templates
In reply to: [isis] Front page Widget issuesFollowed instructions for slider image installs. 1180 X 500 images. blank space at bottom of each image. please advise. thanks.
Forum: Themes and Templates
In reply to: [Spun] Spun Update Corrupted Home PageUPDATE:
For some reason it started working properly. Perhaps something to do with cache or browser, or server refresh issue. Anyway, please disregard. Sorry for the confusion. Thx.Forum: Plugins
In reply to: [Custom Content Portfolio] How do I use this plugin?UPDATE:
I discovered that the limit on Portfolio items appearing per Portfolio page is tied into the Blog posts settings. (At least it is with me and my theme. ) Could be a frustrating problem if I wanted to limit blog posts per page, but not portfolio items.Perhaps there is a conflict with the theme I am using. I really have no idea.
For now, though, I am okay with adjusting the blog posts limit to show more portfolio items, but I could see that as an issue for someone else who might want to control blogs independently of the portfolio items.
Forum: Plugins
In reply to: [Custom Content Portfolio] How do I use this plugin?Hello, I just installed your plug in, but can’t not get it to display more than ten images/links on a single page after i created fifteen portfolio items. Help appreciated. Thanks. Mike