Beefstick
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Hueman] Disable Social icons in primary sidebarIn order to prevent the icons from showing up in the primary sidebar you will need to delete some code from the sidebar.php file, child theme recommended.
Delete this code,
<?php alx_social_links() ; ?>
but that wont get rid of the “follow” text, if you would like to change that,
<p><?php _e('Follow:','hueman'); ?></p>
just change the “follow” to whatever you want. I hope this helps. Mark this thread [resolved] if it does.
I could just be reading your post wrong but it sounds to me like you are trying to put php code into your style sheet, that isn’t going to work.
You need to copy the content.php file from the parent theme or create a content.php file add the code from pastebin to it then add it to your child theme then make the edits Alex suggested. See if that does it for you.
Forum: Themes and Templates
In reply to: [Hueman] footer/ commercial useYes, and
Yes – but you cant sell the theme.All themes in the www.ads-software.com repository are licensed under The GNU General Public License, learn more here.
Forum: Themes and Templates
In reply to: [Hueman] Slick social buttons not displaying in Hueman themeYou may have already solved this. But FYI, I can see the Facebook, Twitter and YouTube slide out tabs on the left and the email slide out tab on the right. If this is no longer an issue for you please mark this thread [resolved].
Forum: Themes and Templates
In reply to: [Hueman] Disable Featured PostsTo disable the slider you need to set the featured post count to zero.
Forum: Themes and Templates
In reply to: [Hueman] Add Widget to headerCheck out this post. Its not the same question you have but it will show how to add a widget to your header via sidebar.
Forum: Themes and Templates
In reply to: [Hueman] Questions regarding Hueman themeYou will need to edit the featured.php file. Child theme recommended.
Open the featured.php file and look for this,
jQuery('#flexslider-featured').flexslider({ animation: "slide", useCSS: false, // Fix iPad flickering issue slideshow: false, directionNav: true, controlNav: true, pauseOnHover: true, slideshowSpeed: 9000, animationSpeed: 400, smoothHeight: true, touch: false });
change the slideshow: false to slideshow: true, save and done.
Forum: Themes and Templates
In reply to: [Hueman] YOU MAY ALSO LIKETheme options panel, blog section under single – related posts. I hope this helps.
Forum: Themes and Templates
In reply to: [Hueman] Can I edit a little bit the functions.php?I have two suggestions.
- Use a child theme and copy the functions.php file to it.
If you edit any php files in the main theme the next time Alex pushes out an update your changes will be overwritten. - Download the version found here on Alex’s site.
Updating to the newest version of this theme is at your discretion.
Personally I would go for the child theme option no matter which version of hueman you use.
Forum: Themes and Templates
In reply to: [Hueman] YOU MAY ALSO LIKEjbgjertsen,
Unless i’ve missed something I’m pretty sure it already does this.
You have 3 options under “single – related post(you may also like)”:
- Disabled
- Related by categories
- Related by tags
which suggest to me that it does what you are hoping that it will do.
Forum: Themes and Templates
In reply to: [Hueman] Header don't look as Hueman Themetotallysane,
this is actually a different issue and you should probably start your own thread…. but,
to get rid of “those ugly gray bars” try this,
#header { background-color: transparent; }
darker excerpt text color,
.entry.excerpt { color: #000; }
as far as the background image being fixed I cant find a solution for that. But it doesn’t look bad, maybe add color to your footer(behind the ad), on the rest of the background you cant even notice the repeat.
Forum: Themes and Templates
In reply to: [Hueman] Warning: Missing argument 2 for alx_embed_html() inWith the update to WordPress 4.0 its supposed to be easier to embed. You can learn more about it here.
Forum: Themes and Templates
In reply to: [Hueman] Hueman header enlargementsanderson,
The natural size of the image you are using appears to be 906x300px, the space that it occupies is 1024x200px. I hope this helps.
Forum: Themes and Templates
In reply to: [Hueman] Can't install or find themeYou can either download this version or this version depends on your needs. Both are developed by the same person.
The second one just has more options via the options panel but does not allow you to update through your sites dashboard.
If you plan to make any design changes to the theme you can either use a custom css plugin or download a child theme which can be found here.
After download go to appearance> themes> add new> upload theme> choose file> install now. Let me know if you still have any questions.
Forum: Themes and Templates
In reply to: [Hueman] child themeIt should but I don’t know for sure that it will. The only suggestion I have is that if you have any custom css done you should copy what you have into a text editor on your local machine. So if for whatever reason it doesn’t keep your settings you wont have to rewrite any style settings.
As far as the widgets go if you are unsure that they will stay you could put them into the inactive widgets section of your widgets screen or just give it a go and hope all is well. Unfortunately this is the only advice I have on this.
- Use a child theme and copy the functions.php file to it.