AZBros
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Hueman] Add "read more" buttonJust wanted to say that I tried this for myself and got the Read More text to appear, but the styling doesn’t seem to work. I adjusted the colors and stuff, but nothing changed. Is the style.css code correct? I was curious how it was going to look like a button and then adjust the code accordingly to get a look I liked.
Forum: Themes and Templates
In reply to: [Hueman] Sticky Header Menu when Scrolling?Sorry about that, just changed the option to disable Legacy Mode and everything works properly now. I edited my above post, but I guess I didn’t get it up in time.
Forum: Themes and Templates
In reply to: [Hueman] Sticky Header Menu when Scrolling?Thanks for the above code bdbrown. I just tried it and it worked, but I’m curious, is there an easy way to only sticky the header banner image and the header menu, but not the topbar menu?
I’m considering going with just the header menu only, but I’m curious how the header image and header menu together (minus the topbar menu) might look. If it’s too complicated, don’t worry about it, though.
And once again, thank you very much for all your help, I really appreciate it!
Forum: Themes and Templates
In reply to: [Hueman] Add a Title Above List of Blog Posts on Front Page?Great, got it to work now. Thank you!
Forum: Themes and Templates
In reply to: [Hueman] Add a Title Above List of Blog Posts on Front Page?Hi bdbrown.
Thanks, I used the 2nd option and it worked perfectly! The margin-bottom code didn’t seem to add any space under the title and above my list of posts. I swapped it out for padding-bottom and that seemed to do the trick. Not sure if that would be the correct way to do things, but it looks okay so far.One final note. I wanted to add some FontAwesome arrows pointing down on both sides of the “Recent Articles” text. I entered the code <i class=”fa fa-arrow-circle-down” aria-hidden=”true”></i> in front of and behind the words “Recent Articles” in index.php. This displayed the arrows, but they look curved/warped.
What would be causing this? Is this a common thing or did I maybe add the code in the wrong place? If it’s uncommon, I can post a screenshot so you can see what I’m talking about. It’s kind of strange.
Forum: Themes and Templates
In reply to: [Hueman] Sticky Header Menu when Scrolling?That worked, bdbrown! Wow, I saw that option, but I guess I just didn’t understand how it worked. I could have sworn I tried it, but now I’m not sure. Oh well, I’m just happy you figured it out, thanks!
I hesitate to ask, but do you know if there’s a way to sticky the header image along with the header menu? I wasn’t sure if there was any piece of code that contained both elements (since this plugin can only sticky one element). Honestly, I’m not sure I’d even want to sticky both, but I was curious.
Again, thank you very much for your help, I really appreciate it!
Forum: Themes and Templates
In reply to: [Hueman] Add a Title Above List of Blog Posts on Front Page?Hi Denzel,
I’m sorry, but I’m really a novice when it comes to coding on WordPress. I found the code in each of the files in my child theme. What do I need to type above that line of code to include the words “Recent Articles” above my list of posts? Also, do I need to do it within all three of the files you mention?Again, I apologize if that’s a dumb question, but I honestly don’t know. I’m trying to learn, though. I’ve received a ton of great advice on this forum and I appreciate everyone’s patience and assistance.
Forum: Themes and Templates
In reply to: [Hueman] Sticky Header Menu when Scrolling?Interesting. I’m not sure what might be causing the conflict. It goes behind a every widget in the sidebar, as well as the Social Media bar itself. I’ll try disabling some plugins and see if anything changes. I’d love to be able to sticky the header menu, but I can live without it. At this point, I’m more curious why it’s not working properly.
I’m not sure if it matters, but when I tried the above suggestions to sticky the topbar menu, it scrolled correctly in front of the widgets. It’s just something about the header menu I guess.
Forum: Themes and Templates
In reply to: [Hueman] Sticky Header Menu when Scrolling?I’m sorry, but that was a typo in the first post. I had originally input #nav-header (not #header.nav). The issues I mentioned above all occurred when I typed #nav-header into the plugin.
I apologize for the confusion.
Forum: Themes and Templates
In reply to: [Hueman] Increase Title Size on "Page"?Hi bdbrown,
This is how my page.php looks now:<?php get_header(); ?> <section class="content"> <div class="pad group"> <?php while ( have_posts() ): the_post(); ?> <article <?php post_class('group'); ?>> <?php get_template_part('parts/page-image'); ?> <?php get_template_part('parts/page-title'); ?> <div class="entry themeform"> <?php the_content(); ?> <div class="clear"></div> </div><!--/.entry--> </article> <?php if ( hu_is_checked('page-comments') ) { comments_template('/comments.php',true); } ?> <?php endwhile; ?> </div><!--/.pad--> </section><!--/.content--> <?php get_sidebar(); ?> <?php get_footer(); ?>I don’t know if that was the proper way to move the title, but it worked.
Also, I tried the code above, but the title on my Page remained dark gray (the default color). I tried changing the “h2” to “h1” and that did the trick! Right now, everything looks the way I want it (including how the stuff on Posts look). Using the information you provided, I entered the following code into style.css:
.page-title h1 { color: #000; font-size: 32px; text-align: center; }The h1 was the part I was missing and the key to solving this dilemma. Thanks for your help! So far everything looks great, but if I notice anything else, I’ll be sure to post back here.
Forum: Themes and Templates
In reply to: [Hueman] Sticky Header Menu when Scrolling?Hi bdbrown,
That’s what I did, but the menu then scrolls behind the widgets in my right sidebar (I only have the right sidebar enabled). Is there a way to have the menu scroll on top of the right sidebar widgets rather than become hidden behind them?Forum: Themes and Templates
In reply to: [Hueman] Increase Title Size on "Page"?Just a slight update: I’m still having issues moving only the Page titles. I can’t figure out how to single out just the titles that show up on Pages and leave the Category titles at the top of Posts untouched. I also still can’t figure out what the code is to change the color of titles on Pages.
Another thing I was having an issue with (that I forgot to post before) was a large gap between the Featured Image and the newly lowered Title on Pages. I proud to say I somehow figured it out on my own. To minimize this space entered the following code into style.css
.page-image { margin-bottom: 10px; }I know it doesn’t seem like much, but I’m still a novice with this coding stuff, so even the little victories feel good. :-p Hopefully someone can assist me with the other stuff, though. I just wanted to post what I had figured out just in case it helps someone else.
Forum: Themes and Templates
In reply to: [Hueman] Display Posts from Category on Page?I’d like to create a separate page so the Category pages can keep their default look.
Also, I’d like to add things to the Pages such as a title, featured image and short description. I wasn’t sure if there was an easy way (such as a shortcode) to add a list of links to all the posts in a certain category.
That way, the main look of the Page remains the same and can be edited when/if needed, but all new posts will automatically be listed on the Page. Right now, on my free WordPress site, I just go in and add links to the posts manually on each Page. It would be nice to have this done automatically, especially once my site gets larger and more authors are submitting posts.
If something like this is possible, let me know. Otherwise, I’ll see what I can do with the options available. Thanks again!
Forum: Themes and Templates
In reply to: [Hueman] Increase Title Size on "Page"?Okay, at first this seemed to work, but I just now noticed that it changed the way my Posts looked. Basically the size of the Category text increased and moved to the very top of the page (previously there was some padding). When I removed the above code, everything went back to normal, but the Pages also lost their new format. Is there any way to change just the Page titles without affecting the Posts?
Also, regarding the Page titles, is there a way to change the font color to black? I tried adding “color: #000” to the above code, but that didn’t change anything.
Thanks!
Forum: Themes and Templates
In reply to: [Hueman] Sticky Header Menu when Scrolling?I wanted to sticky the header menu, not the topbar. Is this possible in this theme? Also, just to verify, neither would be possible while in the boxed layout?
I don’t have to have either sticky, but I like the look of sites that allow the main menu bar (in my case, the header menu) to stick to the top while scrolling.
Thanks!